egain-api-python 0.1.3__tar.gz → 0.1.4__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.
Files changed (335) hide show
  1. {egain_api_python-0.1.3/src/egain_api_python.egg-info → egain_api_python-0.1.4}/PKG-INFO +32 -71
  2. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/README.md +31 -70
  3. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/pyproject.toml +1 -1
  4. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/_version.py +3 -3
  5. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/answers.py +8 -20
  6. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/articlelists.py +4 -4
  7. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/connectorssearchevents.py +4 -4
  8. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/escalation.py +8 -8
  9. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/export.py +4 -4
  10. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/federatedsearchevent.py +2 -2
  11. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/general.py +8 -8
  12. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/guidedhelp.py +26 -26
  13. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/health.py +2 -8
  14. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/import_.py +56 -74
  15. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/__init__.py +41 -53
  16. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/answersrequest.py +0 -31
  17. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/answersresponse.py +9 -11
  18. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/articleaisearchresult.py +2 -24
  19. egain_api_python-0.1.3/src/egain_api_python/models/getimportcontentop.py → egain_api_python-0.1.4/src/egain_api_python/models/cancelimportop.py +3 -3
  20. egain_api_python-0.1.3/src/egain_api_python/models/createimportop.py → egain_api_python-0.1.4/src/egain_api_python/models/createimportjobop.py +3 -3
  21. egain_api_python-0.1.3/src/egain_api_python/models/createimportvalidationop.py → egain_api_python-0.1.4/src/egain_api_python/models/createimportvalidationjobop.py +3 -3
  22. egain_api_python-0.1.3/src/egain_api_python/models/patchimportcontentvalidationop.py → egain_api_python-0.1.4/src/egain_api_python/models/getimportstatusop.py +3 -3
  23. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/retrieveresponse.py +10 -12
  24. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/populararticles.py +2 -2
  25. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/portal_article.py +40 -40
  26. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/portal_attachment.py +4 -4
  27. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/portal_bookmark.py +6 -6
  28. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/portal_suggestion.py +18 -18
  29. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/portal_topic.py +8 -8
  30. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/portal_userdetails.py +2 -2
  31. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/portal_userprofile.py +4 -4
  32. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/retrieve.py +4 -10
  33. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/sdk.py +24 -24
  34. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/sdkconfiguration.py +3 -4
  35. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/search.py +6 -4
  36. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/usermilestones.py +2 -2
  37. {egain_api_python-0.1.3 → egain_api_python-0.1.4/src/egain_api_python.egg-info}/PKG-INFO +32 -71
  38. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python.egg-info/SOURCES.txt +4 -4
  39. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/LICENSE +0 -0
  40. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/setup.cfg +0 -0
  41. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/__init__.py +0 -0
  42. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/_hooks/__init__.py +0 -0
  43. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/_hooks/registration.py +0 -0
  44. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/_hooks/sdkhooks.py +0 -0
  45. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/_hooks/types.py +0 -0
  46. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/aiservices.py +0 -0
  47. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/basesdk.py +0 -0
  48. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/content.py +0 -0
  49. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/errors/__init__.py +0 -0
  50. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/errors/egaindefaulterror.py +0 -0
  51. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/errors/egainerror.py +0 -0
  52. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/errors/gethealthop.py +0 -0
  53. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/errors/no_response_error.py +0 -0
  54. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/errors/responsevalidationerror.py +0 -0
  55. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/errors/schemas_wserrorcommon.py +0 -0
  56. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/errors/wserrorcommon.py +0 -0
  57. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/httpclient.py +0 -0
  58. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/acceptghsolutionop.py +0 -0
  59. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/acceptlanguage.py +0 -0
  60. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/accessibleportal.py +0 -0
  61. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/action.py +0 -0
  62. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/actionsearch.py +0 -0
  63. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/addasreferenceop.py +0 -0
  64. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/addbookmarkop.py +0 -0
  65. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/additionalsnippets.py +0 -0
  66. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/addtoreplyop.py +0 -0
  67. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/aisearchop.py +0 -0
  68. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/aisearchresponse.py +0 -0
  69. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/allaccessibleportals.py +0 -0
  70. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/answer.py +0 -0
  71. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/answeredquestion.py +0 -0
  72. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/answerrange.py +0 -0
  73. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/article.py +0 -0
  74. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/articleactivitylink.py +0 -0
  75. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/articleadditionalattributes.py +0 -0
  76. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/articleattachment.py +0 -0
  77. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/articlelist.py +0 -0
  78. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/articlelistresult.py +0 -0
  79. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/articlelistsresult.py +0 -0
  80. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/articlepermissions.py +0 -0
  81. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/articlepermissionsresult.py +0 -0
  82. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/articlerating.py +0 -0
  83. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/articleratingsresponse.py +0 -0
  84. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/articleresult.py +0 -0
  85. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/articleresultadditionalattributes.py +0 -0
  86. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/articleresults.py +0 -0
  87. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/articlesearchresult.py +0 -0
  88. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/articlesearchresults.py +0 -0
  89. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/articlesort.py +0 -0
  90. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/articlesortorder.py +0 -0
  91. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/articletype.py +0 -0
  92. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/articlewitheditions.py +0 -0
  93. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/attachment.py +0 -0
  94. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/attachmentadditionalattributes.py +0 -0
  95. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/attachmentcontent.py +0 -0
  96. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/attachmentcontentresult.py +0 -0
  97. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/attachmentforcreatesuggestion.py +0 -0
  98. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/attachments.py +0 -0
  99. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/attachmentsummary.py +0 -0
  100. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/attachmentupload.py +0 -0
  101. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/avertcustomerescalationop.py +0 -0
  102. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/bookmark.py +0 -0
  103. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/bookmarkresult.py +0 -0
  104. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/bookmarkstatus.py +0 -0
  105. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/case.py +0 -0
  106. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/caseadditionalattributes.py +0 -0
  107. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/caseanswer.py +0 -0
  108. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/casebase.py +0 -0
  109. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/casebaseresult.py +0 -0
  110. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/casebasesearchsettings.py +0 -0
  111. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/caselistresult.py +0 -0
  112. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/caselistresults.py +0 -0
  113. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/casequestion.py +0 -0
  114. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/casequestiondetail.py +0 -0
  115. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/casesearch.py +0 -0
  116. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/clusterid.py +0 -0
  117. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/clusterresult.py +0 -0
  118. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/clusterresults.py +0 -0
  119. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/comment.py +0 -0
  120. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/comments.py +0 -0
  121. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/completecustomerescalationop.py +0 -0
  122. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/compliancearticleresult.py +0 -0
  123. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/compliancearticleresultadditionalattributes.py +0 -0
  124. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/compliancearticleresults.py +0 -0
  125. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/complianceforarticle.py +0 -0
  126. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/complyarticleop.py +0 -0
  127. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/components_schemas_tag.py +0 -0
  128. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/components_schemas_tagcategory.py +0 -0
  129. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/components_schemas_taggroup.py +0 -0
  130. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/configurableattribute.py +0 -0
  131. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/configurableattributes.py +0 -0
  132. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/contactperson.py +0 -0
  133. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/contacts.py +0 -0
  134. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/createbookmark.py +0 -0
  135. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/createdby.py +0 -0
  136. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/createfederatedsearchevent.py +0 -0
  137. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/createfederatedsearchresulteventop.py +0 -0
  138. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/createquickpick.py +0 -0
  139. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/createquickpickop.py +0 -0
  140. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/createsearchresulteventforconnectors.py +0 -0
  141. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/createsearchresulteventforconnectorsop.py +0 -0
  142. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/createsignedurlop.py +0 -0
  143. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/createsuggestion.py +0 -0
  144. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/createviewedsearchresulteventforconnectors.py +0 -0
  145. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/createviewedsearchresultseventforconnectorsop.py +0 -0
  146. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/customattribute.py +0 -0
  147. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/deletebookmarkop.py +0 -0
  148. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/deletesuggestionop.py +0 -0
  149. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/department.py +0 -0
  150. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/detailfield.py +0 -0
  151. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/displayfield.py +0 -0
  152. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/dynamiccluster.py +0 -0
  153. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/dynamicsearch.py +0 -0
  154. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/edition.py +0 -0
  155. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/editionwithcontent.py +0 -0
  156. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/email.py +0 -0
  157. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/exportcontentop.py +0 -0
  158. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/exportstatus.py +0 -0
  159. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/exportstatusop.py +0 -0
  160. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/feedbackarticleforsuggestion.py +0 -0
  161. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/folderbreadcrumb.py +0 -0
  162. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/foldersummary.py +0 -0
  163. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/getacknowledgedcompliancearticlesop.py +0 -0
  164. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/getallarticlelistsop.py +0 -0
  165. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/getallcasebasesreleasesop.py +0 -0
  166. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/getallcasesop.py +0 -0
  167. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/getallportalsop.py +0 -0
  168. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/getallprofilesinportalop.py +0 -0
  169. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/getallquickpicksop.py +0 -0
  170. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/getalltopicsop.py +0 -0
  171. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/getalluserprofilesop.py +0 -0
  172. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/getancestortopicsop.py +0 -0
  173. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/getannouncementarticlesop.py +0 -0
  174. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/getarticleattachmentbyidop.py +0 -0
  175. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/getarticlebyidop.py +0 -0
  176. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/getarticlebyidwitheditionsop.py +0 -0
  177. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/getarticleeditiondetailsop.py +0 -0
  178. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/getarticlelistdetailsop.py +0 -0
  179. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/getarticlepermissionsbyidop.py +0 -0
  180. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/getarticlepersonalizationop.py +0 -0
  181. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/getarticleratingsop.py +0 -0
  182. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/getarticlesintopicop.py +0 -0
  183. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/getattachmentbyidinportalop.py +0 -0
  184. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/getbestanswerop.py +0 -0
  185. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/getbookmarkop.py +0 -0
  186. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/getcasebasereleasebyidop.py +0 -0
  187. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/getcasebyidop.py +0 -0
  188. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/getchildtopicsop.py +0 -0
  189. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/getclusterbycasebasereleaseidop.py +0 -0
  190. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/gethealthop.py +0 -0
  191. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/getmyportalsop.py +0 -0
  192. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/getmysubscriptionop.py +0 -0
  193. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/getpendingcompliancearticlesop.py +0 -0
  194. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/getpopulararticlesop.py +0 -0
  195. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/getportaldetailsbyidop.py +0 -0
  196. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/getrelatedarticlesforsuggestionop.py +0 -0
  197. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/getrelatedarticlesop.py +0 -0
  198. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/getsuggestionattachmentbyidop.py +0 -0
  199. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/getsuggestionattachmentsop.py +0 -0
  200. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/getsuggestioncommentsop.py +0 -0
  201. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/getsuggestionop.py +0 -0
  202. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/gettagcategoriesforinterestforportalop.py +0 -0
  203. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/gettopicbreadcrumbforarticleop.py +0 -0
  204. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/getuserdetailsop.py +0 -0
  205. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/getusermilestonesop.py +0 -0
  206. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/ghsearchrequest.py +0 -0
  207. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/ghsearchresult.py +0 -0
  208. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/ghstepsearchrequest.py +0 -0
  209. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/image.py +0 -0
  210. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/importcontent.py +0 -0
  211. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/importstatus.py +0 -0
  212. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/kblanguage.py +0 -0
  213. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/kblanguagecode.py +0 -0
  214. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/kblanguages.py +0 -0
  215. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/knowledgeexport.py +0 -0
  216. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/l10nstring.py +0 -0
  217. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/languagecode.py +0 -0
  218. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/languagecode_parameter.py +0 -0
  219. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/languagequeryparameter.py +0 -0
  220. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/link.py +0 -0
  221. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/makesuggestionop.py +0 -0
  222. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/mandatorylanguagequeryparameter.py +0 -0
  223. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/metadata.py +0 -0
  224. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/milestone.py +0 -0
  225. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/milestonename.py +0 -0
  226. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/milestones.py +0 -0
  227. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/modifiedby.py +0 -0
  228. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/modifysuggestion.py +0 -0
  229. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/modifysuggestionsop.py +0 -0
  230. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/optionalarticleattributes.py +0 -0
  231. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/order.py +0 -0
  232. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/ownedby.py +0 -0
  233. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/paginationinfo.py +0 -0
  234. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/personalization.py +0 -0
  235. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/phone.py +0 -0
  236. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/portal.py +0 -0
  237. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/portalresult.py +0 -0
  238. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/portalsettings.py +0 -0
  239. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/profile.py +0 -0
  240. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/profileresult.py +0 -0
  241. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/publishprofile.py +0 -0
  242. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/publishview.py +0 -0
  243. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/question.py +0 -0
  244. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/questionandanswer.py +0 -0
  245. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/quickpickrating.py +0 -0
  246. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/quickpickresult.py +0 -0
  247. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/quickpickresults.py +0 -0
  248. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/ratearticleop.py +0 -0
  249. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/referenceresponse.py +0 -0
  250. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/rejectghsolutionop.py +0 -0
  251. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/relatedquestions.py +0 -0
  252. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/restorequickpickop.py +0 -0
  253. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/retrievechunksop.py +0 -0
  254. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/retrieverequest.py +0 -0
  255. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/role.py +0 -0
  256. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/roletemplate.py +0 -0
  257. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/schemas_answer.py +0 -0
  258. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/schemas_customattribute.py +0 -0
  259. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/schemas_link.py +0 -0
  260. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/schemas_tag.py +0 -0
  261. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/schemas_tagcategory.py +0 -0
  262. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/schemas_taggroup.py +0 -0
  263. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/schemas_tags.py +0 -0
  264. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/schemas_wserrorcommon.py +0 -0
  265. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/searchfilterattribute.py +0 -0
  266. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/searchpriortoescalationop.py +0 -0
  267. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/searchresult.py +0 -0
  268. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/searchsuggestionop.py +0 -0
  269. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/security.py +0 -0
  270. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/selectuserprofileop.py +0 -0
  271. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/sessioncontextvariable.py +0 -0
  272. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/shorturl.py +0 -0
  273. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/sortidname.py +0 -0
  274. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/sortidnamedepartment.py +0 -0
  275. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/stage.py +0 -0
  276. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/startcustomerescalationop.py +0 -0
  277. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/startescalationrequest.py +0 -0
  278. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/startghsearchop.py +0 -0
  279. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/startquestionandanswer.py +0 -0
  280. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/stepghsearchop.py +0 -0
  281. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/stringattributevalue.py +0 -0
  282. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/structuredauthoringfields.py +0 -0
  283. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/subscribearticleop.py +0 -0
  284. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/suggestion.py +0 -0
  285. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/suggestionadditionalattributes.py +0 -0
  286. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/suggestionattachment.py +0 -0
  287. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/suggestions.py +0 -0
  288. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/tag.py +0 -0
  289. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/tagcategoriesforinterest.py +0 -0
  290. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/tagcategory.py +0 -0
  291. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/taggroup.py +0 -0
  292. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/taggroups.py +0 -0
  293. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/tags.py +0 -0
  294. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/topic.py +0 -0
  295. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/topicadditionalattributes.py +0 -0
  296. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/topicbreadcrumb.py +0 -0
  297. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/topicresult.py +0 -0
  298. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/topicsummary.py +0 -0
  299. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/topictreenode.py +0 -0
  300. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/topictreeresult.py +0 -0
  301. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/unsubscribearticleop.py +0 -0
  302. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/uploadattachmentop.py +0 -0
  303. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/userdetails.py +0 -0
  304. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/userprofile.py +0 -0
  305. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/userprofiles.py +0 -0
  306. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/userview.py +0 -0
  307. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/validateimportcontent.py +0 -0
  308. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/virtualcase.py +0 -0
  309. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/workflow.py +0 -0
  310. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/workflowmilestone.py +0 -0
  311. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/models/wserrorcommon.py +0 -0
  312. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/portal_sdk.py +0 -0
  313. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/py.typed +0 -0
  314. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/types/__init__.py +0 -0
  315. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/types/basemodel.py +0 -0
  316. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/utils/__init__.py +0 -0
  317. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/utils/annotations.py +0 -0
  318. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/utils/datetimes.py +0 -0
  319. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/utils/enums.py +0 -0
  320. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/utils/eventstreaming.py +0 -0
  321. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/utils/forms.py +0 -0
  322. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/utils/headers.py +0 -0
  323. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/utils/logger.py +0 -0
  324. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/utils/metadata.py +0 -0
  325. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/utils/queryparams.py +0 -0
  326. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/utils/requestbodies.py +0 -0
  327. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/utils/retries.py +0 -0
  328. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/utils/security.py +0 -0
  329. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/utils/serializers.py +0 -0
  330. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/utils/unmarshal_json_response.py +0 -0
  331. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/utils/url.py +0 -0
  332. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python/utils/values.py +0 -0
  333. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python.egg-info/dependency_links.txt +0 -0
  334. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/src/egain_api_python.egg-info/requires.txt +0 -0
  335. {egain_api_python-0.1.3 → egain_api_python-0.1.4}/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
3
+ Version: 0.1.4
4
4
  Summary: Python Client SDK Generated by Speakeasy.
5
5
  Author: Speakeasy
6
6
  Requires-Python: >=3.9.2
@@ -29,23 +29,31 @@ Knowledge Portal Manager APIs: ### License
29
29
  The following licenses are required to use the Knowledge Access APIs:
30
30
  * If the user is an agent, then the *Knowledge + AI* license is required.
31
31
  * If the user is a customer, the *Self-Service* and *Advanced Self-Service* licenses must be available.
32
+
33
+ ### Tiers
34
+
35
+ | Tier |Tier Name| Named Users | Description
36
+ | ---------- | ---------- | ---------- | ----------------------------
37
+ | Tier 1 | Starter | Up to 10| Designed for small-scale implementations or pilot environments
38
+ | Tier 2 | Growth | Up to 1000| Suitable for mid-scale deployments requiring moderate scalability
39
+ | Tier 3 | Enterprise | Greater than 1000| Supports large-scale environments with extended configuration options
40
+
32
41
  ### API Resource Limits
33
- The following Resources have predefined limits for specific access attributes for Enterprise use.
34
-
35
- | Resource | Attribute | Enterprise
36
- | ---------------- | ---------------------------- | ----------
37
- | Article Reference Limits |Number of attachments used in any article | 50
38
- | |Number of custom attributes in an article | 15
39
- | |Number of publish views used in an article version | 20
40
- | Topic Reference Limits |User-defined topics in a department| 50000
41
- | |Depth of topics | 20
42
- | |Topics at any level | 2500
43
- | |Number of custom attributes in a topic | 15
44
- | Portal Reference Limits | Tag categories in a portal | 15
45
- | |Topics to be included in a portal | 2500
46
- | |Number of articles to display in announcements | 25
47
- | |Maximum related articles in portal setting | 100
48
- | |Usage links and link groups setup for a portal | 25
42
+ The following Resources have predefined limits for specific access attributes for Starter, Growth and Enterprise use.
43
+
44
+ | Resource | Limits | Starter | Growth | Enterprise
45
+ | ---------------- | ---------------------------- | ---------- | ---------- | ----------
46
+ | Article Reference |Number of attachments used in any article | 25 | 50 |50
47
+ | |Number of custom attributes in an article | 10 | 25| 50
48
+ | |Number of publish views used in an article version | 20 | 20 | 20
49
+ | Topic Reference |User-defined topics in a department| 1000| 5000 | 50000
50
+ | |Depth of topics | 5 | 20 | 20
51
+ | |Topics at any level | 500 | 2500 | 2500
52
+ | |Number of custom attributes in a topic | 10 | 10 | 10
53
+ | Portal Reference | Tag categories in a portal | 15 | 15 | 15
54
+ | |Topics to be included in a portal | 100 | 500 | 5000
55
+ | |Number of articles to display in announcements | 10 | 25 | 25
56
+ | |Usage links and link groups setup for a portal | 5 | 10 | 25
49
57
 
50
58
 
51
59
 
@@ -262,9 +270,6 @@ with Egain(
262
270
  <details open>
263
271
  <summary>Available methods</summary>
264
272
 
265
- ### [aiservices](docs/sdks/aiservices/README.md)
266
-
267
-
268
273
  #### [aiservices.answers](docs/sdks/answers/README.md)
269
274
 
270
275
  * [get_best_answer](docs/sdks/answers/README.md#get_best_answer) - Get the best answer for a user query
@@ -273,23 +278,16 @@ with Egain(
273
278
 
274
279
  * [retrieve_chunks](docs/sdks/retrieve/README.md#retrieve_chunks) - Retrieve Chunks
275
280
 
276
- ### [content](docs/sdks/content/README.md)
277
-
278
-
279
281
  #### [content.health](docs/sdks/health/README.md)
280
282
 
281
283
  * [get_health](docs/sdks/health/README.md#get_health) - Check service health status
282
284
 
283
285
  #### [content.import_](docs/sdks/import/README.md)
284
286
 
285
- * [create_import](docs/sdks/import/README.md#create_import) - Import content from external sources
286
- * [get_import_content](docs/sdks/import/README.md#get_import_content) - Get the current status of an import or validation job
287
- * [create_import_validation](docs/sdks/import/README.md#create_import_validation) - Validate content structure and format before import
288
- * [patch_import_content_validation](docs/sdks/import/README.md#patch_import_content_validation) - Cancel an import or validation job
289
-
290
-
291
- ### [portal](docs/sdks/portalsdk/README.md)
292
-
287
+ * [create_import_job](docs/sdks/import/README.md#create_import_job) - Import content from external sources by creating an import job
288
+ * [get_import_status](docs/sdks/import/README.md#get_import_status) - Get the current status of an import or validation job
289
+ * [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
290
+ * [cancel_import](docs/sdks/import/README.md#cancel_import) - Cancel an import or validation job
293
291
 
294
292
  #### [portal.article](docs/sdks/portalarticle/README.md)
295
293
 
@@ -534,7 +532,7 @@ with Egain(
534
532
  res = None
535
533
  try:
536
534
 
537
- res = egain.content.import_.create_import(data_source={
535
+ res = egain.content.import_.create_import_job(data_source={
538
536
  "type": "AWS S3 bucket",
539
537
  "path": "s3://mybucket/myfolder/",
540
538
  "region": "us-east-1",
@@ -591,43 +589,6 @@ with Egain(
591
589
  <!-- Start Server Selection [server] -->
592
590
  ## Server Selection
593
591
 
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
592
  ### Override Server URL Per-Client
632
593
 
633
594
  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 +598,7 @@ import os
637
598
 
638
599
 
639
600
  with Egain(
640
- server_url="https://$api.egain.cloud/knowledge/portalmgr/v4",
601
+ server_url="https://${API_DOMAIN}/knowledge/portalmgr/v4",
641
602
  access_token=os.getenv("EGAIN_ACCESS_TOKEN", ""),
642
603
  ) as egain:
643
604
 
@@ -680,7 +641,7 @@ with Egain(
680
641
  ],
681
642
  }, channel={
682
643
  "name": "Eight Bank Website",
683
- }, server_url="https://$api.egain.cloud/core/aiservices/v4")
644
+ }, server_url="https://${API_DOMAIN}/core/aiservices/v4")
684
645
 
685
646
  # Handle response
686
647
  print(res)
@@ -16,23 +16,31 @@ Knowledge Portal Manager APIs: ### License
16
16
  The following licenses are required to use the Knowledge Access APIs:
17
17
  * If the user is an agent, then the *Knowledge + AI* license is required.
18
18
  * If the user is a customer, the *Self-Service* and *Advanced Self-Service* licenses must be available.
19
+
20
+ ### Tiers
21
+
22
+ | Tier |Tier Name| Named Users | Description
23
+ | ---------- | ---------- | ---------- | ----------------------------
24
+ | Tier 1 | Starter | Up to 10| Designed for small-scale implementations or pilot environments
25
+ | Tier 2 | Growth | Up to 1000| Suitable for mid-scale deployments requiring moderate scalability
26
+ | Tier 3 | Enterprise | Greater than 1000| Supports large-scale environments with extended configuration options
27
+
19
28
  ### API Resource Limits
20
- The following Resources have predefined limits for specific access attributes for Enterprise use.
21
-
22
- | Resource | Attribute | Enterprise
23
- | ---------------- | ---------------------------- | ----------
24
- | Article Reference Limits |Number of attachments used in any article | 50
25
- | |Number of custom attributes in an article | 15
26
- | |Number of publish views used in an article version | 20
27
- | Topic Reference Limits |User-defined topics in a department| 50000
28
- | |Depth of topics | 20
29
- | |Topics at any level | 2500
30
- | |Number of custom attributes in a topic | 15
31
- | Portal Reference Limits | Tag categories in a portal | 15
32
- | |Topics to be included in a portal | 2500
33
- | |Number of articles to display in announcements | 25
34
- | |Maximum related articles in portal setting | 100
35
- | |Usage links and link groups setup for a portal | 25
29
+ The following Resources have predefined limits for specific access attributes for Starter, Growth and Enterprise use.
30
+
31
+ | Resource | Limits | Starter | Growth | Enterprise
32
+ | ---------------- | ---------------------------- | ---------- | ---------- | ----------
33
+ | Article Reference |Number of attachments used in any article | 25 | 50 |50
34
+ | |Number of custom attributes in an article | 10 | 25| 50
35
+ | |Number of publish views used in an article version | 20 | 20 | 20
36
+ | Topic Reference |User-defined topics in a department| 1000| 5000 | 50000
37
+ | |Depth of topics | 5 | 20 | 20
38
+ | |Topics at any level | 500 | 2500 | 2500
39
+ | |Number of custom attributes in a topic | 10 | 10 | 10
40
+ | Portal Reference | Tag categories in a portal | 15 | 15 | 15
41
+ | |Topics to be included in a portal | 100 | 500 | 5000
42
+ | |Number of articles to display in announcements | 10 | 25 | 25
43
+ | |Usage links and link groups setup for a portal | 5 | 10 | 25
36
44
 
37
45
 
38
46
 
@@ -249,9 +257,6 @@ with Egain(
249
257
  <details open>
250
258
  <summary>Available methods</summary>
251
259
 
252
- ### [aiservices](docs/sdks/aiservices/README.md)
253
-
254
-
255
260
  #### [aiservices.answers](docs/sdks/answers/README.md)
256
261
 
257
262
  * [get_best_answer](docs/sdks/answers/README.md#get_best_answer) - Get the best answer for a user query
@@ -260,23 +265,16 @@ with Egain(
260
265
 
261
266
  * [retrieve_chunks](docs/sdks/retrieve/README.md#retrieve_chunks) - Retrieve Chunks
262
267
 
263
- ### [content](docs/sdks/content/README.md)
264
-
265
-
266
268
  #### [content.health](docs/sdks/health/README.md)
267
269
 
268
270
  * [get_health](docs/sdks/health/README.md#get_health) - Check service health status
269
271
 
270
272
  #### [content.import_](docs/sdks/import/README.md)
271
273
 
272
- * [create_import](docs/sdks/import/README.md#create_import) - Import content from external sources
273
- * [get_import_content](docs/sdks/import/README.md#get_import_content) - Get the current status of an import or validation job
274
- * [create_import_validation](docs/sdks/import/README.md#create_import_validation) - Validate content structure and format before import
275
- * [patch_import_content_validation](docs/sdks/import/README.md#patch_import_content_validation) - Cancel an import or validation job
276
-
277
-
278
- ### [portal](docs/sdks/portalsdk/README.md)
279
-
274
+ * [create_import_job](docs/sdks/import/README.md#create_import_job) - Import content from external sources by creating an import job
275
+ * [get_import_status](docs/sdks/import/README.md#get_import_status) - Get the current status of an import or validation job
276
+ * [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
277
+ * [cancel_import](docs/sdks/import/README.md#cancel_import) - Cancel an import or validation job
280
278
 
281
279
  #### [portal.article](docs/sdks/portalarticle/README.md)
282
280
 
@@ -521,7 +519,7 @@ with Egain(
521
519
  res = None
522
520
  try:
523
521
 
524
- res = egain.content.import_.create_import(data_source={
522
+ res = egain.content.import_.create_import_job(data_source={
525
523
  "type": "AWS S3 bucket",
526
524
  "path": "s3://mybucket/myfolder/",
527
525
  "region": "us-east-1",
@@ -578,43 +576,6 @@ with Egain(
578
576
  <!-- Start Server Selection [server] -->
579
577
  ## Server Selection
580
578
 
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
579
  ### Override Server URL Per-Client
619
580
 
620
581
  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 +585,7 @@ import os
624
585
 
625
586
 
626
587
  with Egain(
627
- server_url="https://$api.egain.cloud/knowledge/portalmgr/v4",
588
+ server_url="https://${API_DOMAIN}/knowledge/portalmgr/v4",
628
589
  access_token=os.getenv("EGAIN_ACCESS_TOKEN", ""),
629
590
  ) as egain:
630
591
 
@@ -667,7 +628,7 @@ with Egain(
667
628
  ],
668
629
  }, channel={
669
630
  "name": "Eight Bank Website",
670
- }, server_url="https://$api.egain.cloud/core/aiservices/v4")
631
+ }, server_url="https://${API_DOMAIN}/core/aiservices/v4")
671
632
 
672
633
  # Handle response
673
634
  print(res)
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "egain-api-python"
3
- version = "0.1.3"
3
+ version = "0.1.4"
4
4
  description = "Python Client SDK Generated by Speakeasy."
5
5
  authors = [{ name = "Speakeasy" },]
6
6
  readme = "README.md"
@@ -3,10 +3,10 @@
3
3
  import importlib.metadata
4
4
 
5
5
  __title__: str = "egain-api-python"
6
- __version__: str = "0.1.3"
6
+ __version__: str = "0.1.4"
7
7
  __openapi_doc_version__: str = "4.0.0"
8
- __gen_version__: str = "2.722.2"
9
- __user_agent__: str = "speakeasy-sdk/python 0.1.3 2.722.2 4.0.0 egain-api-python"
8
+ __gen_version__: str = "2.723.2"
9
+ __user_agent__: str = "speakeasy-sdk/python 0.1.4 2.723.2 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
- <li> **Certified Answers**: Direct snippets retrieved from enterprise-authored content. </li>
37
- <li> **Generative Answers**: Natural language responses synthesized by a large language model (LLM). </li>
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
- <li> **Certified Answers**: Direct snippets retrieved from enterprise-authored content. </li>
172
- <li> **Generative Answers**: Natural language responses synthesized by a large language model (LLM). </li>
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
  ),
@@ -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
  ),
@@ -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
  ),