Unified-python-sdk 0.22.14__tar.gz → 0.22.15__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.22.14/src/Unified_python_sdk.egg-info → Unified-python-sdk-0.22.15}/PKG-INFO +25 -1
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/README.md +24 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/setup.py +1 -1
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15/src/Unified_python_sdk.egg-info}/PKG-INFO +25 -1
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/Unified_python_sdk.egg-info/SOURCES.txt +17 -0
- Unified-python-sdk-0.22.15/src/unified_to/models/operations/__init__.py +277 -0
- Unified-python-sdk-0.22.15/src/unified_to/models/operations/createtaskproject.py +30 -0
- Unified-python-sdk-0.22.15/src/unified_to/models/operations/createtasktask.py +30 -0
- Unified-python-sdk-0.22.15/src/unified_to/models/operations/gettaskproject.py +33 -0
- Unified-python-sdk-0.22.15/src/unified_to/models/operations/gettasktask.py +33 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/getunifiedintegrationauth.py +4 -0
- Unified-python-sdk-0.22.15/src/unified_to/models/operations/listtaskprojects.py +41 -0
- Unified-python-sdk-0.22.15/src/unified_to/models/operations/listtasktasks.py +42 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/listunifiedconnections.py +1 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/listunifiedintegrations.py +1 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/listunifiedintegrationworkspaces.py +1 -0
- Unified-python-sdk-0.22.15/src/unified_to/models/operations/patchtaskproject.py +32 -0
- Unified-python-sdk-0.22.15/src/unified_to/models/operations/patchtasktask.py +32 -0
- Unified-python-sdk-0.22.15/src/unified_to/models/operations/removetaskproject.py +30 -0
- Unified-python-sdk-0.22.15/src/unified_to/models/operations/removetasktask.py +30 -0
- Unified-python-sdk-0.22.15/src/unified_to/models/operations/updatetaskproject.py +32 -0
- Unified-python-sdk-0.22.15/src/unified_to/models/operations/updatetasktask.py +32 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/__init__.py +4 -1
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/crmdeal.py +2 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/crmpipeline.py +3 -1
- Unified-python-sdk-0.22.15/src/unified_to/models/shared/crmstage.py +23 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/genaicontent.py +2 -2
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/genaimodel.py +2 -1
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/integrationsupport.py +7 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/property_connection_categories.py +1 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/property_connection_permissions.py +4 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/property_integration_categories.py +1 -0
- Unified-python-sdk-0.22.15/src/unified_to/models/shared/taskproject.py +24 -0
- Unified-python-sdk-0.22.15/src/unified_to/models/shared/tasktask.py +39 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/webhook.py +2 -0
- Unified-python-sdk-0.22.15/src/unified_to/project.py +358 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/sdk.py +6 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/sdkconfiguration.py +3 -3
- Unified-python-sdk-0.22.15/src/unified_to/task.py +699 -0
- Unified-python-sdk-0.22.14/src/unified_to/models/operations/__init__.py +0 -265
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/LICENSE.md +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/setup.cfg +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/Unified_python_sdk.egg-info/dependency_links.txt +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/Unified_python_sdk.egg-info/requires.txt +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/Unified_python_sdk.egg-info/top_level.txt +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/__init__.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/_hooks/__init__.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/_hooks/sdkhooks.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/_hooks/types.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/account.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/accounting.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/activity.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/apicall.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/application.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/applicationstatus.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/ats.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/auth.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/call.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/candidate.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/channel.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/collection.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/commerce.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/company.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/connection.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/contact.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/crm.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/customer.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/deal.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/document.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/employee.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/enrich.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/event.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/file.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/genai.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/group.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/hris.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/integration.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/interview.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/inventory.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/invoice.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/issue.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/item.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/job.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/kms.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/lead.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/link.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/list.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/location.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/login.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/martech.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/member.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/message.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/messaging.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/model.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/__init__.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/errors/__init__.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/errors/sdkerror.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/createaccountingaccount.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/createaccountingcontact.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/createaccountinginvoice.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/createaccountingtaxrate.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/createaccountingtransaction.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/createatsactivity.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/createatsapplication.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/createatscandidate.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/createatsdocument.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/createatsinterview.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/createatsjob.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/createatsscorecard.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/createcommercecollection.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/createcommerceinventory.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/createcommerceitem.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/createcommercelocation.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/createcrmcompany.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/createcrmcontact.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/createcrmdeal.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/createcrmevent.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/createcrmlead.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/createcrmpipeline.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/creategenaiprompt.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/createhrisemployee.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/createhrisgroup.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/createkmspage.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/createkmsspace.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/createmartechlist.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/createmartechmember.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/createmessagingmessage.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/createpassthrough.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/createpaymentlink.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/createpaymentpayment.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/createstoragefile.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/createticketingcustomer.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/createticketingnote.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/createticketingticket.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/createuccontact.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/createunifiedconnection.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/createunifiedwebhook.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/getaccountingaccount.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/getaccountingcontact.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/getaccountinginvoice.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/getaccountingorganization.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/getaccountingtaxrate.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/getaccountingtransaction.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/getatsactivity.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/getatsapplication.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/getatscandidate.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/getatscompany.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/getatsdocument.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/getatsinterview.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/getatsjob.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/getatsscorecard.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/getcommercecollection.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/getcommerceinventory.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/getcommerceitem.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/getcommercelocation.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/getcrmcompany.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/getcrmcontact.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/getcrmdeal.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/getcrmevent.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/getcrmlead.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/getcrmpipeline.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/gethrisemployee.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/gethrisgroup.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/gethrispayslip.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/gethristimeoff.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/getkmspage.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/getkmsspace.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/getmartechlist.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/getmartechmember.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/getmessagingchannel.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/getmessagingmessage.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/getpaymentlink.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/getpaymentpayment.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/getpaymentpayout.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/getpaymentrefund.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/getstoragefile.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/getticketingcustomer.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/getticketingnote.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/getticketingticket.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/getuccontact.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/getunifiedapicall.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/getunifiedconnection.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/getunifiedintegrationlogin.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/getunifiedwebhook.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/listaccountingaccounts.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/listaccountingcontacts.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/listaccountinginvoices.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/listaccountingorganizations.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/listaccountingtaxrates.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/listaccountingtransactions.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/listatsactivities.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/listatsapplications.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/listatsapplicationstatuses.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/listatscandidates.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/listatscompanies.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/listatsdocuments.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/listatsinterviews.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/listatsjobs.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/listatsscorecards.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/listcommercecollections.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/listcommerceinventories.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/listcommerceitems.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/listcommercelocations.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/listcrmcompanies.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/listcrmcontacts.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/listcrmdeals.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/listcrmevents.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/listcrmleads.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/listcrmpipelines.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/listenrichcompanies.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/listenrichpeople.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/listgenaimodels.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/listhrisemployees.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/listhrisgroups.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/listhrispayslips.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/listhristimeoffs.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/listkmspages.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/listkmsspaces.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/listmartechlists.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/listmartechmembers.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/listmessagingchannels.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/listmessagingmessages.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/listpassthroughs.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/listpaymentlinks.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/listpaymentpayments.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/listpaymentpayouts.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/listpaymentrefunds.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/liststoragefiles.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/listticketingcustomers.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/listticketingnotes.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/listticketingtickets.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/listuccalls.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/listuccontacts.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/listunifiedapicalls.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/listunifiedissues.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/listunifiedsupports.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/listunifiedwebhooks.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/patchaccountingaccount.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/patchaccountingcontact.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/patchaccountinginvoice.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/patchaccountingtaxrate.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/patchaccountingtransaction.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/patchatsactivity.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/patchatsapplication.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/patchatscandidate.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/patchatsdocument.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/patchatsinterview.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/patchatsjob.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/patchatsscorecard.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/patchcommercecollection.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/patchcommerceinventory.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/patchcommerceitem.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/patchcommercelocation.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/patchcrmcompany.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/patchcrmcontact.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/patchcrmdeal.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/patchcrmevent.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/patchcrmlead.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/patchcrmpipeline.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/patchhrisemployee.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/patchhrisgroup.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/patchkmspage.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/patchkmsspace.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/patchmartechlist.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/patchmartechmember.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/patchmessagingmessage.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/patchpassthrough.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/patchpaymentlink.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/patchpaymentpayment.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/patchstoragefile.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/patchticketingcustomer.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/patchticketingnote.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/patchticketingticket.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/patchuccontact.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/patchunifiedconnection.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/patchunifiedwebhooktrigger.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/removeaccountingaccount.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/removeaccountingcontact.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/removeaccountinginvoice.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/removeaccountingtaxrate.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/removeaccountingtransaction.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/removeatsactivity.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/removeatsapplication.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/removeatscandidate.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/removeatsdocument.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/removeatsinterview.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/removeatsjob.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/removeatsscorecard.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/removecommercecollection.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/removecommerceinventory.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/removecommerceitem.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/removecommercelocation.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/removecrmcompany.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/removecrmcontact.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/removecrmdeal.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/removecrmevent.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/removecrmlead.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/removecrmpipeline.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/removehrisemployee.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/removehrisgroup.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/removekmspage.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/removekmsspace.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/removemartechlist.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/removemartechmember.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/removemessagingmessage.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/removepassthrough.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/removepaymentlink.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/removepaymentpayment.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/removestoragefile.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/removeticketingcustomer.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/removeticketingnote.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/removeticketingticket.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/removeuccontact.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/removeunifiedconnection.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/removeunifiedwebhook.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/updateaccountingaccount.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/updateaccountingcontact.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/updateaccountinginvoice.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/updateaccountingtaxrate.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/updateaccountingtransaction.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/updateatsactivity.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/updateatsapplication.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/updateatscandidate.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/updateatsdocument.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/updateatsinterview.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/updateatsjob.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/updateatsscorecard.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/updatecommercecollection.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/updatecommerceinventory.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/updatecommerceitem.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/updatecommercelocation.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/updatecrmcompany.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/updatecrmcontact.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/updatecrmdeal.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/updatecrmevent.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/updatecrmlead.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/updatecrmpipeline.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/updatehrisemployee.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/updatehrisgroup.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/updatekmspage.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/updatekmsspace.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/updatemartechlist.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/updatemartechmember.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/updatemessagingmessage.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/updatepassthrough.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/updatepaymentlink.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/updatepaymentpayment.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/updatestoragefile.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/updateticketingcustomer.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/updateticketingnote.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/updateticketingticket.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/updateuccontact.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/updateunifiedconnection.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/operations/updateunifiedwebhooktrigger.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/accountingaccount.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/accountingcontact.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/accountingcontactpaymentmethod.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/accountingemail.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/accountinginvoice.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/accountinglineitem.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/accountingorganization.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/accountingtaxrate.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/accountingtelephone.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/accountingtransaction.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/accountingtransactionlineitem.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/apicall.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/atsactivity.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/atsaddress.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/atsapplication.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/atsapplicationanswer.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/atscandidate.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/atscompany.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/atscompensation.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/atsdocument.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/atsemail.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/atsinterview.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/atsjob.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/atsjobquestion.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/atsscorecard.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/atsscorecardquestion.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/atsstatus.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/atstelephone.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/commercecollection.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/commerceinventory.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/commerceitem.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/commerceitemmedia.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/commerceitemoption.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/commerceitemprice.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/commerceitemvariant.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/commercelocation.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/connection.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/crmcompany.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/crmcontact.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/crmemail.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/crmevent.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/crmlead.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/crmtelephone.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/enrichcompany.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/enrichemail.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/enrichperson.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/enrichpersonworkhistory.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/enrichtelephone.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/genaiprompt.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/hrisemail.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/hrisemployee.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/hrisgroup.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/hrispayslip.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/hrispayslipdetail.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/hristelephone.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/hristimeoff.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/integration.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/issue.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/kmspage.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/kmsspace.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/marketingemail.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/marketinglist.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/marketingmember.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/messagingchannel.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/messagingmember.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/messagingmessage.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/paymentlink.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/paymentlinklineitem.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/paymentpayment.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/paymentpayout.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/paymentrefund.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/property_accountingcontact_billing_address.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/property_accountingcontact_shipping_address.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/property_accountingorganization_address.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/property_atscandidate_address.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/property_atscompany_address.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/property_commercelocation_address.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/property_connection_auth.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/property_crmcompany_address.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/property_crmcontact_address.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/property_crmevent_call.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/property_crmevent_email.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/property_crmevent_meeting.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/property_crmevent_note.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/property_crmevent_task.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/property_crmlead_address.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/property_enrichcompany_address.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/property_enrichperson_address.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/property_hrisemployee_address.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/property_integrationsupport_webhook_events.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/property_messagingmessage_author_member.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/property_property_integrationsupport_webhook_events_created.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/property_property_integrationsupport_webhook_events_deleted.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/property_property_integrationsupport_webhook_events_updated.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/property_storagepermission_roles.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/property_uccall_telephone.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/security.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/storagefile.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/storagepermission.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/ticketingcustomer.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/ticketingemail.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/ticketingnote.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/ticketingtelephone.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/ticketingticket.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/uccall.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/uccontact.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/ucemail.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/uctelephone.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/models/shared/undefined.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/note.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/organization.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/page.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/passthrough.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/payment.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/payout.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/payslip.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/person.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/pipeline.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/prompt.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/refund.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/scorecard.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/space.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/storage.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/taxrate.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/ticket.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/ticketing.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/timeoff.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/transaction.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/uc.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/unified.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/utils/__init__.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/utils/retries.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/utils/utils.py +0 -0
- {Unified-python-sdk-0.22.14 → Unified-python-sdk-0.22.15}/src/unified_to/webhook.py +0 -0
{Unified-python-sdk-0.22.14/src/Unified_python_sdk.egg-info → Unified-python-sdk-0.22.15}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: Unified-python-sdk
|
|
3
|
-
Version: 0.22.
|
|
3
|
+
Version: 0.22.15
|
|
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
|
|
@@ -635,6 +635,30 @@ Description: <div align="left">
|
|
|
635
635
|
* [remove_storage_file](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/file/README.md#remove_storage_file) - Remove a file
|
|
636
636
|
* [update_storage_file](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/file/README.md#update_storage_file) - Update a file
|
|
637
637
|
|
|
638
|
+
### [task](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/task/README.md)
|
|
639
|
+
|
|
640
|
+
* [create_task_project](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/task/README.md#create_task_project) - Create a project
|
|
641
|
+
* [create_task_task](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/task/README.md#create_task_task) - Create a task
|
|
642
|
+
* [get_task_project](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/task/README.md#get_task_project) - Retrieve a project
|
|
643
|
+
* [get_task_task](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/task/README.md#get_task_task) - Retrieve a task
|
|
644
|
+
* [list_task_projects](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/task/README.md#list_task_projects) - List all projects
|
|
645
|
+
* [list_task_tasks](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/task/README.md#list_task_tasks) - List all tasks
|
|
646
|
+
* [patch_task_project](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/task/README.md#patch_task_project) - Update a project
|
|
647
|
+
* [patch_task_task](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/task/README.md#patch_task_task) - Update a task
|
|
648
|
+
* [remove_task_project](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/task/README.md#remove_task_project) - Remove a project
|
|
649
|
+
* [remove_task_task](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/task/README.md#remove_task_task) - Remove a task
|
|
650
|
+
* [update_task_project](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/task/README.md#update_task_project) - Update a project
|
|
651
|
+
* [update_task_task](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/task/README.md#update_task_task) - Update a task
|
|
652
|
+
|
|
653
|
+
### [project](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/project/README.md)
|
|
654
|
+
|
|
655
|
+
* [create_task_project](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/project/README.md#create_task_project) - Create a project
|
|
656
|
+
* [get_task_project](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/project/README.md#get_task_project) - Retrieve a project
|
|
657
|
+
* [list_task_projects](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/project/README.md#list_task_projects) - List all projects
|
|
658
|
+
* [patch_task_project](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/project/README.md#patch_task_project) - Update a project
|
|
659
|
+
* [remove_task_project](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/project/README.md#remove_task_project) - Remove a project
|
|
660
|
+
* [update_task_project](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/project/README.md#update_task_project) - Update a project
|
|
661
|
+
|
|
638
662
|
### [ticketing](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ticketing/README.md)
|
|
639
663
|
|
|
640
664
|
* [create_ticketing_customer](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ticketing/README.md#create_ticketing_customer) - Create a customer
|
|
@@ -628,6 +628,30 @@ if res.accounting_account is not None:
|
|
|
628
628
|
* [remove_storage_file](docs/sdks/file/README.md#remove_storage_file) - Remove a file
|
|
629
629
|
* [update_storage_file](docs/sdks/file/README.md#update_storage_file) - Update a file
|
|
630
630
|
|
|
631
|
+
### [task](docs/sdks/task/README.md)
|
|
632
|
+
|
|
633
|
+
* [create_task_project](docs/sdks/task/README.md#create_task_project) - Create a project
|
|
634
|
+
* [create_task_task](docs/sdks/task/README.md#create_task_task) - Create a task
|
|
635
|
+
* [get_task_project](docs/sdks/task/README.md#get_task_project) - Retrieve a project
|
|
636
|
+
* [get_task_task](docs/sdks/task/README.md#get_task_task) - Retrieve a task
|
|
637
|
+
* [list_task_projects](docs/sdks/task/README.md#list_task_projects) - List all projects
|
|
638
|
+
* [list_task_tasks](docs/sdks/task/README.md#list_task_tasks) - List all tasks
|
|
639
|
+
* [patch_task_project](docs/sdks/task/README.md#patch_task_project) - Update a project
|
|
640
|
+
* [patch_task_task](docs/sdks/task/README.md#patch_task_task) - Update a task
|
|
641
|
+
* [remove_task_project](docs/sdks/task/README.md#remove_task_project) - Remove a project
|
|
642
|
+
* [remove_task_task](docs/sdks/task/README.md#remove_task_task) - Remove a task
|
|
643
|
+
* [update_task_project](docs/sdks/task/README.md#update_task_project) - Update a project
|
|
644
|
+
* [update_task_task](docs/sdks/task/README.md#update_task_task) - Update a task
|
|
645
|
+
|
|
646
|
+
### [project](docs/sdks/project/README.md)
|
|
647
|
+
|
|
648
|
+
* [create_task_project](docs/sdks/project/README.md#create_task_project) - Create a project
|
|
649
|
+
* [get_task_project](docs/sdks/project/README.md#get_task_project) - Retrieve a project
|
|
650
|
+
* [list_task_projects](docs/sdks/project/README.md#list_task_projects) - List all projects
|
|
651
|
+
* [patch_task_project](docs/sdks/project/README.md#patch_task_project) - Update a project
|
|
652
|
+
* [remove_task_project](docs/sdks/project/README.md#remove_task_project) - Remove a project
|
|
653
|
+
* [update_task_project](docs/sdks/project/README.md#update_task_project) - Update a project
|
|
654
|
+
|
|
631
655
|
### [ticketing](docs/sdks/ticketing/README.md)
|
|
632
656
|
|
|
633
657
|
* [create_ticketing_customer](docs/sdks/ticketing/README.md#create_ticketing_customer) - Create a customer
|
|
@@ -19,7 +19,7 @@ except FileNotFoundError:
|
|
|
19
19
|
|
|
20
20
|
setuptools.setup(
|
|
21
21
|
name='Unified-python-sdk',
|
|
22
|
-
version='0.22.
|
|
22
|
+
version='0.22.15',
|
|
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.22.14 → Unified-python-sdk-0.22.15/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.22.
|
|
3
|
+
Version: 0.22.15
|
|
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
|
|
@@ -635,6 +635,30 @@ Description: <div align="left">
|
|
|
635
635
|
* [remove_storage_file](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/file/README.md#remove_storage_file) - Remove a file
|
|
636
636
|
* [update_storage_file](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/file/README.md#update_storage_file) - Update a file
|
|
637
637
|
|
|
638
|
+
### [task](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/task/README.md)
|
|
639
|
+
|
|
640
|
+
* [create_task_project](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/task/README.md#create_task_project) - Create a project
|
|
641
|
+
* [create_task_task](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/task/README.md#create_task_task) - Create a task
|
|
642
|
+
* [get_task_project](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/task/README.md#get_task_project) - Retrieve a project
|
|
643
|
+
* [get_task_task](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/task/README.md#get_task_task) - Retrieve a task
|
|
644
|
+
* [list_task_projects](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/task/README.md#list_task_projects) - List all projects
|
|
645
|
+
* [list_task_tasks](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/task/README.md#list_task_tasks) - List all tasks
|
|
646
|
+
* [patch_task_project](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/task/README.md#patch_task_project) - Update a project
|
|
647
|
+
* [patch_task_task](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/task/README.md#patch_task_task) - Update a task
|
|
648
|
+
* [remove_task_project](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/task/README.md#remove_task_project) - Remove a project
|
|
649
|
+
* [remove_task_task](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/task/README.md#remove_task_task) - Remove a task
|
|
650
|
+
* [update_task_project](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/task/README.md#update_task_project) - Update a project
|
|
651
|
+
* [update_task_task](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/task/README.md#update_task_task) - Update a task
|
|
652
|
+
|
|
653
|
+
### [project](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/project/README.md)
|
|
654
|
+
|
|
655
|
+
* [create_task_project](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/project/README.md#create_task_project) - Create a project
|
|
656
|
+
* [get_task_project](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/project/README.md#get_task_project) - Retrieve a project
|
|
657
|
+
* [list_task_projects](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/project/README.md#list_task_projects) - List all projects
|
|
658
|
+
* [patch_task_project](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/project/README.md#patch_task_project) - Update a project
|
|
659
|
+
* [remove_task_project](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/project/README.md#remove_task_project) - Remove a project
|
|
660
|
+
* [update_task_project](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/project/README.md#update_task_project) - Update a project
|
|
661
|
+
|
|
638
662
|
### [ticketing](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ticketing/README.md)
|
|
639
663
|
|
|
640
664
|
* [create_ticketing_customer](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/ticketing/README.md#create_ticketing_customer) - Create a customer
|
|
@@ -61,6 +61,7 @@ src/unified_to/payout.py
|
|
|
61
61
|
src/unified_to/payslip.py
|
|
62
62
|
src/unified_to/person.py
|
|
63
63
|
src/unified_to/pipeline.py
|
|
64
|
+
src/unified_to/project.py
|
|
64
65
|
src/unified_to/prompt.py
|
|
65
66
|
src/unified_to/refund.py
|
|
66
67
|
src/unified_to/scorecard.py
|
|
@@ -68,6 +69,7 @@ src/unified_to/sdk.py
|
|
|
68
69
|
src/unified_to/sdkconfiguration.py
|
|
69
70
|
src/unified_to/space.py
|
|
70
71
|
src/unified_to/storage.py
|
|
72
|
+
src/unified_to/task.py
|
|
71
73
|
src/unified_to/taxrate.py
|
|
72
74
|
src/unified_to/ticket.py
|
|
73
75
|
src/unified_to/ticketing.py
|
|
@@ -117,6 +119,8 @@ src/unified_to/models/operations/createpassthrough.py
|
|
|
117
119
|
src/unified_to/models/operations/createpaymentlink.py
|
|
118
120
|
src/unified_to/models/operations/createpaymentpayment.py
|
|
119
121
|
src/unified_to/models/operations/createstoragefile.py
|
|
122
|
+
src/unified_to/models/operations/createtaskproject.py
|
|
123
|
+
src/unified_to/models/operations/createtasktask.py
|
|
120
124
|
src/unified_to/models/operations/createticketingcustomer.py
|
|
121
125
|
src/unified_to/models/operations/createticketingnote.py
|
|
122
126
|
src/unified_to/models/operations/createticketingticket.py
|
|
@@ -162,6 +166,8 @@ src/unified_to/models/operations/getpaymentpayment.py
|
|
|
162
166
|
src/unified_to/models/operations/getpaymentpayout.py
|
|
163
167
|
src/unified_to/models/operations/getpaymentrefund.py
|
|
164
168
|
src/unified_to/models/operations/getstoragefile.py
|
|
169
|
+
src/unified_to/models/operations/gettaskproject.py
|
|
170
|
+
src/unified_to/models/operations/gettasktask.py
|
|
165
171
|
src/unified_to/models/operations/getticketingcustomer.py
|
|
166
172
|
src/unified_to/models/operations/getticketingnote.py
|
|
167
173
|
src/unified_to/models/operations/getticketingticket.py
|
|
@@ -215,6 +221,8 @@ src/unified_to/models/operations/listpaymentpayments.py
|
|
|
215
221
|
src/unified_to/models/operations/listpaymentpayouts.py
|
|
216
222
|
src/unified_to/models/operations/listpaymentrefunds.py
|
|
217
223
|
src/unified_to/models/operations/liststoragefiles.py
|
|
224
|
+
src/unified_to/models/operations/listtaskprojects.py
|
|
225
|
+
src/unified_to/models/operations/listtasktasks.py
|
|
218
226
|
src/unified_to/models/operations/listticketingcustomers.py
|
|
219
227
|
src/unified_to/models/operations/listticketingnotes.py
|
|
220
228
|
src/unified_to/models/operations/listticketingtickets.py
|
|
@@ -260,6 +268,8 @@ src/unified_to/models/operations/patchpassthrough.py
|
|
|
260
268
|
src/unified_to/models/operations/patchpaymentlink.py
|
|
261
269
|
src/unified_to/models/operations/patchpaymentpayment.py
|
|
262
270
|
src/unified_to/models/operations/patchstoragefile.py
|
|
271
|
+
src/unified_to/models/operations/patchtaskproject.py
|
|
272
|
+
src/unified_to/models/operations/patchtasktask.py
|
|
263
273
|
src/unified_to/models/operations/patchticketingcustomer.py
|
|
264
274
|
src/unified_to/models/operations/patchticketingnote.py
|
|
265
275
|
src/unified_to/models/operations/patchticketingticket.py
|
|
@@ -299,6 +309,8 @@ src/unified_to/models/operations/removepassthrough.py
|
|
|
299
309
|
src/unified_to/models/operations/removepaymentlink.py
|
|
300
310
|
src/unified_to/models/operations/removepaymentpayment.py
|
|
301
311
|
src/unified_to/models/operations/removestoragefile.py
|
|
312
|
+
src/unified_to/models/operations/removetaskproject.py
|
|
313
|
+
src/unified_to/models/operations/removetasktask.py
|
|
302
314
|
src/unified_to/models/operations/removeticketingcustomer.py
|
|
303
315
|
src/unified_to/models/operations/removeticketingnote.py
|
|
304
316
|
src/unified_to/models/operations/removeticketingticket.py
|
|
@@ -338,6 +350,8 @@ src/unified_to/models/operations/updatepassthrough.py
|
|
|
338
350
|
src/unified_to/models/operations/updatepaymentlink.py
|
|
339
351
|
src/unified_to/models/operations/updatepaymentpayment.py
|
|
340
352
|
src/unified_to/models/operations/updatestoragefile.py
|
|
353
|
+
src/unified_to/models/operations/updatetaskproject.py
|
|
354
|
+
src/unified_to/models/operations/updatetasktask.py
|
|
341
355
|
src/unified_to/models/operations/updateticketingcustomer.py
|
|
342
356
|
src/unified_to/models/operations/updateticketingnote.py
|
|
343
357
|
src/unified_to/models/operations/updateticketingticket.py
|
|
@@ -389,6 +403,7 @@ src/unified_to/models/shared/crmemail.py
|
|
|
389
403
|
src/unified_to/models/shared/crmevent.py
|
|
390
404
|
src/unified_to/models/shared/crmlead.py
|
|
391
405
|
src/unified_to/models/shared/crmpipeline.py
|
|
406
|
+
src/unified_to/models/shared/crmstage.py
|
|
392
407
|
src/unified_to/models/shared/crmtelephone.py
|
|
393
408
|
src/unified_to/models/shared/enrichcompany.py
|
|
394
409
|
src/unified_to/models/shared/enrichemail.py
|
|
@@ -452,6 +467,8 @@ src/unified_to/models/shared/property_uccall_telephone.py
|
|
|
452
467
|
src/unified_to/models/shared/security.py
|
|
453
468
|
src/unified_to/models/shared/storagefile.py
|
|
454
469
|
src/unified_to/models/shared/storagepermission.py
|
|
470
|
+
src/unified_to/models/shared/taskproject.py
|
|
471
|
+
src/unified_to/models/shared/tasktask.py
|
|
455
472
|
src/unified_to/models/shared/ticketingcustomer.py
|
|
456
473
|
src/unified_to/models/shared/ticketingemail.py
|
|
457
474
|
src/unified_to/models/shared/ticketingnote.py
|
|
@@ -0,0 +1,277 @@
|
|
|
1
|
+
"""Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT."""
|
|
2
|
+
|
|
3
|
+
from .createaccountingaccount import *
|
|
4
|
+
from .createaccountingcontact import *
|
|
5
|
+
from .createaccountinginvoice import *
|
|
6
|
+
from .createaccountingtaxrate import *
|
|
7
|
+
from .createaccountingtransaction import *
|
|
8
|
+
from .createatsactivity import *
|
|
9
|
+
from .createatsapplication import *
|
|
10
|
+
from .createatscandidate import *
|
|
11
|
+
from .createatsdocument import *
|
|
12
|
+
from .createatsinterview import *
|
|
13
|
+
from .createatsjob import *
|
|
14
|
+
from .createatsscorecard import *
|
|
15
|
+
from .createcommercecollection import *
|
|
16
|
+
from .createcommerceinventory import *
|
|
17
|
+
from .createcommerceitem import *
|
|
18
|
+
from .createcommercelocation import *
|
|
19
|
+
from .createcrmcompany import *
|
|
20
|
+
from .createcrmcontact import *
|
|
21
|
+
from .createcrmdeal import *
|
|
22
|
+
from .createcrmevent import *
|
|
23
|
+
from .createcrmlead import *
|
|
24
|
+
from .createcrmpipeline import *
|
|
25
|
+
from .creategenaiprompt import *
|
|
26
|
+
from .createhrisemployee import *
|
|
27
|
+
from .createhrisgroup import *
|
|
28
|
+
from .createkmspage import *
|
|
29
|
+
from .createkmsspace import *
|
|
30
|
+
from .createmartechlist import *
|
|
31
|
+
from .createmartechmember import *
|
|
32
|
+
from .createmessagingmessage import *
|
|
33
|
+
from .createpassthrough import *
|
|
34
|
+
from .createpaymentlink import *
|
|
35
|
+
from .createpaymentpayment import *
|
|
36
|
+
from .createstoragefile import *
|
|
37
|
+
from .createtaskproject import *
|
|
38
|
+
from .createtasktask import *
|
|
39
|
+
from .createticketingcustomer import *
|
|
40
|
+
from .createticketingnote import *
|
|
41
|
+
from .createticketingticket import *
|
|
42
|
+
from .createuccontact import *
|
|
43
|
+
from .createunifiedconnection import *
|
|
44
|
+
from .createunifiedwebhook import *
|
|
45
|
+
from .getaccountingaccount import *
|
|
46
|
+
from .getaccountingcontact import *
|
|
47
|
+
from .getaccountinginvoice import *
|
|
48
|
+
from .getaccountingorganization import *
|
|
49
|
+
from .getaccountingtaxrate import *
|
|
50
|
+
from .getaccountingtransaction import *
|
|
51
|
+
from .getatsactivity import *
|
|
52
|
+
from .getatsapplication import *
|
|
53
|
+
from .getatscandidate import *
|
|
54
|
+
from .getatscompany import *
|
|
55
|
+
from .getatsdocument import *
|
|
56
|
+
from .getatsinterview import *
|
|
57
|
+
from .getatsjob import *
|
|
58
|
+
from .getatsscorecard import *
|
|
59
|
+
from .getcommercecollection import *
|
|
60
|
+
from .getcommerceinventory import *
|
|
61
|
+
from .getcommerceitem import *
|
|
62
|
+
from .getcommercelocation import *
|
|
63
|
+
from .getcrmcompany import *
|
|
64
|
+
from .getcrmcontact import *
|
|
65
|
+
from .getcrmdeal import *
|
|
66
|
+
from .getcrmevent import *
|
|
67
|
+
from .getcrmlead import *
|
|
68
|
+
from .getcrmpipeline import *
|
|
69
|
+
from .gethrisemployee import *
|
|
70
|
+
from .gethrisgroup import *
|
|
71
|
+
from .gethrispayslip import *
|
|
72
|
+
from .gethristimeoff import *
|
|
73
|
+
from .getkmspage import *
|
|
74
|
+
from .getkmsspace import *
|
|
75
|
+
from .getmartechlist import *
|
|
76
|
+
from .getmartechmember import *
|
|
77
|
+
from .getmessagingchannel import *
|
|
78
|
+
from .getmessagingmessage import *
|
|
79
|
+
from .getpaymentlink import *
|
|
80
|
+
from .getpaymentpayment import *
|
|
81
|
+
from .getpaymentpayout import *
|
|
82
|
+
from .getpaymentrefund import *
|
|
83
|
+
from .getstoragefile import *
|
|
84
|
+
from .gettaskproject import *
|
|
85
|
+
from .gettasktask import *
|
|
86
|
+
from .getticketingcustomer import *
|
|
87
|
+
from .getticketingnote import *
|
|
88
|
+
from .getticketingticket import *
|
|
89
|
+
from .getuccontact import *
|
|
90
|
+
from .getunifiedapicall import *
|
|
91
|
+
from .getunifiedconnection import *
|
|
92
|
+
from .getunifiedintegrationauth import *
|
|
93
|
+
from .getunifiedintegrationlogin import *
|
|
94
|
+
from .getunifiedwebhook import *
|
|
95
|
+
from .listaccountingaccounts import *
|
|
96
|
+
from .listaccountingcontacts import *
|
|
97
|
+
from .listaccountinginvoices import *
|
|
98
|
+
from .listaccountingorganizations import *
|
|
99
|
+
from .listaccountingtaxrates import *
|
|
100
|
+
from .listaccountingtransactions import *
|
|
101
|
+
from .listatsactivities import *
|
|
102
|
+
from .listatsapplications import *
|
|
103
|
+
from .listatsapplicationstatuses import *
|
|
104
|
+
from .listatscandidates import *
|
|
105
|
+
from .listatscompanies import *
|
|
106
|
+
from .listatsdocuments import *
|
|
107
|
+
from .listatsinterviews import *
|
|
108
|
+
from .listatsjobs import *
|
|
109
|
+
from .listatsscorecards import *
|
|
110
|
+
from .listcommercecollections import *
|
|
111
|
+
from .listcommerceinventories import *
|
|
112
|
+
from .listcommerceitems import *
|
|
113
|
+
from .listcommercelocations import *
|
|
114
|
+
from .listcrmcompanies import *
|
|
115
|
+
from .listcrmcontacts import *
|
|
116
|
+
from .listcrmdeals import *
|
|
117
|
+
from .listcrmevents import *
|
|
118
|
+
from .listcrmleads import *
|
|
119
|
+
from .listcrmpipelines import *
|
|
120
|
+
from .listenrichcompanies import *
|
|
121
|
+
from .listenrichpeople import *
|
|
122
|
+
from .listgenaimodels import *
|
|
123
|
+
from .listhrisemployees import *
|
|
124
|
+
from .listhrisgroups import *
|
|
125
|
+
from .listhrispayslips import *
|
|
126
|
+
from .listhristimeoffs import *
|
|
127
|
+
from .listkmspages import *
|
|
128
|
+
from .listkmsspaces import *
|
|
129
|
+
from .listmartechlists import *
|
|
130
|
+
from .listmartechmembers import *
|
|
131
|
+
from .listmessagingchannels import *
|
|
132
|
+
from .listmessagingmessages import *
|
|
133
|
+
from .listpassthroughs import *
|
|
134
|
+
from .listpaymentlinks import *
|
|
135
|
+
from .listpaymentpayments import *
|
|
136
|
+
from .listpaymentpayouts import *
|
|
137
|
+
from .listpaymentrefunds import *
|
|
138
|
+
from .liststoragefiles import *
|
|
139
|
+
from .listtaskprojects import *
|
|
140
|
+
from .listtasktasks import *
|
|
141
|
+
from .listticketingcustomers import *
|
|
142
|
+
from .listticketingnotes import *
|
|
143
|
+
from .listticketingtickets import *
|
|
144
|
+
from .listuccalls import *
|
|
145
|
+
from .listuccontacts import *
|
|
146
|
+
from .listunifiedapicalls import *
|
|
147
|
+
from .listunifiedconnections import *
|
|
148
|
+
from .listunifiedintegrations import *
|
|
149
|
+
from .listunifiedintegrationworkspaces import *
|
|
150
|
+
from .listunifiedissues import *
|
|
151
|
+
from .listunifiedsupports import *
|
|
152
|
+
from .listunifiedwebhooks import *
|
|
153
|
+
from .patchaccountingaccount import *
|
|
154
|
+
from .patchaccountingcontact import *
|
|
155
|
+
from .patchaccountinginvoice import *
|
|
156
|
+
from .patchaccountingtaxrate import *
|
|
157
|
+
from .patchaccountingtransaction import *
|
|
158
|
+
from .patchatsactivity import *
|
|
159
|
+
from .patchatsapplication import *
|
|
160
|
+
from .patchatscandidate import *
|
|
161
|
+
from .patchatsdocument import *
|
|
162
|
+
from .patchatsinterview import *
|
|
163
|
+
from .patchatsjob import *
|
|
164
|
+
from .patchatsscorecard import *
|
|
165
|
+
from .patchcommercecollection import *
|
|
166
|
+
from .patchcommerceinventory import *
|
|
167
|
+
from .patchcommerceitem import *
|
|
168
|
+
from .patchcommercelocation import *
|
|
169
|
+
from .patchcrmcompany import *
|
|
170
|
+
from .patchcrmcontact import *
|
|
171
|
+
from .patchcrmdeal import *
|
|
172
|
+
from .patchcrmevent import *
|
|
173
|
+
from .patchcrmlead import *
|
|
174
|
+
from .patchcrmpipeline import *
|
|
175
|
+
from .patchhrisemployee import *
|
|
176
|
+
from .patchhrisgroup import *
|
|
177
|
+
from .patchkmspage import *
|
|
178
|
+
from .patchkmsspace import *
|
|
179
|
+
from .patchmartechlist import *
|
|
180
|
+
from .patchmartechmember import *
|
|
181
|
+
from .patchmessagingmessage import *
|
|
182
|
+
from .patchpassthrough import *
|
|
183
|
+
from .patchpaymentlink import *
|
|
184
|
+
from .patchpaymentpayment import *
|
|
185
|
+
from .patchstoragefile import *
|
|
186
|
+
from .patchtaskproject import *
|
|
187
|
+
from .patchtasktask import *
|
|
188
|
+
from .patchticketingcustomer import *
|
|
189
|
+
from .patchticketingnote import *
|
|
190
|
+
from .patchticketingticket import *
|
|
191
|
+
from .patchuccontact import *
|
|
192
|
+
from .patchunifiedconnection import *
|
|
193
|
+
from .patchunifiedwebhooktrigger import *
|
|
194
|
+
from .removeaccountingaccount import *
|
|
195
|
+
from .removeaccountingcontact import *
|
|
196
|
+
from .removeaccountinginvoice import *
|
|
197
|
+
from .removeaccountingtaxrate import *
|
|
198
|
+
from .removeaccountingtransaction import *
|
|
199
|
+
from .removeatsactivity import *
|
|
200
|
+
from .removeatsapplication import *
|
|
201
|
+
from .removeatscandidate import *
|
|
202
|
+
from .removeatsdocument import *
|
|
203
|
+
from .removeatsinterview import *
|
|
204
|
+
from .removeatsjob import *
|
|
205
|
+
from .removeatsscorecard import *
|
|
206
|
+
from .removecommercecollection import *
|
|
207
|
+
from .removecommerceinventory import *
|
|
208
|
+
from .removecommerceitem import *
|
|
209
|
+
from .removecommercelocation import *
|
|
210
|
+
from .removecrmcompany import *
|
|
211
|
+
from .removecrmcontact import *
|
|
212
|
+
from .removecrmdeal import *
|
|
213
|
+
from .removecrmevent import *
|
|
214
|
+
from .removecrmlead import *
|
|
215
|
+
from .removecrmpipeline import *
|
|
216
|
+
from .removehrisemployee import *
|
|
217
|
+
from .removehrisgroup import *
|
|
218
|
+
from .removekmspage import *
|
|
219
|
+
from .removekmsspace import *
|
|
220
|
+
from .removemartechlist import *
|
|
221
|
+
from .removemartechmember import *
|
|
222
|
+
from .removemessagingmessage import *
|
|
223
|
+
from .removepassthrough import *
|
|
224
|
+
from .removepaymentlink import *
|
|
225
|
+
from .removepaymentpayment import *
|
|
226
|
+
from .removestoragefile import *
|
|
227
|
+
from .removetaskproject import *
|
|
228
|
+
from .removetasktask import *
|
|
229
|
+
from .removeticketingcustomer import *
|
|
230
|
+
from .removeticketingnote import *
|
|
231
|
+
from .removeticketingticket import *
|
|
232
|
+
from .removeuccontact import *
|
|
233
|
+
from .removeunifiedconnection import *
|
|
234
|
+
from .removeunifiedwebhook import *
|
|
235
|
+
from .updateaccountingaccount import *
|
|
236
|
+
from .updateaccountingcontact import *
|
|
237
|
+
from .updateaccountinginvoice import *
|
|
238
|
+
from .updateaccountingtaxrate import *
|
|
239
|
+
from .updateaccountingtransaction import *
|
|
240
|
+
from .updateatsactivity import *
|
|
241
|
+
from .updateatsapplication import *
|
|
242
|
+
from .updateatscandidate import *
|
|
243
|
+
from .updateatsdocument import *
|
|
244
|
+
from .updateatsinterview import *
|
|
245
|
+
from .updateatsjob import *
|
|
246
|
+
from .updateatsscorecard import *
|
|
247
|
+
from .updatecommercecollection import *
|
|
248
|
+
from .updatecommerceinventory import *
|
|
249
|
+
from .updatecommerceitem import *
|
|
250
|
+
from .updatecommercelocation import *
|
|
251
|
+
from .updatecrmcompany import *
|
|
252
|
+
from .updatecrmcontact import *
|
|
253
|
+
from .updatecrmdeal import *
|
|
254
|
+
from .updatecrmevent import *
|
|
255
|
+
from .updatecrmlead import *
|
|
256
|
+
from .updatecrmpipeline import *
|
|
257
|
+
from .updatehrisemployee import *
|
|
258
|
+
from .updatehrisgroup import *
|
|
259
|
+
from .updatekmspage import *
|
|
260
|
+
from .updatekmsspace import *
|
|
261
|
+
from .updatemartechlist import *
|
|
262
|
+
from .updatemartechmember import *
|
|
263
|
+
from .updatemessagingmessage import *
|
|
264
|
+
from .updatepassthrough import *
|
|
265
|
+
from .updatepaymentlink import *
|
|
266
|
+
from .updatepaymentpayment import *
|
|
267
|
+
from .updatestoragefile import *
|
|
268
|
+
from .updatetaskproject import *
|
|
269
|
+
from .updatetasktask import *
|
|
270
|
+
from .updateticketingcustomer import *
|
|
271
|
+
from .updateticketingnote import *
|
|
272
|
+
from .updateticketingticket import *
|
|
273
|
+
from .updateuccontact import *
|
|
274
|
+
from .updateunifiedconnection import *
|
|
275
|
+
from .updateunifiedwebhooktrigger import *
|
|
276
|
+
|
|
277
|
+
__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","CreateGenaiPromptRequest","CreateGenaiPromptResponse","CreateHrisEmployeeRequest","CreateHrisEmployeeResponse","CreateHrisGroupRequest","CreateHrisGroupResponse","CreateKmsPageRequest","CreateKmsPageResponse","CreateKmsSpaceRequest","CreateKmsSpaceResponse","CreateMartechListRequest","CreateMartechListResponse","CreateMartechMemberRequest","CreateMartechMemberResponse","CreateMessagingMessageRequest","CreateMessagingMessageResponse","CreatePassthroughRequest","CreatePassthroughResponse","CreatePaymentLinkRequest","CreatePaymentLinkResponse","CreatePaymentPaymentRequest","CreatePaymentPaymentResponse","CreateStorageFileRequest","CreateStorageFileResponse","CreateTaskProjectRequest","CreateTaskProjectResponse","CreateTaskTaskRequest","CreateTaskTaskResponse","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","GetKmsPageRequest","GetKmsPageResponse","GetKmsSpaceRequest","GetKmsSpaceResponse","GetMartechListRequest","GetMartechListResponse","GetMartechMemberRequest","GetMartechMemberResponse","GetMessagingChannelRequest","GetMessagingChannelResponse","GetMessagingMessageRequest","GetMessagingMessageResponse","GetPaymentLinkRequest","GetPaymentLinkResponse","GetPaymentPaymentRequest","GetPaymentPaymentResponse","GetPaymentPayoutRequest","GetPaymentPayoutResponse","GetPaymentRefundRequest","GetPaymentRefundResponse","GetStorageFileRequest","GetStorageFileResponse","GetTaskProjectRequest","GetTaskProjectResponse","GetTaskTaskRequest","GetTaskTaskResponse","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","ListGenaiModelsRequest","ListGenaiModelsResponse","ListHrisEmployeesRequest","ListHrisEmployeesResponse","ListHrisGroupsRequest","ListHrisGroupsResponse","ListHrisPayslipsRequest","ListHrisPayslipsResponse","ListHrisTimeoffsRequest","ListHrisTimeoffsResponse","ListKmsPagesRequest","ListKmsPagesResponse","ListKmsSpacesRequest","ListKmsSpacesResponse","ListMartechListsRequest","ListMartechListsResponse","ListMartechMembersRequest","ListMartechMembersResponse","ListMessagingChannelsRequest","ListMessagingChannelsResponse","ListMessagingMessagesRequest","ListMessagingMessagesResponse","ListPassthroughsRequest","ListPassthroughsResponse","ListPaymentLinksRequest","ListPaymentLinksResponse","ListPaymentPaymentsRequest","ListPaymentPaymentsResponse","ListPaymentPayoutsRequest","ListPaymentPayoutsResponse","ListPaymentRefundsRequest","ListPaymentRefundsResponse","ListStorageFilesRequest","ListStorageFilesResponse","ListTaskProjectsRequest","ListTaskProjectsResponse","ListTaskTasksRequest","ListTaskTasksResponse","ListTicketingCustomersRequest","ListTicketingCustomersResponse","ListTicketingNotesRequest","ListTicketingNotesResponse","ListTicketingTicketsRequest","ListTicketingTicketsResponse","ListUcCallsRequest","ListUcCallsResponse","ListUcContactsRequest","ListUcContactsResponse","ListUnifiedApicallsRequest","ListUnifiedApicallsResponse","ListUnifiedConnectionsRequest","ListUnifiedConnectionsResponse","ListUnifiedIntegrationWorkspacesRequest","ListUnifiedIntegrationWorkspacesResponse","ListUnifiedIntegrationsQueryParamCategories","ListUnifiedIntegrationsRequest","ListUnifiedIntegrationsResponse","ListUnifiedIssuesRequest","ListUnifiedIssuesResponse","ListUnifiedSupportsResponse","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","PatchKmsPageRequest","PatchKmsPageResponse","PatchKmsSpaceRequest","PatchKmsSpaceResponse","PatchMartechListRequest","PatchMartechListResponse","PatchMartechMemberRequest","PatchMartechMemberResponse","PatchMessagingMessageRequest","PatchMessagingMessageResponse","PatchPassthroughRequest","PatchPassthroughResponse","PatchPaymentLinkRequest","PatchPaymentLinkResponse","PatchPaymentPaymentRequest","PatchPaymentPaymentResponse","PatchStorageFileRequest","PatchStorageFileResponse","PatchTaskProjectRequest","PatchTaskProjectResponse","PatchTaskTaskRequest","PatchTaskTaskResponse","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","RemoveKmsPageRequest","RemoveKmsPageResponse","RemoveKmsSpaceRequest","RemoveKmsSpaceResponse","RemoveMartechListRequest","RemoveMartechListResponse","RemoveMartechMemberRequest","RemoveMartechMemberResponse","RemoveMessagingMessageRequest","RemoveMessagingMessageResponse","RemovePassthroughRequest","RemovePassthroughResponse","RemovePaymentLinkRequest","RemovePaymentLinkResponse","RemovePaymentPaymentRequest","RemovePaymentPaymentResponse","RemoveStorageFileRequest","RemoveStorageFileResponse","RemoveTaskProjectRequest","RemoveTaskProjectResponse","RemoveTaskTaskRequest","RemoveTaskTaskResponse","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","UpdateKmsPageRequest","UpdateKmsPageResponse","UpdateKmsSpaceRequest","UpdateKmsSpaceResponse","UpdateMartechListRequest","UpdateMartechListResponse","UpdateMartechMemberRequest","UpdateMartechMemberResponse","UpdateMessagingMessageRequest","UpdateMessagingMessageResponse","UpdatePassthroughRequest","UpdatePassthroughResponse","UpdatePaymentLinkRequest","UpdatePaymentLinkResponse","UpdatePaymentPaymentRequest","UpdatePaymentPaymentResponse","UpdateStorageFileRequest","UpdateStorageFileResponse","UpdateTaskProjectRequest","UpdateTaskProjectResponse","UpdateTaskTaskRequest","UpdateTaskTaskResponse","UpdateTicketingCustomerRequest","UpdateTicketingCustomerResponse","UpdateTicketingNoteRequest","UpdateTicketingNoteResponse","UpdateTicketingTicketRequest","UpdateTicketingTicketResponse","UpdateUcContactRequest","UpdateUcContactResponse","UpdateUnifiedConnectionRequest","UpdateUnifiedConnectionResponse","UpdateUnifiedWebhookTriggerRequest","UpdateUnifiedWebhookTriggerResponse"]
|
|
@@ -0,0 +1,30 @@
|
|
|
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 taskproject as shared_taskproject
|
|
7
|
+
from typing import Optional
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
@dataclasses.dataclass
|
|
11
|
+
class CreateTaskProjectRequest:
|
|
12
|
+
connection_id: str = dataclasses.field(metadata={'path_param': { 'field_name': 'connection_id', 'style': 'simple', 'explode': False }})
|
|
13
|
+
r"""ID of the connection"""
|
|
14
|
+
task_project: Optional[shared_taskproject.TaskProject] = dataclasses.field(default=None, metadata={'request': { 'media_type': 'application/json' }})
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
@dataclasses.dataclass
|
|
20
|
+
class CreateTaskProjectResponse:
|
|
21
|
+
content_type: str = dataclasses.field()
|
|
22
|
+
r"""HTTP response content type for this operation"""
|
|
23
|
+
status_code: int = dataclasses.field()
|
|
24
|
+
r"""HTTP response status code for this operation"""
|
|
25
|
+
raw_response: requests_http.Response = dataclasses.field()
|
|
26
|
+
r"""Raw HTTP response; suitable for custom response parsing"""
|
|
27
|
+
task_project: Optional[shared_taskproject.TaskProject] = dataclasses.field(default=None)
|
|
28
|
+
r"""Successful"""
|
|
29
|
+
|
|
30
|
+
|
|
@@ -0,0 +1,30 @@
|
|
|
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 tasktask as shared_tasktask
|
|
7
|
+
from typing import Optional
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
@dataclasses.dataclass
|
|
11
|
+
class CreateTaskTaskRequest:
|
|
12
|
+
connection_id: str = dataclasses.field(metadata={'path_param': { 'field_name': 'connection_id', 'style': 'simple', 'explode': False }})
|
|
13
|
+
r"""ID of the connection"""
|
|
14
|
+
task_task: Optional[shared_tasktask.TaskTask] = dataclasses.field(default=None, metadata={'request': { 'media_type': 'application/json' }})
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
@dataclasses.dataclass
|
|
20
|
+
class CreateTaskTaskResponse:
|
|
21
|
+
content_type: str = dataclasses.field()
|
|
22
|
+
r"""HTTP response content type for this operation"""
|
|
23
|
+
status_code: int = dataclasses.field()
|
|
24
|
+
r"""HTTP response status code for this operation"""
|
|
25
|
+
raw_response: requests_http.Response = dataclasses.field()
|
|
26
|
+
r"""Raw HTTP response; suitable for custom response parsing"""
|
|
27
|
+
task_task: Optional[shared_tasktask.TaskTask] = dataclasses.field(default=None)
|
|
28
|
+
r"""Successful"""
|
|
29
|
+
|
|
30
|
+
|
|
@@ -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 taskproject as shared_taskproject
|
|
7
|
+
from typing import List, Optional
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
@dataclasses.dataclass
|
|
11
|
+
class GetTaskProjectRequest:
|
|
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 Project"""
|
|
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 GetTaskProjectResponse:
|
|
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
|
+
task_project: Optional[shared_taskproject.TaskProject] = dataclasses.field(default=None)
|
|
31
|
+
r"""Successful"""
|
|
32
|
+
|
|
33
|
+
|