Unified-python-sdk 0.21.10__tar.gz → 0.22.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {Unified-python-sdk-0.21.10/src/Unified_python_sdk.egg-info → Unified-python-sdk-0.22.0}/PKG-INFO +25 -22
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/README.md +24 -21
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/setup.py +1 -1
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0/src/Unified_python_sdk.egg-info}/PKG-INFO +25 -22
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/Unified_python_sdk.egg-info/SOURCES.txt +8 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/account.py +6 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/accounting.py +32 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/activity.py +6 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/apicall.py +2 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/application.py +6 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/applicationstatus.py +1 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/ats.py +45 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/auth.py +2 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/call.py +1 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/candidate.py +6 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/collection.py +6 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/commerce.py +24 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/company.py +9 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/connection.py +7 -1
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/contact.py +18 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/crm.py +36 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/customer.py +6 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/deal.py +6 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/document.py +6 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/employee.py +6 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/enrich.py +2 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/event.py +6 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/file.py +6 -0
- Unified-python-sdk-0.22.0/src/unified_to/genai.py +131 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/group.py +6 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/hris.py +16 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/integration.py +3 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/interview.py +6 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/inventory.py +6 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/invoice.py +6 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/issue.py +2 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/item.py +6 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/job.py +6 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/lead.py +6 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/link.py +6 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/list.py +6 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/location.py +6 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/login.py +1 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/martech.py +12 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/member.py +6 -0
- Unified-python-sdk-0.22.0/src/unified_to/model.py +73 -0
- Unified-python-sdk-0.22.0/src/unified_to/models/operations/__init__.py +245 -0
- Unified-python-sdk-0.22.0/src/unified_to/models/operations/creategenaiprompt.py +30 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/getunifiedintegrationauth.py +3 -0
- Unified-python-sdk-0.22.0/src/unified_to/models/operations/listgenaimodels.py +40 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/listunifiedconnections.py +1 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/listunifiedintegrations.py +1 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/listunifiedintegrationworkspaces.py +1 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/__init__.py +4 -1
- Unified-python-sdk-0.22.0/src/unified_to/models/shared/genaicontent.py +21 -0
- Unified-python-sdk-0.22.0/src/unified_to/models/shared/genaimodel.py +20 -0
- Unified-python-sdk-0.22.0/src/unified_to/models/shared/genaiprompt.py +21 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/property_connection_categories.py +1 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/property_connection_permissions.py +3 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/property_integration_categories.py +1 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/webhook.py +2 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/note.py +6 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/organization.py +2 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/passthrough.py +5 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/payment.py +16 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/payout.py +2 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/payslip.py +2 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/person.py +1 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/pipeline.py +6 -0
- Unified-python-sdk-0.22.0/src/unified_to/prompt.py +75 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/refund.py +2 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/scorecard.py +6 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/sdk.py +9 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/sdkconfiguration.py +3 -3
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/storage.py +6 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/taxrate.py +6 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/ticket.py +6 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/ticketing.py +18 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/timeoff.py +2 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/transaction.py +6 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/uc.py +7 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/unified.py +20 -1
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/utils/utils.py +27 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/webhook.py +6 -0
- Unified-python-sdk-0.21.10/src/unified_to/models/operations/__init__.py +0 -243
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/LICENSE.md +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/setup.cfg +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/Unified_python_sdk.egg-info/dependency_links.txt +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/Unified_python_sdk.egg-info/requires.txt +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/Unified_python_sdk.egg-info/top_level.txt +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/__init__.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/_hooks/__init__.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/_hooks/sdkhooks.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/_hooks/types.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/__init__.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/errors/__init__.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/errors/sdkerror.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/createaccountingaccount.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/createaccountingcontact.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/createaccountinginvoice.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/createaccountingtaxrate.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/createaccountingtransaction.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/createatsactivity.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/createatsapplication.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/createatscandidate.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/createatsdocument.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/createatsinterview.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/createatsjob.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/createatsscorecard.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/createcommercecollection.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/createcommerceinventory.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/createcommerceitem.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/createcommercelocation.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/createcrmcompany.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/createcrmcontact.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/createcrmdeal.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/createcrmevent.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/createcrmlead.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/createcrmpipeline.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/createhrisemployee.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/createhrisgroup.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/createmartechlist.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/createmartechmember.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/createpassthrough.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/createpaymentlink.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/createpaymentpayment.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/createstoragefile.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/createticketingcustomer.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/createticketingnote.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/createticketingticket.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/createuccontact.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/createunifiedconnection.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/createunifiedwebhook.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/getaccountingaccount.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/getaccountingcontact.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/getaccountinginvoice.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/getaccountingorganization.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/getaccountingtaxrate.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/getaccountingtransaction.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/getatsactivity.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/getatsapplication.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/getatscandidate.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/getatscompany.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/getatsdocument.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/getatsinterview.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/getatsjob.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/getatsscorecard.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/getcommercecollection.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/getcommerceinventory.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/getcommerceitem.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/getcommercelocation.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/getcrmcompany.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/getcrmcontact.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/getcrmdeal.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/getcrmevent.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/getcrmlead.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/getcrmpipeline.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/gethrisemployee.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/gethrisgroup.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/gethrispayslip.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/gethristimeoff.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/getmartechlist.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/getmartechmember.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/getpaymentlink.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/getpaymentpayment.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/getpaymentpayout.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/getpaymentrefund.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/getstoragefile.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/getticketingcustomer.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/getticketingnote.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/getticketingticket.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/getuccontact.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/getunifiedapicall.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/getunifiedconnection.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/getunifiedintegrationlogin.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/getunifiedwebhook.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/listaccountingaccounts.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/listaccountingcontacts.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/listaccountinginvoices.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/listaccountingorganizations.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/listaccountingtaxrates.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/listaccountingtransactions.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/listatsactivities.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/listatsapplications.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/listatsapplicationstatuses.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/listatscandidates.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/listatscompanies.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/listatsdocuments.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/listatsinterviews.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/listatsjobs.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/listatsscorecards.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/listcommercecollections.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/listcommerceinventories.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/listcommerceitems.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/listcommercelocations.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/listcrmcompanies.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/listcrmcontacts.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/listcrmdeals.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/listcrmevents.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/listcrmleads.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/listcrmpipelines.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/listenrichcompanies.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/listenrichpeople.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/listhrisemployees.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/listhrisgroups.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/listhrispayslips.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/listhristimeoffs.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/listmartechlists.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/listmartechmembers.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/listpassthroughs.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/listpaymentlinks.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/listpaymentpayments.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/listpaymentpayouts.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/listpaymentrefunds.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/liststoragefiles.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/listticketingcustomers.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/listticketingnotes.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/listticketingtickets.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/listuccalls.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/listuccontacts.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/listunifiedapicalls.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/listunifiedissues.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/listunifiedsupports.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/listunifiedwebhooks.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/patchaccountingaccount.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/patchaccountingcontact.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/patchaccountinginvoice.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/patchaccountingtaxrate.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/patchaccountingtransaction.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/patchatsactivity.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/patchatsapplication.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/patchatscandidate.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/patchatsdocument.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/patchatsinterview.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/patchatsjob.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/patchatsscorecard.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/patchcommercecollection.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/patchcommerceinventory.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/patchcommerceitem.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/patchcommercelocation.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/patchcrmcompany.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/patchcrmcontact.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/patchcrmdeal.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/patchcrmevent.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/patchcrmlead.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/patchcrmpipeline.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/patchhrisemployee.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/patchhrisgroup.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/patchmartechlist.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/patchmartechmember.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/patchpassthrough.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/patchpaymentlink.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/patchpaymentpayment.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/patchstoragefile.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/patchticketingcustomer.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/patchticketingnote.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/patchticketingticket.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/patchuccontact.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/patchunifiedconnection.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/patchunifiedwebhooktrigger.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/removeaccountingaccount.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/removeaccountingcontact.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/removeaccountinginvoice.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/removeaccountingtaxrate.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/removeaccountingtransaction.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/removeatsactivity.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/removeatsapplication.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/removeatscandidate.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/removeatsdocument.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/removeatsinterview.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/removeatsjob.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/removeatsscorecard.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/removecommercecollection.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/removecommerceinventory.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/removecommerceitem.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/removecommercelocation.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/removecrmcompany.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/removecrmcontact.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/removecrmdeal.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/removecrmevent.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/removecrmlead.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/removecrmpipeline.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/removehrisemployee.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/removehrisgroup.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/removemartechlist.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/removemartechmember.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/removepassthrough.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/removepaymentlink.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/removepaymentpayment.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/removestoragefile.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/removeticketingcustomer.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/removeticketingnote.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/removeticketingticket.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/removeuccontact.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/removeunifiedconnection.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/removeunifiedwebhook.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/updateaccountingaccount.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/updateaccountingcontact.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/updateaccountinginvoice.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/updateaccountingtaxrate.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/updateaccountingtransaction.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/updateatsactivity.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/updateatsapplication.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/updateatscandidate.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/updateatsdocument.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/updateatsinterview.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/updateatsjob.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/updateatsscorecard.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/updatecommercecollection.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/updatecommerceinventory.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/updatecommerceitem.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/updatecommercelocation.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/updatecrmcompany.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/updatecrmcontact.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/updatecrmdeal.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/updatecrmevent.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/updatecrmlead.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/updatecrmpipeline.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/updatehrisemployee.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/updatehrisgroup.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/updatemartechlist.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/updatemartechmember.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/updatepassthrough.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/updatepaymentlink.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/updatepaymentpayment.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/updatestoragefile.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/updateticketingcustomer.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/updateticketingnote.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/updateticketingticket.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/updateuccontact.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/updateunifiedconnection.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/operations/updateunifiedwebhooktrigger.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/accountingaccount.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/accountingcontact.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/accountingcontactpaymentmethod.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/accountingemail.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/accountinginvoice.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/accountinglineitem.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/accountingorganization.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/accountingtaxrate.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/accountingtelephone.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/accountingtransaction.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/accountingtransactionlineitem.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/apicall.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/atsactivity.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/atsaddress.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/atsapplication.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/atsapplicationanswer.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/atscandidate.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/atscompany.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/atscompensation.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/atsdocument.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/atsemail.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/atsinterview.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/atsjob.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/atsjobquestion.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/atsscorecard.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/atsscorecardquestion.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/atsstatus.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/atstelephone.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/commercecollection.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/commerceinventory.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/commerceitem.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/commerceitemmedia.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/commerceitemoption.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/commerceitemprice.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/commerceitemvariant.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/commercelocation.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/connection.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/crmcompany.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/crmcontact.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/crmdeal.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/crmemail.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/crmevent.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/crmlead.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/crmpipeline.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/crmtelephone.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/enrichcompany.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/enrichemail.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/enrichperson.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/enrichpersonworkhistory.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/enrichtelephone.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/hrisemail.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/hrisemployee.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/hrisgroup.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/hrispayslip.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/hrispayslipdetail.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/hristelephone.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/hristimeoff.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/integration.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/integrationsupport.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/issue.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/marketingemail.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/marketinglist.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/marketingmember.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/paymentlink.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/paymentlinklineitem.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/paymentpayment.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/paymentpayout.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/paymentrefund.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/property_accountingcontact_billing_address.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/property_accountingcontact_shipping_address.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/property_accountingorganization_address.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/property_atscandidate_address.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/property_atscompany_address.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/property_commercelocation_address.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/property_connection_auth.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/property_crmcompany_address.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/property_crmcontact_address.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/property_crmevent_call.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/property_crmevent_email.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/property_crmevent_meeting.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/property_crmevent_note.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/property_crmevent_task.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/property_crmlead_address.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/property_enrichcompany_address.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/property_enrichperson_address.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/property_hrisemployee_address.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/property_integrationsupport_webhook_events.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/property_property_integrationsupport_webhook_events_created.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/property_property_integrationsupport_webhook_events_deleted.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/property_property_integrationsupport_webhook_events_updated.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/property_storagepermission_roles.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/property_uccall_telephone.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/security.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/storagefile.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/storagepermission.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/ticketingcustomer.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/ticketingemail.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/ticketingnote.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/ticketingtelephone.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/ticketingticket.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/uccall.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/uccontact.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/ucemail.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/uctelephone.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/models/shared/undefined.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/utils/__init__.py +0 -0
- {Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/unified_to/utils/retries.py +0 -0
{Unified-python-sdk-0.21.10/src/Unified_python_sdk.egg-info → Unified-python-sdk-0.22.0}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: Unified-python-sdk
|
|
3
|
-
Version: 0.
|
|
3
|
+
Version: 0.22.0
|
|
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
|
|
@@ -34,11 +34,9 @@ Description: <div align="left">
|
|
|
34
34
|
),
|
|
35
35
|
)
|
|
36
36
|
|
|
37
|
-
|
|
37
|
+
res = s.accounting.create_accounting_account(request=operations.CreateAccountingAccountRequest(
|
|
38
38
|
connection_id='<value>',
|
|
39
|
-
)
|
|
40
|
-
|
|
41
|
-
res = s.accounting.create_accounting_account(req)
|
|
39
|
+
))
|
|
42
40
|
|
|
43
41
|
if res.accounting_account is not None:
|
|
44
42
|
# handle response
|
|
@@ -421,6 +419,19 @@ Description: <div align="left">
|
|
|
421
419
|
|
|
422
420
|
* [list_enrich_people](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/person/README.md#list_enrich_people) - Retrieve enrichment information for a person
|
|
423
421
|
|
|
422
|
+
### [genai](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/genai/README.md)
|
|
423
|
+
|
|
424
|
+
* [create_genai_prompt](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/genai/README.md#create_genai_prompt) - Create a prompt
|
|
425
|
+
* [list_genai_models](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/genai/README.md#list_genai_models) - List all models
|
|
426
|
+
|
|
427
|
+
### [model](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/model/README.md)
|
|
428
|
+
|
|
429
|
+
* [list_genai_models](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/model/README.md#list_genai_models) - List all models
|
|
430
|
+
|
|
431
|
+
### [prompt](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/prompt/README.md)
|
|
432
|
+
|
|
433
|
+
* [create_genai_prompt](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/prompt/README.md#create_genai_prompt) - Create a prompt
|
|
434
|
+
|
|
424
435
|
### [hris](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md)
|
|
425
436
|
|
|
426
437
|
* [create_hris_employee](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#create_hris_employee) - Create an employee
|
|
@@ -720,13 +731,11 @@ Description: <div align="left">
|
|
|
720
731
|
),
|
|
721
732
|
)
|
|
722
733
|
|
|
723
|
-
req = operations.CreateAccountingAccountRequest(
|
|
724
|
-
connection_id='<value>',
|
|
725
|
-
)
|
|
726
|
-
|
|
727
734
|
res = None
|
|
728
735
|
try:
|
|
729
|
-
res = s.accounting.create_accounting_account(
|
|
736
|
+
res = s.accounting.create_accounting_account(request=operations.CreateAccountingAccountRequest(
|
|
737
|
+
connection_id='<value>',
|
|
738
|
+
))
|
|
730
739
|
except errors.SDKError as e:
|
|
731
740
|
# handle exception
|
|
732
741
|
raise(e)
|
|
@@ -765,11 +774,9 @@ Description: <div align="left">
|
|
|
765
774
|
),
|
|
766
775
|
)
|
|
767
776
|
|
|
768
|
-
|
|
777
|
+
res = s.accounting.create_accounting_account(request=operations.CreateAccountingAccountRequest(
|
|
769
778
|
connection_id='<value>',
|
|
770
|
-
)
|
|
771
|
-
|
|
772
|
-
res = s.accounting.create_accounting_account(req)
|
|
779
|
+
))
|
|
773
780
|
|
|
774
781
|
if res.accounting_account is not None:
|
|
775
782
|
# handle response
|
|
@@ -792,11 +799,9 @@ Description: <div align="left">
|
|
|
792
799
|
),
|
|
793
800
|
)
|
|
794
801
|
|
|
795
|
-
|
|
802
|
+
res = s.accounting.create_accounting_account(request=operations.CreateAccountingAccountRequest(
|
|
796
803
|
connection_id='<value>',
|
|
797
|
-
)
|
|
798
|
-
|
|
799
|
-
res = s.accounting.create_accounting_account(req)
|
|
804
|
+
))
|
|
800
805
|
|
|
801
806
|
if res.accounting_account is not None:
|
|
802
807
|
# handle response
|
|
@@ -847,11 +852,9 @@ Description: <div align="left">
|
|
|
847
852
|
),
|
|
848
853
|
)
|
|
849
854
|
|
|
850
|
-
|
|
855
|
+
res = s.accounting.create_accounting_account(request=operations.CreateAccountingAccountRequest(
|
|
851
856
|
connection_id='<value>',
|
|
852
|
-
)
|
|
853
|
-
|
|
854
|
-
res = s.accounting.create_accounting_account(req)
|
|
857
|
+
))
|
|
855
858
|
|
|
856
859
|
if res.accounting_account is not None:
|
|
857
860
|
# handle response
|
|
@@ -27,11 +27,9 @@ s = unified_to.UnifiedTo(
|
|
|
27
27
|
),
|
|
28
28
|
)
|
|
29
29
|
|
|
30
|
-
|
|
30
|
+
res = s.accounting.create_accounting_account(request=operations.CreateAccountingAccountRequest(
|
|
31
31
|
connection_id='<value>',
|
|
32
|
-
)
|
|
33
|
-
|
|
34
|
-
res = s.accounting.create_accounting_account(req)
|
|
32
|
+
))
|
|
35
33
|
|
|
36
34
|
if res.accounting_account is not None:
|
|
37
35
|
# handle response
|
|
@@ -414,6 +412,19 @@ if res.accounting_account is not None:
|
|
|
414
412
|
|
|
415
413
|
* [list_enrich_people](docs/sdks/person/README.md#list_enrich_people) - Retrieve enrichment information for a person
|
|
416
414
|
|
|
415
|
+
### [genai](docs/sdks/genai/README.md)
|
|
416
|
+
|
|
417
|
+
* [create_genai_prompt](docs/sdks/genai/README.md#create_genai_prompt) - Create a prompt
|
|
418
|
+
* [list_genai_models](docs/sdks/genai/README.md#list_genai_models) - List all models
|
|
419
|
+
|
|
420
|
+
### [model](docs/sdks/model/README.md)
|
|
421
|
+
|
|
422
|
+
* [list_genai_models](docs/sdks/model/README.md#list_genai_models) - List all models
|
|
423
|
+
|
|
424
|
+
### [prompt](docs/sdks/prompt/README.md)
|
|
425
|
+
|
|
426
|
+
* [create_genai_prompt](docs/sdks/prompt/README.md#create_genai_prompt) - Create a prompt
|
|
427
|
+
|
|
417
428
|
### [hris](docs/sdks/hris/README.md)
|
|
418
429
|
|
|
419
430
|
* [create_hris_employee](docs/sdks/hris/README.md#create_hris_employee) - Create an employee
|
|
@@ -713,13 +724,11 @@ s = unified_to.UnifiedTo(
|
|
|
713
724
|
),
|
|
714
725
|
)
|
|
715
726
|
|
|
716
|
-
req = operations.CreateAccountingAccountRequest(
|
|
717
|
-
connection_id='<value>',
|
|
718
|
-
)
|
|
719
|
-
|
|
720
727
|
res = None
|
|
721
728
|
try:
|
|
722
|
-
res = s.accounting.create_accounting_account(
|
|
729
|
+
res = s.accounting.create_accounting_account(request=operations.CreateAccountingAccountRequest(
|
|
730
|
+
connection_id='<value>',
|
|
731
|
+
))
|
|
723
732
|
except errors.SDKError as e:
|
|
724
733
|
# handle exception
|
|
725
734
|
raise(e)
|
|
@@ -758,11 +767,9 @@ s = unified_to.UnifiedTo(
|
|
|
758
767
|
),
|
|
759
768
|
)
|
|
760
769
|
|
|
761
|
-
|
|
770
|
+
res = s.accounting.create_accounting_account(request=operations.CreateAccountingAccountRequest(
|
|
762
771
|
connection_id='<value>',
|
|
763
|
-
)
|
|
764
|
-
|
|
765
|
-
res = s.accounting.create_accounting_account(req)
|
|
772
|
+
))
|
|
766
773
|
|
|
767
774
|
if res.accounting_account is not None:
|
|
768
775
|
# handle response
|
|
@@ -785,11 +792,9 @@ s = unified_to.UnifiedTo(
|
|
|
785
792
|
),
|
|
786
793
|
)
|
|
787
794
|
|
|
788
|
-
|
|
795
|
+
res = s.accounting.create_accounting_account(request=operations.CreateAccountingAccountRequest(
|
|
789
796
|
connection_id='<value>',
|
|
790
|
-
)
|
|
791
|
-
|
|
792
|
-
res = s.accounting.create_accounting_account(req)
|
|
797
|
+
))
|
|
793
798
|
|
|
794
799
|
if res.accounting_account is not None:
|
|
795
800
|
# handle response
|
|
@@ -840,11 +845,9 @@ s = unified_to.UnifiedTo(
|
|
|
840
845
|
),
|
|
841
846
|
)
|
|
842
847
|
|
|
843
|
-
|
|
848
|
+
res = s.accounting.create_accounting_account(request=operations.CreateAccountingAccountRequest(
|
|
844
849
|
connection_id='<value>',
|
|
845
|
-
)
|
|
846
|
-
|
|
847
|
-
res = s.accounting.create_accounting_account(req)
|
|
850
|
+
))
|
|
848
851
|
|
|
849
852
|
if res.accounting_account is not None:
|
|
850
853
|
# handle response
|
|
@@ -19,7 +19,7 @@ except FileNotFoundError:
|
|
|
19
19
|
|
|
20
20
|
setuptools.setup(
|
|
21
21
|
name='Unified-python-sdk',
|
|
22
|
-
version='0.
|
|
22
|
+
version='0.22.0',
|
|
23
23
|
author='Unified API Inc',
|
|
24
24
|
description='Python Client SDK for Unified.to',
|
|
25
25
|
url='https://github.com/unified-to/unified-python-sdk.git',
|
{Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0/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.
|
|
3
|
+
Version: 0.22.0
|
|
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
|
|
@@ -34,11 +34,9 @@ Description: <div align="left">
|
|
|
34
34
|
),
|
|
35
35
|
)
|
|
36
36
|
|
|
37
|
-
|
|
37
|
+
res = s.accounting.create_accounting_account(request=operations.CreateAccountingAccountRequest(
|
|
38
38
|
connection_id='<value>',
|
|
39
|
-
)
|
|
40
|
-
|
|
41
|
-
res = s.accounting.create_accounting_account(req)
|
|
39
|
+
))
|
|
42
40
|
|
|
43
41
|
if res.accounting_account is not None:
|
|
44
42
|
# handle response
|
|
@@ -421,6 +419,19 @@ Description: <div align="left">
|
|
|
421
419
|
|
|
422
420
|
* [list_enrich_people](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/person/README.md#list_enrich_people) - Retrieve enrichment information for a person
|
|
423
421
|
|
|
422
|
+
### [genai](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/genai/README.md)
|
|
423
|
+
|
|
424
|
+
* [create_genai_prompt](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/genai/README.md#create_genai_prompt) - Create a prompt
|
|
425
|
+
* [list_genai_models](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/genai/README.md#list_genai_models) - List all models
|
|
426
|
+
|
|
427
|
+
### [model](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/model/README.md)
|
|
428
|
+
|
|
429
|
+
* [list_genai_models](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/model/README.md#list_genai_models) - List all models
|
|
430
|
+
|
|
431
|
+
### [prompt](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/prompt/README.md)
|
|
432
|
+
|
|
433
|
+
* [create_genai_prompt](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/prompt/README.md#create_genai_prompt) - Create a prompt
|
|
434
|
+
|
|
424
435
|
### [hris](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md)
|
|
425
436
|
|
|
426
437
|
* [create_hris_employee](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/hris/README.md#create_hris_employee) - Create an employee
|
|
@@ -720,13 +731,11 @@ Description: <div align="left">
|
|
|
720
731
|
),
|
|
721
732
|
)
|
|
722
733
|
|
|
723
|
-
req = operations.CreateAccountingAccountRequest(
|
|
724
|
-
connection_id='<value>',
|
|
725
|
-
)
|
|
726
|
-
|
|
727
734
|
res = None
|
|
728
735
|
try:
|
|
729
|
-
res = s.accounting.create_accounting_account(
|
|
736
|
+
res = s.accounting.create_accounting_account(request=operations.CreateAccountingAccountRequest(
|
|
737
|
+
connection_id='<value>',
|
|
738
|
+
))
|
|
730
739
|
except errors.SDKError as e:
|
|
731
740
|
# handle exception
|
|
732
741
|
raise(e)
|
|
@@ -765,11 +774,9 @@ Description: <div align="left">
|
|
|
765
774
|
),
|
|
766
775
|
)
|
|
767
776
|
|
|
768
|
-
|
|
777
|
+
res = s.accounting.create_accounting_account(request=operations.CreateAccountingAccountRequest(
|
|
769
778
|
connection_id='<value>',
|
|
770
|
-
)
|
|
771
|
-
|
|
772
|
-
res = s.accounting.create_accounting_account(req)
|
|
779
|
+
))
|
|
773
780
|
|
|
774
781
|
if res.accounting_account is not None:
|
|
775
782
|
# handle response
|
|
@@ -792,11 +799,9 @@ Description: <div align="left">
|
|
|
792
799
|
),
|
|
793
800
|
)
|
|
794
801
|
|
|
795
|
-
|
|
802
|
+
res = s.accounting.create_accounting_account(request=operations.CreateAccountingAccountRequest(
|
|
796
803
|
connection_id='<value>',
|
|
797
|
-
)
|
|
798
|
-
|
|
799
|
-
res = s.accounting.create_accounting_account(req)
|
|
804
|
+
))
|
|
800
805
|
|
|
801
806
|
if res.accounting_account is not None:
|
|
802
807
|
# handle response
|
|
@@ -847,11 +852,9 @@ Description: <div align="left">
|
|
|
847
852
|
),
|
|
848
853
|
)
|
|
849
854
|
|
|
850
|
-
|
|
855
|
+
res = s.accounting.create_accounting_account(request=operations.CreateAccountingAccountRequest(
|
|
851
856
|
connection_id='<value>',
|
|
852
|
-
)
|
|
853
|
-
|
|
854
|
-
res = s.accounting.create_accounting_account(req)
|
|
857
|
+
))
|
|
855
858
|
|
|
856
859
|
if res.accounting_account is not None:
|
|
857
860
|
# handle response
|
{Unified-python-sdk-0.21.10 → Unified-python-sdk-0.22.0}/src/Unified_python_sdk.egg-info/SOURCES.txt
RENAMED
|
@@ -30,6 +30,7 @@ src/unified_to/employee.py
|
|
|
30
30
|
src/unified_to/enrich.py
|
|
31
31
|
src/unified_to/event.py
|
|
32
32
|
src/unified_to/file.py
|
|
33
|
+
src/unified_to/genai.py
|
|
33
34
|
src/unified_to/group.py
|
|
34
35
|
src/unified_to/hris.py
|
|
35
36
|
src/unified_to/integration.py
|
|
@@ -46,6 +47,7 @@ src/unified_to/location.py
|
|
|
46
47
|
src/unified_to/login.py
|
|
47
48
|
src/unified_to/martech.py
|
|
48
49
|
src/unified_to/member.py
|
|
50
|
+
src/unified_to/model.py
|
|
49
51
|
src/unified_to/note.py
|
|
50
52
|
src/unified_to/organization.py
|
|
51
53
|
src/unified_to/passthrough.py
|
|
@@ -54,6 +56,7 @@ src/unified_to/payout.py
|
|
|
54
56
|
src/unified_to/payslip.py
|
|
55
57
|
src/unified_to/person.py
|
|
56
58
|
src/unified_to/pipeline.py
|
|
59
|
+
src/unified_to/prompt.py
|
|
57
60
|
src/unified_to/refund.py
|
|
58
61
|
src/unified_to/scorecard.py
|
|
59
62
|
src/unified_to/sdk.py
|
|
@@ -96,6 +99,7 @@ src/unified_to/models/operations/createcrmdeal.py
|
|
|
96
99
|
src/unified_to/models/operations/createcrmevent.py
|
|
97
100
|
src/unified_to/models/operations/createcrmlead.py
|
|
98
101
|
src/unified_to/models/operations/createcrmpipeline.py
|
|
102
|
+
src/unified_to/models/operations/creategenaiprompt.py
|
|
99
103
|
src/unified_to/models/operations/createhrisemployee.py
|
|
100
104
|
src/unified_to/models/operations/createhrisgroup.py
|
|
101
105
|
src/unified_to/models/operations/createmartechlist.py
|
|
@@ -181,6 +185,7 @@ src/unified_to/models/operations/listcrmleads.py
|
|
|
181
185
|
src/unified_to/models/operations/listcrmpipelines.py
|
|
182
186
|
src/unified_to/models/operations/listenrichcompanies.py
|
|
183
187
|
src/unified_to/models/operations/listenrichpeople.py
|
|
188
|
+
src/unified_to/models/operations/listgenaimodels.py
|
|
184
189
|
src/unified_to/models/operations/listhrisemployees.py
|
|
185
190
|
src/unified_to/models/operations/listhrisgroups.py
|
|
186
191
|
src/unified_to/models/operations/listhrispayslips.py
|
|
@@ -364,6 +369,9 @@ src/unified_to/models/shared/enrichemail.py
|
|
|
364
369
|
src/unified_to/models/shared/enrichperson.py
|
|
365
370
|
src/unified_to/models/shared/enrichpersonworkhistory.py
|
|
366
371
|
src/unified_to/models/shared/enrichtelephone.py
|
|
372
|
+
src/unified_to/models/shared/genaicontent.py
|
|
373
|
+
src/unified_to/models/shared/genaimodel.py
|
|
374
|
+
src/unified_to/models/shared/genaiprompt.py
|
|
367
375
|
src/unified_to/models/shared/hrisemail.py
|
|
368
376
|
src/unified_to/models/shared/hrisemployee.py
|
|
369
377
|
src/unified_to/models/shared/hrisgroup.py
|
|
@@ -57,6 +57,7 @@ class Account:
|
|
|
57
57
|
res = operations.CreateAccountingAccountResponse(status_code=http_res.status_code, content_type=http_res.headers.get('Content-Type') or '', raw_response=http_res)
|
|
58
58
|
|
|
59
59
|
if http_res.status_code == 200:
|
|
60
|
+
# pylint: disable=no-else-return
|
|
60
61
|
if utils.match_content_type(http_res.headers.get('Content-Type') or '', 'application/json'):
|
|
61
62
|
out = utils.unmarshal_json(http_res.text, Optional[shared.AccountingAccount])
|
|
62
63
|
res.accounting_account = out
|
|
@@ -112,6 +113,7 @@ class Account:
|
|
|
112
113
|
res = operations.GetAccountingAccountResponse(status_code=http_res.status_code, content_type=http_res.headers.get('Content-Type') or '', raw_response=http_res)
|
|
113
114
|
|
|
114
115
|
if http_res.status_code == 200:
|
|
116
|
+
# pylint: disable=no-else-return
|
|
115
117
|
if utils.match_content_type(http_res.headers.get('Content-Type') or '', 'application/json'):
|
|
116
118
|
out = utils.unmarshal_json(http_res.text, Optional[shared.AccountingAccount])
|
|
117
119
|
res.accounting_account = out
|
|
@@ -167,6 +169,7 @@ class Account:
|
|
|
167
169
|
res = operations.ListAccountingAccountsResponse(status_code=http_res.status_code, content_type=http_res.headers.get('Content-Type') or '', raw_response=http_res)
|
|
168
170
|
|
|
169
171
|
if http_res.status_code == 200:
|
|
172
|
+
# pylint: disable=no-else-return
|
|
170
173
|
if utils.match_content_type(http_res.headers.get('Content-Type') or '', 'application/json'):
|
|
171
174
|
out = utils.unmarshal_json(http_res.text, Optional[List[shared.AccountingAccount]])
|
|
172
175
|
res.accounting_accounts = out
|
|
@@ -224,6 +227,7 @@ class Account:
|
|
|
224
227
|
res = operations.PatchAccountingAccountResponse(status_code=http_res.status_code, content_type=http_res.headers.get('Content-Type') or '', raw_response=http_res)
|
|
225
228
|
|
|
226
229
|
if http_res.status_code == 200:
|
|
230
|
+
# pylint: disable=no-else-return
|
|
227
231
|
if utils.match_content_type(http_res.headers.get('Content-Type') or '', 'application/json'):
|
|
228
232
|
out = utils.unmarshal_json(http_res.text, Optional[shared.AccountingAccount])
|
|
229
233
|
res.accounting_account = out
|
|
@@ -282,6 +286,7 @@ class Account:
|
|
|
282
286
|
elif http_res.status_code >= 400 and http_res.status_code < 500 or http_res.status_code >= 500 and http_res.status_code < 600:
|
|
283
287
|
raise errors.SDKError('API error occurred', http_res.status_code, http_res.text, http_res)
|
|
284
288
|
else:
|
|
289
|
+
# pylint: disable=no-else-return
|
|
285
290
|
if utils.match_content_type(http_res.headers.get('Content-Type') or '', 'application/json'):
|
|
286
291
|
out = utils.unmarshal_json(http_res.text, Optional[str])
|
|
287
292
|
res.string = out
|
|
@@ -335,6 +340,7 @@ class Account:
|
|
|
335
340
|
res = operations.UpdateAccountingAccountResponse(status_code=http_res.status_code, content_type=http_res.headers.get('Content-Type') or '', raw_response=http_res)
|
|
336
341
|
|
|
337
342
|
if http_res.status_code == 200:
|
|
343
|
+
# pylint: disable=no-else-return
|
|
338
344
|
if utils.match_content_type(http_res.headers.get('Content-Type') or '', 'application/json'):
|
|
339
345
|
out = utils.unmarshal_json(http_res.text, Optional[shared.AccountingAccount])
|
|
340
346
|
res.accounting_account = out
|
|
@@ -57,6 +57,7 @@ class Accounting:
|
|
|
57
57
|
res = operations.CreateAccountingAccountResponse(status_code=http_res.status_code, content_type=http_res.headers.get('Content-Type') or '', raw_response=http_res)
|
|
58
58
|
|
|
59
59
|
if http_res.status_code == 200:
|
|
60
|
+
# pylint: disable=no-else-return
|
|
60
61
|
if utils.match_content_type(http_res.headers.get('Content-Type') or '', 'application/json'):
|
|
61
62
|
out = utils.unmarshal_json(http_res.text, Optional[shared.AccountingAccount])
|
|
62
63
|
res.accounting_account = out
|
|
@@ -114,6 +115,7 @@ class Accounting:
|
|
|
114
115
|
res = operations.CreateAccountingContactResponse(status_code=http_res.status_code, content_type=http_res.headers.get('Content-Type') or '', raw_response=http_res)
|
|
115
116
|
|
|
116
117
|
if http_res.status_code == 200:
|
|
118
|
+
# pylint: disable=no-else-return
|
|
117
119
|
if utils.match_content_type(http_res.headers.get('Content-Type') or '', 'application/json'):
|
|
118
120
|
out = utils.unmarshal_json(http_res.text, Optional[shared.AccountingContact])
|
|
119
121
|
res.accounting_contact = out
|
|
@@ -171,6 +173,7 @@ class Accounting:
|
|
|
171
173
|
res = operations.CreateAccountingInvoiceResponse(status_code=http_res.status_code, content_type=http_res.headers.get('Content-Type') or '', raw_response=http_res)
|
|
172
174
|
|
|
173
175
|
if http_res.status_code == 200:
|
|
176
|
+
# pylint: disable=no-else-return
|
|
174
177
|
if utils.match_content_type(http_res.headers.get('Content-Type') or '', 'application/json'):
|
|
175
178
|
out = utils.unmarshal_json(http_res.text, Optional[shared.AccountingInvoice])
|
|
176
179
|
res.accounting_invoice = out
|
|
@@ -228,6 +231,7 @@ class Accounting:
|
|
|
228
231
|
res = operations.CreateAccountingTaxrateResponse(status_code=http_res.status_code, content_type=http_res.headers.get('Content-Type') or '', raw_response=http_res)
|
|
229
232
|
|
|
230
233
|
if http_res.status_code == 200:
|
|
234
|
+
# pylint: disable=no-else-return
|
|
231
235
|
if utils.match_content_type(http_res.headers.get('Content-Type') or '', 'application/json'):
|
|
232
236
|
out = utils.unmarshal_json(http_res.text, Optional[shared.AccountingTaxrate])
|
|
233
237
|
res.accounting_taxrate = out
|
|
@@ -285,6 +289,7 @@ class Accounting:
|
|
|
285
289
|
res = operations.CreateAccountingTransactionResponse(status_code=http_res.status_code, content_type=http_res.headers.get('Content-Type') or '', raw_response=http_res)
|
|
286
290
|
|
|
287
291
|
if http_res.status_code == 200:
|
|
292
|
+
# pylint: disable=no-else-return
|
|
288
293
|
if utils.match_content_type(http_res.headers.get('Content-Type') or '', 'application/json'):
|
|
289
294
|
out = utils.unmarshal_json(http_res.text, Optional[shared.AccountingTransaction])
|
|
290
295
|
res.accounting_transaction = out
|
|
@@ -340,6 +345,7 @@ class Accounting:
|
|
|
340
345
|
res = operations.GetAccountingAccountResponse(status_code=http_res.status_code, content_type=http_res.headers.get('Content-Type') or '', raw_response=http_res)
|
|
341
346
|
|
|
342
347
|
if http_res.status_code == 200:
|
|
348
|
+
# pylint: disable=no-else-return
|
|
343
349
|
if utils.match_content_type(http_res.headers.get('Content-Type') or '', 'application/json'):
|
|
344
350
|
out = utils.unmarshal_json(http_res.text, Optional[shared.AccountingAccount])
|
|
345
351
|
res.accounting_account = out
|
|
@@ -395,6 +401,7 @@ class Accounting:
|
|
|
395
401
|
res = operations.GetAccountingContactResponse(status_code=http_res.status_code, content_type=http_res.headers.get('Content-Type') or '', raw_response=http_res)
|
|
396
402
|
|
|
397
403
|
if http_res.status_code == 200:
|
|
404
|
+
# pylint: disable=no-else-return
|
|
398
405
|
if utils.match_content_type(http_res.headers.get('Content-Type') or '', 'application/json'):
|
|
399
406
|
out = utils.unmarshal_json(http_res.text, Optional[shared.AccountingContact])
|
|
400
407
|
res.accounting_contact = out
|
|
@@ -450,6 +457,7 @@ class Accounting:
|
|
|
450
457
|
res = operations.GetAccountingInvoiceResponse(status_code=http_res.status_code, content_type=http_res.headers.get('Content-Type') or '', raw_response=http_res)
|
|
451
458
|
|
|
452
459
|
if http_res.status_code == 200:
|
|
460
|
+
# pylint: disable=no-else-return
|
|
453
461
|
if utils.match_content_type(http_res.headers.get('Content-Type') or '', 'application/json'):
|
|
454
462
|
out = utils.unmarshal_json(http_res.text, Optional[shared.AccountingInvoice])
|
|
455
463
|
res.accounting_invoice = out
|
|
@@ -505,6 +513,7 @@ class Accounting:
|
|
|
505
513
|
res = operations.GetAccountingOrganizationResponse(status_code=http_res.status_code, content_type=http_res.headers.get('Content-Type') or '', raw_response=http_res)
|
|
506
514
|
|
|
507
515
|
if http_res.status_code == 200:
|
|
516
|
+
# pylint: disable=no-else-return
|
|
508
517
|
if utils.match_content_type(http_res.headers.get('Content-Type') or '', 'application/json'):
|
|
509
518
|
out = utils.unmarshal_json(http_res.text, Optional[shared.AccountingOrganization])
|
|
510
519
|
res.accounting_organization = out
|
|
@@ -560,6 +569,7 @@ class Accounting:
|
|
|
560
569
|
res = operations.GetAccountingTaxrateResponse(status_code=http_res.status_code, content_type=http_res.headers.get('Content-Type') or '', raw_response=http_res)
|
|
561
570
|
|
|
562
571
|
if http_res.status_code == 200:
|
|
572
|
+
# pylint: disable=no-else-return
|
|
563
573
|
if utils.match_content_type(http_res.headers.get('Content-Type') or '', 'application/json'):
|
|
564
574
|
out = utils.unmarshal_json(http_res.text, Optional[shared.AccountingTaxrate])
|
|
565
575
|
res.accounting_taxrate = out
|
|
@@ -615,6 +625,7 @@ class Accounting:
|
|
|
615
625
|
res = operations.GetAccountingTransactionResponse(status_code=http_res.status_code, content_type=http_res.headers.get('Content-Type') or '', raw_response=http_res)
|
|
616
626
|
|
|
617
627
|
if http_res.status_code == 200:
|
|
628
|
+
# pylint: disable=no-else-return
|
|
618
629
|
if utils.match_content_type(http_res.headers.get('Content-Type') or '', 'application/json'):
|
|
619
630
|
out = utils.unmarshal_json(http_res.text, Optional[shared.AccountingTransaction])
|
|
620
631
|
res.accounting_transaction = out
|
|
@@ -670,6 +681,7 @@ class Accounting:
|
|
|
670
681
|
res = operations.ListAccountingAccountsResponse(status_code=http_res.status_code, content_type=http_res.headers.get('Content-Type') or '', raw_response=http_res)
|
|
671
682
|
|
|
672
683
|
if http_res.status_code == 200:
|
|
684
|
+
# pylint: disable=no-else-return
|
|
673
685
|
if utils.match_content_type(http_res.headers.get('Content-Type') or '', 'application/json'):
|
|
674
686
|
out = utils.unmarshal_json(http_res.text, Optional[List[shared.AccountingAccount]])
|
|
675
687
|
res.accounting_accounts = out
|
|
@@ -725,6 +737,7 @@ class Accounting:
|
|
|
725
737
|
res = operations.ListAccountingContactsResponse(status_code=http_res.status_code, content_type=http_res.headers.get('Content-Type') or '', raw_response=http_res)
|
|
726
738
|
|
|
727
739
|
if http_res.status_code == 200:
|
|
740
|
+
# pylint: disable=no-else-return
|
|
728
741
|
if utils.match_content_type(http_res.headers.get('Content-Type') or '', 'application/json'):
|
|
729
742
|
out = utils.unmarshal_json(http_res.text, Optional[List[shared.AccountingContact]])
|
|
730
743
|
res.accounting_contacts = out
|
|
@@ -780,6 +793,7 @@ class Accounting:
|
|
|
780
793
|
res = operations.ListAccountingInvoicesResponse(status_code=http_res.status_code, content_type=http_res.headers.get('Content-Type') or '', raw_response=http_res)
|
|
781
794
|
|
|
782
795
|
if http_res.status_code == 200:
|
|
796
|
+
# pylint: disable=no-else-return
|
|
783
797
|
if utils.match_content_type(http_res.headers.get('Content-Type') or '', 'application/json'):
|
|
784
798
|
out = utils.unmarshal_json(http_res.text, Optional[List[shared.AccountingInvoice]])
|
|
785
799
|
res.accounting_invoices = out
|
|
@@ -835,6 +849,7 @@ class Accounting:
|
|
|
835
849
|
res = operations.ListAccountingOrganizationsResponse(status_code=http_res.status_code, content_type=http_res.headers.get('Content-Type') or '', raw_response=http_res)
|
|
836
850
|
|
|
837
851
|
if http_res.status_code == 200:
|
|
852
|
+
# pylint: disable=no-else-return
|
|
838
853
|
if utils.match_content_type(http_res.headers.get('Content-Type') or '', 'application/json'):
|
|
839
854
|
out = utils.unmarshal_json(http_res.text, Optional[List[shared.AccountingOrganization]])
|
|
840
855
|
res.accounting_organizations = out
|
|
@@ -890,6 +905,7 @@ class Accounting:
|
|
|
890
905
|
res = operations.ListAccountingTaxratesResponse(status_code=http_res.status_code, content_type=http_res.headers.get('Content-Type') or '', raw_response=http_res)
|
|
891
906
|
|
|
892
907
|
if http_res.status_code == 200:
|
|
908
|
+
# pylint: disable=no-else-return
|
|
893
909
|
if utils.match_content_type(http_res.headers.get('Content-Type') or '', 'application/json'):
|
|
894
910
|
out = utils.unmarshal_json(http_res.text, Optional[List[shared.AccountingTaxrate]])
|
|
895
911
|
res.accounting_taxrates = out
|
|
@@ -945,6 +961,7 @@ class Accounting:
|
|
|
945
961
|
res = operations.ListAccountingTransactionsResponse(status_code=http_res.status_code, content_type=http_res.headers.get('Content-Type') or '', raw_response=http_res)
|
|
946
962
|
|
|
947
963
|
if http_res.status_code == 200:
|
|
964
|
+
# pylint: disable=no-else-return
|
|
948
965
|
if utils.match_content_type(http_res.headers.get('Content-Type') or '', 'application/json'):
|
|
949
966
|
out = utils.unmarshal_json(http_res.text, Optional[List[shared.AccountingTransaction]])
|
|
950
967
|
res.accounting_transactions = out
|
|
@@ -1002,6 +1019,7 @@ class Accounting:
|
|
|
1002
1019
|
res = operations.PatchAccountingAccountResponse(status_code=http_res.status_code, content_type=http_res.headers.get('Content-Type') or '', raw_response=http_res)
|
|
1003
1020
|
|
|
1004
1021
|
if http_res.status_code == 200:
|
|
1022
|
+
# pylint: disable=no-else-return
|
|
1005
1023
|
if utils.match_content_type(http_res.headers.get('Content-Type') or '', 'application/json'):
|
|
1006
1024
|
out = utils.unmarshal_json(http_res.text, Optional[shared.AccountingAccount])
|
|
1007
1025
|
res.accounting_account = out
|
|
@@ -1059,6 +1077,7 @@ class Accounting:
|
|
|
1059
1077
|
res = operations.PatchAccountingContactResponse(status_code=http_res.status_code, content_type=http_res.headers.get('Content-Type') or '', raw_response=http_res)
|
|
1060
1078
|
|
|
1061
1079
|
if http_res.status_code == 200:
|
|
1080
|
+
# pylint: disable=no-else-return
|
|
1062
1081
|
if utils.match_content_type(http_res.headers.get('Content-Type') or '', 'application/json'):
|
|
1063
1082
|
out = utils.unmarshal_json(http_res.text, Optional[shared.AccountingContact])
|
|
1064
1083
|
res.accounting_contact = out
|
|
@@ -1116,6 +1135,7 @@ class Accounting:
|
|
|
1116
1135
|
res = operations.PatchAccountingInvoiceResponse(status_code=http_res.status_code, content_type=http_res.headers.get('Content-Type') or '', raw_response=http_res)
|
|
1117
1136
|
|
|
1118
1137
|
if http_res.status_code == 200:
|
|
1138
|
+
# pylint: disable=no-else-return
|
|
1119
1139
|
if utils.match_content_type(http_res.headers.get('Content-Type') or '', 'application/json'):
|
|
1120
1140
|
out = utils.unmarshal_json(http_res.text, Optional[shared.AccountingInvoice])
|
|
1121
1141
|
res.accounting_invoice = out
|
|
@@ -1173,6 +1193,7 @@ class Accounting:
|
|
|
1173
1193
|
res = operations.PatchAccountingTaxrateResponse(status_code=http_res.status_code, content_type=http_res.headers.get('Content-Type') or '', raw_response=http_res)
|
|
1174
1194
|
|
|
1175
1195
|
if http_res.status_code == 200:
|
|
1196
|
+
# pylint: disable=no-else-return
|
|
1176
1197
|
if utils.match_content_type(http_res.headers.get('Content-Type') or '', 'application/json'):
|
|
1177
1198
|
out = utils.unmarshal_json(http_res.text, Optional[shared.AccountingTaxrate])
|
|
1178
1199
|
res.accounting_taxrate = out
|
|
@@ -1230,6 +1251,7 @@ class Accounting:
|
|
|
1230
1251
|
res = operations.PatchAccountingTransactionResponse(status_code=http_res.status_code, content_type=http_res.headers.get('Content-Type') or '', raw_response=http_res)
|
|
1231
1252
|
|
|
1232
1253
|
if http_res.status_code == 200:
|
|
1254
|
+
# pylint: disable=no-else-return
|
|
1233
1255
|
if utils.match_content_type(http_res.headers.get('Content-Type') or '', 'application/json'):
|
|
1234
1256
|
out = utils.unmarshal_json(http_res.text, Optional[shared.AccountingTransaction])
|
|
1235
1257
|
res.accounting_transaction = out
|
|
@@ -1288,6 +1310,7 @@ class Accounting:
|
|
|
1288
1310
|
elif http_res.status_code >= 400 and http_res.status_code < 500 or http_res.status_code >= 500 and http_res.status_code < 600:
|
|
1289
1311
|
raise errors.SDKError('API error occurred', http_res.status_code, http_res.text, http_res)
|
|
1290
1312
|
else:
|
|
1313
|
+
# pylint: disable=no-else-return
|
|
1291
1314
|
if utils.match_content_type(http_res.headers.get('Content-Type') or '', 'application/json'):
|
|
1292
1315
|
out = utils.unmarshal_json(http_res.text, Optional[str])
|
|
1293
1316
|
res.string = out
|
|
@@ -1342,6 +1365,7 @@ class Accounting:
|
|
|
1342
1365
|
elif http_res.status_code >= 400 and http_res.status_code < 500 or http_res.status_code >= 500 and http_res.status_code < 600:
|
|
1343
1366
|
raise errors.SDKError('API error occurred', http_res.status_code, http_res.text, http_res)
|
|
1344
1367
|
else:
|
|
1368
|
+
# pylint: disable=no-else-return
|
|
1345
1369
|
if utils.match_content_type(http_res.headers.get('Content-Type') or '', 'application/json'):
|
|
1346
1370
|
out = utils.unmarshal_json(http_res.text, Optional[str])
|
|
1347
1371
|
res.string = out
|
|
@@ -1396,6 +1420,7 @@ class Accounting:
|
|
|
1396
1420
|
elif http_res.status_code >= 400 and http_res.status_code < 500 or http_res.status_code >= 500 and http_res.status_code < 600:
|
|
1397
1421
|
raise errors.SDKError('API error occurred', http_res.status_code, http_res.text, http_res)
|
|
1398
1422
|
else:
|
|
1423
|
+
# pylint: disable=no-else-return
|
|
1399
1424
|
if utils.match_content_type(http_res.headers.get('Content-Type') or '', 'application/json'):
|
|
1400
1425
|
out = utils.unmarshal_json(http_res.text, Optional[str])
|
|
1401
1426
|
res.string = out
|
|
@@ -1450,6 +1475,7 @@ class Accounting:
|
|
|
1450
1475
|
elif http_res.status_code >= 400 and http_res.status_code < 500 or http_res.status_code >= 500 and http_res.status_code < 600:
|
|
1451
1476
|
raise errors.SDKError('API error occurred', http_res.status_code, http_res.text, http_res)
|
|
1452
1477
|
else:
|
|
1478
|
+
# pylint: disable=no-else-return
|
|
1453
1479
|
if utils.match_content_type(http_res.headers.get('Content-Type') or '', 'application/json'):
|
|
1454
1480
|
out = utils.unmarshal_json(http_res.text, Optional[str])
|
|
1455
1481
|
res.string = out
|
|
@@ -1504,6 +1530,7 @@ class Accounting:
|
|
|
1504
1530
|
elif http_res.status_code >= 400 and http_res.status_code < 500 or http_res.status_code >= 500 and http_res.status_code < 600:
|
|
1505
1531
|
raise errors.SDKError('API error occurred', http_res.status_code, http_res.text, http_res)
|
|
1506
1532
|
else:
|
|
1533
|
+
# pylint: disable=no-else-return
|
|
1507
1534
|
if utils.match_content_type(http_res.headers.get('Content-Type') or '', 'application/json'):
|
|
1508
1535
|
out = utils.unmarshal_json(http_res.text, Optional[str])
|
|
1509
1536
|
res.string = out
|
|
@@ -1557,6 +1584,7 @@ class Accounting:
|
|
|
1557
1584
|
res = operations.UpdateAccountingAccountResponse(status_code=http_res.status_code, content_type=http_res.headers.get('Content-Type') or '', raw_response=http_res)
|
|
1558
1585
|
|
|
1559
1586
|
if http_res.status_code == 200:
|
|
1587
|
+
# pylint: disable=no-else-return
|
|
1560
1588
|
if utils.match_content_type(http_res.headers.get('Content-Type') or '', 'application/json'):
|
|
1561
1589
|
out = utils.unmarshal_json(http_res.text, Optional[shared.AccountingAccount])
|
|
1562
1590
|
res.accounting_account = out
|
|
@@ -1614,6 +1642,7 @@ class Accounting:
|
|
|
1614
1642
|
res = operations.UpdateAccountingContactResponse(status_code=http_res.status_code, content_type=http_res.headers.get('Content-Type') or '', raw_response=http_res)
|
|
1615
1643
|
|
|
1616
1644
|
if http_res.status_code == 200:
|
|
1645
|
+
# pylint: disable=no-else-return
|
|
1617
1646
|
if utils.match_content_type(http_res.headers.get('Content-Type') or '', 'application/json'):
|
|
1618
1647
|
out = utils.unmarshal_json(http_res.text, Optional[shared.AccountingContact])
|
|
1619
1648
|
res.accounting_contact = out
|
|
@@ -1671,6 +1700,7 @@ class Accounting:
|
|
|
1671
1700
|
res = operations.UpdateAccountingInvoiceResponse(status_code=http_res.status_code, content_type=http_res.headers.get('Content-Type') or '', raw_response=http_res)
|
|
1672
1701
|
|
|
1673
1702
|
if http_res.status_code == 200:
|
|
1703
|
+
# pylint: disable=no-else-return
|
|
1674
1704
|
if utils.match_content_type(http_res.headers.get('Content-Type') or '', 'application/json'):
|
|
1675
1705
|
out = utils.unmarshal_json(http_res.text, Optional[shared.AccountingInvoice])
|
|
1676
1706
|
res.accounting_invoice = out
|
|
@@ -1728,6 +1758,7 @@ class Accounting:
|
|
|
1728
1758
|
res = operations.UpdateAccountingTaxrateResponse(status_code=http_res.status_code, content_type=http_res.headers.get('Content-Type') or '', raw_response=http_res)
|
|
1729
1759
|
|
|
1730
1760
|
if http_res.status_code == 200:
|
|
1761
|
+
# pylint: disable=no-else-return
|
|
1731
1762
|
if utils.match_content_type(http_res.headers.get('Content-Type') or '', 'application/json'):
|
|
1732
1763
|
out = utils.unmarshal_json(http_res.text, Optional[shared.AccountingTaxrate])
|
|
1733
1764
|
res.accounting_taxrate = out
|
|
@@ -1785,6 +1816,7 @@ class Accounting:
|
|
|
1785
1816
|
res = operations.UpdateAccountingTransactionResponse(status_code=http_res.status_code, content_type=http_res.headers.get('Content-Type') or '', raw_response=http_res)
|
|
1786
1817
|
|
|
1787
1818
|
if http_res.status_code == 200:
|
|
1819
|
+
# pylint: disable=no-else-return
|
|
1788
1820
|
if utils.match_content_type(http_res.headers.get('Content-Type') or '', 'application/json'):
|
|
1789
1821
|
out = utils.unmarshal_json(http_res.text, Optional[shared.AccountingTransaction])
|
|
1790
1822
|
res.accounting_transaction = out
|