egain-api-python 0.1.3__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.
Files changed (38) hide show
  1. egain_api_python/_version.py +3 -3
  2. egain_api_python/answers.py +8 -20
  3. egain_api_python/articlelists.py +4 -4
  4. egain_api_python/connectorssearchevents.py +4 -4
  5. egain_api_python/escalation.py +8 -8
  6. egain_api_python/export.py +4 -4
  7. egain_api_python/federatedsearchevent.py +2 -2
  8. egain_api_python/general.py +8 -8
  9. egain_api_python/guidedhelp.py +26 -26
  10. egain_api_python/health.py +2 -8
  11. egain_api_python/import_.py +56 -74
  12. egain_api_python/models/__init__.py +41 -53
  13. egain_api_python/models/answersrequest.py +0 -31
  14. egain_api_python/models/answersresponse.py +9 -11
  15. egain_api_python/models/articleaisearchresult.py +2 -24
  16. egain_api_python/models/{getimportcontentop.py → cancelimportop.py} +3 -3
  17. egain_api_python/models/{createimportop.py → createimportjobop.py} +3 -3
  18. egain_api_python/models/{createimportvalidationop.py → createimportvalidationjobop.py} +3 -3
  19. egain_api_python/models/{patchimportcontentvalidationop.py → getimportstatusop.py} +3 -3
  20. egain_api_python/models/retrieveresponse.py +10 -12
  21. egain_api_python/populararticles.py +2 -2
  22. egain_api_python/portal_article.py +40 -40
  23. egain_api_python/portal_attachment.py +4 -4
  24. egain_api_python/portal_bookmark.py +6 -6
  25. egain_api_python/portal_suggestion.py +18 -18
  26. egain_api_python/portal_topic.py +8 -8
  27. egain_api_python/portal_userdetails.py +2 -2
  28. egain_api_python/portal_userprofile.py +4 -4
  29. egain_api_python/retrieve.py +4 -10
  30. egain_api_python/sdk.py +24 -24
  31. egain_api_python/sdkconfiguration.py +3 -4
  32. egain_api_python/search.py +6 -4
  33. egain_api_python/usermilestones.py +2 -2
  34. {egain_api_python-0.1.3.dist-info → egain_api_python-0.1.4.dist-info}/METADATA +32 -71
  35. {egain_api_python-0.1.3.dist-info → egain_api_python-0.1.4.dist-info}/RECORD +38 -38
  36. {egain_api_python-0.1.3.dist-info → egain_api_python-0.1.4.dist-info}/WHEEL +0 -0
  37. {egain_api_python-0.1.3.dist-info → egain_api_python-0.1.4.dist-info}/licenses/LICENSE +0 -0
  38. {egain_api_python-0.1.3.dist-info → egain_api_python-0.1.4.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
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)
@@ -1,34 +1,34 @@
1
1
  egain_api_python/__init__.py,sha256=w2u919V3Tzv4zEPQ-OYJ79gQ_4_SyW7GOFFoHtqXDFA,401
2
- egain_api_python/_version.py,sha256=n1Q7-jaCJjQ1-EGn14wmnDounRG5idtLJJyPJNu56VE,474
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=WRLfG6ffVuNRzzOvm_JoV4xyt0-NZFdGaBFpXJ78wrg,13477
5
- egain_api_python/articlelists.py,sha256=WV7Quyct196d0VwBHhqUBGYZX1GDIbWDisjW6Abyw5U,23622
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=e3g1q3QhmlhGzVr4tJk95mKugmxlvt2RKV2MKj-83XU,24542
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=VcFmwI2NM_sM8-kQOGXrntsJLf6ZJlSTObB5J4Spwj0,44469
10
- egain_api_python/export.py,sha256=w_bJD0t3WRIBrWvb62vS4f8nVkHfFapJOGfgbisv11Q,27367
11
- egain_api_python/federatedsearchevent.py,sha256=olW9ge-8-iEkQVBnORGepCCJbFtB_W_UarzDEWJoVJc,12972
12
- egain_api_python/general.py,sha256=KbRoP-ImnlloqLmFDTFSY9K5VH5E2Cco9sjagt5-wh8,43791
13
- egain_api_python/guidedhelp.py,sha256=Plywaswln2mtt6O74xIxxg_gxKC76oQGoTq_abSmkD8,151203
14
- egain_api_python/health.py,sha256=RJvV-9zhwv8Dz-7rDDIqLjOnNhUOvScGxmKAphQqCGA,10584
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=ar0W28BYPHz4x9C-8hTVQU415-tiZ9CJia8qBsgefu8,52145
17
- egain_api_python/populararticles.py,sha256=-FDlhyWYzfSPPEetlpHyzXqwSytj7_YD3-Zd0rSjRqo,16801
18
- egain_api_python/portal_article.py,sha256=q7SQR-jjZrMpkNNZzAbtxyB8j2B4x7CsaUOUelQLUA4,254580
19
- egain_api_python/portal_attachment.py,sha256=AvD1Kn-9nmySA6ntRx465IslvTVMEEkFiGdezYktrTA,19575
20
- egain_api_python/portal_bookmark.py,sha256=a9VItJsqlU1wNyln9QVBiPh6bGzqGs0lzohyqhEk0wc,30776
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=0tFSMBFboXVYuxeYQptOdrqIaNEhCDbXEMwTdWLn2OU,106437
23
- egain_api_python/portal_topic.py,sha256=t14i2r7EhuQ_wAz3hSrEOWvCPm-74rQCh93gletz0VE,52569
24
- egain_api_python/portal_userdetails.py,sha256=al0ZDoVRRIsnKKW0LCRn1Elirrc6hy2k2ddmcGcFosU,8723
25
- egain_api_python/portal_userprofile.py,sha256=4f99l9zXAOmZBUW2pKWMHYYwoQk1H6gMCQXfhzap0Hk,18887
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=2Q-t2NtGKlHy3obOYfSPf_QK04hV_Bk5B55hb08tUUE,12956
28
- egain_api_python/sdk.py,sha256=8kPIleOA9FXLIH62XTEIywbTM3qX5Bjat17_BaIvC3U,8527
29
- egain_api_python/sdkconfiguration.py,sha256=461--GY6fkfbEhqlCxMeo77kveUiFq70riQQQT6o7R8,1747
30
- egain_api_python/search.py,sha256=ptGb2v3kYjT0UQ2UeHMLnq05fjUQgS_4T320r5xYkqo,11043
31
- egain_api_python/usermilestones.py,sha256=LG9SMVYrIqOVKL0m6DVJQPfpHIohlck1KvTLuf6gjFI,9758
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
@@ -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=vbyQGokuMKZYQFrNRj_SxAMVxU-fOjglIIFx_OoAlIs,86194
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=P-f-ygZ5lZbLrjGldSaIuYQqWp45xjaRNqA5_xTO-KI,3645
61
- egain_api_python/models/answersresponse.py,sha256=qDtNqOgWFZShpd3klUidkL9nEKMLJJBBRXzSgT8JMlo,3823
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=jAmEMxDw5JkEd4pVM0uDEqYD_WNvpu4XylfYKB-iiQM,9477
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=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/createimportop.py,sha256=KDqBMUwQmmfGZ04BB9Pd3jWoTxMxYkOD9YdCxUUq2XI,492
129
- egain_api_python/models/createimportvalidationop.py,sha256=mzXyo52C8ShJ2hgJLjT5TLaWCOUQhK1Id6ap76SEzXM,523
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
@@ -180,7 +181,7 @@ egain_api_python/models/getcasebyidop.py,sha256=_FqZFbM1lke2943ovzJ62aTUZ8d2PJkn
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
183
  egain_api_python/models/gethealthop.py,sha256=uLa_vSrYIUcrdPpWlg1Iua-owOqIVPA2PoGjqVkY6_I,6880
183
- egain_api_python/models/getimportcontentop.py,sha256=cL70X2hlvwJqGVY3uOEi9ioAHUAZla42gxpUTD_vgRI,1329
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
@@ -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
@@ -246,7 +246,7 @@ egain_api_python/models/relatedquestions.py,sha256=-mrpY6GvMaywlW5xejN3L7CT36hGL
246
246
  egain_api_python/models/restorequickpickop.py,sha256=N9fl3zebetUpOa3JEbzLnRcArqjXtTx_QPANUYXsgSU,2791
247
247
  egain_api_python/models/retrievechunksop.py,sha256=T6QDYHccK8FxdSC8MIwBJi7CDDsD6OlnODMxvJYZkoc,3636
248
248
  egain_api_python/models/retrieverequest.py,sha256=A9mhXNdX6_tp4LndHhlIaINBJz9HQSye37DepjJSw0o,1894
249
- egain_api_python/models/retrieveresponse.py,sha256=ARO5wf-H6GZa6u81zq48p5iuBycgr25hlFDiYCKYTME,4264
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.3.dist-info/licenses/LICENSE,sha256=ICtvDBOvFUvPgUEGtnyxAarCTU0IASpQZdnv8QMnHlI,1062
327
- egain_api_python-0.1.3.dist-info/METADATA,sha256=cM5zctFOfJCectQ57T_ILoelo0j8FHG00Y6wut-ZP5o,33896
328
- egain_api_python-0.1.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
329
- egain_api_python-0.1.3.dist-info/top_level.txt,sha256=SjFjGp6Ocutn5yM4tqZHMJwpuZxFzT6qiIcELk251PA,17
330
- egain_api_python-0.1.3.dist-info/RECORD,,
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,,