Unified-python-sdk 0.25.1__tar.gz → 0.25.3__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.25.1/src/Unified_python_sdk.egg-info → Unified-python-sdk-0.25.3}/PKG-INFO +16 -1
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/README.md +15 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/setup.py +1 -1
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3/src/Unified_python_sdk.egg-info}/PKG-INFO +16 -1
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/Unified_python_sdk.egg-info/SOURCES.txt +8 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/commerce.py +339 -0
- Unified-python-sdk-0.25.3/src/unified_to/metadata.py +356 -0
- Unified-python-sdk-0.25.3/src/unified_to/models/operations/__init__.py +377 -0
- Unified-python-sdk-0.25.3/src/unified_to/models/operations/createcommercemetadata.py +32 -0
- Unified-python-sdk-0.25.3/src/unified_to/models/operations/getcommercemetadata.py +33 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/getunifiedintegrationauth.py +2 -0
- Unified-python-sdk-0.25.3/src/unified_to/models/operations/listcommercemetadatas.py +40 -0
- Unified-python-sdk-0.25.3/src/unified_to/models/operations/patchcommercemetadata.py +34 -0
- Unified-python-sdk-0.25.3/src/unified_to/models/operations/removecommercemetadata.py +29 -0
- Unified-python-sdk-0.25.3/src/unified_to/models/operations/updatecommercemetadata.py +34 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/__init__.py +2 -1
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/commercecollection.py +2 -2
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/commerceitem.py +2 -2
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/commerceitemmedia.py +2 -2
- Unified-python-sdk-0.25.1/src/unified_to/models/shared/commercemetadata.py → Unified-python-sdk-0.25.3/src/unified_to/models/shared/commerceitemmetadata.py +1 -1
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/commerceitemvariant.py +2 -2
- Unified-python-sdk-0.25.3/src/unified_to/models/shared/commercemetadata.py +9 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/integrationsupport.py +84 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/messagingchannel.py +1 -1
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/messagingmessage.py +4 -2
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/property_connection_permissions.py +2 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/webhook.py +1 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/sdk.py +3 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/sdkconfiguration.py +3 -3
- Unified-python-sdk-0.25.1/src/unified_to/models/operations/__init__.py +0 -371
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/LICENSE.md +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/setup.cfg +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/Unified_python_sdk.egg-info/dependency_links.txt +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/Unified_python_sdk.egg-info/requires.txt +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/Unified_python_sdk.egg-info/top_level.txt +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/__init__.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/_hooks/__init__.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/_hooks/sdkhooks.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/_hooks/types.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/account.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/accounting.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/activity.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/apicall.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/application.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/applicationstatus.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/ats.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/auth.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/branch.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/call.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/candidate.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/channel.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/class_.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/collection.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/commit.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/company.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/connection.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/contact.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/course.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/crm.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/customer.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/deal.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/document.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/employee.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/enrich.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/event.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/file.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/genai.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/group.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/hris.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/instructor.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/integration.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/interview.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/inventory.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/invoice.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/issue.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/item.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/job.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/journal.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/kms.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/lead.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/link.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/list.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/lms.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/location.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/login.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/martech.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/member.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/message.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/messaging.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/model.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/__init__.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/errors/__init__.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/errors/sdkerror.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/createaccountingaccount.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/createaccountingcontact.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/createaccountinginvoice.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/createaccountingjournal.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/createaccountingorder.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/createaccountingtaxrate.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/createaccountingtransaction.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/createatsactivity.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/createatsapplication.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/createatscandidate.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/createatsdocument.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/createatsinterview.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/createatsjob.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/createatsscorecard.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/createcommercecollection.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/createcommerceinventory.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/createcommerceitem.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/createcommercelocation.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/createcrmcompany.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/createcrmcontact.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/createcrmdeal.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/createcrmevent.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/createcrmlead.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/createcrmpipeline.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/creategenaiprompt.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/createhriscompany.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/createhrisemployee.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/createhrisgroup.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/createhrislocation.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/createkmspage.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/createkmsspace.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/createlmsclass.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/createlmscourse.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/createlmsinstructor.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/createlmsstudent.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/createmartechlist.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/createmartechmember.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/createmessagingmessage.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/createpassthrough_json.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/createpassthrough_raw.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/createpaymentlink.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/createpaymentpayment.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/createrepobranch.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/createrepocommit.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/createrepoorganization.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/createrepopullrequest.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/createreporepository.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/createscimgroups.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/createscimusers.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/createstoragefile.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/createtaskproject.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/createtasktask.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/createticketingcustomer.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/createticketingnote.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/createticketingticket.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/createuccontact.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/createunifiedconnection.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/createunifiedwebhook.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/getaccountingaccount.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/getaccountingcontact.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/getaccountinginvoice.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/getaccountingjournal.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/getaccountingorder.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/getaccountingorganization.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/getaccountingtaxrate.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/getaccountingtransaction.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/getatsactivity.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/getatsapplication.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/getatscandidate.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/getatscompany.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/getatsdocument.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/getatsinterview.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/getatsjob.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/getatsscorecard.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/getcommercecollection.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/getcommerceinventory.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/getcommerceitem.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/getcommercelocation.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/getcrmcompany.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/getcrmcontact.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/getcrmdeal.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/getcrmevent.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/getcrmlead.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/getcrmpipeline.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/gethriscompany.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/gethrisemployee.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/gethrisgroup.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/gethrislocation.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/gethrispayslip.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/gethristimeoff.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/getkmspage.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/getkmsspace.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/getlmsclass.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/getlmscourse.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/getlmsinstructor.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/getlmsstudent.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/getmartechlist.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/getmartechmember.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/getmessagingchannel.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/getmessagingmessage.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/getpaymentlink.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/getpaymentpayment.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/getpaymentpayout.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/getpaymentrefund.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/getrepobranch.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/getrepocommit.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/getrepoorganization.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/getrepopullrequest.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/getreporepository.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/getscimgroups.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/getscimusers.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/getstoragefile.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/gettaskproject.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/gettasktask.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/getticketingcustomer.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/getticketingnote.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/getticketingticket.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/getuccontact.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/getunifiedapicall.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/getunifiedconnection.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/getunifiedintegrationlogin.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/getunifiedwebhook.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/listaccountingaccounts.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/listaccountingcontacts.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/listaccountinginvoices.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/listaccountingjournals.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/listaccountingorders.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/listaccountingorganizations.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/listaccountingtaxrates.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/listaccountingtransactions.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/listatsactivities.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/listatsapplications.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/listatsapplicationstatuses.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/listatscandidates.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/listatscompanies.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/listatsdocuments.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/listatsinterviews.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/listatsjobs.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/listatsscorecards.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/listcommercecollections.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/listcommerceinventories.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/listcommerceitems.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/listcommercelocations.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/listcrmcompanies.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/listcrmcontacts.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/listcrmdeals.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/listcrmevents.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/listcrmleads.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/listcrmpipelines.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/listenrichcompanies.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/listenrichpeople.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/listgenaimodels.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/listhriscompanies.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/listhrisemployees.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/listhrisgroups.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/listhrislocations.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/listhrispayslips.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/listhristimeoffs.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/listkmspages.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/listkmsspaces.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/listlmsclasses.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/listlmscourses.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/listlmsinstructors.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/listlmsstudents.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/listmartechlists.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/listmartechmembers.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/listmessagingchannels.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/listmessagingmessages.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/listpassthroughs.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/listpaymentlinks.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/listpaymentpayments.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/listpaymentpayouts.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/listpaymentrefunds.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/listrepobranches.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/listrepocommits.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/listrepoorganizations.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/listrepopullrequests.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/listreporepositories.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/listscimgroups.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/listscimusers.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/liststoragefiles.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/listtaskprojects.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/listtasktasks.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/listticketingcustomers.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/listticketingnotes.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/listticketingtickets.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/listuccalls.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/listuccontacts.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/listunifiedapicalls.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/listunifiedconnections.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/listunifiedintegrations.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/listunifiedintegrationworkspaces.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/listunifiedissues.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/listunifiedwebhooks.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/patchaccountingaccount.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/patchaccountingcontact.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/patchaccountinginvoice.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/patchaccountingjournal.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/patchaccountingorder.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/patchaccountingtaxrate.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/patchaccountingtransaction.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/patchatsactivity.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/patchatsapplication.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/patchatscandidate.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/patchatsdocument.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/patchatsinterview.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/patchatsjob.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/patchatsscorecard.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/patchcommercecollection.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/patchcommerceinventory.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/patchcommerceitem.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/patchcommercelocation.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/patchcrmcompany.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/patchcrmcontact.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/patchcrmdeal.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/patchcrmevent.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/patchcrmlead.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/patchcrmpipeline.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/patchhriscompany.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/patchhrisemployee.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/patchhrisgroup.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/patchhrislocation.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/patchkmspage.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/patchkmsspace.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/patchlmsclass.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/patchlmscourse.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/patchlmsinstructor.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/patchlmsstudent.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/patchmartechlist.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/patchmartechmember.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/patchmessagingmessage.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/patchpassthrough_json.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/patchpassthrough_raw.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/patchpaymentlink.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/patchpaymentpayment.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/patchrepobranch.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/patchrepocommit.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/patchrepoorganization.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/patchrepopullrequest.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/patchreporepository.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/patchscimgroups.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/patchscimusers.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/patchstoragefile.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/patchtaskproject.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/patchtasktask.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/patchticketingcustomer.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/patchticketingnote.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/patchticketingticket.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/patchuccontact.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/patchunifiedconnection.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/patchunifiedwebhook.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/patchunifiedwebhooktrigger.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/removeaccountingaccount.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/removeaccountingcontact.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/removeaccountinginvoice.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/removeaccountingjournal.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/removeaccountingorder.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/removeaccountingtaxrate.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/removeaccountingtransaction.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/removeatsactivity.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/removeatsapplication.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/removeatscandidate.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/removeatsdocument.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/removeatsinterview.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/removeatsjob.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/removeatsscorecard.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/removecommercecollection.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/removecommerceinventory.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/removecommerceitem.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/removecommercelocation.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/removecrmcompany.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/removecrmcontact.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/removecrmdeal.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/removecrmevent.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/removecrmlead.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/removecrmpipeline.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/removehriscompany.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/removehrisemployee.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/removehrisgroup.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/removehrislocation.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/removekmspage.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/removekmsspace.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/removelmsclass.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/removelmscourse.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/removelmsinstructor.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/removelmsstudent.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/removemartechlist.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/removemartechmember.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/removemessagingmessage.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/removepassthrough.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/removepaymentlink.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/removepaymentpayment.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/removerepobranch.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/removerepocommit.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/removerepoorganization.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/removerepopullrequest.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/removereporepository.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/removescimgroups.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/removescimusers.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/removestoragefile.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/removetaskproject.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/removetasktask.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/removeticketingcustomer.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/removeticketingnote.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/removeticketingticket.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/removeuccontact.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/removeunifiedconnection.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/removeunifiedwebhook.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/updateaccountingaccount.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/updateaccountingcontact.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/updateaccountinginvoice.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/updateaccountingjournal.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/updateaccountingorder.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/updateaccountingtaxrate.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/updateaccountingtransaction.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/updateatsactivity.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/updateatsapplication.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/updateatscandidate.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/updateatsdocument.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/updateatsinterview.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/updateatsjob.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/updateatsscorecard.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/updatecommercecollection.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/updatecommerceinventory.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/updatecommerceitem.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/updatecommercelocation.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/updatecrmcompany.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/updatecrmcontact.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/updatecrmdeal.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/updatecrmevent.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/updatecrmlead.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/updatecrmpipeline.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/updatehriscompany.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/updatehrisemployee.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/updatehrisgroup.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/updatehrislocation.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/updatekmspage.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/updatekmsspace.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/updatelmsclass.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/updatelmscourse.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/updatelmsinstructor.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/updatelmsstudent.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/updatemartechlist.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/updatemartechmember.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/updatemessagingmessage.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/updatepassthrough_json.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/updatepassthrough_raw.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/updatepaymentlink.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/updatepaymentpayment.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/updaterepobranch.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/updaterepocommit.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/updaterepoorganization.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/updaterepopullrequest.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/updatereporepository.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/updatescimgroups.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/updatescimusers.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/updatestoragefile.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/updatetaskproject.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/updatetasktask.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/updateticketingcustomer.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/updateticketingnote.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/updateticketingticket.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/updateuccontact.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/updateunifiedconnection.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/updateunifiedwebhook.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/operations/updateunifiedwebhooktrigger.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/accountingaccount.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/accountingcontact.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/accountingcontactpaymentmethod.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/accountingemail.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/accountinginvoice.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/accountingjournal.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/accountingjournallineitem.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/accountinglineitem.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/accountingorder.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/accountingorganization.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/accountingtaxrate.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/accountingtelephone.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/accountingtransaction.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/accountingtransactioncontact.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/accountingtransactionlineitem.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/apicall.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/atsactivity.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/atsaddress.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/atsapplication.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/atsapplicationanswer.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/atscandidate.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/atscompany.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/atscompensation.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/atsdocument.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/atsemail.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/atsinterview.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/atsjob.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/atsjobquestion.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/atsoffer.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/atsscorecard.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/atsscorecardquestion.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/atsstatus.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/atstelephone.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/commerceinventory.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/commerceitemoption.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/commerceitemprice.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/commercelocation.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/connection.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/crmcompany.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/crmcontact.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/crmdeal.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/crmemail.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/crmevent.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/crmlead.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/crmpipeline.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/crmstage.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/crmtelephone.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/enrichcompany.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/enrichemail.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/enrichperson.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/enrichpersonworkhistory.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/enrichtelephone.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/genaicontent.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/genaimodel.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/genaiprompt.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/hriscompany.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/hriscompensation.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/hrisemail.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/hrisemployee.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/hrisgroup.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/hrislocation.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/hrispayslip.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/hrispayslipdetail.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/hristelephone.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/hristimeoff.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/integration.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/issue.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/kmspage.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/kmsspace.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/lmsclass.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/lmscourse.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/lmsemail.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/lmsinstructor.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/lmsmedia.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/lmsstudent.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/lmstelephone.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/marketingemail.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/marketinglist.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/marketingmember.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/messagingattachment.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/messagingmember.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/paymentlink.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/paymentlinklineitem.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/paymentpayment.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/paymentpayout.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/paymentrefund.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/property_accountingcontact_billing_address.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/property_accountingcontact_shipping_address.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/property_accountingorder_billing_address.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/property_accountingorder_shipping_address.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/property_accountingorganization_address.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/property_atsactivity_from.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/property_atscandidate_address.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/property_atscompany_address.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/property_commercelocation_address.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/property_connection_auth.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/property_connection_categories.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/property_crmcompany_address.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/property_crmcontact_address.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/property_crmevent_call.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/property_crmevent_email.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/property_crmevent_meeting.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/property_crmevent_note.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/property_crmevent_task.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/property_crmlead_address.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/property_enrichcompany_address.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/property_enrichperson_address.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/property_hriscompany_address.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/property_hrisemployee_address.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/property_hrisemployee_employee_roles.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/property_hrislocation_address.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/property_integration_categories.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/property_integrationsupport_webhook_events.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/property_integrationsupport_webhook_events_created.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/property_integrationsupport_webhook_events_deleted.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/property_integrationsupport_webhook_events_updated.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/property_lmsstudent_address.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/property_messagingmessage_author_member.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/property_scimgroup_meta.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/property_scimgroup_schemas.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/property_scimuser_meta.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/property_scimuser_name.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/property_scimuser_schemas.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/property_scimuser_urn_ietf_params_scim_schemas_extension_enterprise_2_0_user.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/property_scimuser_urn_ietf_params_scim_schemas_extension_enterprise_2_0_user_manager.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/property_scimuser_urn_ietf_params_scim_schemas_extension_lattice_attributes_1_0_user.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/property_scimuser_urn_ietf_params_scim_schemas_extension_peakon_2_0_user.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/property_storagepermission_roles.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/property_uccall_telephone.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/repobranch.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/repocommit.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/repoorganization.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/repopullrequest.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/reporepository.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/scimaddress.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/scimemail.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/scimentitlement.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/scimgroup.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/scimgroupmember.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/scimims.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/scimmanager.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/scimphonenumber.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/scimphoto.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/scimrole.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/scimuser.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/scimusergroups.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/security.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/storagefile.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/storagepermission.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/taskproject.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/tasktask.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/ticketingcustomer.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/ticketingemail.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/ticketingnote.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/ticketingtelephone.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/ticketingticket.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/uccall.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/uccontact.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/ucemail.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/models/shared/uctelephone.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/note.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/order.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/organization.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/page.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/passthrough.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/payment.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/payout.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/payslip.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/person.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/pipeline.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/project.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/prompt.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/pullrequest.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/refund.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/repo.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/repository.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/scim.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/scorecard.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/space.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/storage.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/student.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/task.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/taxrate.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/ticket.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/ticketing.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/timeoff.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/transaction.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/uc.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/unified.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/user.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/utils/__init__.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/utils/retries.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/utils/utils.py +0 -0
- {Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/unified_to/webhook.py +0 -0
{Unified-python-sdk-0.25.1/src/Unified_python_sdk.egg-info → Unified-python-sdk-0.25.3}/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: Unified-python-sdk
|
|
3
|
-
Version: 0.25.
|
|
3
|
+
Version: 0.25.3
|
|
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
|
|
@@ -255,26 +255,32 @@ Description: <div align="left">
|
|
|
255
255
|
* [create_commerce_inventory](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/commerce/README.md#create_commerce_inventory) - Create an inventory
|
|
256
256
|
* [create_commerce_item](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/commerce/README.md#create_commerce_item) - Create an item
|
|
257
257
|
* [create_commerce_location](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/commerce/README.md#create_commerce_location) - Create a location
|
|
258
|
+
* [create_commerce_metadata](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/commerce/README.md#create_commerce_metadata) - Create a metadata
|
|
258
259
|
* [get_commerce_collection](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/commerce/README.md#get_commerce_collection) - Retrieve a collection
|
|
259
260
|
* [get_commerce_inventory](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/commerce/README.md#get_commerce_inventory) - Retrieve an inventory
|
|
260
261
|
* [get_commerce_item](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/commerce/README.md#get_commerce_item) - Retrieve an item
|
|
261
262
|
* [get_commerce_location](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/commerce/README.md#get_commerce_location) - Retrieve a location
|
|
263
|
+
* [get_commerce_metadata](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/commerce/README.md#get_commerce_metadata) - Retrieve a metadata
|
|
262
264
|
* [list_commerce_collections](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/commerce/README.md#list_commerce_collections) - List all collections
|
|
263
265
|
* [list_commerce_inventories](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/commerce/README.md#list_commerce_inventories) - List all inventories
|
|
264
266
|
* [list_commerce_items](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/commerce/README.md#list_commerce_items) - List all items
|
|
265
267
|
* [list_commerce_locations](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/commerce/README.md#list_commerce_locations) - List all locations
|
|
268
|
+
* [list_commerce_metadatas](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/commerce/README.md#list_commerce_metadatas) - List all metadatas
|
|
266
269
|
* [patch_commerce_collection](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/commerce/README.md#patch_commerce_collection) - Update a collection
|
|
267
270
|
* [patch_commerce_inventory](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/commerce/README.md#patch_commerce_inventory) - Update an inventory
|
|
268
271
|
* [patch_commerce_item](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/commerce/README.md#patch_commerce_item) - Update an item
|
|
269
272
|
* [patch_commerce_location](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/commerce/README.md#patch_commerce_location) - Update a location
|
|
273
|
+
* [patch_commerce_metadata](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/commerce/README.md#patch_commerce_metadata) - Update a metadata
|
|
270
274
|
* [remove_commerce_collection](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/commerce/README.md#remove_commerce_collection) - Remove a collection
|
|
271
275
|
* [remove_commerce_inventory](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/commerce/README.md#remove_commerce_inventory) - Remove an inventory
|
|
272
276
|
* [remove_commerce_item](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/commerce/README.md#remove_commerce_item) - Remove an item
|
|
273
277
|
* [remove_commerce_location](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/commerce/README.md#remove_commerce_location) - Remove a location
|
|
278
|
+
* [remove_commerce_metadata](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/commerce/README.md#remove_commerce_metadata) - Remove a metadata
|
|
274
279
|
* [update_commerce_collection](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/commerce/README.md#update_commerce_collection) - Update a collection
|
|
275
280
|
* [update_commerce_inventory](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/commerce/README.md#update_commerce_inventory) - Update an inventory
|
|
276
281
|
* [update_commerce_item](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/commerce/README.md#update_commerce_item) - Update an item
|
|
277
282
|
* [update_commerce_location](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/commerce/README.md#update_commerce_location) - Update a location
|
|
283
|
+
* [update_commerce_metadata](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/commerce/README.md#update_commerce_metadata) - Update a metadata
|
|
278
284
|
|
|
279
285
|
### [commit](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/commit/README.md)
|
|
280
286
|
|
|
@@ -696,6 +702,15 @@ Description: <div align="left">
|
|
|
696
702
|
* [remove_messaging_message](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/messaging/README.md#remove_messaging_message) - Remove a message
|
|
697
703
|
* [update_messaging_message](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/messaging/README.md#update_messaging_message) - Update a message
|
|
698
704
|
|
|
705
|
+
### [metadata](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/metadata/README.md)
|
|
706
|
+
|
|
707
|
+
* [create_commerce_metadata](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/metadata/README.md#create_commerce_metadata) - Create a metadata
|
|
708
|
+
* [get_commerce_metadata](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/metadata/README.md#get_commerce_metadata) - Retrieve a metadata
|
|
709
|
+
* [list_commerce_metadatas](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/metadata/README.md#list_commerce_metadatas) - List all metadatas
|
|
710
|
+
* [patch_commerce_metadata](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/metadata/README.md#patch_commerce_metadata) - Update a metadata
|
|
711
|
+
* [remove_commerce_metadata](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/metadata/README.md#remove_commerce_metadata) - Remove a metadata
|
|
712
|
+
* [update_commerce_metadata](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/metadata/README.md#update_commerce_metadata) - Update a metadata
|
|
713
|
+
|
|
699
714
|
### [model](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/model/README.md)
|
|
700
715
|
|
|
701
716
|
* [list_genai_models](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/model/README.md#list_genai_models) - List all models
|
|
@@ -248,26 +248,32 @@ if res.accounting_account is not None:
|
|
|
248
248
|
* [create_commerce_inventory](docs/sdks/commerce/README.md#create_commerce_inventory) - Create an inventory
|
|
249
249
|
* [create_commerce_item](docs/sdks/commerce/README.md#create_commerce_item) - Create an item
|
|
250
250
|
* [create_commerce_location](docs/sdks/commerce/README.md#create_commerce_location) - Create a location
|
|
251
|
+
* [create_commerce_metadata](docs/sdks/commerce/README.md#create_commerce_metadata) - Create a metadata
|
|
251
252
|
* [get_commerce_collection](docs/sdks/commerce/README.md#get_commerce_collection) - Retrieve a collection
|
|
252
253
|
* [get_commerce_inventory](docs/sdks/commerce/README.md#get_commerce_inventory) - Retrieve an inventory
|
|
253
254
|
* [get_commerce_item](docs/sdks/commerce/README.md#get_commerce_item) - Retrieve an item
|
|
254
255
|
* [get_commerce_location](docs/sdks/commerce/README.md#get_commerce_location) - Retrieve a location
|
|
256
|
+
* [get_commerce_metadata](docs/sdks/commerce/README.md#get_commerce_metadata) - Retrieve a metadata
|
|
255
257
|
* [list_commerce_collections](docs/sdks/commerce/README.md#list_commerce_collections) - List all collections
|
|
256
258
|
* [list_commerce_inventories](docs/sdks/commerce/README.md#list_commerce_inventories) - List all inventories
|
|
257
259
|
* [list_commerce_items](docs/sdks/commerce/README.md#list_commerce_items) - List all items
|
|
258
260
|
* [list_commerce_locations](docs/sdks/commerce/README.md#list_commerce_locations) - List all locations
|
|
261
|
+
* [list_commerce_metadatas](docs/sdks/commerce/README.md#list_commerce_metadatas) - List all metadatas
|
|
259
262
|
* [patch_commerce_collection](docs/sdks/commerce/README.md#patch_commerce_collection) - Update a collection
|
|
260
263
|
* [patch_commerce_inventory](docs/sdks/commerce/README.md#patch_commerce_inventory) - Update an inventory
|
|
261
264
|
* [patch_commerce_item](docs/sdks/commerce/README.md#patch_commerce_item) - Update an item
|
|
262
265
|
* [patch_commerce_location](docs/sdks/commerce/README.md#patch_commerce_location) - Update a location
|
|
266
|
+
* [patch_commerce_metadata](docs/sdks/commerce/README.md#patch_commerce_metadata) - Update a metadata
|
|
263
267
|
* [remove_commerce_collection](docs/sdks/commerce/README.md#remove_commerce_collection) - Remove a collection
|
|
264
268
|
* [remove_commerce_inventory](docs/sdks/commerce/README.md#remove_commerce_inventory) - Remove an inventory
|
|
265
269
|
* [remove_commerce_item](docs/sdks/commerce/README.md#remove_commerce_item) - Remove an item
|
|
266
270
|
* [remove_commerce_location](docs/sdks/commerce/README.md#remove_commerce_location) - Remove a location
|
|
271
|
+
* [remove_commerce_metadata](docs/sdks/commerce/README.md#remove_commerce_metadata) - Remove a metadata
|
|
267
272
|
* [update_commerce_collection](docs/sdks/commerce/README.md#update_commerce_collection) - Update a collection
|
|
268
273
|
* [update_commerce_inventory](docs/sdks/commerce/README.md#update_commerce_inventory) - Update an inventory
|
|
269
274
|
* [update_commerce_item](docs/sdks/commerce/README.md#update_commerce_item) - Update an item
|
|
270
275
|
* [update_commerce_location](docs/sdks/commerce/README.md#update_commerce_location) - Update a location
|
|
276
|
+
* [update_commerce_metadata](docs/sdks/commerce/README.md#update_commerce_metadata) - Update a metadata
|
|
271
277
|
|
|
272
278
|
### [commit](docs/sdks/commit/README.md)
|
|
273
279
|
|
|
@@ -689,6 +695,15 @@ if res.accounting_account is not None:
|
|
|
689
695
|
* [remove_messaging_message](docs/sdks/messaging/README.md#remove_messaging_message) - Remove a message
|
|
690
696
|
* [update_messaging_message](docs/sdks/messaging/README.md#update_messaging_message) - Update a message
|
|
691
697
|
|
|
698
|
+
### [metadata](docs/sdks/metadata/README.md)
|
|
699
|
+
|
|
700
|
+
* [create_commerce_metadata](docs/sdks/metadata/README.md#create_commerce_metadata) - Create a metadata
|
|
701
|
+
* [get_commerce_metadata](docs/sdks/metadata/README.md#get_commerce_metadata) - Retrieve a metadata
|
|
702
|
+
* [list_commerce_metadatas](docs/sdks/metadata/README.md#list_commerce_metadatas) - List all metadatas
|
|
703
|
+
* [patch_commerce_metadata](docs/sdks/metadata/README.md#patch_commerce_metadata) - Update a metadata
|
|
704
|
+
* [remove_commerce_metadata](docs/sdks/metadata/README.md#remove_commerce_metadata) - Remove a metadata
|
|
705
|
+
* [update_commerce_metadata](docs/sdks/metadata/README.md#update_commerce_metadata) - Update a metadata
|
|
706
|
+
|
|
692
707
|
### [model](docs/sdks/model/README.md)
|
|
693
708
|
|
|
694
709
|
* [list_genai_models](docs/sdks/model/README.md#list_genai_models) - List all models
|
|
@@ -19,7 +19,7 @@ except FileNotFoundError:
|
|
|
19
19
|
|
|
20
20
|
setuptools.setup(
|
|
21
21
|
name='Unified-python-sdk',
|
|
22
|
-
version='0.25.
|
|
22
|
+
version='0.25.3',
|
|
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.25.1 → Unified-python-sdk-0.25.3/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.25.
|
|
3
|
+
Version: 0.25.3
|
|
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
|
|
@@ -255,26 +255,32 @@ Description: <div align="left">
|
|
|
255
255
|
* [create_commerce_inventory](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/commerce/README.md#create_commerce_inventory) - Create an inventory
|
|
256
256
|
* [create_commerce_item](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/commerce/README.md#create_commerce_item) - Create an item
|
|
257
257
|
* [create_commerce_location](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/commerce/README.md#create_commerce_location) - Create a location
|
|
258
|
+
* [create_commerce_metadata](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/commerce/README.md#create_commerce_metadata) - Create a metadata
|
|
258
259
|
* [get_commerce_collection](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/commerce/README.md#get_commerce_collection) - Retrieve a collection
|
|
259
260
|
* [get_commerce_inventory](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/commerce/README.md#get_commerce_inventory) - Retrieve an inventory
|
|
260
261
|
* [get_commerce_item](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/commerce/README.md#get_commerce_item) - Retrieve an item
|
|
261
262
|
* [get_commerce_location](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/commerce/README.md#get_commerce_location) - Retrieve a location
|
|
263
|
+
* [get_commerce_metadata](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/commerce/README.md#get_commerce_metadata) - Retrieve a metadata
|
|
262
264
|
* [list_commerce_collections](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/commerce/README.md#list_commerce_collections) - List all collections
|
|
263
265
|
* [list_commerce_inventories](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/commerce/README.md#list_commerce_inventories) - List all inventories
|
|
264
266
|
* [list_commerce_items](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/commerce/README.md#list_commerce_items) - List all items
|
|
265
267
|
* [list_commerce_locations](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/commerce/README.md#list_commerce_locations) - List all locations
|
|
268
|
+
* [list_commerce_metadatas](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/commerce/README.md#list_commerce_metadatas) - List all metadatas
|
|
266
269
|
* [patch_commerce_collection](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/commerce/README.md#patch_commerce_collection) - Update a collection
|
|
267
270
|
* [patch_commerce_inventory](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/commerce/README.md#patch_commerce_inventory) - Update an inventory
|
|
268
271
|
* [patch_commerce_item](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/commerce/README.md#patch_commerce_item) - Update an item
|
|
269
272
|
* [patch_commerce_location](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/commerce/README.md#patch_commerce_location) - Update a location
|
|
273
|
+
* [patch_commerce_metadata](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/commerce/README.md#patch_commerce_metadata) - Update a metadata
|
|
270
274
|
* [remove_commerce_collection](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/commerce/README.md#remove_commerce_collection) - Remove a collection
|
|
271
275
|
* [remove_commerce_inventory](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/commerce/README.md#remove_commerce_inventory) - Remove an inventory
|
|
272
276
|
* [remove_commerce_item](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/commerce/README.md#remove_commerce_item) - Remove an item
|
|
273
277
|
* [remove_commerce_location](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/commerce/README.md#remove_commerce_location) - Remove a location
|
|
278
|
+
* [remove_commerce_metadata](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/commerce/README.md#remove_commerce_metadata) - Remove a metadata
|
|
274
279
|
* [update_commerce_collection](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/commerce/README.md#update_commerce_collection) - Update a collection
|
|
275
280
|
* [update_commerce_inventory](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/commerce/README.md#update_commerce_inventory) - Update an inventory
|
|
276
281
|
* [update_commerce_item](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/commerce/README.md#update_commerce_item) - Update an item
|
|
277
282
|
* [update_commerce_location](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/commerce/README.md#update_commerce_location) - Update a location
|
|
283
|
+
* [update_commerce_metadata](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/commerce/README.md#update_commerce_metadata) - Update a metadata
|
|
278
284
|
|
|
279
285
|
### [commit](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/commit/README.md)
|
|
280
286
|
|
|
@@ -696,6 +702,15 @@ Description: <div align="left">
|
|
|
696
702
|
* [remove_messaging_message](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/messaging/README.md#remove_messaging_message) - Remove a message
|
|
697
703
|
* [update_messaging_message](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/messaging/README.md#update_messaging_message) - Update a message
|
|
698
704
|
|
|
705
|
+
### [metadata](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/metadata/README.md)
|
|
706
|
+
|
|
707
|
+
* [create_commerce_metadata](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/metadata/README.md#create_commerce_metadata) - Create a metadata
|
|
708
|
+
* [get_commerce_metadata](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/metadata/README.md#get_commerce_metadata) - Retrieve a metadata
|
|
709
|
+
* [list_commerce_metadatas](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/metadata/README.md#list_commerce_metadatas) - List all metadatas
|
|
710
|
+
* [patch_commerce_metadata](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/metadata/README.md#patch_commerce_metadata) - Update a metadata
|
|
711
|
+
* [remove_commerce_metadata](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/metadata/README.md#remove_commerce_metadata) - Remove a metadata
|
|
712
|
+
* [update_commerce_metadata](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/metadata/README.md#update_commerce_metadata) - Update a metadata
|
|
713
|
+
|
|
699
714
|
### [model](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/model/README.md)
|
|
700
715
|
|
|
701
716
|
* [list_genai_models](https://github.com/unified-to/unified-python-sdk/blob/master/docs/sdks/model/README.md#list_genai_models) - List all models
|
{Unified-python-sdk-0.25.1 → Unified-python-sdk-0.25.3}/src/Unified_python_sdk.egg-info/SOURCES.txt
RENAMED
|
@@ -58,6 +58,7 @@ src/unified_to/martech.py
|
|
|
58
58
|
src/unified_to/member.py
|
|
59
59
|
src/unified_to/message.py
|
|
60
60
|
src/unified_to/messaging.py
|
|
61
|
+
src/unified_to/metadata.py
|
|
61
62
|
src/unified_to/model.py
|
|
62
63
|
src/unified_to/note.py
|
|
63
64
|
src/unified_to/order.py
|
|
@@ -117,6 +118,7 @@ src/unified_to/models/operations/createcommercecollection.py
|
|
|
117
118
|
src/unified_to/models/operations/createcommerceinventory.py
|
|
118
119
|
src/unified_to/models/operations/createcommerceitem.py
|
|
119
120
|
src/unified_to/models/operations/createcommercelocation.py
|
|
121
|
+
src/unified_to/models/operations/createcommercemetadata.py
|
|
120
122
|
src/unified_to/models/operations/createcrmcompany.py
|
|
121
123
|
src/unified_to/models/operations/createcrmcontact.py
|
|
122
124
|
src/unified_to/models/operations/createcrmdeal.py
|
|
@@ -177,6 +179,7 @@ src/unified_to/models/operations/getcommercecollection.py
|
|
|
177
179
|
src/unified_to/models/operations/getcommerceinventory.py
|
|
178
180
|
src/unified_to/models/operations/getcommerceitem.py
|
|
179
181
|
src/unified_to/models/operations/getcommercelocation.py
|
|
182
|
+
src/unified_to/models/operations/getcommercemetadata.py
|
|
180
183
|
src/unified_to/models/operations/getcrmcompany.py
|
|
181
184
|
src/unified_to/models/operations/getcrmcontact.py
|
|
182
185
|
src/unified_to/models/operations/getcrmdeal.py
|
|
@@ -243,6 +246,7 @@ src/unified_to/models/operations/listcommercecollections.py
|
|
|
243
246
|
src/unified_to/models/operations/listcommerceinventories.py
|
|
244
247
|
src/unified_to/models/operations/listcommerceitems.py
|
|
245
248
|
src/unified_to/models/operations/listcommercelocations.py
|
|
249
|
+
src/unified_to/models/operations/listcommercemetadatas.py
|
|
246
250
|
src/unified_to/models/operations/listcrmcompanies.py
|
|
247
251
|
src/unified_to/models/operations/listcrmcontacts.py
|
|
248
252
|
src/unified_to/models/operations/listcrmdeals.py
|
|
@@ -312,6 +316,7 @@ src/unified_to/models/operations/patchcommercecollection.py
|
|
|
312
316
|
src/unified_to/models/operations/patchcommerceinventory.py
|
|
313
317
|
src/unified_to/models/operations/patchcommerceitem.py
|
|
314
318
|
src/unified_to/models/operations/patchcommercelocation.py
|
|
319
|
+
src/unified_to/models/operations/patchcommercemetadata.py
|
|
315
320
|
src/unified_to/models/operations/patchcrmcompany.py
|
|
316
321
|
src/unified_to/models/operations/patchcrmcontact.py
|
|
317
322
|
src/unified_to/models/operations/patchcrmdeal.py
|
|
@@ -370,6 +375,7 @@ src/unified_to/models/operations/removecommercecollection.py
|
|
|
370
375
|
src/unified_to/models/operations/removecommerceinventory.py
|
|
371
376
|
src/unified_to/models/operations/removecommerceitem.py
|
|
372
377
|
src/unified_to/models/operations/removecommercelocation.py
|
|
378
|
+
src/unified_to/models/operations/removecommercemetadata.py
|
|
373
379
|
src/unified_to/models/operations/removecrmcompany.py
|
|
374
380
|
src/unified_to/models/operations/removecrmcontact.py
|
|
375
381
|
src/unified_to/models/operations/removecrmdeal.py
|
|
@@ -426,6 +432,7 @@ src/unified_to/models/operations/updatecommercecollection.py
|
|
|
426
432
|
src/unified_to/models/operations/updatecommerceinventory.py
|
|
427
433
|
src/unified_to/models/operations/updatecommerceitem.py
|
|
428
434
|
src/unified_to/models/operations/updatecommercelocation.py
|
|
435
|
+
src/unified_to/models/operations/updatecommercemetadata.py
|
|
429
436
|
src/unified_to/models/operations/updatecrmcompany.py
|
|
430
437
|
src/unified_to/models/operations/updatecrmcontact.py
|
|
431
438
|
src/unified_to/models/operations/updatecrmdeal.py
|
|
@@ -504,6 +511,7 @@ src/unified_to/models/shared/commercecollection.py
|
|
|
504
511
|
src/unified_to/models/shared/commerceinventory.py
|
|
505
512
|
src/unified_to/models/shared/commerceitem.py
|
|
506
513
|
src/unified_to/models/shared/commerceitemmedia.py
|
|
514
|
+
src/unified_to/models/shared/commerceitemmetadata.py
|
|
507
515
|
src/unified_to/models/shared/commerceitemoption.py
|
|
508
516
|
src/unified_to/models/shared/commerceitemprice.py
|
|
509
517
|
src/unified_to/models/shared/commerceitemvariant.py
|
|
@@ -251,6 +251,65 @@ class Commerce:
|
|
|
251
251
|
|
|
252
252
|
|
|
253
253
|
|
|
254
|
+
def create_commerce_metadata(self, request: operations.CreateCommerceMetadataRequest) -> operations.CreateCommerceMetadataResponse:
|
|
255
|
+
r"""Create a metadata"""
|
|
256
|
+
hook_ctx = HookContext(operation_id='createCommerceMetadata', oauth2_scopes=[], security_source=self.sdk_configuration.security)
|
|
257
|
+
base_url = utils.template_url(*self.sdk_configuration.get_server_details())
|
|
258
|
+
|
|
259
|
+
url = utils.generate_url(base_url, '/commerce/{connection_id}/metadata', request)
|
|
260
|
+
|
|
261
|
+
if callable(self.sdk_configuration.security):
|
|
262
|
+
headers, query_params = utils.get_security(self.sdk_configuration.security())
|
|
263
|
+
else:
|
|
264
|
+
headers, query_params = utils.get_security(self.sdk_configuration.security)
|
|
265
|
+
|
|
266
|
+
req_content_type, data, form = utils.serialize_request_body(request, operations.CreateCommerceMetadataRequest, "commerce_metadata", False, True, 'json')
|
|
267
|
+
if req_content_type is not None and req_content_type not in ('multipart/form-data', 'multipart/mixed'):
|
|
268
|
+
headers['content-type'] = req_content_type
|
|
269
|
+
query_params = { **utils.get_query_params(request), **query_params }
|
|
270
|
+
headers['Accept'] = 'application/json'
|
|
271
|
+
headers['user-agent'] = self.sdk_configuration.user_agent
|
|
272
|
+
client = self.sdk_configuration.client
|
|
273
|
+
|
|
274
|
+
try:
|
|
275
|
+
req = client.prepare_request(requests_http.Request('POST', url, params=query_params, data=data, files=form, headers=headers))
|
|
276
|
+
req = self.sdk_configuration.get_hooks().before_request(BeforeRequestContext(hook_ctx), req)
|
|
277
|
+
http_res = client.send(req)
|
|
278
|
+
except Exception as e:
|
|
279
|
+
_, e = self.sdk_configuration.get_hooks().after_error(AfterErrorContext(hook_ctx), None, e)
|
|
280
|
+
if e is not None:
|
|
281
|
+
raise e
|
|
282
|
+
|
|
283
|
+
if utils.match_status_codes(['4XX','5XX'], http_res.status_code):
|
|
284
|
+
result, e = self.sdk_configuration.get_hooks().after_error(AfterErrorContext(hook_ctx), http_res, None)
|
|
285
|
+
if e is not None:
|
|
286
|
+
raise e
|
|
287
|
+
if result is not None:
|
|
288
|
+
http_res = result
|
|
289
|
+
else:
|
|
290
|
+
http_res = self.sdk_configuration.get_hooks().after_success(AfterSuccessContext(hook_ctx), http_res)
|
|
291
|
+
|
|
292
|
+
|
|
293
|
+
|
|
294
|
+
res = operations.CreateCommerceMetadataResponse(status_code=http_res.status_code, content_type=http_res.headers.get('Content-Type') or '', raw_response=http_res)
|
|
295
|
+
|
|
296
|
+
if http_res.status_code == 200:
|
|
297
|
+
# pylint: disable=no-else-return
|
|
298
|
+
if utils.match_content_type(http_res.headers.get('Content-Type') or '', 'application/json'):
|
|
299
|
+
out = utils.unmarshal_json(http_res.text, Optional[shared.CommerceMetadata])
|
|
300
|
+
res.commerce_metadata = out
|
|
301
|
+
else:
|
|
302
|
+
content_type = http_res.headers.get('Content-Type')
|
|
303
|
+
raise errors.SDKError(f'unknown content-type received: {content_type}', http_res.status_code, http_res.text, http_res)
|
|
304
|
+
elif http_res.status_code >= 400 and http_res.status_code < 500 or http_res.status_code >= 500 and http_res.status_code < 600:
|
|
305
|
+
raise errors.SDKError('API error occurred', http_res.status_code, http_res.text, http_res)
|
|
306
|
+
else:
|
|
307
|
+
raise errors.SDKError('unknown status code received', http_res.status_code, http_res.text, http_res)
|
|
308
|
+
|
|
309
|
+
return res
|
|
310
|
+
|
|
311
|
+
|
|
312
|
+
|
|
254
313
|
def get_commerce_collection(self, request: operations.GetCommerceCollectionRequest) -> operations.GetCommerceCollectionResponse:
|
|
255
314
|
r"""Retrieve a collection"""
|
|
256
315
|
hook_ctx = HookContext(operation_id='getCommerceCollection', oauth2_scopes=[], security_source=self.sdk_configuration.security)
|
|
@@ -475,6 +534,62 @@ class Commerce:
|
|
|
475
534
|
|
|
476
535
|
|
|
477
536
|
|
|
537
|
+
def get_commerce_metadata(self, request: operations.GetCommerceMetadataRequest) -> operations.GetCommerceMetadataResponse:
|
|
538
|
+
r"""Retrieve a metadata"""
|
|
539
|
+
hook_ctx = HookContext(operation_id='getCommerceMetadata', oauth2_scopes=[], security_source=self.sdk_configuration.security)
|
|
540
|
+
base_url = utils.template_url(*self.sdk_configuration.get_server_details())
|
|
541
|
+
|
|
542
|
+
url = utils.generate_url(base_url, '/commerce/{connection_id}/metadata/{id}', request)
|
|
543
|
+
|
|
544
|
+
if callable(self.sdk_configuration.security):
|
|
545
|
+
headers, query_params = utils.get_security(self.sdk_configuration.security())
|
|
546
|
+
else:
|
|
547
|
+
headers, query_params = utils.get_security(self.sdk_configuration.security)
|
|
548
|
+
|
|
549
|
+
query_params = { **utils.get_query_params(request), **query_params }
|
|
550
|
+
headers['Accept'] = 'application/json'
|
|
551
|
+
headers['user-agent'] = self.sdk_configuration.user_agent
|
|
552
|
+
client = self.sdk_configuration.client
|
|
553
|
+
|
|
554
|
+
try:
|
|
555
|
+
req = client.prepare_request(requests_http.Request('GET', url, params=query_params, headers=headers))
|
|
556
|
+
req = self.sdk_configuration.get_hooks().before_request(BeforeRequestContext(hook_ctx), req)
|
|
557
|
+
http_res = client.send(req)
|
|
558
|
+
except Exception as e:
|
|
559
|
+
_, e = self.sdk_configuration.get_hooks().after_error(AfterErrorContext(hook_ctx), None, e)
|
|
560
|
+
if e is not None:
|
|
561
|
+
raise e
|
|
562
|
+
|
|
563
|
+
if utils.match_status_codes(['4XX','5XX'], http_res.status_code):
|
|
564
|
+
result, e = self.sdk_configuration.get_hooks().after_error(AfterErrorContext(hook_ctx), http_res, None)
|
|
565
|
+
if e is not None:
|
|
566
|
+
raise e
|
|
567
|
+
if result is not None:
|
|
568
|
+
http_res = result
|
|
569
|
+
else:
|
|
570
|
+
http_res = self.sdk_configuration.get_hooks().after_success(AfterSuccessContext(hook_ctx), http_res)
|
|
571
|
+
|
|
572
|
+
|
|
573
|
+
|
|
574
|
+
res = operations.GetCommerceMetadataResponse(status_code=http_res.status_code, content_type=http_res.headers.get('Content-Type') or '', raw_response=http_res)
|
|
575
|
+
|
|
576
|
+
if http_res.status_code == 200:
|
|
577
|
+
# pylint: disable=no-else-return
|
|
578
|
+
if utils.match_content_type(http_res.headers.get('Content-Type') or '', 'application/json'):
|
|
579
|
+
out = utils.unmarshal_json(http_res.text, Optional[shared.CommerceMetadata])
|
|
580
|
+
res.commerce_metadata = out
|
|
581
|
+
else:
|
|
582
|
+
content_type = http_res.headers.get('Content-Type')
|
|
583
|
+
raise errors.SDKError(f'unknown content-type received: {content_type}', http_res.status_code, http_res.text, http_res)
|
|
584
|
+
elif http_res.status_code >= 400 and http_res.status_code < 500 or http_res.status_code >= 500 and http_res.status_code < 600:
|
|
585
|
+
raise errors.SDKError('API error occurred', http_res.status_code, http_res.text, http_res)
|
|
586
|
+
else:
|
|
587
|
+
raise errors.SDKError('unknown status code received', http_res.status_code, http_res.text, http_res)
|
|
588
|
+
|
|
589
|
+
return res
|
|
590
|
+
|
|
591
|
+
|
|
592
|
+
|
|
478
593
|
def list_commerce_collections(self, request: operations.ListCommerceCollectionsRequest) -> operations.ListCommerceCollectionsResponse:
|
|
479
594
|
r"""List all collections"""
|
|
480
595
|
hook_ctx = HookContext(operation_id='listCommerceCollections', oauth2_scopes=[], security_source=self.sdk_configuration.security)
|
|
@@ -699,6 +814,62 @@ class Commerce:
|
|
|
699
814
|
|
|
700
815
|
|
|
701
816
|
|
|
817
|
+
def list_commerce_metadatas(self, request: operations.ListCommerceMetadatasRequest) -> operations.ListCommerceMetadatasResponse:
|
|
818
|
+
r"""List all metadatas"""
|
|
819
|
+
hook_ctx = HookContext(operation_id='listCommerceMetadatas', oauth2_scopes=[], security_source=self.sdk_configuration.security)
|
|
820
|
+
base_url = utils.template_url(*self.sdk_configuration.get_server_details())
|
|
821
|
+
|
|
822
|
+
url = utils.generate_url(base_url, '/commerce/{connection_id}/metadata', request)
|
|
823
|
+
|
|
824
|
+
if callable(self.sdk_configuration.security):
|
|
825
|
+
headers, query_params = utils.get_security(self.sdk_configuration.security())
|
|
826
|
+
else:
|
|
827
|
+
headers, query_params = utils.get_security(self.sdk_configuration.security)
|
|
828
|
+
|
|
829
|
+
query_params = { **utils.get_query_params(request), **query_params }
|
|
830
|
+
headers['Accept'] = 'application/json'
|
|
831
|
+
headers['user-agent'] = self.sdk_configuration.user_agent
|
|
832
|
+
client = self.sdk_configuration.client
|
|
833
|
+
|
|
834
|
+
try:
|
|
835
|
+
req = client.prepare_request(requests_http.Request('GET', url, params=query_params, headers=headers))
|
|
836
|
+
req = self.sdk_configuration.get_hooks().before_request(BeforeRequestContext(hook_ctx), req)
|
|
837
|
+
http_res = client.send(req)
|
|
838
|
+
except Exception as e:
|
|
839
|
+
_, e = self.sdk_configuration.get_hooks().after_error(AfterErrorContext(hook_ctx), None, e)
|
|
840
|
+
if e is not None:
|
|
841
|
+
raise e
|
|
842
|
+
|
|
843
|
+
if utils.match_status_codes(['4XX','5XX'], http_res.status_code):
|
|
844
|
+
result, e = self.sdk_configuration.get_hooks().after_error(AfterErrorContext(hook_ctx), http_res, None)
|
|
845
|
+
if e is not None:
|
|
846
|
+
raise e
|
|
847
|
+
if result is not None:
|
|
848
|
+
http_res = result
|
|
849
|
+
else:
|
|
850
|
+
http_res = self.sdk_configuration.get_hooks().after_success(AfterSuccessContext(hook_ctx), http_res)
|
|
851
|
+
|
|
852
|
+
|
|
853
|
+
|
|
854
|
+
res = operations.ListCommerceMetadatasResponse(status_code=http_res.status_code, content_type=http_res.headers.get('Content-Type') or '', raw_response=http_res)
|
|
855
|
+
|
|
856
|
+
if http_res.status_code == 200:
|
|
857
|
+
# pylint: disable=no-else-return
|
|
858
|
+
if utils.match_content_type(http_res.headers.get('Content-Type') or '', 'application/json'):
|
|
859
|
+
out = utils.unmarshal_json(http_res.text, Optional[List[shared.CommerceMetadata]])
|
|
860
|
+
res.commerce_metadatas = out
|
|
861
|
+
else:
|
|
862
|
+
content_type = http_res.headers.get('Content-Type')
|
|
863
|
+
raise errors.SDKError(f'unknown content-type received: {content_type}', http_res.status_code, http_res.text, http_res)
|
|
864
|
+
elif http_res.status_code >= 400 and http_res.status_code < 500 or http_res.status_code >= 500 and http_res.status_code < 600:
|
|
865
|
+
raise errors.SDKError('API error occurred', http_res.status_code, http_res.text, http_res)
|
|
866
|
+
else:
|
|
867
|
+
raise errors.SDKError('unknown status code received', http_res.status_code, http_res.text, http_res)
|
|
868
|
+
|
|
869
|
+
return res
|
|
870
|
+
|
|
871
|
+
|
|
872
|
+
|
|
702
873
|
def patch_commerce_collection(self, request: operations.PatchCommerceCollectionRequest) -> operations.PatchCommerceCollectionResponse:
|
|
703
874
|
r"""Update a collection"""
|
|
704
875
|
hook_ctx = HookContext(operation_id='patchCommerceCollection', oauth2_scopes=[], security_source=self.sdk_configuration.security)
|
|
@@ -935,6 +1106,65 @@ class Commerce:
|
|
|
935
1106
|
|
|
936
1107
|
|
|
937
1108
|
|
|
1109
|
+
def patch_commerce_metadata(self, request: operations.PatchCommerceMetadataRequest) -> operations.PatchCommerceMetadataResponse:
|
|
1110
|
+
r"""Update a metadata"""
|
|
1111
|
+
hook_ctx = HookContext(operation_id='patchCommerceMetadata', oauth2_scopes=[], security_source=self.sdk_configuration.security)
|
|
1112
|
+
base_url = utils.template_url(*self.sdk_configuration.get_server_details())
|
|
1113
|
+
|
|
1114
|
+
url = utils.generate_url(base_url, '/commerce/{connection_id}/metadata/{id}', request)
|
|
1115
|
+
|
|
1116
|
+
if callable(self.sdk_configuration.security):
|
|
1117
|
+
headers, query_params = utils.get_security(self.sdk_configuration.security())
|
|
1118
|
+
else:
|
|
1119
|
+
headers, query_params = utils.get_security(self.sdk_configuration.security)
|
|
1120
|
+
|
|
1121
|
+
req_content_type, data, form = utils.serialize_request_body(request, operations.PatchCommerceMetadataRequest, "commerce_metadata", False, True, 'json')
|
|
1122
|
+
if req_content_type is not None and req_content_type not in ('multipart/form-data', 'multipart/mixed'):
|
|
1123
|
+
headers['content-type'] = req_content_type
|
|
1124
|
+
query_params = { **utils.get_query_params(request), **query_params }
|
|
1125
|
+
headers['Accept'] = 'application/json'
|
|
1126
|
+
headers['user-agent'] = self.sdk_configuration.user_agent
|
|
1127
|
+
client = self.sdk_configuration.client
|
|
1128
|
+
|
|
1129
|
+
try:
|
|
1130
|
+
req = client.prepare_request(requests_http.Request('PATCH', url, params=query_params, data=data, files=form, headers=headers))
|
|
1131
|
+
req = self.sdk_configuration.get_hooks().before_request(BeforeRequestContext(hook_ctx), req)
|
|
1132
|
+
http_res = client.send(req)
|
|
1133
|
+
except Exception as e:
|
|
1134
|
+
_, e = self.sdk_configuration.get_hooks().after_error(AfterErrorContext(hook_ctx), None, e)
|
|
1135
|
+
if e is not None:
|
|
1136
|
+
raise e
|
|
1137
|
+
|
|
1138
|
+
if utils.match_status_codes(['4XX','5XX'], http_res.status_code):
|
|
1139
|
+
result, e = self.sdk_configuration.get_hooks().after_error(AfterErrorContext(hook_ctx), http_res, None)
|
|
1140
|
+
if e is not None:
|
|
1141
|
+
raise e
|
|
1142
|
+
if result is not None:
|
|
1143
|
+
http_res = result
|
|
1144
|
+
else:
|
|
1145
|
+
http_res = self.sdk_configuration.get_hooks().after_success(AfterSuccessContext(hook_ctx), http_res)
|
|
1146
|
+
|
|
1147
|
+
|
|
1148
|
+
|
|
1149
|
+
res = operations.PatchCommerceMetadataResponse(status_code=http_res.status_code, content_type=http_res.headers.get('Content-Type') or '', raw_response=http_res)
|
|
1150
|
+
|
|
1151
|
+
if http_res.status_code == 200:
|
|
1152
|
+
# pylint: disable=no-else-return
|
|
1153
|
+
if utils.match_content_type(http_res.headers.get('Content-Type') or '', 'application/json'):
|
|
1154
|
+
out = utils.unmarshal_json(http_res.text, Optional[shared.CommerceMetadata])
|
|
1155
|
+
res.commerce_metadata = out
|
|
1156
|
+
else:
|
|
1157
|
+
content_type = http_res.headers.get('Content-Type')
|
|
1158
|
+
raise errors.SDKError(f'unknown content-type received: {content_type}', http_res.status_code, http_res.text, http_res)
|
|
1159
|
+
elif http_res.status_code >= 400 and http_res.status_code < 500 or http_res.status_code >= 500 and http_res.status_code < 600:
|
|
1160
|
+
raise errors.SDKError('API error occurred', http_res.status_code, http_res.text, http_res)
|
|
1161
|
+
else:
|
|
1162
|
+
raise errors.SDKError('unknown status code received', http_res.status_code, http_res.text, http_res)
|
|
1163
|
+
|
|
1164
|
+
return res
|
|
1165
|
+
|
|
1166
|
+
|
|
1167
|
+
|
|
938
1168
|
def remove_commerce_collection(self, request: operations.RemoveCommerceCollectionRequest) -> operations.RemoveCommerceCollectionResponse:
|
|
939
1169
|
r"""Remove a collection"""
|
|
940
1170
|
hook_ctx = HookContext(operation_id='removeCommerceCollection', oauth2_scopes=[], security_source=self.sdk_configuration.security)
|
|
@@ -1135,6 +1365,56 @@ class Commerce:
|
|
|
1135
1365
|
|
|
1136
1366
|
|
|
1137
1367
|
|
|
1368
|
+
def remove_commerce_metadata(self, request: operations.RemoveCommerceMetadataRequest) -> operations.RemoveCommerceMetadataResponse:
|
|
1369
|
+
r"""Remove a metadata"""
|
|
1370
|
+
hook_ctx = HookContext(operation_id='removeCommerceMetadata', oauth2_scopes=[], security_source=self.sdk_configuration.security)
|
|
1371
|
+
base_url = utils.template_url(*self.sdk_configuration.get_server_details())
|
|
1372
|
+
|
|
1373
|
+
url = utils.generate_url(base_url, '/commerce/{connection_id}/metadata/{id}', request)
|
|
1374
|
+
|
|
1375
|
+
if callable(self.sdk_configuration.security):
|
|
1376
|
+
headers, query_params = utils.get_security(self.sdk_configuration.security())
|
|
1377
|
+
else:
|
|
1378
|
+
headers, query_params = utils.get_security(self.sdk_configuration.security)
|
|
1379
|
+
|
|
1380
|
+
headers['Accept'] = '*/*'
|
|
1381
|
+
headers['user-agent'] = self.sdk_configuration.user_agent
|
|
1382
|
+
client = self.sdk_configuration.client
|
|
1383
|
+
|
|
1384
|
+
try:
|
|
1385
|
+
req = client.prepare_request(requests_http.Request('DELETE', url, params=query_params, headers=headers))
|
|
1386
|
+
req = self.sdk_configuration.get_hooks().before_request(BeforeRequestContext(hook_ctx), req)
|
|
1387
|
+
http_res = client.send(req)
|
|
1388
|
+
except Exception as e:
|
|
1389
|
+
_, e = self.sdk_configuration.get_hooks().after_error(AfterErrorContext(hook_ctx), None, e)
|
|
1390
|
+
if e is not None:
|
|
1391
|
+
raise e
|
|
1392
|
+
|
|
1393
|
+
if utils.match_status_codes(['4XX','5XX'], http_res.status_code):
|
|
1394
|
+
result, e = self.sdk_configuration.get_hooks().after_error(AfterErrorContext(hook_ctx), http_res, None)
|
|
1395
|
+
if e is not None:
|
|
1396
|
+
raise e
|
|
1397
|
+
if result is not None:
|
|
1398
|
+
http_res = result
|
|
1399
|
+
else:
|
|
1400
|
+
http_res = self.sdk_configuration.get_hooks().after_success(AfterSuccessContext(hook_ctx), http_res)
|
|
1401
|
+
|
|
1402
|
+
|
|
1403
|
+
|
|
1404
|
+
res = operations.RemoveCommerceMetadataResponse(status_code=http_res.status_code, content_type=http_res.headers.get('Content-Type') or '', raw_response=http_res, headers=None)
|
|
1405
|
+
|
|
1406
|
+
if http_res.status_code == 200:
|
|
1407
|
+
pass
|
|
1408
|
+
elif http_res.status_code >= 400 and http_res.status_code < 500 or http_res.status_code >= 500 and http_res.status_code < 600:
|
|
1409
|
+
raise errors.SDKError('API error occurred', http_res.status_code, http_res.text, http_res)
|
|
1410
|
+
else:
|
|
1411
|
+
res.headers = http_res.headers
|
|
1412
|
+
|
|
1413
|
+
|
|
1414
|
+
return res
|
|
1415
|
+
|
|
1416
|
+
|
|
1417
|
+
|
|
1138
1418
|
def update_commerce_collection(self, request: operations.UpdateCommerceCollectionRequest) -> operations.UpdateCommerceCollectionResponse:
|
|
1139
1419
|
r"""Update a collection"""
|
|
1140
1420
|
hook_ctx = HookContext(operation_id='updateCommerceCollection', oauth2_scopes=[], security_source=self.sdk_configuration.security)
|
|
@@ -1370,4 +1650,63 @@ class Commerce:
|
|
|
1370
1650
|
return res
|
|
1371
1651
|
|
|
1372
1652
|
|
|
1653
|
+
|
|
1654
|
+
def update_commerce_metadata(self, request: operations.UpdateCommerceMetadataRequest) -> operations.UpdateCommerceMetadataResponse:
|
|
1655
|
+
r"""Update a metadata"""
|
|
1656
|
+
hook_ctx = HookContext(operation_id='updateCommerceMetadata', oauth2_scopes=[], security_source=self.sdk_configuration.security)
|
|
1657
|
+
base_url = utils.template_url(*self.sdk_configuration.get_server_details())
|
|
1658
|
+
|
|
1659
|
+
url = utils.generate_url(base_url, '/commerce/{connection_id}/metadata/{id}', request)
|
|
1660
|
+
|
|
1661
|
+
if callable(self.sdk_configuration.security):
|
|
1662
|
+
headers, query_params = utils.get_security(self.sdk_configuration.security())
|
|
1663
|
+
else:
|
|
1664
|
+
headers, query_params = utils.get_security(self.sdk_configuration.security)
|
|
1665
|
+
|
|
1666
|
+
req_content_type, data, form = utils.serialize_request_body(request, operations.UpdateCommerceMetadataRequest, "commerce_metadata", False, True, 'json')
|
|
1667
|
+
if req_content_type is not None and req_content_type not in ('multipart/form-data', 'multipart/mixed'):
|
|
1668
|
+
headers['content-type'] = req_content_type
|
|
1669
|
+
query_params = { **utils.get_query_params(request), **query_params }
|
|
1670
|
+
headers['Accept'] = 'application/json'
|
|
1671
|
+
headers['user-agent'] = self.sdk_configuration.user_agent
|
|
1672
|
+
client = self.sdk_configuration.client
|
|
1673
|
+
|
|
1674
|
+
try:
|
|
1675
|
+
req = client.prepare_request(requests_http.Request('PUT', url, params=query_params, data=data, files=form, headers=headers))
|
|
1676
|
+
req = self.sdk_configuration.get_hooks().before_request(BeforeRequestContext(hook_ctx), req)
|
|
1677
|
+
http_res = client.send(req)
|
|
1678
|
+
except Exception as e:
|
|
1679
|
+
_, e = self.sdk_configuration.get_hooks().after_error(AfterErrorContext(hook_ctx), None, e)
|
|
1680
|
+
if e is not None:
|
|
1681
|
+
raise e
|
|
1682
|
+
|
|
1683
|
+
if utils.match_status_codes(['4XX','5XX'], http_res.status_code):
|
|
1684
|
+
result, e = self.sdk_configuration.get_hooks().after_error(AfterErrorContext(hook_ctx), http_res, None)
|
|
1685
|
+
if e is not None:
|
|
1686
|
+
raise e
|
|
1687
|
+
if result is not None:
|
|
1688
|
+
http_res = result
|
|
1689
|
+
else:
|
|
1690
|
+
http_res = self.sdk_configuration.get_hooks().after_success(AfterSuccessContext(hook_ctx), http_res)
|
|
1691
|
+
|
|
1692
|
+
|
|
1693
|
+
|
|
1694
|
+
res = operations.UpdateCommerceMetadataResponse(status_code=http_res.status_code, content_type=http_res.headers.get('Content-Type') or '', raw_response=http_res)
|
|
1695
|
+
|
|
1696
|
+
if http_res.status_code == 200:
|
|
1697
|
+
# pylint: disable=no-else-return
|
|
1698
|
+
if utils.match_content_type(http_res.headers.get('Content-Type') or '', 'application/json'):
|
|
1699
|
+
out = utils.unmarshal_json(http_res.text, Optional[shared.CommerceMetadata])
|
|
1700
|
+
res.commerce_metadata = out
|
|
1701
|
+
else:
|
|
1702
|
+
content_type = http_res.headers.get('Content-Type')
|
|
1703
|
+
raise errors.SDKError(f'unknown content-type received: {content_type}', http_res.status_code, http_res.text, http_res)
|
|
1704
|
+
elif http_res.status_code >= 400 and http_res.status_code < 500 or http_res.status_code >= 500 and http_res.status_code < 600:
|
|
1705
|
+
raise errors.SDKError('API error occurred', http_res.status_code, http_res.text, http_res)
|
|
1706
|
+
else:
|
|
1707
|
+
raise errors.SDKError('unknown status code received', http_res.status_code, http_res.text, http_res)
|
|
1708
|
+
|
|
1709
|
+
return res
|
|
1710
|
+
|
|
1711
|
+
|
|
1373
1712
|
|