egain-api-python 0.1.4__tar.gz → 0.1.6__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.
- {egain_api_python-0.1.4/src/egain_api_python.egg-info → egain_api_python-0.1.6}/PKG-INFO +5 -4
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/README.md +4 -3
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/pyproject.toml +1 -1
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/_version.py +3 -3
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/additionalsnippets.py +5 -5
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/cancelimportop.py +1 -1
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/createimportjobop.py +1 -1
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/createimportvalidationjobop.py +1 -1
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/getbestanswerop.py +1 -1
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/gethealthop.py +1 -1
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/getimportstatusop.py +1 -1
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/referenceresponse.py +3 -3
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/retrievechunksop.py +1 -1
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/searchresult.py +3 -3
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/retrieve.py +16 -2
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/sdkconfiguration.py +1 -1
- {egain_api_python-0.1.4 → egain_api_python-0.1.6/src/egain_api_python.egg-info}/PKG-INFO +5 -4
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/LICENSE +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/setup.cfg +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/__init__.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/_hooks/__init__.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/_hooks/registration.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/_hooks/sdkhooks.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/_hooks/types.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/aiservices.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/answers.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/articlelists.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/basesdk.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/connectorssearchevents.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/content.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/errors/__init__.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/errors/egaindefaulterror.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/errors/egainerror.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/errors/gethealthop.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/errors/no_response_error.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/errors/responsevalidationerror.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/errors/schemas_wserrorcommon.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/errors/wserrorcommon.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/escalation.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/export.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/federatedsearchevent.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/general.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/guidedhelp.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/health.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/httpclient.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/import_.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/__init__.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/acceptghsolutionop.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/acceptlanguage.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/accessibleportal.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/action.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/actionsearch.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/addasreferenceop.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/addbookmarkop.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/addtoreplyop.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/aisearchop.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/aisearchresponse.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/allaccessibleportals.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/answer.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/answeredquestion.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/answerrange.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/answersrequest.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/answersresponse.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/article.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/articleactivitylink.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/articleadditionalattributes.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/articleaisearchresult.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/articleattachment.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/articlelist.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/articlelistresult.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/articlelistsresult.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/articlepermissions.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/articlepermissionsresult.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/articlerating.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/articleratingsresponse.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/articleresult.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/articleresultadditionalattributes.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/articleresults.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/articlesearchresult.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/articlesearchresults.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/articlesort.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/articlesortorder.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/articletype.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/articlewitheditions.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/attachment.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/attachmentadditionalattributes.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/attachmentcontent.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/attachmentcontentresult.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/attachmentforcreatesuggestion.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/attachments.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/attachmentsummary.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/attachmentupload.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/avertcustomerescalationop.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/bookmark.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/bookmarkresult.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/bookmarkstatus.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/case.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/caseadditionalattributes.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/caseanswer.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/casebase.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/casebaseresult.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/casebasesearchsettings.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/caselistresult.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/caselistresults.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/casequestion.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/casequestiondetail.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/casesearch.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/clusterid.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/clusterresult.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/clusterresults.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/comment.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/comments.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/completecustomerescalationop.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/compliancearticleresult.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/compliancearticleresultadditionalattributes.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/compliancearticleresults.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/complianceforarticle.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/complyarticleop.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/components_schemas_tag.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/components_schemas_tagcategory.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/components_schemas_taggroup.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/configurableattribute.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/configurableattributes.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/contactperson.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/contacts.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/createbookmark.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/createdby.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/createfederatedsearchevent.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/createfederatedsearchresulteventop.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/createquickpick.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/createquickpickop.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/createsearchresulteventforconnectors.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/createsearchresulteventforconnectorsop.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/createsignedurlop.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/createsuggestion.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/createviewedsearchresulteventforconnectors.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/createviewedsearchresultseventforconnectorsop.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/customattribute.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/deletebookmarkop.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/deletesuggestionop.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/department.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/detailfield.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/displayfield.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/dynamiccluster.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/dynamicsearch.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/edition.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/editionwithcontent.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/email.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/exportcontentop.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/exportstatus.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/exportstatusop.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/feedbackarticleforsuggestion.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/folderbreadcrumb.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/foldersummary.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/getacknowledgedcompliancearticlesop.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/getallarticlelistsop.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/getallcasebasesreleasesop.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/getallcasesop.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/getallportalsop.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/getallprofilesinportalop.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/getallquickpicksop.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/getalltopicsop.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/getalluserprofilesop.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/getancestortopicsop.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/getannouncementarticlesop.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/getarticleattachmentbyidop.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/getarticlebyidop.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/getarticlebyidwitheditionsop.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/getarticleeditiondetailsop.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/getarticlelistdetailsop.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/getarticlepermissionsbyidop.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/getarticlepersonalizationop.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/getarticleratingsop.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/getarticlesintopicop.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/getattachmentbyidinportalop.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/getbookmarkop.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/getcasebasereleasebyidop.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/getcasebyidop.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/getchildtopicsop.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/getclusterbycasebasereleaseidop.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/getmyportalsop.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/getmysubscriptionop.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/getpendingcompliancearticlesop.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/getpopulararticlesop.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/getportaldetailsbyidop.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/getrelatedarticlesforsuggestionop.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/getrelatedarticlesop.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/getsuggestionattachmentbyidop.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/getsuggestionattachmentsop.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/getsuggestioncommentsop.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/getsuggestionop.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/gettagcategoriesforinterestforportalop.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/gettopicbreadcrumbforarticleop.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/getuserdetailsop.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/getusermilestonesop.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/ghsearchrequest.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/ghsearchresult.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/ghstepsearchrequest.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/image.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/importcontent.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/importstatus.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/kblanguage.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/kblanguagecode.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/kblanguages.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/knowledgeexport.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/l10nstring.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/languagecode.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/languagecode_parameter.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/languagequeryparameter.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/link.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/makesuggestionop.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/mandatorylanguagequeryparameter.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/metadata.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/milestone.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/milestonename.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/milestones.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/modifiedby.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/modifysuggestion.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/modifysuggestionsop.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/optionalarticleattributes.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/order.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/ownedby.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/paginationinfo.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/personalization.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/phone.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/portal.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/portalresult.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/portalsettings.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/profile.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/profileresult.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/publishprofile.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/publishview.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/question.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/questionandanswer.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/quickpickrating.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/quickpickresult.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/quickpickresults.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/ratearticleop.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/rejectghsolutionop.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/relatedquestions.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/restorequickpickop.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/retrieverequest.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/retrieveresponse.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/role.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/roletemplate.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/schemas_answer.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/schemas_customattribute.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/schemas_link.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/schemas_tag.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/schemas_tagcategory.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/schemas_taggroup.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/schemas_tags.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/schemas_wserrorcommon.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/searchfilterattribute.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/searchpriortoescalationop.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/searchsuggestionop.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/security.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/selectuserprofileop.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/sessioncontextvariable.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/shorturl.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/sortidname.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/sortidnamedepartment.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/stage.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/startcustomerescalationop.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/startescalationrequest.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/startghsearchop.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/startquestionandanswer.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/stepghsearchop.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/stringattributevalue.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/structuredauthoringfields.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/subscribearticleop.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/suggestion.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/suggestionadditionalattributes.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/suggestionattachment.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/suggestions.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/tag.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/tagcategoriesforinterest.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/tagcategory.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/taggroup.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/taggroups.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/tags.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/topic.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/topicadditionalattributes.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/topicbreadcrumb.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/topicresult.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/topicsummary.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/topictreenode.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/topictreeresult.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/unsubscribearticleop.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/uploadattachmentop.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/userdetails.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/userprofile.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/userprofiles.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/userview.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/validateimportcontent.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/virtualcase.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/workflow.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/workflowmilestone.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/wserrorcommon.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/populararticles.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/portal_article.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/portal_attachment.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/portal_bookmark.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/portal_sdk.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/portal_suggestion.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/portal_topic.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/portal_userdetails.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/portal_userprofile.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/py.typed +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/sdk.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/search.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/types/__init__.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/types/basemodel.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/usermilestones.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/utils/__init__.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/utils/annotations.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/utils/datetimes.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/utils/enums.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/utils/eventstreaming.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/utils/forms.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/utils/headers.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/utils/logger.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/utils/metadata.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/utils/queryparams.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/utils/requestbodies.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/utils/retries.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/utils/security.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/utils/serializers.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/utils/unmarshal_json_response.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/utils/url.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/utils/values.py +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python.egg-info/SOURCES.txt +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python.egg-info/dependency_links.txt +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python.egg-info/requires.txt +0 -0
- {egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: egain-api-python
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.6
|
4
4
|
Summary: Python Client SDK Generated by Speakeasy.
|
5
5
|
Author: Speakeasy
|
6
6
|
Requires-Python: >=3.9.2
|
@@ -25,7 +25,8 @@ Developer-friendly & type-safe Python SDK specifically catered to leverage *egai
|
|
25
25
|
<!-- Start Summary [summary] -->
|
26
26
|
## Summary
|
27
27
|
|
28
|
-
Knowledge Portal Manager APIs:
|
28
|
+
Knowledge Portal Manager APIs:
|
29
|
+
### License
|
29
30
|
The following licenses are required to use the Knowledge Access APIs:
|
30
31
|
* If the user is an agent, then the *Knowledge + AI* license is required.
|
31
32
|
* If the user is a customer, the *Self-Service* and *Advanced Self-Service* licenses must be available.
|
@@ -598,7 +599,7 @@ import os
|
|
598
599
|
|
599
600
|
|
600
601
|
with Egain(
|
601
|
-
server_url="https
|
602
|
+
server_url="https://api.aidev.egain.cloud/knowledge/portalmgr/v4",
|
602
603
|
access_token=os.getenv("EGAIN_ACCESS_TOKEN", ""),
|
603
604
|
) as egain:
|
604
605
|
|
@@ -641,7 +642,7 @@ with Egain(
|
|
641
642
|
],
|
642
643
|
}, channel={
|
643
644
|
"name": "Eight Bank Website",
|
644
|
-
}, server_url="https
|
645
|
+
}, server_url="https://api.aidev.egain.cloud/core/aiservices/v4")
|
645
646
|
|
646
647
|
# Handle response
|
647
648
|
print(res)
|
@@ -12,7 +12,8 @@ Developer-friendly & type-safe Python SDK specifically catered to leverage *egai
|
|
12
12
|
<!-- Start Summary [summary] -->
|
13
13
|
## Summary
|
14
14
|
|
15
|
-
Knowledge Portal Manager APIs:
|
15
|
+
Knowledge Portal Manager APIs:
|
16
|
+
### License
|
16
17
|
The following licenses are required to use the Knowledge Access APIs:
|
17
18
|
* If the user is an agent, then the *Knowledge + AI* license is required.
|
18
19
|
* If the user is a customer, the *Self-Service* and *Advanced Self-Service* licenses must be available.
|
@@ -585,7 +586,7 @@ import os
|
|
585
586
|
|
586
587
|
|
587
588
|
with Egain(
|
588
|
-
server_url="https
|
589
|
+
server_url="https://api.aidev.egain.cloud/knowledge/portalmgr/v4",
|
589
590
|
access_token=os.getenv("EGAIN_ACCESS_TOKEN", ""),
|
590
591
|
) as egain:
|
591
592
|
|
@@ -628,7 +629,7 @@ with Egain(
|
|
628
629
|
],
|
629
630
|
}, channel={
|
630
631
|
"name": "Eight Bank Website",
|
631
|
-
}, server_url="https
|
632
|
+
}, server_url="https://api.aidev.egain.cloud/core/aiservices/v4")
|
632
633
|
|
633
634
|
# Handle response
|
634
635
|
print(res)
|
@@ -3,10 +3,10 @@
|
|
3
3
|
import importlib.metadata
|
4
4
|
|
5
5
|
__title__: str = "egain-api-python"
|
6
|
-
__version__: str = "0.1.
|
6
|
+
__version__: str = "0.1.6"
|
7
7
|
__openapi_doc_version__: str = "4.0.0"
|
8
|
-
__gen_version__: str = "2.723.
|
9
|
-
__user_agent__: str = "speakeasy-sdk/python 0.1.
|
8
|
+
__gen_version__: str = "2.723.8"
|
9
|
+
__user_agent__: str = "speakeasy-sdk/python 0.1.6 2.723.8 4.0.0 egain-api-python"
|
10
10
|
|
11
11
|
try:
|
12
12
|
if __package__ is not None:
|
{egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/additionalsnippets.py
RENAMED
@@ -22,12 +22,12 @@ class AdditionalSnippetsTypedDict(TypedDict):
|
|
22
22
|
r"""The name of the Article or source content."""
|
23
23
|
doc_type: AdditionalSnippetsDocType
|
24
24
|
r"""Format of the source document (HTML, Doc, or PDF)."""
|
25
|
-
doc_name: str
|
26
|
-
r"""Name of the attachment, if an attachment was used as the source content."""
|
27
25
|
snippet: str
|
28
26
|
r"""A snippet of the article content."""
|
29
27
|
relevance_score: float
|
30
28
|
r"""Generated confidence score (0.0-1.0) for the snippet's relevance to the query."""
|
29
|
+
doc_name: NotRequired[str]
|
30
|
+
r"""Name of the attachment, if an attachment was used as the source content."""
|
31
31
|
keyword_snippet: NotRequired[str]
|
32
32
|
r"""A keyword snippet of the article content."""
|
33
33
|
|
@@ -42,15 +42,15 @@ class AdditionalSnippets(BaseModel):
|
|
42
42
|
doc_type: Annotated[AdditionalSnippetsDocType, pydantic.Field(alias="docType")]
|
43
43
|
r"""Format of the source document (HTML, Doc, or PDF)."""
|
44
44
|
|
45
|
-
doc_name: Annotated[str, pydantic.Field(alias="docName")]
|
46
|
-
r"""Name of the attachment, if an attachment was used as the source content."""
|
47
|
-
|
48
45
|
snippet: str
|
49
46
|
r"""A snippet of the article content."""
|
50
47
|
|
51
48
|
relevance_score: Annotated[float, pydantic.Field(alias="relevanceScore")]
|
52
49
|
r"""Generated confidence score (0.0-1.0) for the snippet's relevance to the query."""
|
53
50
|
|
51
|
+
doc_name: Annotated[Optional[str], pydantic.Field(alias="docName")] = None
|
52
|
+
r"""Name of the attachment, if an attachment was used as the source content."""
|
53
|
+
|
54
54
|
keyword_snippet: Annotated[
|
55
55
|
Optional[str], pydantic.Field(alias="keywordSnippet")
|
56
56
|
] = None
|
{egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/referenceresponse.py
RENAMED
@@ -36,7 +36,7 @@ class ReferenceResponseTypedDict(TypedDict):
|
|
36
36
|
r"""Source Type"""
|
37
37
|
doc_name: NotRequired[str]
|
38
38
|
r"""Name of the attachment, if an attachment was used as the source content."""
|
39
|
-
|
39
|
+
topic_breadcrumb: NotRequired[TopicBreadcrumbTypedDict]
|
40
40
|
r"""This schema contains one or more TopicSummary instances."""
|
41
41
|
|
42
42
|
|
@@ -58,7 +58,7 @@ class ReferenceResponse(BaseModel):
|
|
58
58
|
doc_name: Annotated[Optional[str], pydantic.Field(alias="docName")] = None
|
59
59
|
r"""Name of the attachment, if an attachment was used as the source content."""
|
60
60
|
|
61
|
-
|
62
|
-
Optional[TopicBreadcrumb], pydantic.Field(alias="
|
61
|
+
topic_breadcrumb: Annotated[
|
62
|
+
Optional[TopicBreadcrumb], pydantic.Field(alias="topicBreadcrumb")
|
63
63
|
] = None
|
64
64
|
r"""This schema contains one or more TopicSummary instances."""
|
{egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/searchresult.py
RENAMED
@@ -47,7 +47,7 @@ class SearchResultTypedDict(TypedDict):
|
|
47
47
|
doc_name: NotRequired[str]
|
48
48
|
r"""Name of the attachment, if an attachment was used as the source content."""
|
49
49
|
snippet_type: NotRequired[SnippetType]
|
50
|
-
|
50
|
+
topic_breadcrumb: NotRequired[TopicBreadcrumbTypedDict]
|
51
51
|
r"""This schema contains one or more TopicSummary instances."""
|
52
52
|
|
53
53
|
|
@@ -79,7 +79,7 @@ class SearchResult(BaseModel):
|
|
79
79
|
Optional[SnippetType], pydantic.Field(alias="snippetType")
|
80
80
|
] = None
|
81
81
|
|
82
|
-
|
83
|
-
Optional[TopicBreadcrumb], pydantic.Field(alias="
|
82
|
+
topic_breadcrumb: Annotated[
|
83
|
+
Optional[TopicBreadcrumb], pydantic.Field(alias="topicBreadcrumb")
|
84
84
|
] = None
|
85
85
|
r"""This schema contains one or more TopicSummary instances."""
|
@@ -31,7 +31,14 @@ class Retrieve(BaseSDK):
|
|
31
31
|
) -> models.RetrieveResponse:
|
32
32
|
r"""Retrieve Chunks
|
33
33
|
|
34
|
-
The Retrieve API enables enterprises to directly access relevant content chunks from their organizational knowledge sources. It is designed for scenarios where developers want granular control over retrieved information, such as powering custom search, analytics, or retrieval-augmented generation (RAG) pipelines.
|
34
|
+
The Retrieve API enables enterprises to directly access relevant content chunks from their organizational knowledge sources. It is designed for scenarios where developers want granular control over retrieved information, such as powering custom search, analytics, or retrieval-augmented generation (RAG) pipelines.
|
35
|
+
|
36
|
+
The Retrieve API operates through two main pipelines:
|
37
|
+
- **Certified Answers**: provide verified, high-confidence answers.
|
38
|
+
- **Chunk Retrieval**: retrieves fine-grained, contextually relevant content snippets.
|
39
|
+
|
40
|
+
Responses for both chunks and certified answers include relevance scores and metadata. By leveraging the Retrieve API, organizations can build tailored experiences while retaining confidence in the source material.
|
41
|
+
|
35
42
|
|
36
43
|
:param q: The search query string. The string must be escaped as required by the URL syntax rules.
|
37
44
|
:param portal_id: The ID of the portal being accessed.<br><br>A portal ID is composed of a 2-4 letter prefix, followed by a dash and 4-15 digits.
|
@@ -155,7 +162,14 @@ class Retrieve(BaseSDK):
|
|
155
162
|
) -> models.RetrieveResponse:
|
156
163
|
r"""Retrieve Chunks
|
157
164
|
|
158
|
-
The Retrieve API enables enterprises to directly access relevant content chunks from their organizational knowledge sources. It is designed for scenarios where developers want granular control over retrieved information, such as powering custom search, analytics, or retrieval-augmented generation (RAG) pipelines.
|
165
|
+
The Retrieve API enables enterprises to directly access relevant content chunks from their organizational knowledge sources. It is designed for scenarios where developers want granular control over retrieved information, such as powering custom search, analytics, or retrieval-augmented generation (RAG) pipelines.
|
166
|
+
|
167
|
+
The Retrieve API operates through two main pipelines:
|
168
|
+
- **Certified Answers**: provide verified, high-confidence answers.
|
169
|
+
- **Chunk Retrieval**: retrieves fine-grained, contextually relevant content snippets.
|
170
|
+
|
171
|
+
Responses for both chunks and certified answers include relevance scores and metadata. By leveraging the Retrieve API, organizations can build tailored experiences while retaining confidence in the source material.
|
172
|
+
|
159
173
|
|
160
174
|
:param q: The search query string. The string must be escaped as required by the URL syntax rules.
|
161
175
|
:param portal_id: The ID of the portal being accessed.<br><br>A portal ID is composed of a 2-4 letter prefix, followed by a dash and 4-15 digits.
|
@@ -16,7 +16,7 @@ from typing import Callable, Dict, Optional, Tuple, Union
|
|
16
16
|
|
17
17
|
|
18
18
|
SERVERS = [
|
19
|
-
"https
|
19
|
+
"https://api.aidev.egain.cloud/knowledge/portalmgr/v4",
|
20
20
|
# Production Server
|
21
21
|
]
|
22
22
|
"""Contains the list of servers available to the SDK"""
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: egain-api-python
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.6
|
4
4
|
Summary: Python Client SDK Generated by Speakeasy.
|
5
5
|
Author: Speakeasy
|
6
6
|
Requires-Python: >=3.9.2
|
@@ -25,7 +25,8 @@ Developer-friendly & type-safe Python SDK specifically catered to leverage *egai
|
|
25
25
|
<!-- Start Summary [summary] -->
|
26
26
|
## Summary
|
27
27
|
|
28
|
-
Knowledge Portal Manager APIs:
|
28
|
+
Knowledge Portal Manager APIs:
|
29
|
+
### License
|
29
30
|
The following licenses are required to use the Knowledge Access APIs:
|
30
31
|
* If the user is an agent, then the *Knowledge + AI* license is required.
|
31
32
|
* If the user is a customer, the *Self-Service* and *Advanced Self-Service* licenses must be available.
|
@@ -598,7 +599,7 @@ import os
|
|
598
599
|
|
599
600
|
|
600
601
|
with Egain(
|
601
|
-
server_url="https
|
602
|
+
server_url="https://api.aidev.egain.cloud/knowledge/portalmgr/v4",
|
602
603
|
access_token=os.getenv("EGAIN_ACCESS_TOKEN", ""),
|
603
604
|
) as egain:
|
604
605
|
|
@@ -641,7 +642,7 @@ with Egain(
|
|
641
642
|
],
|
642
643
|
}, channel={
|
643
644
|
"name": "Eight Bank Website",
|
644
|
-
}, server_url="https
|
645
|
+
}, server_url="https://api.aidev.egain.cloud/core/aiservices/v4")
|
645
646
|
|
646
647
|
# Handle response
|
647
648
|
print(res)
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/_hooks/registration.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/connectorssearchevents.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/errors/egaindefaulterror.py
RENAMED
File without changes
|
File without changes
|
{egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/errors/gethealthop.py
RENAMED
File without changes
|
{egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/errors/no_response_error.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/errors/wserrorcommon.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/federatedsearchevent.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/acceptghsolutionop.py
RENAMED
File without changes
|
{egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/acceptlanguage.py
RENAMED
File without changes
|
{egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/accessibleportal.py
RENAMED
File without changes
|
File without changes
|
{egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/actionsearch.py
RENAMED
File without changes
|
{egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/addasreferenceop.py
RENAMED
File without changes
|
{egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/addbookmarkop.py
RENAMED
File without changes
|
{egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/addtoreplyop.py
RENAMED
File without changes
|
File without changes
|
{egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/aisearchresponse.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/answeredquestion.py
RENAMED
File without changes
|
{egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/answerrange.py
RENAMED
File without changes
|
{egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/answersrequest.py
RENAMED
File without changes
|
{egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/answersresponse.py
RENAMED
File without changes
|
File without changes
|
{egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/articleactivitylink.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/articleattachment.py
RENAMED
File without changes
|
{egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/articlelist.py
RENAMED
File without changes
|
{egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/articlelistresult.py
RENAMED
File without changes
|
{egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/articlelistsresult.py
RENAMED
File without changes
|
{egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/articlepermissions.py
RENAMED
File without changes
|
File without changes
|
{egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/articlerating.py
RENAMED
File without changes
|
File without changes
|
{egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/articleresult.py
RENAMED
File without changes
|
File without changes
|
{egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/articleresults.py
RENAMED
File without changes
|
{egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/articlesearchresult.py
RENAMED
File without changes
|
File without changes
|
{egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/articlesort.py
RENAMED
File without changes
|
{egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/articlesortorder.py
RENAMED
File without changes
|
{egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/articletype.py
RENAMED
File without changes
|
{egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/articlewitheditions.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/attachmentcontent.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/attachments.py
RENAMED
File without changes
|
{egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/attachmentsummary.py
RENAMED
File without changes
|
{egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/attachmentupload.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/bookmarkresult.py
RENAMED
File without changes
|
{egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/bookmarkstatus.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/casebaseresult.py
RENAMED
File without changes
|
File without changes
|
{egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/caselistresult.py
RENAMED
File without changes
|
{egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/caselistresults.py
RENAMED
File without changes
|
{egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/casequestion.py
RENAMED
File without changes
|
{egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/casequestiondetail.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/clusterresult.py
RENAMED
File without changes
|
{egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/clusterresults.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/complyarticleop.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/contactperson.py
RENAMED
File without changes
|
File without changes
|
{egain_api_python-0.1.4 → egain_api_python-0.1.6}/src/egain_api_python/models/createbookmark.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|