egain-api-python 0.1.3__py3-none-any.whl → 0.1.5__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 +8 -20
- egain_api_python/articlelists.py +4 -4
- egain_api_python/connectorssearchevents.py +4 -4
- egain_api_python/escalation.py +8 -8
- egain_api_python/export.py +4 -4
- 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 +41 -53
- egain_api_python/models/answersrequest.py +0 -31
- egain_api_python/models/answersresponse.py +9 -11
- egain_api_python/models/articleaisearchresult.py +2 -24
- egain_api_python/models/{getimportcontentop.py → cancelimportop.py} +4 -4
- egain_api_python/models/{createimportop.py → createimportjobop.py} +4 -4
- egain_api_python/models/{createimportvalidationop.py → createimportvalidationjobop.py} +4 -4
- egain_api_python/models/getbestanswerop.py +1 -1
- egain_api_python/models/gethealthop.py +1 -1
- egain_api_python/models/{patchimportcontentvalidationop.py → getimportstatusop.py} +4 -4
- egain_api_python/models/retrievechunksop.py +1 -1
- egain_api_python/models/retrieveresponse.py +10 -12
- egain_api_python/populararticles.py +2 -2
- egain_api_python/portal_article.py +40 -40
- 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 +4 -10
- egain_api_python/sdk.py +24 -24
- egain_api_python/sdkconfiguration.py +4 -5
- egain_api_python/search.py +6 -4
- egain_api_python/usermilestones.py +2 -2
- {egain_api_python-0.1.3.dist-info → egain_api_python-0.1.5.dist-info}/METADATA +34 -72
- {egain_api_python-0.1.3.dist-info → egain_api_python-0.1.5.dist-info}/RECORD +41 -41
- {egain_api_python-0.1.3.dist-info → egain_api_python-0.1.5.dist-info}/WHEEL +0 -0
- {egain_api_python-0.1.3.dist-info → egain_api_python-0.1.5.dist-info}/licenses/LICENSE +0 -0
- {egain_api_python-0.1.3.dist-info → egain_api_python-0.1.5.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: egain-api-python
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.5
|
4
4
|
Summary: Python Client SDK Generated by Speakeasy.
|
5
5
|
Author: Speakeasy
|
6
6
|
Requires-Python: >=3.9.2
|
@@ -25,27 +25,36 @@ Developer-friendly & type-safe Python SDK specifically catered to leverage *egai
|
|
25
25
|
<!-- Start Summary [summary] -->
|
26
26
|
## Summary
|
27
27
|
|
28
|
-
Knowledge Portal Manager APIs:
|
28
|
+
Knowledge Portal Manager APIs:
|
29
|
+
### License
|
29
30
|
The following licenses are required to use the Knowledge Access APIs:
|
30
31
|
* If the user is an agent, then the *Knowledge + AI* license is required.
|
31
32
|
* If the user is a customer, the *Self-Service* and *Advanced Self-Service* licenses must be available.
|
33
|
+
|
34
|
+
### Tiers
|
35
|
+
|
36
|
+
| Tier |Tier Name| Named Users | Description
|
37
|
+
| ---------- | ---------- | ---------- | ----------------------------
|
38
|
+
| Tier 1 | Starter | Up to 10| Designed for small-scale implementations or pilot environments
|
39
|
+
| Tier 2 | Growth | Up to 1000| Suitable for mid-scale deployments requiring moderate scalability
|
40
|
+
| Tier 3 | Enterprise | Greater than 1000| Supports large-scale environments with extended configuration options
|
41
|
+
|
32
42
|
### API Resource Limits
|
33
|
-
The following Resources have predefined limits for specific access attributes for Enterprise use.
|
34
|
-
|
35
|
-
| Resource |
|
36
|
-
| ---------------- | ---------------------------- | ----------
|
37
|
-
| Article Reference
|
38
|
-
| |Number of custom attributes in an article |
|
39
|
-
| |Number of publish views used in an article version | 20
|
40
|
-
| Topic Reference
|
41
|
-
| |Depth of topics | 20
|
42
|
-
| |Topics at any level | 2500
|
43
|
-
| |Number of custom attributes in a topic |
|
44
|
-
| Portal Reference
|
45
|
-
| |Topics to be included in a portal |
|
46
|
-
| |Number of articles to display in announcements | 25
|
47
|
-
| |
|
48
|
-
| |Usage links and link groups setup for a portal | 25
|
43
|
+
The following Resources have predefined limits for specific access attributes for Starter, Growth and Enterprise use.
|
44
|
+
|
45
|
+
| Resource | Limits | Starter | Growth | Enterprise
|
46
|
+
| ---------------- | ---------------------------- | ---------- | ---------- | ----------
|
47
|
+
| Article Reference |Number of attachments used in any article | 25 | 50 |50
|
48
|
+
| |Number of custom attributes in an article | 10 | 25| 50
|
49
|
+
| |Number of publish views used in an article version | 20 | 20 | 20
|
50
|
+
| Topic Reference |User-defined topics in a department| 1000| 5000 | 50000
|
51
|
+
| |Depth of topics | 5 | 20 | 20
|
52
|
+
| |Topics at any level | 500 | 2500 | 2500
|
53
|
+
| |Number of custom attributes in a topic | 10 | 10 | 10
|
54
|
+
| Portal Reference | Tag categories in a portal | 15 | 15 | 15
|
55
|
+
| |Topics to be included in a portal | 100 | 500 | 5000
|
56
|
+
| |Number of articles to display in announcements | 10 | 25 | 25
|
57
|
+
| |Usage links and link groups setup for a portal | 5 | 10 | 25
|
49
58
|
|
50
59
|
|
51
60
|
|
@@ -262,9 +271,6 @@ with Egain(
|
|
262
271
|
<details open>
|
263
272
|
<summary>Available methods</summary>
|
264
273
|
|
265
|
-
### [aiservices](docs/sdks/aiservices/README.md)
|
266
|
-
|
267
|
-
|
268
274
|
#### [aiservices.answers](docs/sdks/answers/README.md)
|
269
275
|
|
270
276
|
* [get_best_answer](docs/sdks/answers/README.md#get_best_answer) - Get the best answer for a user query
|
@@ -273,23 +279,16 @@ with Egain(
|
|
273
279
|
|
274
280
|
* [retrieve_chunks](docs/sdks/retrieve/README.md#retrieve_chunks) - Retrieve Chunks
|
275
281
|
|
276
|
-
### [content](docs/sdks/content/README.md)
|
277
|
-
|
278
|
-
|
279
282
|
#### [content.health](docs/sdks/health/README.md)
|
280
283
|
|
281
284
|
* [get_health](docs/sdks/health/README.md#get_health) - Check service health status
|
282
285
|
|
283
286
|
#### [content.import_](docs/sdks/import/README.md)
|
284
287
|
|
285
|
-
* [
|
286
|
-
* [
|
287
|
-
* [
|
288
|
-
* [
|
289
|
-
|
290
|
-
|
291
|
-
### [portal](docs/sdks/portalsdk/README.md)
|
292
|
-
|
288
|
+
* [create_import_job](docs/sdks/import/README.md#create_import_job) - Import content from external sources by creating an import job
|
289
|
+
* [get_import_status](docs/sdks/import/README.md#get_import_status) - Get the current status of an import or validation job
|
290
|
+
* [create_import_validation_job](docs/sdks/import/README.md#create_import_validation_job) - Validate content structure and format before import by creating an import validation job
|
291
|
+
* [cancel_import](docs/sdks/import/README.md#cancel_import) - Cancel an import or validation job
|
293
292
|
|
294
293
|
#### [portal.article](docs/sdks/portalarticle/README.md)
|
295
294
|
|
@@ -534,7 +533,7 @@ with Egain(
|
|
534
533
|
res = None
|
535
534
|
try:
|
536
535
|
|
537
|
-
res = egain.content.import_.
|
536
|
+
res = egain.content.import_.create_import_job(data_source={
|
538
537
|
"type": "AWS S3 bucket",
|
539
538
|
"path": "s3://mybucket/myfolder/",
|
540
539
|
"region": "us-east-1",
|
@@ -591,43 +590,6 @@ with Egain(
|
|
591
590
|
<!-- Start Server Selection [server] -->
|
592
591
|
## Server Selection
|
593
592
|
|
594
|
-
### Server Variables
|
595
|
-
|
596
|
-
The default server `https://${API_DOMAIN}/knowledge/portalmgr/v4` contains variables and is set to `https://$api.egain.cloud/knowledge/portalmgr/v4` by default. To override default values, the following parameters are available when initializing the SDK client instance:
|
597
|
-
|
598
|
-
| Variable | Parameter | Default | Description |
|
599
|
-
| ------------ | ----------------- | ------------------- | ----------- |
|
600
|
-
| `API_DOMAIN` | `api_domain: str` | `"api.egain.cloud"` | |
|
601
|
-
|
602
|
-
#### Example
|
603
|
-
|
604
|
-
```python
|
605
|
-
from egain_api_python import Egain
|
606
|
-
import os
|
607
|
-
|
608
|
-
|
609
|
-
with Egain(
|
610
|
-
api_domain="<value>"
|
611
|
-
access_token=os.getenv("EGAIN_ACCESS_TOKEN", ""),
|
612
|
-
) as egain:
|
613
|
-
|
614
|
-
res = egain.aiservices.retrieve.retrieve_chunks(q="fair lending", portal_id="PROD-1000", filter_user_profile_id="PROD-3210", language="en-US", filter_tags={
|
615
|
-
"PROD-1234": [
|
616
|
-
"PROD-2000",
|
617
|
-
"PROD-2003",
|
618
|
-
],
|
619
|
-
"PROD-2005": [
|
620
|
-
"PROD-2007",
|
621
|
-
],
|
622
|
-
}, channel={
|
623
|
-
"name": "Eight Bank Website",
|
624
|
-
})
|
625
|
-
|
626
|
-
# Handle response
|
627
|
-
print(res)
|
628
|
-
|
629
|
-
```
|
630
|
-
|
631
593
|
### Override Server URL Per-Client
|
632
594
|
|
633
595
|
The default server can be overridden globally by passing a URL to the `server_url: str` optional parameter when initializing the SDK client instance. For example:
|
@@ -637,7 +599,7 @@ import os
|
|
637
599
|
|
638
600
|
|
639
601
|
with Egain(
|
640
|
-
server_url="https
|
602
|
+
server_url="https://api.aidev.egain.cloud/knowledge/portalmgr/v4",
|
641
603
|
access_token=os.getenv("EGAIN_ACCESS_TOKEN", ""),
|
642
604
|
) as egain:
|
643
605
|
|
@@ -680,7 +642,7 @@ with Egain(
|
|
680
642
|
],
|
681
643
|
}, channel={
|
682
644
|
"name": "Eight Bank Website",
|
683
|
-
}, server_url="https
|
645
|
+
}, server_url="https://api.aidev.egain.cloud/core/aiservices/v4")
|
684
646
|
|
685
647
|
# Handle response
|
686
648
|
print(res)
|
@@ -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=QqhIeNPHWRR9wc_yncnTczCZSzP3lrTJgimzN7CFnLo,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=nFhpX1-i5QKAweb124Yd1YYRXh9dU671gDMm0ra6iUo,1635
|
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
|
@@ -41,7 +41,7 @@ egain_api_python/errors/no_response_error.py,sha256=Kb7hmMtDo72KrLSjUEDNeQxvzZiV
|
|
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
|
@@ -57,12 +57,12 @@ egain_api_python/models/allaccessibleportals.py,sha256=xvALMCdc5raQhJzfK8DldxFtG
|
|
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
|
@@ -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=0-HzRqCaJmFDBTJ9kahk1HLKQqBtyHK5QNr_pndu0oU,1324
|
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=xJGxNyUsAcm2rZeZWdKoBsQ7Fr9cvrRebNHU1QWZa2Y,510
|
130
|
+
egain_api_python/models/createimportvalidationjobop.py,sha256=tIGfjLKitdNJR5IakH15lPVW1ahNFTV0HUVqoUAY_WU,541
|
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
|
@@ -173,14 +174,14 @@ egain_api_python/models/getarticlepersonalizationop.py,sha256=mNirdQnZoFVZpxpmaW
|
|
173
174
|
egain_api_python/models/getarticleratingsop.py,sha256=O6rF8pKPFK08ToL3Ib3Qx4zzw4huHRFw0kBhAN7T4Ds,3587
|
174
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=2qA0hk473drr6ndO6s_FLNIETG0P0tVGnFYr5guhNsI,3635
|
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=_zP30MDfax3hpkxQSxYMX8-m6ip3gMXiHOJwRECa8aw,6888
|
184
|
+
egain_api_python/models/getimportstatusop.py,sha256=Nx479ICJTFROJpZysl6OIxbzHX1aUFcmbw6IN8kfkSs,1334
|
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
|
@@ -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
|
@@ -244,9 +244,9 @@ egain_api_python/models/referenceresponse.py,sha256=I2x3FZtu6uLDJgpdT9HlFppsq5lG
|
|
244
244
|
egain_api_python/models/rejectghsolutionop.py,sha256=e24KKMYYRRKUeXmfQmuaVL0VqLEW0k6ntjdGoV5ZTXE,2040
|
245
245
|
egain_api_python/models/relatedquestions.py,sha256=-mrpY6GvMaywlW5xejN3L7CT36hGLsxfy6jqIsxtNH0,879
|
246
246
|
egain_api_python/models/restorequickpickop.py,sha256=N9fl3zebetUpOa3JEbzLnRcArqjXtTx_QPANUYXsgSU,2791
|
247
|
-
egain_api_python/models/retrievechunksop.py,sha256=
|
247
|
+
egain_api_python/models/retrievechunksop.py,sha256=EnQ-Cr_EAGMGKqTlMrer3Ub8L7wdPkslIMysSsdu8mA,3644
|
248
248
|
egain_api_python/models/retrieverequest.py,sha256=A9mhXNdX6_tp4LndHhlIaINBJz9HQSye37DepjJSw0o,1894
|
249
|
-
egain_api_python/models/retrieveresponse.py,sha256=
|
249
|
+
egain_api_python/models/retrieveresponse.py,sha256=HikIPFPE7tqmlTPhMRHi4j70xDdawogszzXduAFJg6Y,4190
|
250
250
|
egain_api_python/models/role.py,sha256=aEQXpao0y3T5WbKAY04XXtbUIrNOtDsiCeRdQ9lsDbA,597
|
251
251
|
egain_api_python/models/roletemplate.py,sha256=UDiDDN3oquKBZL1jZDxNbeoXm5GJUiDDADzZ17jsT00,641
|
252
252
|
egain_api_python/models/schemas_answer.py,sha256=zLIou70Ts2C4szxC-WPfGVgaVhhVpZdBV282OP3YEDI,3086
|
@@ -323,8 +323,8 @@ egain_api_python/utils/serializers.py,sha256=Hndks5M_rJXVub_N5lu0gKZQUoEmWrn6PN7
|
|
323
323
|
egain_api_python/utils/unmarshal_json_response.py,sha256=nZEaLmlsWi3z3q8Qp7ZM2jgxizRcfOBA7l8GPJuv1SY,592
|
324
324
|
egain_api_python/utils/url.py,sha256=BgGPgcTA6MRK4bF8fjP2dUopN3NzEzxWMXPBVg8NQUA,5254
|
325
325
|
egain_api_python/utils/values.py,sha256=CcaCXEa3xHhkUDROyXZocN8f0bdITftv9Y0P9lTf0YM,3517
|
326
|
-
egain_api_python-0.1.
|
327
|
-
egain_api_python-0.1.
|
328
|
-
egain_api_python-0.1.
|
329
|
-
egain_api_python-0.1.
|
330
|
-
egain_api_python-0.1.
|
326
|
+
egain_api_python-0.1.5.dist-info/licenses/LICENSE,sha256=ICtvDBOvFUvPgUEGtnyxAarCTU0IASpQZdnv8QMnHlI,1062
|
327
|
+
egain_api_python-0.1.5.dist-info/METADATA,sha256=9ME-oOMYDZ2uDtyNPaRArY-h_kkuoGzS4ONLc2c5m-s,33248
|
328
|
+
egain_api_python-0.1.5.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
329
|
+
egain_api_python-0.1.5.dist-info/top_level.txt,sha256=SjFjGp6Ocutn5yM4tqZHMJwpuZxFzT6qiIcELk251PA,17
|
330
|
+
egain_api_python-0.1.5.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|