egain-api-python 0.1.2__py3-none-any.whl → 0.1.4__py3-none-any.whl
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/_version.py +3 -3
- egain_api_python/answers.py +26 -38
- egain_api_python/articlelists.py +10 -10
- egain_api_python/connectorssearchevents.py +4 -4
- egain_api_python/errors/gethealthop.py +33 -19
- egain_api_python/escalation.py +8 -8
- egain_api_python/export.py +6 -6
- egain_api_python/federatedsearchevent.py +2 -2
- egain_api_python/general.py +8 -8
- egain_api_python/guidedhelp.py +26 -26
- egain_api_python/health.py +2 -8
- egain_api_python/import_.py +56 -74
- egain_api_python/models/__init__.py +106 -95
- egain_api_python/models/aisearchop.py +6 -34
- egain_api_python/models/aisearchresponse.py +0 -4
- egain_api_python/models/answersrequest.py +0 -31
- egain_api_python/models/answersresponse.py +9 -11
- egain_api_python/models/articleaisearchresult.py +16 -45
- egain_api_python/models/articletype.py +3 -5
- egain_api_python/models/{getimportcontentop.py → cancelimportop.py} +3 -3
- egain_api_python/models/{createimportop.py → createimportjobop.py} +3 -3
- egain_api_python/models/{createimportvalidationop.py → createimportvalidationjobop.py} +3 -3
- egain_api_python/models/exportstatus.py +15 -8
- egain_api_python/models/getannouncementarticlesop.py +2 -2
- egain_api_python/models/getarticlelistdetailsop.py +2 -2
- egain_api_python/models/getarticlesintopicop.py +4 -4
- egain_api_python/models/getbestanswerop.py +6 -6
- egain_api_python/models/gethealthop.py +134 -7
- egain_api_python/models/{patchimportcontentvalidationop.py → getimportstatusop.py} +3 -3
- egain_api_python/models/getpopulararticlesop.py +4 -4
- egain_api_python/models/getrelatedarticlesop.py +2 -2
- egain_api_python/models/importstatus.py +116 -0
- egain_api_python/models/knowledgeexport.py +3 -5
- egain_api_python/models/referenceresponse.py +7 -23
- egain_api_python/models/retrievechunksop.py +6 -6
- egain_api_python/models/retrieveresponse.py +10 -12
- egain_api_python/models/searchresult.py +7 -23
- egain_api_python/populararticles.py +14 -14
- egain_api_python/portal_article.py +64 -64
- egain_api_python/portal_attachment.py +4 -4
- egain_api_python/portal_bookmark.py +6 -6
- egain_api_python/portal_suggestion.py +18 -18
- egain_api_python/portal_topic.py +8 -8
- egain_api_python/portal_userdetails.py +2 -2
- egain_api_python/portal_userprofile.py +4 -4
- egain_api_python/retrieve.py +22 -28
- egain_api_python/sdk.py +25 -24
- egain_api_python/sdkconfiguration.py +3 -4
- egain_api_python/search.py +24 -40
- egain_api_python/usermilestones.py +2 -2
- {egain_api_python-0.1.2.dist-info → egain_api_python-0.1.4.dist-info}/METADATA +44 -78
- {egain_api_python-0.1.2.dist-info → egain_api_python-0.1.4.dist-info}/RECORD +55 -57
- egain_api_python/models/resourcetype_parameter.py +0 -10
- egain_api_python/models/topicaisearchresult.py +0 -67
- {egain_api_python-0.1.2.dist-info → egain_api_python-0.1.4.dist-info}/WHEEL +0 -0
- {egain_api_python-0.1.2.dist-info → egain_api_python-0.1.4.dist-info}/licenses/LICENSE +0 -0
- {egain_api_python-0.1.2.dist-info → egain_api_python-0.1.4.dist-info}/top_level.txt +0 -0
@@ -1,34 +1,34 @@
|
|
1
1
|
egain_api_python/__init__.py,sha256=w2u919V3Tzv4zEPQ-OYJ79gQ_4_SyW7GOFFoHtqXDFA,401
|
2
|
-
egain_api_python/_version.py,sha256=
|
2
|
+
egain_api_python/_version.py,sha256=lKeih1xGI8Bndv_DX1G13yk5WvvLoSCWaAtuPU3pjts,474
|
3
3
|
egain_api_python/aiservices.py,sha256=vFG7gOYnOknIMJvxgzD2dUFFqtlsD2WZoLrrb-YpbKM,787
|
4
|
-
egain_api_python/answers.py,sha256=
|
5
|
-
egain_api_python/articlelists.py,sha256=
|
4
|
+
egain_api_python/answers.py,sha256=SjgG4GQNR3cZLXae0CXEp23FgKun0XrLFO-ZYl0wtAc,12769
|
5
|
+
egain_api_python/articlelists.py,sha256=j29Fvkfjuq9OZbmMnlZm1WPkdz2eu2zkdvxd8JULzz8,23630
|
6
6
|
egain_api_python/basesdk.py,sha256=C9Q_a4W3CiNITPndlliKSbD0TlZIkjQR7cfsxUKHDcc,12333
|
7
|
-
egain_api_python/connectorssearchevents.py,sha256=
|
7
|
+
egain_api_python/connectorssearchevents.py,sha256=SlW5a3XpqVJgD2tku3jf2K3mBjVpHCUQvHFM2-BVEhc,24550
|
8
8
|
egain_api_python/content.py,sha256=mHxXP3x2KeXZRo7jTRkuyzIlykWZBQjPAM3G8wbmwAk,769
|
9
|
-
egain_api_python/escalation.py,sha256=
|
10
|
-
egain_api_python/export.py,sha256=
|
11
|
-
egain_api_python/federatedsearchevent.py,sha256=
|
12
|
-
egain_api_python/general.py,sha256=
|
13
|
-
egain_api_python/guidedhelp.py,sha256=
|
14
|
-
egain_api_python/health.py,sha256=
|
9
|
+
egain_api_python/escalation.py,sha256=vrk8jXxMGfdcacI4W8n4e7SEB1rHzBoM-u21SdwKYw0,44485
|
10
|
+
egain_api_python/export.py,sha256=Qed8nEDxFsNaMYPA4WpNoMiV3TBHyIHoNkAA7bckxE8,27375
|
11
|
+
egain_api_python/federatedsearchevent.py,sha256=fXjKUcBj6W7Byf1CZNg8-6Pn9DFZZEqighghvD9vSqw,12976
|
12
|
+
egain_api_python/general.py,sha256=XfBejlQ3KYDVfDdUZhSn1MqAisSWNJVlbs-IQXpJihI,43807
|
13
|
+
egain_api_python/guidedhelp.py,sha256=9HpJwrZh8n9sFiWavXjzzWfs90kUItvgj4cavBIDjTc,151255
|
14
|
+
egain_api_python/health.py,sha256=TqvOBLg4S9uhjeqfpgpEm7bq4WAO1uxCPwhxRjGhasU,10402
|
15
15
|
egain_api_python/httpclient.py,sha256=dqTPONDBpRn4ktXfcetQiRXnG93f0pJkFhqsYFhLUac,3945
|
16
|
-
egain_api_python/import_.py,sha256=
|
17
|
-
egain_api_python/populararticles.py,sha256=
|
18
|
-
egain_api_python/portal_article.py,sha256=
|
19
|
-
egain_api_python/portal_attachment.py,sha256=
|
20
|
-
egain_api_python/portal_bookmark.py,sha256=
|
16
|
+
egain_api_python/import_.py,sha256=4LHw38aSHfZeNXw2iR5PQ7lmMIYeTfuvdVKHS-GRe-M,51851
|
17
|
+
egain_api_python/populararticles.py,sha256=rTUQ9XVH_2k39TNib4k_ABYk4D8mCzxqfojOgpV5-UU,16805
|
18
|
+
egain_api_python/portal_article.py,sha256=n1XEUsa9mmKWI7GX23fC1Mttx16KTungfXu-iV3hqjY,254660
|
19
|
+
egain_api_python/portal_attachment.py,sha256=oooF4pTlC7h0YoHQjnI9nndsyDUX-wmB7gUC9hW1Uf8,19583
|
20
|
+
egain_api_python/portal_bookmark.py,sha256=qesLPSopX0pLiH26ypXxuteRIwC7HeTrTEapG7NFL5k,30788
|
21
21
|
egain_api_python/portal_sdk.py,sha256=yQtVYQojkFEXh6ymy7KepfWCaK_jhaBfEsSGeEZcCwQ,3800
|
22
|
-
egain_api_python/portal_suggestion.py,sha256=
|
23
|
-
egain_api_python/portal_topic.py,sha256=
|
24
|
-
egain_api_python/portal_userdetails.py,sha256=
|
25
|
-
egain_api_python/portal_userprofile.py,sha256=
|
22
|
+
egain_api_python/portal_suggestion.py,sha256=nfm75hoPPoV2-Q9qh8sWti8N5zfSEWfxNpdZa-cntWk,106473
|
23
|
+
egain_api_python/portal_topic.py,sha256=qAWWdS-8QIjk0eZz8H41NrhLDh2zBqRaktCGSWRFcUk,52585
|
24
|
+
egain_api_python/portal_userdetails.py,sha256=2GX9Rcx3lsLCnKzJhcnLTblXucmpnDXsN1hQRBg9MBA,8727
|
25
|
+
egain_api_python/portal_userprofile.py,sha256=Besu9eXLochrHKQDIvecDKPCkZzKK6Ks-4J2Kl8disM,18895
|
26
26
|
egain_api_python/py.typed,sha256=zrp19r0G21lr2yRiMC0f8MFkQFGj9wMpSbboePMg8KM,59
|
27
|
-
egain_api_python/retrieve.py,sha256=
|
28
|
-
egain_api_python/sdk.py,sha256=
|
29
|
-
egain_api_python/sdkconfiguration.py,sha256=
|
30
|
-
egain_api_python/search.py,sha256=
|
31
|
-
egain_api_python/usermilestones.py,sha256=
|
27
|
+
egain_api_python/retrieve.py,sha256=Z9YN7G-H0-i6JKHVyz1jH0_GRWo62-8rmlCHRucHJqM,12916
|
28
|
+
egain_api_python/sdk.py,sha256=UdGlQRaLy66ujS2hKtLxwFs4j9chPvkv5dBzjNf4Eg0,8747
|
29
|
+
egain_api_python/sdkconfiguration.py,sha256=gWqy7D89kM3duqNEA_K3FWgd0AtI1JOQJxh2chvwugk,1627
|
30
|
+
egain_api_python/search.py,sha256=rwdpqvim6S5Z0HNGxe3ln4LHk1KqomTm8qNEWGFBnGE,11881
|
31
|
+
egain_api_python/usermilestones.py,sha256=44zrX8cpDipRS9nl3bF4YIt-o85yYzUBNGlj2dEd1fc,9762
|
32
32
|
egain_api_python/_hooks/__init__.py,sha256=9_7W5jAYw8rcO8Kfc-Ty-lB82BHfksAJJpVFb_UeU1c,146
|
33
33
|
egain_api_python/_hooks/registration.py,sha256=1QZB41w6If7I9dXiOSQx6dhSc6BPWrnI5Q5bMOr4iVA,624
|
34
34
|
egain_api_python/_hooks/sdkhooks.py,sha256=7UhuXJWFnCxMTIORvzEmSUXhrxeEX_Xegsh4-NPhxVE,2533
|
@@ -36,12 +36,12 @@ egain_api_python/_hooks/types.py,sha256=cNaI6SrmEi7lq8Whft1SSPE6b6sCqD4msMSHCx85
|
|
36
36
|
egain_api_python/errors/__init__.py,sha256=JLEpVh1ACVJ8AtbfJot_DO6Qx3z0GlDnzXS_Sg8vK-E,2575
|
37
37
|
egain_api_python/errors/egaindefaulterror.py,sha256=jXs35rHSipG-9WLLmaLaJ_YghdH1qttfhrPWs10MRns,1293
|
38
38
|
egain_api_python/errors/egainerror.py,sha256=S_BIFBTaMEjG5KOhmmyjoEfRTDRfVMSaga694K6mFyI,949
|
39
|
-
egain_api_python/errors/gethealthop.py,sha256=
|
39
|
+
egain_api_python/errors/gethealthop.py,sha256=LUrUR9GYuppBmxwyfmU2ljRNd_r2Om924MP8laTuNJk,2616
|
40
40
|
egain_api_python/errors/no_response_error.py,sha256=Kb7hmMtDo72KrLSjUEDNeQxvzZiVxUjOZym8TPdZp5Y,462
|
41
41
|
egain_api_python/errors/responsevalidationerror.py,sha256=KpSSNBZAuiOCDeClbrbrxcTze8-jaaNigDXaSem1nqo,751
|
42
42
|
egain_api_python/errors/schemas_wserrorcommon.py,sha256=CMSpNcBSx97MLLNpw1Dx_sVz4GF38ocNOoINkYFrGYk,1610
|
43
43
|
egain_api_python/errors/wserrorcommon.py,sha256=Eo_Zv01PvBgw5U8DmCeZRc-0wQIZLtg8MCWX3vazeYI,1603
|
44
|
-
egain_api_python/models/__init__.py,sha256=
|
44
|
+
egain_api_python/models/__init__.py,sha256=nrV5tw7xrn0KBybWvCjcYiYYnluHO68q5SuTcwS0hEg,85611
|
45
45
|
egain_api_python/models/acceptghsolutionop.py,sha256=9tDUzQcJ-8wQxn80rtlRQD3xEUaIZvgmN7lzTkYkaAQ,2040
|
46
46
|
egain_api_python/models/acceptlanguage.py,sha256=Xd_j9CzzaDUGpeObslxSSS0SGvKJjWkYLgk1jH7lu74,360
|
47
47
|
egain_api_python/models/accessibleportal.py,sha256=BD6xFjHlEmX7LBukCMmNnBzfY-hnJdAZvZZm9YkSkO8,1241
|
@@ -51,18 +51,18 @@ egain_api_python/models/addasreferenceop.py,sha256=wI6rSFt4a2HZeHiuhk2B4L2it07b_
|
|
51
51
|
egain_api_python/models/addbookmarkop.py,sha256=LKKQcTe_qJh2Y0PRJhqMLgvt6z_xV7V-6bp4aQE8FQ4,1692
|
52
52
|
egain_api_python/models/additionalsnippets.py,sha256=Vd98HJCxGPKlYMwp5n3oPoouZaLrUD7FSOxowwONClg,2070
|
53
53
|
egain_api_python/models/addtoreplyop.py,sha256=WLak-A5Q7_y9uLQmdqvmdfj6HZFDuqbWXC-E8kOIngo,2167
|
54
|
-
egain_api_python/models/aisearchop.py,sha256=
|
55
|
-
egain_api_python/models/aisearchresponse.py,sha256=
|
54
|
+
egain_api_python/models/aisearchop.py,sha256=FZ8RGf-igHBNJ8s7GLu4s_S7CD4XW-0NdxLkalvrfzQ,4697
|
55
|
+
egain_api_python/models/aisearchresponse.py,sha256=a_HVDEbWjiiXGz5wqAtJJ77Y5bWaxzhFUx5XtrIuApE,2069
|
56
56
|
egain_api_python/models/allaccessibleportals.py,sha256=xvALMCdc5raQhJzfK8DldxFtGWj5QDbD7sITzvkjSp4,864
|
57
57
|
egain_api_python/models/answer.py,sha256=juOV0pTDrvM6grUAhKAYycyZ00kkh-0W2XcquZFjQvw,514
|
58
58
|
egain_api_python/models/answeredquestion.py,sha256=-lTEc03Ovj0DOsQEg8EBlA_NMnr6ClJVrkNpYUXJe4g,3778
|
59
59
|
egain_api_python/models/answerrange.py,sha256=NcYxqF_3Dri8yp9swdwnKh9Kj7M76TARD-gzzkCqqDM,1226
|
60
|
-
egain_api_python/models/answersrequest.py,sha256=
|
61
|
-
egain_api_python/models/answersresponse.py,sha256=
|
60
|
+
egain_api_python/models/answersrequest.py,sha256=sNYocvi9e2m_vsqJz3o5yEzc7ugXtOn9uz0PNpO43PY,1885
|
61
|
+
egain_api_python/models/answersresponse.py,sha256=xSfVa8N4JVJFaiSyETHywXlACJaRYCIM-1CJfxXy_pA,3719
|
62
62
|
egain_api_python/models/article.py,sha256=S9X59MT9eOyfx3TXK0T9yD5960K8R-s29qlTHlJ5MwE,10337
|
63
63
|
egain_api_python/models/articleactivitylink.py,sha256=02gZ2OGyS_aegszu9A6kx7XqmTOhJeOEz9m48K3Dxi8,1617
|
64
64
|
egain_api_python/models/articleadditionalattributes.py,sha256=-3LofJNO9FsDDS5omTXXSk_zng3hSDYCfLpaL6Tb-NE,479
|
65
|
-
egain_api_python/models/articleaisearchresult.py,sha256=
|
65
|
+
egain_api_python/models/articleaisearchresult.py,sha256=n5M4-utggdos2Zwx9rkEHBeYy09M-JXUf8KGwn0VEgc,8700
|
66
66
|
egain_api_python/models/articleattachment.py,sha256=fHs37pfLLG5GV-Yb25Zf_mtc64-z9chnHrqiXPBMuUM,1351
|
67
67
|
egain_api_python/models/articlelist.py,sha256=GfamTI2ZVBCnTFqAYV8-a0r21bCm6pborXZFUDrQ_TE,1887
|
68
68
|
egain_api_python/models/articlelistresult.py,sha256=X4XOG3P79sVE1oB5kiEZ2EzRmN0QjHvmPNVHxcBc5jM,1550
|
@@ -78,7 +78,7 @@ egain_api_python/models/articlesearchresult.py,sha256=85u8LhC8jJIpLb0Leg8hmnyLpl
|
|
78
78
|
egain_api_python/models/articlesearchresults.py,sha256=Qk1CWuHTfdjM4XsgfPazfzqfxOBbiqU3vjyb8Nlqpmk,997
|
79
79
|
egain_api_python/models/articlesort.py,sha256=aI-7Ep_ZctFnRdns2U14XsbrXz10yK2gPDsWZF5szPo,216
|
80
80
|
egain_api_python/models/articlesortorder.py,sha256=uA_RO54CMTLVK1wFHcoMg7MkscX3qSEf1bEw2LtW-_k,221
|
81
|
-
egain_api_python/models/articletype.py,sha256=
|
81
|
+
egain_api_python/models/articletype.py,sha256=RnFiNbudE9PSMEY-H_aizYrQ7mzxMiSQOHYO2JHqOX4,1687
|
82
82
|
egain_api_python/models/articlewitheditions.py,sha256=DKLWgXyEKfSBAcHkciPEia9MgjfD4JpYirchIMZ9g2E,9634
|
83
83
|
egain_api_python/models/attachment.py,sha256=6j1DZ9aA0hi3OGr1nbcKDECBGIufljSoUkR8mp3quBo,911
|
84
84
|
egain_api_python/models/attachmentadditionalattributes.py,sha256=JelZFjAepmKiFmSCghVUsoe4pASrhoP6lbjlJduG3Hs,210
|
@@ -92,6 +92,7 @@ egain_api_python/models/avertcustomerescalationop.py,sha256=6wMjY5ahT1IqLJwmUyUx
|
|
92
92
|
egain_api_python/models/bookmark.py,sha256=Y-HaRiAvo7kQb5yT_qCyyKk-9VXueqtjHImZljD_OIc,2749
|
93
93
|
egain_api_python/models/bookmarkresult.py,sha256=HHVUdPU013NCLemAIbNj1qhUtLspr6kt8_2RFU5Vzkk,834
|
94
94
|
egain_api_python/models/bookmarkstatus.py,sha256=wvfFVZoY6DQpYwjwRvnYZCzQaUvebK7xfvkrPHy4ymE,1260
|
95
|
+
egain_api_python/models/cancelimportop.py,sha256=PcT7AniLXeSVSUEe75WLN5d6q4OTuLvizBp2itiB_t0,1316
|
95
96
|
egain_api_python/models/case.py,sha256=Azg1zioJmjt5LLFJjKJRqAgDmkr0vYSS4oMVD0zFBVQ,5624
|
96
97
|
egain_api_python/models/caseadditionalattributes.py,sha256=4_wjPgiGUUqSO_XLT2REXDQpSOWrUzL7zC_-2Tug-ZE,223
|
97
98
|
egain_api_python/models/caseanswer.py,sha256=I7ZB3s1qMpX1eN2RQqP2mZJCACl_nrGNl8jJu5NzRag,534
|
@@ -125,8 +126,8 @@ egain_api_python/models/createbookmark.py,sha256=U686RXibEGsX8cYqQYUZdvMYkwC1QPI
|
|
125
126
|
egain_api_python/models/createdby.py,sha256=6F-kVbJpfYb6vu9DVGjFBvC5OHV1I5JChhJWthsThaA,1329
|
126
127
|
egain_api_python/models/createfederatedsearchevent.py,sha256=-t_nM6ozW5TDexX7jPd0pOP8FSDfLkpt1NLr4SLCtyA,2312
|
127
128
|
egain_api_python/models/createfederatedsearchresulteventop.py,sha256=DSzNOhWkbuVLROqQoQ2cd6jPwykx1CrBeH2XTLgyokQ,1835
|
128
|
-
egain_api_python/models/
|
129
|
-
egain_api_python/models/
|
129
|
+
egain_api_python/models/createimportjobop.py,sha256=XEVg8FdUInA4VTUq-YehQl5LJFs3NlXztYRZJ8fKqz4,502
|
130
|
+
egain_api_python/models/createimportvalidationjobop.py,sha256=mV3Zm7y2VPozF0RB8PKq4lfOByH5So0TcuH9jZ7W7EA,533
|
130
131
|
egain_api_python/models/createquickpick.py,sha256=ttgZ8BEiXAxUp-DvG2EujSW7Fnmm8ToUVn06s_S7n3Q,1118
|
131
132
|
egain_api_python/models/createquickpickop.py,sha256=_Gpuk2tfaOV91WrVRs-574ah0WllvnPLZGAR2c_7rOU,2528
|
132
133
|
egain_api_python/models/createsearchresulteventforconnectors.py,sha256=jdMjSQ9kvIIGnG0dTPURjPhnj48YJLD1JqqE6HmwwYo,2045
|
@@ -147,7 +148,7 @@ egain_api_python/models/edition.py,sha256=kpO2aVGS6hEoe277jPYfIzKuz7PqXmQhxgGytY
|
|
147
148
|
egain_api_python/models/editionwithcontent.py,sha256=NSpXy5YROWroTx-Nq5IA3dmBDGKOzskIc2vVwVf65BY,2692
|
148
149
|
egain_api_python/models/email.py,sha256=EnpG2RMm40C2czDfnHQI34AIPZq-WYdPl6CmLkhymdI,557
|
149
150
|
egain_api_python/models/exportcontentop.py,sha256=arsy00atMY2c8Y9vg_QIP8WgNSBYNhwl-rx5WfIZHU4,384
|
150
|
-
egain_api_python/models/exportstatus.py,sha256=
|
151
|
+
egain_api_python/models/exportstatus.py,sha256=ay0yU7c1NnKOmNqT_UcPq_KZbPLdSf18KEGVKo7OFJM,3493
|
151
152
|
egain_api_python/models/exportstatusop.py,sha256=zZEDpI1OEfFHzoaG2oZbe6GsrBAMUxUUyBFtG3Mmk_I,800
|
152
153
|
egain_api_python/models/feedbackarticleforsuggestion.py,sha256=gtAow23Etp6wKPH9YmZOav885Fae_UdMrZfTAGoBQ5A,1296
|
153
154
|
egain_api_python/models/folderbreadcrumb.py,sha256=jrhuNw7hFpy9FImodhWFwDBXhWeZF1yMDwEX7QUYql0,820
|
@@ -162,32 +163,32 @@ egain_api_python/models/getallquickpicksop.py,sha256=bpdzzegvvy_QNBToEXO6e0xiUW-
|
|
162
163
|
egain_api_python/models/getalltopicsop.py,sha256=ellblMT3aPumRnNRaTXvzXqbZaAgIR-SigdwMs4IS0w,6527
|
163
164
|
egain_api_python/models/getalluserprofilesop.py,sha256=MQjcq52x7gzLjgkTK1IRcGJRKBqDAXY-5hy8nO0LPWw,2251
|
164
165
|
egain_api_python/models/getancestortopicsop.py,sha256=ynUdbKmfzi4ZRNL1SLQE0fKIfr5nDDnkI6R6krhJs4U,6651
|
165
|
-
egain_api_python/models/getannouncementarticlesop.py,sha256=
|
166
|
+
egain_api_python/models/getannouncementarticlesop.py,sha256=3QX-IubAhj1yWApatcWeMiKcfYmYtiINXmFQYykfgVQ,7633
|
166
167
|
egain_api_python/models/getarticleattachmentbyidop.py,sha256=_zu6lq4Y5_6SRXr6WqZDn_5ezl7Uga6h8EiLUnz3ifs,1425
|
167
168
|
egain_api_python/models/getarticlebyidop.py,sha256=k_77pptG9uvUx_9qQde5JuczCwzWuuNiOdfKxzSmADk,16314
|
168
169
|
egain_api_python/models/getarticlebyidwitheditionsop.py,sha256=ZpAeRYolfMQmmcHZZdB2lBTgQXFCdK0zSOyky6qcT90,2039
|
169
170
|
egain_api_python/models/getarticleeditiondetailsop.py,sha256=5zcZDj2vXhS_UWPrANpdPSukiKg6ipSKr3bZjPq4WbA,2409
|
170
|
-
egain_api_python/models/getarticlelistdetailsop.py,sha256=
|
171
|
+
egain_api_python/models/getarticlelistdetailsop.py,sha256=qcXoG748wWq4wHlnvFzNERQZqrq3HxpGABS_H-s2hxQ,5723
|
171
172
|
egain_api_python/models/getarticlepermissionsbyidop.py,sha256=bgve9tugbsoSMwso2ShVZR9ZsBjtpr1X2AYylser2RU,1867
|
172
173
|
egain_api_python/models/getarticlepersonalizationop.py,sha256=mNirdQnZoFVZpxpmaWphUBEQ9QSF6foYX8BoaQ05xMQ,3274
|
173
174
|
egain_api_python/models/getarticleratingsop.py,sha256=O6rF8pKPFK08ToL3Ib3Qx4zzw4huHRFw0kBhAN7T4Ds,3587
|
174
|
-
egain_api_python/models/getarticlesintopicop.py,sha256=
|
175
|
+
egain_api_python/models/getarticlesintopicop.py,sha256=u3fcw9Y8LLkUulVzJPWL-jhMP4k6ND7OfpFEEaCw4Cs,8949
|
175
176
|
egain_api_python/models/getattachmentbyidinportalop.py,sha256=OUzIdSanWoDzNGwdGPcjRSKlOvTccE4zZGJfce-xxEk,2728
|
176
|
-
egain_api_python/models/getbestanswerop.py,sha256=
|
177
|
+
egain_api_python/models/getbestanswerop.py,sha256=TDDTRYVjc5y7mGxPVHq4qCrZ8gNhqUcIw01-HK1nW98,3627
|
177
178
|
egain_api_python/models/getbookmarkop.py,sha256=GBAVyKHZqqJDgazWDhhsmZ71JQX-leW9mqRpXv7KpKE,1399
|
178
179
|
egain_api_python/models/getcasebasereleasebyidop.py,sha256=CT3ukkOsJF_TZkr6qbtTxotzGMXnEbmezuRAAUYottY,2923
|
179
180
|
egain_api_python/models/getcasebyidop.py,sha256=_FqZFbM1lke2943ovzJ62aTUZ8d2PJknFKRoOqYrGb8,3452
|
180
181
|
egain_api_python/models/getchildtopicsop.py,sha256=F4COc4NpeluAtB0HpxhVn3VT5hpxMYY1ZOmbv8dBD10,7248
|
181
182
|
egain_api_python/models/getclusterbycasebasereleaseidop.py,sha256=iExPuVv2xkJG__naVhY3OPZ8PpYWzJVaQixYiU-iFm4,3561
|
182
|
-
egain_api_python/models/gethealthop.py,sha256=
|
183
|
-
egain_api_python/models/
|
183
|
+
egain_api_python/models/gethealthop.py,sha256=uLa_vSrYIUcrdPpWlg1Iua-owOqIVPA2PoGjqVkY6_I,6880
|
184
|
+
egain_api_python/models/getimportstatusop.py,sha256=0ChgRps6kziXGDnPTxhEjscvjgC2eUzudLfr7d0Z490,1326
|
184
185
|
egain_api_python/models/getmyportalsop.py,sha256=FBvOKn5otDldltDwKy_zxjqLpeFOrRcSkYX56Qn9rMo,4535
|
185
186
|
egain_api_python/models/getmysubscriptionop.py,sha256=_WddJ5lnn6K4jETDHm7JkmpHEDGYaOv2LEBJJwq0Iwk,6280
|
186
187
|
egain_api_python/models/getpendingcompliancearticlesop.py,sha256=4A28Guv0_Y1yPnMBtfktca8HZTpEdizU112QMGyMSj4,6165
|
187
|
-
egain_api_python/models/getpopulararticlesop.py,sha256=
|
188
|
+
egain_api_python/models/getpopulararticlesop.py,sha256=yXFJql2MPUyEKmwSZ8Y8eCmoxPV9NhXgQ_01E54kUTg,6929
|
188
189
|
egain_api_python/models/getportaldetailsbyidop.py,sha256=LidZjmrJgJ3sYaJQw3IzCQi6HCAdPDAdF4wLzN5t6ro,2255
|
189
190
|
egain_api_python/models/getrelatedarticlesforsuggestionop.py,sha256=HZBNiPJtevIEzgdSoGa_ltgXP5ozKa7yYCm4sqt7m5Y,4791
|
190
|
-
egain_api_python/models/getrelatedarticlesop.py,sha256=
|
191
|
+
egain_api_python/models/getrelatedarticlesop.py,sha256=YCRANNKjWYHFGyztfNlDuA7-zun6Ms8DALlvEwwwF5Y,8063
|
191
192
|
egain_api_python/models/getsuggestionattachmentbyidop.py,sha256=PaTLzDPtadQyz20zKi-5kBY9nkQcYMpZ28SjBw9kJmk,3426
|
192
193
|
egain_api_python/models/getsuggestionattachmentsop.py,sha256=Ims2q0VlWPPSWLK5DQLYfe2vg1I_xsg8YMix0_GD8Ts,1886
|
193
194
|
egain_api_python/models/getsuggestioncommentsop.py,sha256=HcGuOfcwZ7q6njOPHFHvCxnrqCKhjIIYF4TiIxtxO58,1880
|
@@ -201,11 +202,11 @@ egain_api_python/models/ghsearchresult.py,sha256=196TnbOwsidCIvNRkcQ5t3KxN5G4XWx
|
|
201
202
|
egain_api_python/models/ghstepsearchrequest.py,sha256=YOI4uwHRSo7GEAnaCPBJqB8Jov724_YfEMIHWPTjxZk,2593
|
202
203
|
egain_api_python/models/image.py,sha256=CZHnyUnUZOmgD1HcFoqZkijWlGxYmqf6YySV7sEnMHc,558
|
203
204
|
egain_api_python/models/importcontent.py,sha256=OaZaWPwqUCql16tN_lk6Y9mhe-oz8mTxLgUBfmraSXA,1956
|
204
|
-
egain_api_python/models/importstatus.py,sha256=
|
205
|
+
egain_api_python/models/importstatus.py,sha256=9kWayE6AemlTHsi_BQ7U0_tDS3WMNqcXRZ3EXLFlb1Q,4102
|
205
206
|
egain_api_python/models/kblanguage.py,sha256=6_zION2mgBq0TeoQeUapTL2tE6XY934o8j_u3IMl32A,1335
|
206
207
|
egain_api_python/models/kblanguagecode.py,sha256=JiBhlRUlsZMw5GFFnXU_mi0aGT1gPzz3fXJlyKijT6I,946
|
207
208
|
egain_api_python/models/kblanguages.py,sha256=VS6jKRTHrkm_9iJQxA3r-SuE6C1ZuiPEfhH7lnx62lw,614
|
208
|
-
egain_api_python/models/knowledgeexport.py,sha256=
|
209
|
+
egain_api_python/models/knowledgeexport.py,sha256=QKRyvHxOwECng33SNmbv4yaY0OMjHWwUy02PxJsxMZM,10485
|
209
210
|
egain_api_python/models/l10nstring.py,sha256=MIqPFeTv0tdZHVnv5LjKyn1SJlkArxkM4bw0lMnfEE4,710
|
210
211
|
egain_api_python/models/languagecode.py,sha256=b-iMr2KxaIpoiwB7d418SNVsPKvyQkDE6zkDCcUoaX8,602
|
211
212
|
egain_api_python/models/languagecode_parameter.py,sha256=V2UrwMPaeU9sMMZtBmN44YNB8v_m3RebHoxpP9C72rs,575
|
@@ -224,7 +225,6 @@ egain_api_python/models/optionalarticleattributes.py,sha256=zOSgxlLhBsarKqiF1InP
|
|
224
225
|
egain_api_python/models/order.py,sha256=rE5N5QdkYysZVQ0Fk9qfIfLXGt_kZ-WPdjbQ5qUMN50,179
|
225
226
|
egain_api_python/models/ownedby.py,sha256=hjGGrne-hVhD3rOYEeJXpwwXs4tIydleUpLNh_WzJHE,1303
|
226
227
|
egain_api_python/models/paginationinfo.py,sha256=JmTy8tBrvjXZatWfZ7tr3mYUMWmClXXWEDFD9Khj2dg,1047
|
227
|
-
egain_api_python/models/patchimportcontentvalidationop.py,sha256=D1oI35nTE-cUciQxX7HhcqlceGKkvHHs3cvftxA5t1o,1366
|
228
228
|
egain_api_python/models/personalization.py,sha256=L8ubv9xHRO6fv-hFNmI9MhCSdK4rxex-a88dTDvGRHA,2765
|
229
229
|
egain_api_python/models/phone.py,sha256=cpUx5FoFItZIliYP5oaXJR45GvVzeePTNfqDeqkZ5lU,540
|
230
230
|
egain_api_python/models/portal.py,sha256=DIxPHAh6qRUcSYoXuw28VhRsuZRKZIls4nCiRFAMoOc,4182
|
@@ -240,14 +240,13 @@ egain_api_python/models/quickpickrating.py,sha256=OwZU3xsJzPYLAtcJJuvHMkZCO8NQF0
|
|
240
240
|
egain_api_python/models/quickpickresult.py,sha256=YH0Ml5gq3yJvWOoDBFAW1XNPEomyHJXTuPLkv40tb-I,1037
|
241
241
|
egain_api_python/models/quickpickresults.py,sha256=kUHHWZjFgmwsNEox9ehGsgU5wcapm3qD4uz0kAlWeio,865
|
242
242
|
egain_api_python/models/ratearticleop.py,sha256=QQiRo2K35ctT4kjBS3ri6ImepxhIVagCanaREYP1zWg,3224
|
243
|
-
egain_api_python/models/referenceresponse.py,sha256=
|
243
|
+
egain_api_python/models/referenceresponse.py,sha256=I2x3FZtu6uLDJgpdT9HlFppsq5lG1UF1hPnSLpr_UIo,2149
|
244
244
|
egain_api_python/models/rejectghsolutionop.py,sha256=e24KKMYYRRKUeXmfQmuaVL0VqLEW0k6ntjdGoV5ZTXE,2040
|
245
245
|
egain_api_python/models/relatedquestions.py,sha256=-mrpY6GvMaywlW5xejN3L7CT36hGLsxfy6jqIsxtNH0,879
|
246
|
-
egain_api_python/models/resourcetype_parameter.py,sha256=yTMsVDm8ARXkpYbkSE_htpzLxD81uLGW1dErC8c7k4E,200
|
247
246
|
egain_api_python/models/restorequickpickop.py,sha256=N9fl3zebetUpOa3JEbzLnRcArqjXtTx_QPANUYXsgSU,2791
|
248
|
-
egain_api_python/models/retrievechunksop.py,sha256=
|
247
|
+
egain_api_python/models/retrievechunksop.py,sha256=T6QDYHccK8FxdSC8MIwBJi7CDDsD6OlnODMxvJYZkoc,3636
|
249
248
|
egain_api_python/models/retrieverequest.py,sha256=A9mhXNdX6_tp4LndHhlIaINBJz9HQSye37DepjJSw0o,1894
|
250
|
-
egain_api_python/models/retrieveresponse.py,sha256=
|
249
|
+
egain_api_python/models/retrieveresponse.py,sha256=HikIPFPE7tqmlTPhMRHi4j70xDdawogszzXduAFJg6Y,4190
|
251
250
|
egain_api_python/models/role.py,sha256=aEQXpao0y3T5WbKAY04XXtbUIrNOtDsiCeRdQ9lsDbA,597
|
252
251
|
egain_api_python/models/roletemplate.py,sha256=UDiDDN3oquKBZL1jZDxNbeoXm5GJUiDDADzZ17jsT00,641
|
253
252
|
egain_api_python/models/schemas_answer.py,sha256=zLIou70Ts2C4szxC-WPfGVgaVhhVpZdBV282OP3YEDI,3086
|
@@ -260,7 +259,7 @@ egain_api_python/models/schemas_tags.py,sha256=Z1ZAiHqxbDpbxh_p7Jh-6mYPEir9riBpT
|
|
260
259
|
egain_api_python/models/schemas_wserrorcommon.py,sha256=R9OG3XOhiyet3uibAoDNGZPeq2rnPcHL0Nl0Y4OA8R0,424
|
261
260
|
egain_api_python/models/searchfilterattribute.py,sha256=Ih4EgldWKl-QPE9VRPspiDoaMcGuuzgqMgTC44ekp4Y,2512
|
262
261
|
egain_api_python/models/searchpriortoescalationop.py,sha256=sAiAszG3ywEqQ23Xm5US4OKSlSDraisRlUWNSS_vOyA,4807
|
263
|
-
egain_api_python/models/searchresult.py,sha256=
|
262
|
+
egain_api_python/models/searchresult.py,sha256=dzzwpooqj2MvAmxpdx8oguIs4DsEU-BhtP2YyXkQ_ng,3333
|
264
263
|
egain_api_python/models/searchsuggestionop.py,sha256=4tluMg5_fDxMXyNH1Oi4UKo5p3u4kcv2LpP-SA4iK-w,3792
|
265
264
|
egain_api_python/models/security.py,sha256=UqCkttTO29yuwhatMKhQEeEjjbD1FtXL_SAQTrDGsao,710
|
266
265
|
egain_api_python/models/selectuserprofileop.py,sha256=iQjtJlat8byVpk7YsE4fTfgLShwbNYaVov4p4JtV2wE,1703
|
@@ -289,7 +288,6 @@ egain_api_python/models/taggroups.py,sha256=FMLLq4NBSSUOAahqEleUssbBsq9XwRPZM-ek
|
|
289
288
|
egain_api_python/models/tags.py,sha256=ZCPWzau0CMRASEtCn2Y4S0O0wU-O0dEHvrnNGzTy11U,469
|
290
289
|
egain_api_python/models/topic.py,sha256=nx3m46bAV-ReIAqUdOz4nlJv2I8aKtrQvxJGpxNZDL0,4998
|
291
290
|
egain_api_python/models/topicadditionalattributes.py,sha256=sE_azWZvw_9bLwb9200rXZViQ98XJDkp7ooVm9YEjdI,460
|
292
|
-
egain_api_python/models/topicaisearchresult.py,sha256=sXw6_yNbX6EHln7HLNs0rD4zffoM10naoXfmLmEmLfM,2251
|
293
291
|
egain_api_python/models/topicbreadcrumb.py,sha256=MudWNVU8qprRbEoI96gwwb200IRL3fw4T2QCs692Ock,806
|
294
292
|
egain_api_python/models/topicresult.py,sha256=KfBlmR9eqd4kOc5yaluU2xMKlF0RypbGWhG2Bbt0AdU,857
|
295
293
|
egain_api_python/models/topicsummary.py,sha256=KcCtD-9URTZEKo6p1BlqsiyBE16JAg679c4GMY4vyoU,1230
|
@@ -325,8 +323,8 @@ egain_api_python/utils/serializers.py,sha256=Hndks5M_rJXVub_N5lu0gKZQUoEmWrn6PN7
|
|
325
323
|
egain_api_python/utils/unmarshal_json_response.py,sha256=nZEaLmlsWi3z3q8Qp7ZM2jgxizRcfOBA7l8GPJuv1SY,592
|
326
324
|
egain_api_python/utils/url.py,sha256=BgGPgcTA6MRK4bF8fjP2dUopN3NzEzxWMXPBVg8NQUA,5254
|
327
325
|
egain_api_python/utils/values.py,sha256=CcaCXEa3xHhkUDROyXZocN8f0bdITftv9Y0P9lTf0YM,3517
|
328
|
-
egain_api_python-0.1.
|
329
|
-
egain_api_python-0.1.
|
330
|
-
egain_api_python-0.1.
|
331
|
-
egain_api_python-0.1.
|
332
|
-
egain_api_python-0.1.
|
326
|
+
egain_api_python-0.1.4.dist-info/licenses/LICENSE,sha256=ICtvDBOvFUvPgUEGtnyxAarCTU0IASpQZdnv8QMnHlI,1062
|
327
|
+
egain_api_python-0.1.4.dist-info/METADATA,sha256=w7sEB6YbfobEjCv8K-J1K9mkelLeD9P5z0udz1wDzF0,33231
|
328
|
+
egain_api_python-0.1.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
329
|
+
egain_api_python-0.1.4.dist-info/top_level.txt,sha256=SjFjGp6Ocutn5yM4tqZHMJwpuZxFzT6qiIcELk251PA,17
|
330
|
+
egain_api_python-0.1.4.dist-info/RECORD,,
|
@@ -1,67 +0,0 @@
|
|
1
|
-
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
2
|
-
|
3
|
-
from __future__ import annotations
|
4
|
-
from datetime import datetime
|
5
|
-
from egain_api_python.types import BaseModel
|
6
|
-
import pydantic
|
7
|
-
from typing import Optional
|
8
|
-
from typing_extensions import Annotated, NotRequired, TypedDict
|
9
|
-
|
10
|
-
|
11
|
-
class TopicAISearchResultTypedDict(TypedDict):
|
12
|
-
r"""This schema contains general information about the topic."""
|
13
|
-
|
14
|
-
name: str
|
15
|
-
r"""Name of Topic."""
|
16
|
-
id: str
|
17
|
-
article_count_in_topic: NotRequired[int]
|
18
|
-
r"""Number of articles within the topic."""
|
19
|
-
article_count_in_topic_tree: NotRequired[int]
|
20
|
-
r"""Number of articles in this topic and all sub-topics."""
|
21
|
-
created_by: NotRequired[int]
|
22
|
-
r"""The ID of the user that created this resource."""
|
23
|
-
created_date: NotRequired[datetime]
|
24
|
-
department_id: NotRequired[str]
|
25
|
-
last_modified_by: NotRequired[int]
|
26
|
-
r"""The ID of the user that modified this resource."""
|
27
|
-
last_modified_date: NotRequired[datetime]
|
28
|
-
child_count: NotRequired[int]
|
29
|
-
|
30
|
-
|
31
|
-
class TopicAISearchResult(BaseModel):
|
32
|
-
r"""This schema contains general information about the topic."""
|
33
|
-
|
34
|
-
name: str
|
35
|
-
r"""Name of Topic."""
|
36
|
-
|
37
|
-
id: str
|
38
|
-
|
39
|
-
article_count_in_topic: Annotated[
|
40
|
-
Optional[int], pydantic.Field(alias="articleCountInTopic")
|
41
|
-
] = None
|
42
|
-
r"""Number of articles within the topic."""
|
43
|
-
|
44
|
-
article_count_in_topic_tree: Annotated[
|
45
|
-
Optional[int], pydantic.Field(alias="articleCountInTopicTree")
|
46
|
-
] = None
|
47
|
-
r"""Number of articles in this topic and all sub-topics."""
|
48
|
-
|
49
|
-
created_by: Annotated[Optional[int], pydantic.Field(alias="createdBy")] = None
|
50
|
-
r"""The ID of the user that created this resource."""
|
51
|
-
|
52
|
-
created_date: Annotated[Optional[datetime], pydantic.Field(alias="createdDate")] = (
|
53
|
-
None
|
54
|
-
)
|
55
|
-
|
56
|
-
department_id: Annotated[Optional[str], pydantic.Field(alias="departmentId")] = None
|
57
|
-
|
58
|
-
last_modified_by: Annotated[
|
59
|
-
Optional[int], pydantic.Field(alias="lastModifiedBy")
|
60
|
-
] = None
|
61
|
-
r"""The ID of the user that modified this resource."""
|
62
|
-
|
63
|
-
last_modified_date: Annotated[
|
64
|
-
Optional[datetime], pydantic.Field(alias="lastModifiedDate")
|
65
|
-
] = None
|
66
|
-
|
67
|
-
child_count: Annotated[Optional[int], pydantic.Field(alias="childCount")] = None
|
File without changes
|
File without changes
|
File without changes
|