egain-api-python 0.1.3__tar.gz → 0.1.5__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.3/src/egain_api_python.egg-info → egain_api_python-0.1.5}/PKG-INFO +34 -72
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/README.md +33 -71
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/pyproject.toml +1 -1
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/_version.py +3 -3
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/answers.py +8 -20
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/articlelists.py +4 -4
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/connectorssearchevents.py +4 -4
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/escalation.py +8 -8
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/export.py +4 -4
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/federatedsearchevent.py +2 -2
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/general.py +8 -8
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/guidedhelp.py +26 -26
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/health.py +2 -8
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/import_.py +56 -74
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/__init__.py +41 -53
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/answersrequest.py +0 -31
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/answersresponse.py +9 -11
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/articleaisearchresult.py +2 -24
- egain_api_python-0.1.3/src/egain_api_python/models/getimportcontentop.py → egain_api_python-0.1.5/src/egain_api_python/models/cancelimportop.py +4 -4
- egain_api_python-0.1.3/src/egain_api_python/models/createimportop.py → egain_api_python-0.1.5/src/egain_api_python/models/createimportjobop.py +4 -4
- egain_api_python-0.1.3/src/egain_api_python/models/createimportvalidationop.py → egain_api_python-0.1.5/src/egain_api_python/models/createimportvalidationjobop.py +4 -4
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/getbestanswerop.py +1 -1
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/gethealthop.py +1 -1
- egain_api_python-0.1.3/src/egain_api_python/models/patchimportcontentvalidationop.py → egain_api_python-0.1.5/src/egain_api_python/models/getimportstatusop.py +4 -4
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/retrievechunksop.py +1 -1
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/retrieveresponse.py +10 -12
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/populararticles.py +2 -2
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/portal_article.py +40 -40
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/portal_attachment.py +4 -4
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/portal_bookmark.py +6 -6
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/portal_suggestion.py +18 -18
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/portal_topic.py +8 -8
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/portal_userdetails.py +2 -2
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/portal_userprofile.py +4 -4
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/retrieve.py +4 -10
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/sdk.py +24 -24
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/sdkconfiguration.py +4 -5
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/search.py +6 -4
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/usermilestones.py +2 -2
- {egain_api_python-0.1.3 → egain_api_python-0.1.5/src/egain_api_python.egg-info}/PKG-INFO +34 -72
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python.egg-info/SOURCES.txt +4 -4
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/LICENSE +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/setup.cfg +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/__init__.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/_hooks/__init__.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/_hooks/registration.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/_hooks/sdkhooks.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/_hooks/types.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/aiservices.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/basesdk.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/content.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/errors/__init__.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/errors/egaindefaulterror.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/errors/egainerror.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/errors/gethealthop.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/errors/no_response_error.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/errors/responsevalidationerror.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/errors/schemas_wserrorcommon.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/errors/wserrorcommon.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/httpclient.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/acceptghsolutionop.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/acceptlanguage.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/accessibleportal.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/action.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/actionsearch.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/addasreferenceop.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/addbookmarkop.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/additionalsnippets.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/addtoreplyop.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/aisearchop.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/aisearchresponse.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/allaccessibleportals.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/answer.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/answeredquestion.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/answerrange.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/article.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/articleactivitylink.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/articleadditionalattributes.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/articleattachment.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/articlelist.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/articlelistresult.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/articlelistsresult.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/articlepermissions.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/articlepermissionsresult.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/articlerating.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/articleratingsresponse.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/articleresult.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/articleresultadditionalattributes.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/articleresults.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/articlesearchresult.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/articlesearchresults.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/articlesort.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/articlesortorder.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/articletype.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/articlewitheditions.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/attachment.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/attachmentadditionalattributes.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/attachmentcontent.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/attachmentcontentresult.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/attachmentforcreatesuggestion.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/attachments.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/attachmentsummary.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/attachmentupload.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/avertcustomerescalationop.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/bookmark.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/bookmarkresult.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/bookmarkstatus.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/case.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/caseadditionalattributes.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/caseanswer.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/casebase.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/casebaseresult.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/casebasesearchsettings.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/caselistresult.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/caselistresults.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/casequestion.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/casequestiondetail.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/casesearch.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/clusterid.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/clusterresult.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/clusterresults.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/comment.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/comments.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/completecustomerescalationop.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/compliancearticleresult.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/compliancearticleresultadditionalattributes.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/compliancearticleresults.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/complianceforarticle.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/complyarticleop.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/components_schemas_tag.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/components_schemas_tagcategory.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/components_schemas_taggroup.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/configurableattribute.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/configurableattributes.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/contactperson.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/contacts.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/createbookmark.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/createdby.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/createfederatedsearchevent.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/createfederatedsearchresulteventop.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/createquickpick.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/createquickpickop.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/createsearchresulteventforconnectors.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/createsearchresulteventforconnectorsop.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/createsignedurlop.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/createsuggestion.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/createviewedsearchresulteventforconnectors.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/createviewedsearchresultseventforconnectorsop.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/customattribute.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/deletebookmarkop.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/deletesuggestionop.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/department.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/detailfield.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/displayfield.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/dynamiccluster.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/dynamicsearch.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/edition.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/editionwithcontent.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/email.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/exportcontentop.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/exportstatus.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/exportstatusop.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/feedbackarticleforsuggestion.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/folderbreadcrumb.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/foldersummary.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/getacknowledgedcompliancearticlesop.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/getallarticlelistsop.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/getallcasebasesreleasesop.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/getallcasesop.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/getallportalsop.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/getallprofilesinportalop.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/getallquickpicksop.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/getalltopicsop.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/getalluserprofilesop.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/getancestortopicsop.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/getannouncementarticlesop.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/getarticleattachmentbyidop.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/getarticlebyidop.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/getarticlebyidwitheditionsop.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/getarticleeditiondetailsop.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/getarticlelistdetailsop.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/getarticlepermissionsbyidop.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/getarticlepersonalizationop.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/getarticleratingsop.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/getarticlesintopicop.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/getattachmentbyidinportalop.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/getbookmarkop.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/getcasebasereleasebyidop.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/getcasebyidop.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/getchildtopicsop.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/getclusterbycasebasereleaseidop.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/getmyportalsop.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/getmysubscriptionop.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/getpendingcompliancearticlesop.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/getpopulararticlesop.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/getportaldetailsbyidop.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/getrelatedarticlesforsuggestionop.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/getrelatedarticlesop.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/getsuggestionattachmentbyidop.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/getsuggestionattachmentsop.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/getsuggestioncommentsop.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/getsuggestionop.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/gettagcategoriesforinterestforportalop.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/gettopicbreadcrumbforarticleop.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/getuserdetailsop.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/getusermilestonesop.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/ghsearchrequest.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/ghsearchresult.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/ghstepsearchrequest.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/image.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/importcontent.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/importstatus.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/kblanguage.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/kblanguagecode.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/kblanguages.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/knowledgeexport.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/l10nstring.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/languagecode.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/languagecode_parameter.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/languagequeryparameter.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/link.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/makesuggestionop.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/mandatorylanguagequeryparameter.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/metadata.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/milestone.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/milestonename.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/milestones.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/modifiedby.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/modifysuggestion.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/modifysuggestionsop.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/optionalarticleattributes.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/order.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/ownedby.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/paginationinfo.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/personalization.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/phone.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/portal.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/portalresult.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/portalsettings.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/profile.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/profileresult.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/publishprofile.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/publishview.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/question.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/questionandanswer.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/quickpickrating.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/quickpickresult.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/quickpickresults.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/ratearticleop.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/referenceresponse.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/rejectghsolutionop.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/relatedquestions.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/restorequickpickop.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/retrieverequest.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/role.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/roletemplate.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/schemas_answer.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/schemas_customattribute.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/schemas_link.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/schemas_tag.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/schemas_tagcategory.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/schemas_taggroup.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/schemas_tags.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/schemas_wserrorcommon.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/searchfilterattribute.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/searchpriortoescalationop.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/searchresult.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/searchsuggestionop.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/security.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/selectuserprofileop.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/sessioncontextvariable.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/shorturl.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/sortidname.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/sortidnamedepartment.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/stage.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/startcustomerescalationop.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/startescalationrequest.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/startghsearchop.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/startquestionandanswer.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/stepghsearchop.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/stringattributevalue.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/structuredauthoringfields.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/subscribearticleop.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/suggestion.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/suggestionadditionalattributes.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/suggestionattachment.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/suggestions.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/tag.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/tagcategoriesforinterest.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/tagcategory.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/taggroup.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/taggroups.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/tags.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/topic.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/topicadditionalattributes.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/topicbreadcrumb.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/topicresult.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/topicsummary.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/topictreenode.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/topictreeresult.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/unsubscribearticleop.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/uploadattachmentop.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/userdetails.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/userprofile.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/userprofiles.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/userview.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/validateimportcontent.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/virtualcase.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/workflow.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/workflowmilestone.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/models/wserrorcommon.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/portal_sdk.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/py.typed +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/types/__init__.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/types/basemodel.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/utils/__init__.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/utils/annotations.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/utils/datetimes.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/utils/enums.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/utils/eventstreaming.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/utils/forms.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/utils/headers.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/utils/logger.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/utils/metadata.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/utils/queryparams.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/utils/requestbodies.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/utils/retries.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/utils/security.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/utils/serializers.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/utils/unmarshal_json_response.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/utils/url.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/utils/values.py +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python.egg-info/dependency_links.txt +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python.egg-info/requires.txt +0 -0
- {egain_api_python-0.1.3 → egain_api_python-0.1.5}/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.5
|
4
4
|
Summary: Python Client SDK Generated by Speakeasy.
|
5
5
|
Author: Speakeasy
|
6
6
|
Requires-Python: >=3.9.2
|
@@ -25,27 +25,36 @@ 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.
|
33
|
+
|
34
|
+
### Tiers
|
35
|
+
|
36
|
+
| Tier |Tier Name| Named Users | Description
|
37
|
+
| ---------- | ---------- | ---------- | ----------------------------
|
38
|
+
| Tier 1 | Starter | Up to 10| Designed for small-scale implementations or pilot environments
|
39
|
+
| Tier 2 | Growth | Up to 1000| Suitable for mid-scale deployments requiring moderate scalability
|
40
|
+
| Tier 3 | Enterprise | Greater than 1000| Supports large-scale environments with extended configuration options
|
41
|
+
|
32
42
|
### API Resource Limits
|
33
|
-
The following Resources have predefined limits for specific access attributes for Enterprise use.
|
34
|
-
|
35
|
-
| Resource |
|
36
|
-
| ---------------- | ---------------------------- | ----------
|
37
|
-
| Article Reference
|
38
|
-
| |Number of custom attributes in an article |
|
39
|
-
| |Number of publish views used in an article version | 20
|
40
|
-
| Topic Reference
|
41
|
-
| |Depth of topics | 20
|
42
|
-
| |Topics at any level | 2500
|
43
|
-
| |Number of custom attributes in a topic |
|
44
|
-
| Portal Reference
|
45
|
-
| |Topics to be included in a portal |
|
46
|
-
| |Number of articles to display in announcements | 25
|
47
|
-
| |
|
48
|
-
| |Usage links and link groups setup for a portal | 25
|
43
|
+
The following Resources have predefined limits for specific access attributes for Starter, Growth and Enterprise use.
|
44
|
+
|
45
|
+
| Resource | Limits | Starter | Growth | Enterprise
|
46
|
+
| ---------------- | ---------------------------- | ---------- | ---------- | ----------
|
47
|
+
| Article Reference |Number of attachments used in any article | 25 | 50 |50
|
48
|
+
| |Number of custom attributes in an article | 10 | 25| 50
|
49
|
+
| |Number of publish views used in an article version | 20 | 20 | 20
|
50
|
+
| Topic Reference |User-defined topics in a department| 1000| 5000 | 50000
|
51
|
+
| |Depth of topics | 5 | 20 | 20
|
52
|
+
| |Topics at any level | 500 | 2500 | 2500
|
53
|
+
| |Number of custom attributes in a topic | 10 | 10 | 10
|
54
|
+
| Portal Reference | Tag categories in a portal | 15 | 15 | 15
|
55
|
+
| |Topics to be included in a portal | 100 | 500 | 5000
|
56
|
+
| |Number of articles to display in announcements | 10 | 25 | 25
|
57
|
+
| |Usage links and link groups setup for a portal | 5 | 10 | 25
|
49
58
|
|
50
59
|
|
51
60
|
|
@@ -262,9 +271,6 @@ with Egain(
|
|
262
271
|
<details open>
|
263
272
|
<summary>Available methods</summary>
|
264
273
|
|
265
|
-
### [aiservices](docs/sdks/aiservices/README.md)
|
266
|
-
|
267
|
-
|
268
274
|
#### [aiservices.answers](docs/sdks/answers/README.md)
|
269
275
|
|
270
276
|
* [get_best_answer](docs/sdks/answers/README.md#get_best_answer) - Get the best answer for a user query
|
@@ -273,23 +279,16 @@ with Egain(
|
|
273
279
|
|
274
280
|
* [retrieve_chunks](docs/sdks/retrieve/README.md#retrieve_chunks) - Retrieve Chunks
|
275
281
|
|
276
|
-
### [content](docs/sdks/content/README.md)
|
277
|
-
|
278
|
-
|
279
282
|
#### [content.health](docs/sdks/health/README.md)
|
280
283
|
|
281
284
|
* [get_health](docs/sdks/health/README.md#get_health) - Check service health status
|
282
285
|
|
283
286
|
#### [content.import_](docs/sdks/import/README.md)
|
284
287
|
|
285
|
-
* [
|
286
|
-
* [
|
287
|
-
* [
|
288
|
-
* [
|
289
|
-
|
290
|
-
|
291
|
-
### [portal](docs/sdks/portalsdk/README.md)
|
292
|
-
|
288
|
+
* [create_import_job](docs/sdks/import/README.md#create_import_job) - Import content from external sources by creating an import job
|
289
|
+
* [get_import_status](docs/sdks/import/README.md#get_import_status) - Get the current status of an import or validation job
|
290
|
+
* [create_import_validation_job](docs/sdks/import/README.md#create_import_validation_job) - Validate content structure and format before import by creating an import validation job
|
291
|
+
* [cancel_import](docs/sdks/import/README.md#cancel_import) - Cancel an import or validation job
|
293
292
|
|
294
293
|
#### [portal.article](docs/sdks/portalarticle/README.md)
|
295
294
|
|
@@ -534,7 +533,7 @@ with Egain(
|
|
534
533
|
res = None
|
535
534
|
try:
|
536
535
|
|
537
|
-
res = egain.content.import_.
|
536
|
+
res = egain.content.import_.create_import_job(data_source={
|
538
537
|
"type": "AWS S3 bucket",
|
539
538
|
"path": "s3://mybucket/myfolder/",
|
540
539
|
"region": "us-east-1",
|
@@ -591,43 +590,6 @@ with Egain(
|
|
591
590
|
<!-- Start Server Selection [server] -->
|
592
591
|
## Server Selection
|
593
592
|
|
594
|
-
### Server Variables
|
595
|
-
|
596
|
-
The default server `https://${API_DOMAIN}/knowledge/portalmgr/v4` contains variables and is set to `https://$api.egain.cloud/knowledge/portalmgr/v4` by default. To override default values, the following parameters are available when initializing the SDK client instance:
|
597
|
-
|
598
|
-
| Variable | Parameter | Default | Description |
|
599
|
-
| ------------ | ----------------- | ------------------- | ----------- |
|
600
|
-
| `API_DOMAIN` | `api_domain: str` | `"api.egain.cloud"` | |
|
601
|
-
|
602
|
-
#### Example
|
603
|
-
|
604
|
-
```python
|
605
|
-
from egain_api_python import Egain
|
606
|
-
import os
|
607
|
-
|
608
|
-
|
609
|
-
with Egain(
|
610
|
-
api_domain="<value>"
|
611
|
-
access_token=os.getenv("EGAIN_ACCESS_TOKEN", ""),
|
612
|
-
) as egain:
|
613
|
-
|
614
|
-
res = egain.aiservices.retrieve.retrieve_chunks(q="fair lending", portal_id="PROD-1000", filter_user_profile_id="PROD-3210", language="en-US", filter_tags={
|
615
|
-
"PROD-1234": [
|
616
|
-
"PROD-2000",
|
617
|
-
"PROD-2003",
|
618
|
-
],
|
619
|
-
"PROD-2005": [
|
620
|
-
"PROD-2007",
|
621
|
-
],
|
622
|
-
}, channel={
|
623
|
-
"name": "Eight Bank Website",
|
624
|
-
})
|
625
|
-
|
626
|
-
# Handle response
|
627
|
-
print(res)
|
628
|
-
|
629
|
-
```
|
630
|
-
|
631
593
|
### Override Server URL Per-Client
|
632
594
|
|
633
595
|
The default server can be overridden globally by passing a URL to the `server_url: str` optional parameter when initializing the SDK client instance. For example:
|
@@ -637,7 +599,7 @@ import os
|
|
637
599
|
|
638
600
|
|
639
601
|
with Egain(
|
640
|
-
server_url="https
|
602
|
+
server_url="https://api.aidev.egain.cloud/knowledge/portalmgr/v4",
|
641
603
|
access_token=os.getenv("EGAIN_ACCESS_TOKEN", ""),
|
642
604
|
) as egain:
|
643
605
|
|
@@ -680,7 +642,7 @@ with Egain(
|
|
680
642
|
],
|
681
643
|
}, channel={
|
682
644
|
"name": "Eight Bank Website",
|
683
|
-
}, server_url="https
|
645
|
+
}, server_url="https://api.aidev.egain.cloud/core/aiservices/v4")
|
684
646
|
|
685
647
|
# Handle response
|
686
648
|
print(res)
|
@@ -12,27 +12,36 @@ 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.
|
20
|
+
|
21
|
+
### Tiers
|
22
|
+
|
23
|
+
| Tier |Tier Name| Named Users | Description
|
24
|
+
| ---------- | ---------- | ---------- | ----------------------------
|
25
|
+
| Tier 1 | Starter | Up to 10| Designed for small-scale implementations or pilot environments
|
26
|
+
| Tier 2 | Growth | Up to 1000| Suitable for mid-scale deployments requiring moderate scalability
|
27
|
+
| Tier 3 | Enterprise | Greater than 1000| Supports large-scale environments with extended configuration options
|
28
|
+
|
19
29
|
### API Resource Limits
|
20
|
-
The following Resources have predefined limits for specific access attributes for Enterprise use.
|
21
|
-
|
22
|
-
| Resource |
|
23
|
-
| ---------------- | ---------------------------- | ----------
|
24
|
-
| Article Reference
|
25
|
-
| |Number of custom attributes in an article |
|
26
|
-
| |Number of publish views used in an article version | 20
|
27
|
-
| Topic Reference
|
28
|
-
| |Depth of topics | 20
|
29
|
-
| |Topics at any level | 2500
|
30
|
-
| |Number of custom attributes in a topic |
|
31
|
-
| Portal Reference
|
32
|
-
| |Topics to be included in a portal |
|
33
|
-
| |Number of articles to display in announcements | 25
|
34
|
-
| |
|
35
|
-
| |Usage links and link groups setup for a portal | 25
|
30
|
+
The following Resources have predefined limits for specific access attributes for Starter, Growth and Enterprise use.
|
31
|
+
|
32
|
+
| Resource | Limits | Starter | Growth | Enterprise
|
33
|
+
| ---------------- | ---------------------------- | ---------- | ---------- | ----------
|
34
|
+
| Article Reference |Number of attachments used in any article | 25 | 50 |50
|
35
|
+
| |Number of custom attributes in an article | 10 | 25| 50
|
36
|
+
| |Number of publish views used in an article version | 20 | 20 | 20
|
37
|
+
| Topic Reference |User-defined topics in a department| 1000| 5000 | 50000
|
38
|
+
| |Depth of topics | 5 | 20 | 20
|
39
|
+
| |Topics at any level | 500 | 2500 | 2500
|
40
|
+
| |Number of custom attributes in a topic | 10 | 10 | 10
|
41
|
+
| Portal Reference | Tag categories in a portal | 15 | 15 | 15
|
42
|
+
| |Topics to be included in a portal | 100 | 500 | 5000
|
43
|
+
| |Number of articles to display in announcements | 10 | 25 | 25
|
44
|
+
| |Usage links and link groups setup for a portal | 5 | 10 | 25
|
36
45
|
|
37
46
|
|
38
47
|
|
@@ -249,9 +258,6 @@ with Egain(
|
|
249
258
|
<details open>
|
250
259
|
<summary>Available methods</summary>
|
251
260
|
|
252
|
-
### [aiservices](docs/sdks/aiservices/README.md)
|
253
|
-
|
254
|
-
|
255
261
|
#### [aiservices.answers](docs/sdks/answers/README.md)
|
256
262
|
|
257
263
|
* [get_best_answer](docs/sdks/answers/README.md#get_best_answer) - Get the best answer for a user query
|
@@ -260,23 +266,16 @@ with Egain(
|
|
260
266
|
|
261
267
|
* [retrieve_chunks](docs/sdks/retrieve/README.md#retrieve_chunks) - Retrieve Chunks
|
262
268
|
|
263
|
-
### [content](docs/sdks/content/README.md)
|
264
|
-
|
265
|
-
|
266
269
|
#### [content.health](docs/sdks/health/README.md)
|
267
270
|
|
268
271
|
* [get_health](docs/sdks/health/README.md#get_health) - Check service health status
|
269
272
|
|
270
273
|
#### [content.import_](docs/sdks/import/README.md)
|
271
274
|
|
272
|
-
* [
|
273
|
-
* [
|
274
|
-
* [
|
275
|
-
* [
|
276
|
-
|
277
|
-
|
278
|
-
### [portal](docs/sdks/portalsdk/README.md)
|
279
|
-
|
275
|
+
* [create_import_job](docs/sdks/import/README.md#create_import_job) - Import content from external sources by creating an import job
|
276
|
+
* [get_import_status](docs/sdks/import/README.md#get_import_status) - Get the current status of an import or validation job
|
277
|
+
* [create_import_validation_job](docs/sdks/import/README.md#create_import_validation_job) - Validate content structure and format before import by creating an import validation job
|
278
|
+
* [cancel_import](docs/sdks/import/README.md#cancel_import) - Cancel an import or validation job
|
280
279
|
|
281
280
|
#### [portal.article](docs/sdks/portalarticle/README.md)
|
282
281
|
|
@@ -521,7 +520,7 @@ with Egain(
|
|
521
520
|
res = None
|
522
521
|
try:
|
523
522
|
|
524
|
-
res = egain.content.import_.
|
523
|
+
res = egain.content.import_.create_import_job(data_source={
|
525
524
|
"type": "AWS S3 bucket",
|
526
525
|
"path": "s3://mybucket/myfolder/",
|
527
526
|
"region": "us-east-1",
|
@@ -578,43 +577,6 @@ with Egain(
|
|
578
577
|
<!-- Start Server Selection [server] -->
|
579
578
|
## Server Selection
|
580
579
|
|
581
|
-
### Server Variables
|
582
|
-
|
583
|
-
The default server `https://${API_DOMAIN}/knowledge/portalmgr/v4` contains variables and is set to `https://$api.egain.cloud/knowledge/portalmgr/v4` by default. To override default values, the following parameters are available when initializing the SDK client instance:
|
584
|
-
|
585
|
-
| Variable | Parameter | Default | Description |
|
586
|
-
| ------------ | ----------------- | ------------------- | ----------- |
|
587
|
-
| `API_DOMAIN` | `api_domain: str` | `"api.egain.cloud"` | |
|
588
|
-
|
589
|
-
#### Example
|
590
|
-
|
591
|
-
```python
|
592
|
-
from egain_api_python import Egain
|
593
|
-
import os
|
594
|
-
|
595
|
-
|
596
|
-
with Egain(
|
597
|
-
api_domain="<value>"
|
598
|
-
access_token=os.getenv("EGAIN_ACCESS_TOKEN", ""),
|
599
|
-
) as egain:
|
600
|
-
|
601
|
-
res = egain.aiservices.retrieve.retrieve_chunks(q="fair lending", portal_id="PROD-1000", filter_user_profile_id="PROD-3210", language="en-US", filter_tags={
|
602
|
-
"PROD-1234": [
|
603
|
-
"PROD-2000",
|
604
|
-
"PROD-2003",
|
605
|
-
],
|
606
|
-
"PROD-2005": [
|
607
|
-
"PROD-2007",
|
608
|
-
],
|
609
|
-
}, channel={
|
610
|
-
"name": "Eight Bank Website",
|
611
|
-
})
|
612
|
-
|
613
|
-
# Handle response
|
614
|
-
print(res)
|
615
|
-
|
616
|
-
```
|
617
|
-
|
618
580
|
### Override Server URL Per-Client
|
619
581
|
|
620
582
|
The default server can be overridden globally by passing a URL to the `server_url: str` optional parameter when initializing the SDK client instance. For example:
|
@@ -624,7 +586,7 @@ import os
|
|
624
586
|
|
625
587
|
|
626
588
|
with Egain(
|
627
|
-
server_url="https
|
589
|
+
server_url="https://api.aidev.egain.cloud/knowledge/portalmgr/v4",
|
628
590
|
access_token=os.getenv("EGAIN_ACCESS_TOKEN", ""),
|
629
591
|
) as egain:
|
630
592
|
|
@@ -667,7 +629,7 @@ with Egain(
|
|
667
629
|
],
|
668
630
|
}, channel={
|
669
631
|
"name": "Eight Bank Website",
|
670
|
-
}, server_url="https
|
632
|
+
}, server_url="https://api.aidev.egain.cloud/core/aiservices/v4")
|
671
633
|
|
672
634
|
# Handle response
|
673
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.5"
|
7
7
|
__openapi_doc_version__: str = "4.0.0"
|
8
|
-
__gen_version__: str = "2.
|
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.5 2.723.8 4.0.0 egain-api-python"
|
10
10
|
|
11
11
|
try:
|
12
12
|
if __package__ is not None:
|
@@ -22,7 +22,6 @@ class Answers(BaseSDK):
|
|
22
22
|
channel: Optional[
|
23
23
|
Union[models.AnswersRequestChannel, models.AnswersRequestChannelTypedDict]
|
24
24
|
] = None,
|
25
|
-
context: Optional[Union[models.Context, models.ContextTypedDict]] = None,
|
26
25
|
event_id: Optional[str] = None,
|
27
26
|
session_id: Optional[str] = None,
|
28
27
|
retries: OptionalNullable[utils.RetryConfig] = UNSET,
|
@@ -33,10 +32,10 @@ class Answers(BaseSDK):
|
|
33
32
|
r"""Get the best answer for a user query
|
34
33
|
|
35
34
|
The **Answers API** allows enterprises to deliver fast, accurate, and contextual responses powered by their organizational knowledge. It supports two complementary approaches:
|
36
|
-
|
37
|
-
|
35
|
+
- **Certified Answers**: Direct snippets retrieved from enterprise-authored content.
|
36
|
+
- **Generative Answers**: Natural language responses synthesized by a large language model (LLM).
|
38
37
|
|
39
|
-
Every response includes supporting search results, references, and confidence scores—ensuring transparency, trust, and traceability. The API is built for secure, scalable integration across enterprise environments.
|
38
|
+
Every response includes supporting search results, references, and confidence scores—ensuring transparency, trust, and traceability. The API is built for secure, scalable integration across enterprise environments. <br>**This endpoint is only available for Self Service environments.**
|
40
39
|
|
41
40
|
|
42
41
|
:param q: The search query string. The string must be escaped as required by the URL syntax rules.
|
@@ -46,7 +45,6 @@ class Answers(BaseSDK):
|
|
46
45
|
:param filter_tags: An object where each key is a **Category Tag ID** (numeric string), and each value is an array of **Tag IDs** for that category.
|
47
46
|
:param filter_topic_ids: An array of topic IDs. It is used to restrict search results to specific topics.
|
48
47
|
:param channel:
|
49
|
-
:param context: Additional contextual metadata that enriches the query, providing the LLM with relevant details for tailoring the response.
|
50
48
|
:param event_id: Unique ID for this specific API call or event.
|
51
49
|
:param session_id: ID that ties multiple API calls to the same user session. Will be used as part of to tie events back to a session.
|
52
50
|
:param retries: Override the default retry configuration for this method
|
@@ -63,9 +61,6 @@ class Answers(BaseSDK):
|
|
63
61
|
base_url = server_url
|
64
62
|
else:
|
65
63
|
base_url = models.GET_BEST_ANSWER_OP_SERVERS[0]
|
66
|
-
url_variables = {
|
67
|
-
"API_DOMAIN": "api.egain.cloud",
|
68
|
-
}
|
69
64
|
|
70
65
|
request = models.GetBestAnswerRequest(
|
71
66
|
q=q,
|
@@ -78,7 +73,6 @@ class Answers(BaseSDK):
|
|
78
73
|
channel=utils.get_pydantic_model(
|
79
74
|
channel, Optional[models.AnswersRequestChannel]
|
80
75
|
),
|
81
|
-
context=utils.get_pydantic_model(context, Optional[models.Context]),
|
82
76
|
event_id=event_id,
|
83
77
|
session_id=session_id,
|
84
78
|
),
|
@@ -120,7 +114,7 @@ class Answers(BaseSDK):
|
|
120
114
|
config=self.sdk_configuration,
|
121
115
|
base_url=base_url or "",
|
122
116
|
operation_id="getBestAnswer",
|
123
|
-
oauth2_scopes=
|
117
|
+
oauth2_scopes=None,
|
124
118
|
security_source=get_security_from_env(
|
125
119
|
self.sdk_configuration.security, models.Security
|
126
120
|
),
|
@@ -157,7 +151,6 @@ class Answers(BaseSDK):
|
|
157
151
|
channel: Optional[
|
158
152
|
Union[models.AnswersRequestChannel, models.AnswersRequestChannelTypedDict]
|
159
153
|
] = None,
|
160
|
-
context: Optional[Union[models.Context, models.ContextTypedDict]] = None,
|
161
154
|
event_id: Optional[str] = None,
|
162
155
|
session_id: Optional[str] = None,
|
163
156
|
retries: OptionalNullable[utils.RetryConfig] = UNSET,
|
@@ -168,10 +161,10 @@ class Answers(BaseSDK):
|
|
168
161
|
r"""Get the best answer for a user query
|
169
162
|
|
170
163
|
The **Answers API** allows enterprises to deliver fast, accurate, and contextual responses powered by their organizational knowledge. It supports two complementary approaches:
|
171
|
-
|
172
|
-
|
164
|
+
- **Certified Answers**: Direct snippets retrieved from enterprise-authored content.
|
165
|
+
- **Generative Answers**: Natural language responses synthesized by a large language model (LLM).
|
173
166
|
|
174
|
-
Every response includes supporting search results, references, and confidence scores—ensuring transparency, trust, and traceability. The API is built for secure, scalable integration across enterprise environments.
|
167
|
+
Every response includes supporting search results, references, and confidence scores—ensuring transparency, trust, and traceability. The API is built for secure, scalable integration across enterprise environments. <br>**This endpoint is only available for Self Service environments.**
|
175
168
|
|
176
169
|
|
177
170
|
:param q: The search query string. The string must be escaped as required by the URL syntax rules.
|
@@ -181,7 +174,6 @@ class Answers(BaseSDK):
|
|
181
174
|
:param filter_tags: An object where each key is a **Category Tag ID** (numeric string), and each value is an array of **Tag IDs** for that category.
|
182
175
|
:param filter_topic_ids: An array of topic IDs. It is used to restrict search results to specific topics.
|
183
176
|
:param channel:
|
184
|
-
:param context: Additional contextual metadata that enriches the query, providing the LLM with relevant details for tailoring the response.
|
185
177
|
:param event_id: Unique ID for this specific API call or event.
|
186
178
|
:param session_id: ID that ties multiple API calls to the same user session. Will be used as part of to tie events back to a session.
|
187
179
|
:param retries: Override the default retry configuration for this method
|
@@ -198,9 +190,6 @@ class Answers(BaseSDK):
|
|
198
190
|
base_url = server_url
|
199
191
|
else:
|
200
192
|
base_url = models.GET_BEST_ANSWER_OP_SERVERS[0]
|
201
|
-
url_variables = {
|
202
|
-
"API_DOMAIN": "api.egain.cloud",
|
203
|
-
}
|
204
193
|
|
205
194
|
request = models.GetBestAnswerRequest(
|
206
195
|
q=q,
|
@@ -213,7 +202,6 @@ class Answers(BaseSDK):
|
|
213
202
|
channel=utils.get_pydantic_model(
|
214
203
|
channel, Optional[models.AnswersRequestChannel]
|
215
204
|
),
|
216
|
-
context=utils.get_pydantic_model(context, Optional[models.Context]),
|
217
205
|
event_id=event_id,
|
218
206
|
session_id=session_id,
|
219
207
|
),
|
@@ -255,7 +243,7 @@ class Answers(BaseSDK):
|
|
255
243
|
config=self.sdk_configuration,
|
256
244
|
base_url=base_url or "",
|
257
245
|
operation_id="getBestAnswer",
|
258
|
-
oauth2_scopes=
|
246
|
+
oauth2_scopes=None,
|
259
247
|
security_source=get_security_from_env(
|
260
248
|
self.sdk_configuration.security, models.Security
|
261
249
|
),
|
@@ -80,7 +80,7 @@ class Articlelists(BaseSDK):
|
|
80
80
|
config=self.sdk_configuration,
|
81
81
|
base_url=base_url or "",
|
82
82
|
operation_id="getAllArticleLists",
|
83
|
-
oauth2_scopes=
|
83
|
+
oauth2_scopes=None,
|
84
84
|
security_source=get_security_from_env(
|
85
85
|
self.sdk_configuration.security, models.Security
|
86
86
|
),
|
@@ -186,7 +186,7 @@ class Articlelists(BaseSDK):
|
|
186
186
|
config=self.sdk_configuration,
|
187
187
|
base_url=base_url or "",
|
188
188
|
operation_id="getAllArticleLists",
|
189
|
-
oauth2_scopes=
|
189
|
+
oauth2_scopes=None,
|
190
190
|
security_source=get_security_from_env(
|
191
191
|
self.sdk_configuration.security, models.Security
|
192
192
|
),
|
@@ -309,7 +309,7 @@ class Articlelists(BaseSDK):
|
|
309
309
|
config=self.sdk_configuration,
|
310
310
|
base_url=base_url or "",
|
311
311
|
operation_id="getArticleListDetails",
|
312
|
-
oauth2_scopes=
|
312
|
+
oauth2_scopes=None,
|
313
313
|
security_source=get_security_from_env(
|
314
314
|
self.sdk_configuration.security, models.Security
|
315
315
|
),
|
@@ -432,7 +432,7 @@ class Articlelists(BaseSDK):
|
|
432
432
|
config=self.sdk_configuration,
|
433
433
|
base_url=base_url or "",
|
434
434
|
operation_id="getArticleListDetails",
|
435
|
-
oauth2_scopes=
|
435
|
+
oauth2_scopes=None,
|
436
436
|
security_source=get_security_from_env(
|
437
437
|
self.sdk_configuration.security, models.Security
|
438
438
|
),
|
{egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/connectorssearchevents.py
RENAMED
@@ -96,7 +96,7 @@ class Connectorssearchevents(BaseSDK):
|
|
96
96
|
config=self.sdk_configuration,
|
97
97
|
base_url=base_url or "",
|
98
98
|
operation_id="createSearchResultEventForConnectors",
|
99
|
-
oauth2_scopes=
|
99
|
+
oauth2_scopes=None,
|
100
100
|
security_source=get_security_from_env(
|
101
101
|
self.sdk_configuration.security, models.Security
|
102
102
|
),
|
@@ -226,7 +226,7 @@ class Connectorssearchevents(BaseSDK):
|
|
226
226
|
config=self.sdk_configuration,
|
227
227
|
base_url=base_url or "",
|
228
228
|
operation_id="createSearchResultEventForConnectors",
|
229
|
-
oauth2_scopes=
|
229
|
+
oauth2_scopes=None,
|
230
230
|
security_source=get_security_from_env(
|
231
231
|
self.sdk_configuration.security, models.Security
|
232
232
|
),
|
@@ -359,7 +359,7 @@ class Connectorssearchevents(BaseSDK):
|
|
359
359
|
config=self.sdk_configuration,
|
360
360
|
base_url=base_url or "",
|
361
361
|
operation_id="createViewedSearchResultsEventForConnectors",
|
362
|
-
oauth2_scopes=
|
362
|
+
oauth2_scopes=None,
|
363
363
|
security_source=get_security_from_env(
|
364
364
|
self.sdk_configuration.security, models.Security
|
365
365
|
),
|
@@ -492,7 +492,7 @@ class Connectorssearchevents(BaseSDK):
|
|
492
492
|
config=self.sdk_configuration,
|
493
493
|
base_url=base_url or "",
|
494
494
|
operation_id="createViewedSearchResultsEventForConnectors",
|
495
|
-
oauth2_scopes=
|
495
|
+
oauth2_scopes=None,
|
496
496
|
security_source=get_security_from_env(
|
497
497
|
self.sdk_configuration.security, models.Security
|
498
498
|
),
|
@@ -111,7 +111,7 @@ class Escalation(BaseSDK):
|
|
111
111
|
config=self.sdk_configuration,
|
112
112
|
base_url=base_url or "",
|
113
113
|
operation_id="startCustomerEscalation",
|
114
|
-
oauth2_scopes=
|
114
|
+
oauth2_scopes=None,
|
115
115
|
security_source=get_security_from_env(
|
116
116
|
self.sdk_configuration.security, models.Security
|
117
117
|
),
|
@@ -248,7 +248,7 @@ class Escalation(BaseSDK):
|
|
248
248
|
config=self.sdk_configuration,
|
249
249
|
base_url=base_url or "",
|
250
250
|
operation_id="startCustomerEscalation",
|
251
|
-
oauth2_scopes=
|
251
|
+
oauth2_scopes=None,
|
252
252
|
security_source=get_security_from_env(
|
253
253
|
self.sdk_configuration.security, models.Security
|
254
254
|
),
|
@@ -369,7 +369,7 @@ class Escalation(BaseSDK):
|
|
369
369
|
config=self.sdk_configuration,
|
370
370
|
base_url=base_url or "",
|
371
371
|
operation_id="searchPriorToEscalation",
|
372
|
-
oauth2_scopes=
|
372
|
+
oauth2_scopes=None,
|
373
373
|
security_source=get_security_from_env(
|
374
374
|
self.sdk_configuration.security, models.Security
|
375
375
|
),
|
@@ -490,7 +490,7 @@ class Escalation(BaseSDK):
|
|
490
490
|
config=self.sdk_configuration,
|
491
491
|
base_url=base_url or "",
|
492
492
|
operation_id="searchPriorToEscalation",
|
493
|
-
oauth2_scopes=
|
493
|
+
oauth2_scopes=None,
|
494
494
|
security_source=get_security_from_env(
|
495
495
|
self.sdk_configuration.security, models.Security
|
496
496
|
),
|
@@ -599,7 +599,7 @@ class Escalation(BaseSDK):
|
|
599
599
|
config=self.sdk_configuration,
|
600
600
|
base_url=base_url or "",
|
601
601
|
operation_id="completeCustomerEscalation",
|
602
|
-
oauth2_scopes=
|
602
|
+
oauth2_scopes=None,
|
603
603
|
security_source=get_security_from_env(
|
604
604
|
self.sdk_configuration.security, models.Security
|
605
605
|
),
|
@@ -706,7 +706,7 @@ class Escalation(BaseSDK):
|
|
706
706
|
config=self.sdk_configuration,
|
707
707
|
base_url=base_url or "",
|
708
708
|
operation_id="completeCustomerEscalation",
|
709
|
-
oauth2_scopes=
|
709
|
+
oauth2_scopes=None,
|
710
710
|
security_source=get_security_from_env(
|
711
711
|
self.sdk_configuration.security, models.Security
|
712
712
|
),
|
@@ -813,7 +813,7 @@ class Escalation(BaseSDK):
|
|
813
813
|
config=self.sdk_configuration,
|
814
814
|
base_url=base_url or "",
|
815
815
|
operation_id="avertCustomerEscalation",
|
816
|
-
oauth2_scopes=
|
816
|
+
oauth2_scopes=None,
|
817
817
|
security_source=get_security_from_env(
|
818
818
|
self.sdk_configuration.security, models.Security
|
819
819
|
),
|
@@ -920,7 +920,7 @@ class Escalation(BaseSDK):
|
|
920
920
|
config=self.sdk_configuration,
|
921
921
|
base_url=base_url or "",
|
922
922
|
operation_id="avertCustomerEscalation",
|
923
|
-
oauth2_scopes=
|
923
|
+
oauth2_scopes=None,
|
924
924
|
security_source=get_security_from_env(
|
925
925
|
self.sdk_configuration.security, models.Security
|
926
926
|
),
|
@@ -101,7 +101,7 @@ class Export(BaseSDK):
|
|
101
101
|
config=self.sdk_configuration,
|
102
102
|
base_url=base_url or "",
|
103
103
|
operation_id="exportContent",
|
104
|
-
oauth2_scopes=
|
104
|
+
oauth2_scopes=None,
|
105
105
|
security_source=get_security_from_env(
|
106
106
|
self.sdk_configuration.security, models.Security
|
107
107
|
),
|
@@ -226,7 +226,7 @@ class Export(BaseSDK):
|
|
226
226
|
config=self.sdk_configuration,
|
227
227
|
base_url=base_url or "",
|
228
228
|
operation_id="exportContent",
|
229
|
-
oauth2_scopes=
|
229
|
+
oauth2_scopes=None,
|
230
230
|
security_source=get_security_from_env(
|
231
231
|
self.sdk_configuration.security, models.Security
|
232
232
|
),
|
@@ -339,7 +339,7 @@ class Export(BaseSDK):
|
|
339
339
|
config=self.sdk_configuration,
|
340
340
|
base_url=base_url or "",
|
341
341
|
operation_id="exportStatus",
|
342
|
-
oauth2_scopes=
|
342
|
+
oauth2_scopes=None,
|
343
343
|
security_source=get_security_from_env(
|
344
344
|
self.sdk_configuration.security, models.Security
|
345
345
|
),
|
@@ -452,7 +452,7 @@ class Export(BaseSDK):
|
|
452
452
|
config=self.sdk_configuration,
|
453
453
|
base_url=base_url or "",
|
454
454
|
operation_id="exportStatus",
|
455
|
-
oauth2_scopes=
|
455
|
+
oauth2_scopes=None,
|
456
456
|
security_source=get_security_from_env(
|
457
457
|
self.sdk_configuration.security, models.Security
|
458
458
|
),
|
{egain_api_python-0.1.3 → egain_api_python-0.1.5}/src/egain_api_python/federatedsearchevent.py
RENAMED
@@ -104,7 +104,7 @@ class Federatedsearchevent(BaseSDK):
|
|
104
104
|
config=self.sdk_configuration,
|
105
105
|
base_url=base_url or "",
|
106
106
|
operation_id="createFederatedSearchResultEvent",
|
107
|
-
oauth2_scopes=
|
107
|
+
oauth2_scopes=None,
|
108
108
|
security_source=get_security_from_env(
|
109
109
|
self.sdk_configuration.security, models.Security
|
110
110
|
),
|
@@ -242,7 +242,7 @@ class Federatedsearchevent(BaseSDK):
|
|
242
242
|
config=self.sdk_configuration,
|
243
243
|
base_url=base_url or "",
|
244
244
|
operation_id="createFederatedSearchResultEvent",
|
245
|
-
oauth2_scopes=
|
245
|
+
oauth2_scopes=None,
|
246
246
|
security_source=get_security_from_env(
|
247
247
|
self.sdk_configuration.security, models.Security
|
248
248
|
),
|