@egain/egain-mcp-server 1.0.26 → 1.1.0
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.
- package/README.md +20 -43
- package/bin/mcp-server.js +39534 -29516
- package/bin/mcp-server.js.map +298 -185
- package/esm/src/cloudflare-worker/cloudflare-worker.d.ts.map +1 -1
- package/esm/src/cloudflare-worker/cloudflare-worker.js +20 -9
- package/esm/src/cloudflare-worker/cloudflare-worker.js.map +1 -1
- package/esm/src/funcs/aiSearch.d.ts +63 -0
- package/esm/src/funcs/aiSearch.d.ts.map +1 -0
- package/esm/src/funcs/aiSearch.js +151 -0
- package/esm/src/funcs/aiSearch.js.map +1 -0
- package/esm/src/funcs/getAnnouncementArticles.d.ts +61 -0
- package/esm/src/funcs/getAnnouncementArticles.d.ts.map +1 -0
- package/esm/src/funcs/getAnnouncementArticles.js +152 -0
- package/esm/src/funcs/getAnnouncementArticles.js.map +1 -0
- package/esm/src/funcs/getAnnouncements.d.ts +39 -1
- package/esm/src/funcs/getAnnouncements.d.ts.map +1 -1
- package/esm/src/funcs/getAnnouncements.js +39 -1
- package/esm/src/funcs/getAnnouncements.js.map +1 -1
- package/esm/src/funcs/getArticle.d.ts +42 -0
- package/esm/src/funcs/getArticle.d.ts.map +1 -1
- package/esm/src/funcs/getArticle.js +42 -0
- package/esm/src/funcs/getArticle.js.map +1 -1
- package/esm/src/funcs/getArticleById.d.ts +70 -0
- package/esm/src/funcs/getArticleById.d.ts.map +1 -0
- package/esm/src/funcs/getArticleById.js +163 -0
- package/esm/src/funcs/getArticleById.js.map +1 -0
- package/esm/src/funcs/getBestAnswer.d.ts +66 -0
- package/esm/src/funcs/getBestAnswer.d.ts.map +1 -0
- package/esm/src/funcs/getBestAnswer.js +148 -0
- package/esm/src/funcs/getBestAnswer.js.map +1 -0
- package/esm/src/funcs/getMyPortals.d.ts +97 -0
- package/esm/src/funcs/getMyPortals.d.ts.map +1 -0
- package/esm/src/funcs/getMyPortals.js +180 -0
- package/esm/src/funcs/getMyPortals.js.map +1 -0
- package/esm/src/funcs/getPopularArticles.d.ts +39 -0
- package/esm/src/funcs/getPopularArticles.d.ts.map +1 -1
- package/esm/src/funcs/getPopularArticles.js +47 -3
- package/esm/src/funcs/getPopularArticles.js.map +1 -1
- package/esm/src/funcs/getPortals.d.ts +26 -1
- package/esm/src/funcs/getPortals.d.ts.map +1 -1
- package/esm/src/funcs/getPortals.js +35 -10
- package/esm/src/funcs/getPortals.js.map +1 -1
- package/esm/src/funcs/makeSuggestion.d.ts +46 -2
- package/esm/src/funcs/makeSuggestion.d.ts.map +1 -1
- package/esm/src/funcs/makeSuggestion.js +51 -3
- package/esm/src/funcs/makeSuggestion.js.map +1 -1
- package/esm/src/funcs/queryAnswers.d.ts +41 -5
- package/esm/src/funcs/queryAnswers.d.ts.map +1 -1
- package/esm/src/funcs/queryAnswers.js +41 -5
- package/esm/src/funcs/queryAnswers.js.map +1 -1
- package/esm/src/funcs/queryRetrieve.d.ts +41 -1
- package/esm/src/funcs/queryRetrieve.d.ts.map +1 -1
- package/esm/src/funcs/queryRetrieve.js +41 -1
- package/esm/src/funcs/queryRetrieve.js.map +1 -1
- package/esm/src/funcs/querySearch.d.ts +48 -1
- package/esm/src/funcs/querySearch.d.ts.map +1 -1
- package/esm/src/funcs/querySearch.js +48 -1
- package/esm/src/funcs/querySearch.js.map +1 -1
- package/esm/src/funcs/retrieveChunks.d.ts +41 -7
- package/esm/src/funcs/retrieveChunks.d.ts.map +1 -1
- package/esm/src/funcs/retrieveChunks.js +45 -19
- package/esm/src/funcs/retrieveChunks.js.map +1 -1
- package/esm/src/hooks/auth-hook.d.ts +1 -2
- package/esm/src/hooks/auth-hook.d.ts.map +1 -1
- package/esm/src/hooks/auth-hook.js +1 -65
- package/esm/src/hooks/auth-hook.js.map +1 -1
- package/esm/src/hooks/registration.d.ts.map +1 -1
- package/esm/src/hooks/registration.js +2 -16
- package/esm/src/hooks/registration.js.map +1 -1
- package/esm/src/landing-page.d.ts +5 -0
- package/esm/src/landing-page.d.ts.map +1 -0
- package/esm/src/landing-page.js +1070 -0
- package/esm/src/landing-page.js.map +1 -0
- package/esm/src/lib/base64.d.ts +2 -2
- package/esm/src/lib/base64.d.ts.map +1 -1
- package/esm/src/lib/base64.js +2 -2
- package/esm/src/lib/base64.js.map +1 -1
- package/esm/src/lib/config.d.ts +3 -3
- package/esm/src/lib/config.js +5 -5
- package/esm/src/lib/config.js.map +1 -1
- package/esm/src/lib/encodings.d.ts.map +1 -1
- package/esm/src/lib/encodings.js +10 -1
- package/esm/src/lib/encodings.js.map +1 -1
- package/esm/src/lib/matchers.d.ts.map +1 -1
- package/esm/src/lib/matchers.js +4 -1
- package/esm/src/lib/matchers.js.map +1 -1
- package/esm/src/lib/schemas.d.ts +4 -4
- package/esm/src/lib/schemas.d.ts.map +1 -1
- package/esm/src/lib/schemas.js +2 -2
- package/esm/src/lib/schemas.js.map +1 -1
- package/esm/src/lib/sdks.js +2 -2
- package/esm/src/lib/sdks.js.map +1 -1
- package/esm/src/lib/security.d.ts.map +1 -1
- package/esm/src/lib/security.js +18 -0
- package/esm/src/lib/security.js.map +1 -1
- package/esm/src/mcp-server/cli/start/command.d.ts.map +1 -1
- package/esm/src/mcp-server/cli/start/command.js +30 -0
- package/esm/src/mcp-server/cli/start/command.js.map +1 -1
- package/esm/src/mcp-server/cli/start/impl.d.ts +2 -7
- package/esm/src/mcp-server/cli/start/impl.d.ts.map +1 -1
- package/esm/src/mcp-server/cli/start/impl.js +98 -22
- package/esm/src/mcp-server/cli/start/impl.js.map +1 -1
- package/esm/src/mcp-server/extensions.d.ts +4 -4
- package/esm/src/mcp-server/extensions.d.ts.map +1 -1
- package/esm/src/mcp-server/flags.d.ts +17 -0
- package/esm/src/mcp-server/flags.d.ts.map +1 -0
- package/esm/src/mcp-server/flags.js +5 -0
- package/esm/src/mcp-server/flags.js.map +1 -0
- package/esm/src/mcp-server/mcp-server.js +1 -1
- package/esm/src/mcp-server/mcp-server.js.map +1 -1
- package/esm/src/mcp-server/prompts.d.ts +4 -7
- package/esm/src/mcp-server/prompts.d.ts.map +1 -1
- package/esm/src/mcp-server/prompts.js.map +1 -1
- package/esm/src/mcp-server/server.d.ts +8 -1
- package/esm/src/mcp-server/server.d.ts.map +1 -1
- package/esm/src/mcp-server/server.js +19 -16
- package/esm/src/mcp-server/server.js.map +1 -1
- package/esm/src/mcp-server/tools/aiSearch.d.ts +7 -0
- package/esm/src/mcp-server/tools/aiSearch.d.ts.map +1 -0
- package/esm/src/mcp-server/tools/aiSearch.js +83 -0
- package/esm/src/mcp-server/tools/aiSearch.js.map +1 -0
- package/esm/src/mcp-server/tools/getAnnouncementArticles.d.ts +7 -0
- package/esm/src/mcp-server/tools/getAnnouncementArticles.d.ts.map +1 -0
- package/esm/src/mcp-server/tools/getAnnouncementArticles.js +81 -0
- package/esm/src/mcp-server/tools/getAnnouncementArticles.js.map +1 -0
- package/esm/src/mcp-server/tools/getAnnouncements.d.ts.map +1 -1
- package/esm/src/mcp-server/tools/getAnnouncements.js +39 -1
- package/esm/src/mcp-server/tools/getAnnouncements.js.map +1 -1
- package/esm/src/mcp-server/tools/getArticle.d.ts.map +1 -1
- package/esm/src/mcp-server/tools/getArticle.js +42 -0
- package/esm/src/mcp-server/tools/getArticle.js.map +1 -1
- package/esm/src/mcp-server/tools/getArticleById.d.ts +7 -0
- package/esm/src/mcp-server/tools/getArticleById.d.ts.map +1 -0
- package/esm/src/mcp-server/tools/getArticleById.js +90 -0
- package/esm/src/mcp-server/tools/getArticleById.js.map +1 -0
- package/esm/src/mcp-server/tools/getBestAnswer.d.ts +7 -0
- package/esm/src/mcp-server/tools/getBestAnswer.d.ts.map +1 -0
- package/esm/src/mcp-server/tools/getBestAnswer.js +85 -0
- package/esm/src/mcp-server/tools/getBestAnswer.js.map +1 -0
- package/esm/src/mcp-server/tools/getMyPortals.d.ts +7 -0
- package/esm/src/mcp-server/tools/getMyPortals.d.ts.map +1 -0
- package/esm/src/mcp-server/tools/getMyPortals.js +117 -0
- package/esm/src/mcp-server/tools/getMyPortals.js.map +1 -0
- package/esm/src/mcp-server/tools/getPopularArticles.d.ts +1 -1
- package/esm/src/mcp-server/tools/getPopularArticles.d.ts.map +1 -1
- package/esm/src/mcp-server/tools/getPopularArticles.js +40 -0
- package/esm/src/mcp-server/tools/getPopularArticles.js.map +1 -1
- package/esm/src/mcp-server/tools/getPortals.d.ts +1 -1
- package/esm/src/mcp-server/tools/getPortals.d.ts.map +1 -1
- package/esm/src/mcp-server/tools/getPortals.js +26 -1
- package/esm/src/mcp-server/tools/getPortals.js.map +1 -1
- package/esm/src/mcp-server/tools/makeSuggestion.d.ts +1 -1
- package/esm/src/mcp-server/tools/makeSuggestion.d.ts.map +1 -1
- package/esm/src/mcp-server/tools/makeSuggestion.js +44 -0
- package/esm/src/mcp-server/tools/makeSuggestion.js.map +1 -1
- package/esm/src/mcp-server/tools/queryAnswers.d.ts.map +1 -1
- package/esm/src/mcp-server/tools/queryAnswers.js +41 -5
- package/esm/src/mcp-server/tools/queryAnswers.js.map +1 -1
- package/esm/src/mcp-server/tools/queryRetrieve.d.ts.map +1 -1
- package/esm/src/mcp-server/tools/queryRetrieve.js +41 -1
- package/esm/src/mcp-server/tools/queryRetrieve.js.map +1 -1
- package/esm/src/mcp-server/tools/querySearch.d.ts.map +1 -1
- package/esm/src/mcp-server/tools/querySearch.js +48 -1
- package/esm/src/mcp-server/tools/querySearch.js.map +1 -1
- package/esm/src/mcp-server/tools/retrieveChunks.d.ts +1 -1
- package/esm/src/mcp-server/tools/retrieveChunks.d.ts.map +1 -1
- package/esm/src/mcp-server/tools/retrieveChunks.js +41 -7
- package/esm/src/mcp-server/tools/retrieveChunks.js.map +1 -1
- package/esm/src/mcp-server/tools.d.ts +14 -4
- package/esm/src/mcp-server/tools.d.ts.map +1 -1
- package/esm/src/mcp-server/tools.js +203 -5
- package/esm/src/mcp-server/tools.js.map +1 -1
- package/esm/src/models/acceptlanguage.d.ts +36 -5
- package/esm/src/models/acceptlanguage.d.ts.map +1 -1
- package/esm/src/models/acceptlanguage.js +18 -4
- package/esm/src/models/acceptlanguage.js.map +1 -1
- package/esm/src/models/accessibleportal.d.ts +1 -1
- package/esm/src/models/accessibleportal.d.ts.map +1 -1
- package/esm/src/models/accessibleportal.js.map +1 -1
- package/esm/src/models/additionalsnippets.d.ts +18 -3
- package/esm/src/models/additionalsnippets.d.ts.map +1 -1
- package/esm/src/models/additionalsnippets.js +8 -1
- package/esm/src/models/additionalsnippets.js.map +1 -1
- package/esm/src/models/aisearchop.d.ts +4 -10
- package/esm/src/models/aisearchop.d.ts.map +1 -1
- package/esm/src/models/aisearchop.js +9 -20
- package/esm/src/models/aisearchop.js.map +1 -1
- package/esm/src/models/aisearchresponse.d.ts +2 -2
- package/esm/src/models/aisearchresponse.d.ts.map +1 -1
- package/esm/src/models/aisearchresponse.js.map +1 -1
- package/esm/src/models/aispaginationinfo.d.ts +1 -1
- package/esm/src/models/aispaginationinfo.d.ts.map +1 -1
- package/esm/src/models/aispaginationinfo.js +5 -4
- package/esm/src/models/aispaginationinfo.js.map +1 -1
- package/esm/src/models/aitopicbreadcrumb.d.ts +1 -1
- package/esm/src/models/aitopicbreadcrumb.d.ts.map +1 -1
- package/esm/src/models/aitopicbreadcrumb.js +2 -1
- package/esm/src/models/aitopicbreadcrumb.js.map +1 -1
- package/esm/src/models/aitopicsummary.d.ts +1 -1
- package/esm/src/models/aitopicsummary.d.ts.map +1 -1
- package/esm/src/models/aitopicsummary.js.map +1 -1
- package/esm/src/models/allaccessibleportals.d.ts +1 -1
- package/esm/src/models/allaccessibleportals.d.ts.map +1 -1
- package/esm/src/models/allaccessibleportals.js +2 -1
- package/esm/src/models/allaccessibleportals.js.map +1 -1
- package/esm/src/models/answersrequest.d.ts +16 -25
- package/esm/src/models/answersrequest.d.ts.map +1 -1
- package/esm/src/models/answersrequest.js +11 -25
- package/esm/src/models/answersrequest.js.map +1 -1
- package/esm/src/models/answersresponse.d.ts +28 -7
- package/esm/src/models/answersresponse.d.ts.map +1 -1
- package/esm/src/models/answersresponse.js +8 -0
- package/esm/src/models/answersresponse.js.map +1 -1
- package/esm/src/models/article.d.ts +2 -2
- package/esm/src/models/article.d.ts.map +1 -1
- package/esm/src/models/article.js +3 -4
- package/esm/src/models/article.js.map +1 -1
- package/esm/src/models/articleadditionalattributes.d.ts +36 -2
- package/esm/src/models/articleadditionalattributes.d.ts.map +1 -1
- package/esm/src/models/articleadditionalattributes.js +17 -0
- package/esm/src/models/articleadditionalattributes.js.map +1 -1
- package/esm/src/models/articleaisearchresult.d.ts +48 -9
- package/esm/src/models/articleaisearchresult.d.ts.map +1 -1
- package/esm/src/models/articleaisearchresult.js +17 -1
- package/esm/src/models/articleaisearchresult.js.map +1 -1
- package/esm/src/models/articleattachment.d.ts +14 -3
- package/esm/src/models/articleattachment.d.ts.map +1 -1
- package/esm/src/models/articleattachment.js +7 -2
- package/esm/src/models/articleattachment.js.map +1 -1
- package/esm/src/models/articleresult.d.ts +1 -1
- package/esm/src/models/articleresult.d.ts.map +1 -1
- package/esm/src/models/articleresult.js +1 -1
- package/esm/src/models/articleresult.js.map +1 -1
- package/esm/src/models/articleresultadditionalattributes.d.ts +34 -2
- package/esm/src/models/articleresultadditionalattributes.d.ts.map +1 -1
- package/esm/src/models/articleresultadditionalattributes.js +16 -0
- package/esm/src/models/articleresultadditionalattributes.js.map +1 -1
- package/esm/src/models/articleresults.d.ts +1 -1
- package/esm/src/models/articleresults.d.ts.map +1 -1
- package/esm/src/models/articleresults.js.map +1 -1
- package/esm/src/models/articletype.d.ts +2 -7
- package/esm/src/models/articletype.d.ts.map +1 -1
- package/esm/src/models/articletype.js +2 -16
- package/esm/src/models/articletype.js.map +1 -1
- package/esm/src/models/attachmentforcreatesuggestion.d.ts +1 -1
- package/esm/src/models/attachmentforcreatesuggestion.d.ts.map +1 -1
- package/esm/src/models/attachmentforcreatesuggestion.js.map +1 -1
- package/esm/src/models/bookmarkstatus.d.ts +1 -1
- package/esm/src/models/bookmarkstatus.d.ts.map +1 -1
- package/esm/src/models/bookmarkstatus.js +1 -1
- package/esm/src/models/bookmarkstatus.js.map +1 -1
- package/esm/src/models/complianceforarticle.d.ts +3 -3
- package/esm/src/models/complianceforarticle.d.ts.map +1 -1
- package/esm/src/models/complianceforarticle.js +8 -5
- package/esm/src/models/complianceforarticle.js.map +1 -1
- package/esm/src/models/createdby.d.ts +1 -1
- package/esm/src/models/createdby.d.ts.map +1 -1
- package/esm/src/models/createdby.js.map +1 -1
- package/esm/src/models/createsuggestion.d.ts +69 -6
- package/esm/src/models/createsuggestion.d.ts.map +1 -1
- package/esm/src/models/createsuggestion.js +31 -2
- package/esm/src/models/createsuggestion.js.map +1 -1
- package/esm/src/models/customattribute.d.ts +18 -3
- package/esm/src/models/customattribute.d.ts.map +1 -1
- package/esm/src/models/customattribute.js +6 -0
- package/esm/src/models/customattribute.js.map +1 -1
- package/esm/src/models/department.d.ts +1 -1
- package/esm/src/models/department.d.ts.map +1 -1
- package/esm/src/models/department.js.map +1 -1
- package/esm/src/models/edition.d.ts +2 -2
- package/esm/src/models/edition.d.ts.map +1 -1
- package/esm/src/models/edition.js +1 -2
- package/esm/src/models/edition.js.map +1 -1
- package/esm/src/models/errors/sdkvalidationerror.d.ts +1 -1
- package/esm/src/models/errors/sdkvalidationerror.d.ts.map +1 -1
- package/esm/src/models/errors/sdkvalidationerror.js +2 -49
- package/esm/src/models/errors/sdkvalidationerror.js.map +1 -1
- package/esm/src/models/folderbreadcrumb.d.ts +1 -1
- package/esm/src/models/folderbreadcrumb.d.ts.map +1 -1
- package/esm/src/models/folderbreadcrumb.js.map +1 -1
- package/esm/src/models/foldersummary.d.ts +1 -1
- package/esm/src/models/foldersummary.d.ts.map +1 -1
- package/esm/src/models/foldersummary.js +1 -1
- package/esm/src/models/foldersummary.js.map +1 -1
- package/esm/src/models/getannouncementarticlesop.d.ts +8 -9
- package/esm/src/models/getannouncementarticlesop.d.ts.map +1 -1
- package/esm/src/models/getannouncementarticlesop.js +12 -10
- package/esm/src/models/getannouncementarticlesop.js.map +1 -1
- package/esm/src/models/getarticlebyidop.d.ts +77 -11
- package/esm/src/models/getarticlebyidop.d.ts.map +1 -1
- package/esm/src/models/getarticlebyidop.js +31 -62
- package/esm/src/models/getarticlebyidop.js.map +1 -1
- package/esm/src/models/getbestanswerop.d.ts +1 -9
- package/esm/src/models/getbestanswerop.d.ts.map +1 -1
- package/esm/src/models/getbestanswerop.js +3 -16
- package/esm/src/models/getbestanswerop.js.map +1 -1
- package/esm/src/models/getmyportalsop.d.ts +4 -10
- package/esm/src/models/getmyportalsop.d.ts.map +1 -1
- package/esm/src/models/getmyportalsop.js +9 -10
- package/esm/src/models/getmyportalsop.js.map +1 -1
- package/esm/src/models/getpopulararticlesop.d.ts +8 -9
- package/esm/src/models/getpopulararticlesop.d.ts.map +1 -1
- package/esm/src/models/getpopulararticlesop.js +12 -10
- package/esm/src/models/getpopulararticlesop.js.map +1 -1
- package/esm/src/models/l10nstring.d.ts +1 -1
- package/esm/src/models/l10nstring.d.ts.map +1 -1
- package/esm/src/models/l10nstring.js.map +1 -1
- package/esm/src/models/languagecode.d.ts +69 -2
- package/esm/src/models/languagecode.d.ts.map +1 -1
- package/esm/src/models/languagecode.js +32 -0
- package/esm/src/models/languagecode.js.map +1 -1
- package/esm/src/models/languagecodeparameter.d.ts +90 -5
- package/esm/src/models/languagecodeparameter.d.ts.map +1 -1
- package/esm/src/models/languagecodeparameter.js +45 -4
- package/esm/src/models/languagecodeparameter.js.map +1 -1
- package/esm/src/models/languagequeryparameter.d.ts +90 -5
- package/esm/src/models/languagequeryparameter.d.ts.map +1 -1
- package/esm/src/models/languagequeryparameter.js +45 -4
- package/esm/src/models/languagequeryparameter.js.map +1 -1
- package/esm/src/models/link.d.ts +1 -1
- package/esm/src/models/link.d.ts.map +1 -1
- package/esm/src/models/link.js.map +1 -1
- package/esm/src/models/makesuggestionop.d.ts +4 -9
- package/esm/src/models/makesuggestionop.d.ts.map +1 -1
- package/esm/src/models/makesuggestionop.js +3 -7
- package/esm/src/models/makesuggestionop.js.map +1 -1
- package/esm/src/models/mandatorylanguagequeryparameter.d.ts +90 -5
- package/esm/src/models/mandatorylanguagequeryparameter.d.ts.map +1 -1
- package/esm/src/models/mandatorylanguagequeryparameter.js +45 -4
- package/esm/src/models/mandatorylanguagequeryparameter.js.map +1 -1
- package/esm/src/models/milestone.d.ts +1 -1
- package/esm/src/models/milestone.d.ts.map +1 -1
- package/esm/src/models/milestone.js.map +1 -1
- package/esm/src/models/milestonename.d.ts +1 -1
- package/esm/src/models/milestonename.d.ts.map +1 -1
- package/esm/src/models/milestonename.js.map +1 -1
- package/esm/src/models/modifiedby.d.ts +1 -1
- package/esm/src/models/modifiedby.d.ts.map +1 -1
- package/esm/src/models/modifiedby.js.map +1 -1
- package/esm/src/models/order.d.ts +10 -2
- package/esm/src/models/order.d.ts.map +1 -1
- package/esm/src/models/order.js +4 -0
- package/esm/src/models/order.js.map +1 -1
- package/esm/src/models/ownedby.d.ts +1 -1
- package/esm/src/models/ownedby.d.ts.map +1 -1
- package/esm/src/models/ownedby.js +1 -2
- package/esm/src/models/ownedby.js.map +1 -1
- package/esm/src/models/paginationinfo.d.ts +1 -1
- package/esm/src/models/paginationinfo.d.ts.map +1 -1
- package/esm/src/models/paginationinfo.js +3 -3
- package/esm/src/models/paginationinfo.js.map +1 -1
- package/esm/src/models/personalization.d.ts +4 -4
- package/esm/src/models/personalization.d.ts.map +1 -1
- package/esm/src/models/personalization.js +1 -2
- package/esm/src/models/personalization.js.map +1 -1
- package/esm/src/models/publishview.d.ts +2 -2
- package/esm/src/models/publishview.d.ts.map +1 -1
- package/esm/src/models/publishview.js.map +1 -1
- package/esm/src/models/referenceresponse.d.ts +30 -5
- package/esm/src/models/referenceresponse.d.ts.map +1 -1
- package/esm/src/models/referenceresponse.js +12 -1
- package/esm/src/models/referenceresponse.js.map +1 -1
- package/esm/src/models/requiredlanguagecode.d.ts +71 -2
- package/esm/src/models/requiredlanguagecode.d.ts.map +1 -1
- package/esm/src/models/requiredlanguagecode.js +33 -0
- package/esm/src/models/requiredlanguagecode.js.map +1 -1
- package/esm/src/models/retrievechunksop.d.ts +1 -9
- package/esm/src/models/retrievechunksop.d.ts.map +1 -1
- package/esm/src/models/retrievechunksop.js +1 -15
- package/esm/src/models/retrievechunksop.js.map +1 -1
- package/esm/src/models/retrieverequest.d.ts +15 -4
- package/esm/src/models/retrieverequest.d.ts.map +1 -1
- package/esm/src/models/retrieverequest.js +4 -0
- package/esm/src/models/retrieverequest.js.map +1 -1
- package/esm/src/models/retrieveresponse.d.ts +27 -8
- package/esm/src/models/retrieveresponse.d.ts.map +1 -1
- package/esm/src/models/retrieveresponse.js +8 -1
- package/esm/src/models/retrieveresponse.js.map +1 -1
- package/esm/src/models/schemaslink.d.ts +1 -1
- package/esm/src/models/schemaslink.d.ts.map +1 -1
- package/esm/src/models/schemaslink.js.map +1 -1
- package/esm/src/models/schemastags.d.ts +1 -1
- package/esm/src/models/schemastags.d.ts.map +1 -1
- package/esm/src/models/schemastags.js.map +1 -1
- package/esm/src/models/searchresult.d.ts +40 -5
- package/esm/src/models/searchresult.d.ts.map +1 -1
- package/esm/src/models/searchresult.js +19 -0
- package/esm/src/models/searchresult.js.map +1 -1
- package/esm/src/models/security.d.ts +5 -2
- package/esm/src/models/security.d.ts.map +1 -1
- package/esm/src/models/security.js +5 -3
- package/esm/src/models/security.js.map +1 -1
- package/esm/src/models/shorturl.d.ts +1 -1
- package/esm/src/models/shorturl.d.ts.map +1 -1
- package/esm/src/models/shorturl.js +1 -2
- package/esm/src/models/shorturl.js.map +1 -1
- package/esm/src/models/sortidnamedepartment.d.ts +12 -2
- package/esm/src/models/sortidnamedepartment.d.ts.map +1 -1
- package/esm/src/models/sortidnamedepartment.js +5 -0
- package/esm/src/models/sortidnamedepartment.js.map +1 -1
- package/esm/src/models/stage.d.ts +1 -1
- package/esm/src/models/stage.d.ts.map +1 -1
- package/esm/src/models/stage.js +1 -2
- package/esm/src/models/stage.js.map +1 -1
- package/esm/src/models/structuredauthoringfields.d.ts +1 -1
- package/esm/src/models/structuredauthoringfields.d.ts.map +1 -1
- package/esm/src/models/structuredauthoringfields.js.map +1 -1
- package/esm/src/models/tag.d.ts +1 -1
- package/esm/src/models/tag.d.ts.map +1 -1
- package/esm/src/models/tag.js.map +1 -1
- package/esm/src/models/tagcategory.d.ts +1 -1
- package/esm/src/models/tagcategory.d.ts.map +1 -1
- package/esm/src/models/tagcategory.js.map +1 -1
- package/esm/src/models/taggroup.d.ts +1 -1
- package/esm/src/models/taggroup.d.ts.map +1 -1
- package/esm/src/models/taggroup.js +1 -2
- package/esm/src/models/taggroup.js.map +1 -1
- package/esm/src/models/taggroups.d.ts +1 -1
- package/esm/src/models/taggroups.d.ts.map +1 -1
- package/esm/src/models/taggroups.js.map +1 -1
- package/esm/src/models/tags.d.ts +1 -1
- package/esm/src/models/tags.d.ts.map +1 -1
- package/esm/src/models/tags.js.map +1 -1
- package/esm/src/models/topicbreadcrumb.d.ts +1 -1
- package/esm/src/models/topicbreadcrumb.d.ts.map +1 -1
- package/esm/src/models/topicbreadcrumb.js.map +1 -1
- package/esm/src/models/topicsummary.d.ts +1 -1
- package/esm/src/models/topicsummary.d.ts.map +1 -1
- package/esm/src/models/topicsummary.js.map +1 -1
- package/esm/src/models/workflow.d.ts +1 -1
- package/esm/src/models/workflow.d.ts.map +1 -1
- package/esm/src/models/workflow.js +1 -2
- package/esm/src/models/workflow.js.map +1 -1
- package/esm/src/models/workflowmilestone.d.ts +12 -2
- package/esm/src/models/workflowmilestone.d.ts.map +1 -1
- package/esm/src/models/workflowmilestone.js +5 -0
- package/esm/src/models/workflowmilestone.js.map +1 -1
- package/esm/src/models/wserrorcommon.d.ts +2 -2
- package/esm/src/models/wserrorcommon.d.ts.map +1 -1
- package/esm/src/models/wserrorcommon.js +1 -2
- package/esm/src/models/wserrorcommon.js.map +1 -1
- package/esm/src/tool-names.d.ts +5 -0
- package/esm/src/tool-names.d.ts.map +1 -0
- package/esm/src/tool-names.js +36 -0
- package/esm/src/tool-names.js.map +1 -0
- package/esm/src/types/bigint.d.ts +6 -0
- package/esm/src/types/bigint.d.ts.map +1 -0
- package/esm/src/types/bigint.js +87 -0
- package/esm/src/types/bigint.js.map +1 -0
- package/esm/worker-configuration.d.ts +1 -0
- package/esm/worker-configuration.d.ts.map +1 -1
- package/manifest.json +78 -51
- package/package.json +11 -7
- package/src/cloudflare-worker/cloudflare-worker.ts +22 -9
- package/src/funcs/{querySearch.ts → aiSearch.ts} +49 -2
- package/src/funcs/{getAnnouncements.ts → getAnnouncementArticles.ts} +67 -10
- package/src/funcs/{getArticle.ts → getArticleById.ts} +58 -1
- package/src/funcs/{queryAnswers.ts → getBestAnswer.ts} +52 -14
- package/src/funcs/{getPortals.ts → getMyPortals.ts} +35 -2
- package/src/funcs/getPopularArticles.ts +68 -8
- package/src/funcs/makeSuggestion.ts +67 -9
- package/src/funcs/{queryRetrieve.ts → retrieveChunks.ts} +50 -15
- package/src/hooks/auth-hook.ts +3 -63
- package/src/hooks/registration.ts +3 -18
- package/src/landing-page.ts +1084 -0
- package/src/lib/base64.ts +2 -2
- package/src/lib/config.ts +5 -5
- package/src/lib/encodings.ts +12 -3
- package/src/lib/matchers.ts +5 -1
- package/src/lib/schemas.ts +10 -22
- package/src/lib/sdks.ts +2 -2
- package/src/lib/security.ts +21 -0
- package/src/mcp-server/cli/start/command.ts +31 -0
- package/src/mcp-server/cli/start/impl.ts +118 -31
- package/src/mcp-server/extensions.ts +6 -4
- package/src/mcp-server/flags.ts +21 -0
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/prompts.ts +9 -19
- package/src/mcp-server/server.ts +22 -16
- package/src/mcp-server/tools/aiSearch.ts +92 -0
- package/src/mcp-server/tools/getAnnouncementArticles.ts +90 -0
- package/src/mcp-server/tools/getArticleById.ts +99 -0
- package/src/mcp-server/tools/getBestAnswer.ts +94 -0
- package/src/mcp-server/tools/{getPortals.ts → getMyPortals.ts} +39 -5
- package/src/mcp-server/tools/getPopularArticles.ts +40 -0
- package/src/mcp-server/tools/makeSuggestion.ts +44 -0
- package/src/mcp-server/tools/retrieveChunks.ts +89 -0
- package/src/mcp-server/tools.ts +300 -46
- package/src/models/acceptlanguage.ts +21 -8
- package/src/models/accessibleportal.ts +9 -11
- package/src/models/additionalsnippets.ts +25 -18
- package/src/models/aisearchop.ts +14 -37
- package/src/models/aisearchresponse.ts +7 -13
- package/src/models/aispaginationinfo.ts +7 -10
- package/src/models/aitopicbreadcrumb.ts +4 -7
- package/src/models/aitopicsummary.ts +1 -5
- package/src/models/allaccessibleportals.ts +5 -8
- package/src/models/answersrequest.ts +22 -58
- package/src/models/answersresponse.ts +30 -24
- package/src/models/article.ts +39 -40
- package/src/models/articleadditionalattributes.ts +22 -4
- package/src/models/articleaisearchresult.ts +70 -52
- package/src/models/articleattachment.ts +18 -15
- package/src/models/articleresult.ts +2 -6
- package/src/models/articleresultadditionalattributes.ts +43 -0
- package/src/models/articleresults.ts +1 -5
- package/src/models/articletype.ts +4 -25
- package/src/models/attachmentforcreatesuggestion.ts +1 -3
- package/src/models/bookmarkstatus.ts +2 -6
- package/src/models/complianceforarticle.ts +13 -22
- package/src/models/createdby.ts +7 -8
- package/src/models/createsuggestion.ts +54 -31
- package/src/models/customattribute.ts +13 -7
- package/src/models/department.ts +1 -5
- package/src/models/edition.ts +8 -13
- package/src/models/errors/sdkvalidationerror.ts +2 -57
- package/src/models/folderbreadcrumb.ts +5 -7
- package/src/models/foldersummary.ts +2 -6
- package/src/models/getannouncementarticlesop.ts +34 -23
- package/src/models/getarticlebyidop.ts +91 -95
- package/src/models/getbestanswerop.ts +16 -48
- package/src/models/getmyportalsop.ts +29 -44
- package/src/models/getpopulararticlesop.ts +34 -23
- package/src/models/l10nstring.ts +1 -5
- package/src/models/languagecode.ts +38 -2
- package/src/models/languagecodeparameter.ts +48 -10
- package/src/models/languagequeryparameter.ts +48 -10
- package/src/models/link.ts +1 -1
- package/src/models/makesuggestionop.ts +20 -30
- package/src/models/mandatorylanguagequeryparameter.ts +50 -10
- package/src/models/milestone.ts +3 -4
- package/src/models/milestonename.ts +1 -5
- package/src/models/modifiedby.ts +1 -5
- package/src/models/order.ts +7 -2
- package/src/models/ownedby.ts +7 -8
- package/src/models/paginationinfo.ts +4 -8
- package/src/models/personalization.ts +6 -19
- package/src/models/publishview.ts +2 -8
- package/src/models/referenceresponse.ts +34 -20
- package/src/models/requiredlanguagecode.ts +39 -4
- package/src/models/retrievechunksop.ts +16 -48
- package/src/models/retrieverequest.ts +12 -10
- package/src/models/retrieveresponse.ts +34 -28
- package/src/models/schemaslink.ts +1 -5
- package/src/models/schemastags.ts +1 -5
- package/src/models/searchresult.ts +34 -8
- package/src/models/security.ts +14 -7
- package/src/models/shorturl.ts +6 -7
- package/src/models/sortidnamedepartment.ts +8 -4
- package/src/models/stage.ts +4 -5
- package/src/models/structuredauthoringfields.ts +1 -3
- package/src/models/tag.ts +1 -1
- package/src/models/tagcategory.ts +1 -5
- package/src/models/taggroup.ts +4 -5
- package/src/models/taggroups.ts +3 -4
- package/src/models/tags.ts +1 -1
- package/src/models/topicbreadcrumb.ts +1 -5
- package/src/models/topicsummary.ts +1 -5
- package/src/models/workflow.ts +3 -4
- package/src/models/workflowmilestone.ts +8 -2
- package/src/models/wserrorcommon.ts +5 -10
- package/src/tool-names.ts +35 -0
- package/src/types/bigint.ts +87 -0
- package/tsconfig.json +0 -1
- package/worker-configuration.d.ts +2 -2
- package/worker-configuration.ts +1 -0
- package/src/cloudflare-worker/landing-page.ts +0 -337
- package/src/hooks/portal-cache-hook.ts +0 -505
- package/src/hooks/portal-lookup-hook.ts +0 -429
- package/src/mcp-server/tools/getAnnouncements.ts +0 -53
- package/src/mcp-server/tools/getArticle.ts +0 -56
- package/src/mcp-server/tools/queryAnswers.ts +0 -57
- package/src/mcp-server/tools/queryRetrieve.ts +0 -55
- package/src/mcp-server/tools/querySearch.ts +0 -44
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"personalization.d.ts","sourceRoot":"","sources":["../../../src/models/personalization.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,WAAW,EAAyB,MAAM,kBAAkB,CAAC;AACtE,OAAO,EAAE,WAAW,EAAyB,MAAM,kBAAkB,CAAC;AAEtE,MAAM,MAAM,UAAU,GAAG;IAAE,WAAW,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC,GAAG,SAAS,CAAA;CAAE,CAAC;AAE1E,eAAO,MAAM,oBAAoB,EAAE,CAAC,CAAC,OAAO,
|
|
1
|
+
{"version":3,"file":"personalization.d.ts","sourceRoot":"","sources":["../../../src/models/personalization.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,WAAW,EAAyB,MAAM,kBAAkB,CAAC;AACtE,OAAO,EAAE,WAAW,EAAyB,MAAM,kBAAkB,CAAC;AAEtE,MAAM,MAAM,UAAU,GAAG;IAAE,WAAW,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC,GAAG,SAAS,CAAA;CAAE,CAAC;AAE1E,eAAO,MAAM,oBAAoB,EAAE,CAAC,CAAC,OAAO,CAAC,UAAU,CAErD,CAAC;AAEH,MAAM,MAAM,OAAO,GAAG;IAAE,WAAW,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC,GAAG,SAAS,CAAA;CAAE,CAAC;AAEvE,eAAO,MAAM,iBAAiB,EAAE,CAAC,CAAC,OAAO,CAAC,OAAO,CAE/C,CAAC;AAEH,MAAM,MAAM,YAAY,GAAG;IAAE,WAAW,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC,GAAG,SAAS,CAAA;CAAE,CAAC;AAE5E,eAAO,MAAM,sBAAsB,EAAE,CAAC,CAAC,OAAO,CAAC,YAAY,CAEzD,CAAC;AAEH;;GAEG;AACH,MAAM,MAAM,eAAe,GAAG;IAC5B,UAAU,CAAC,EAAE,UAAU,GAAG,SAAS,CAAC;IACpC,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC9B,YAAY,CAAC,EAAE,YAAY,GAAG,SAAS,CAAC;CACzC,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,CAAC,CAAC,OAAO,CAAC,eAAe,CAMhE,CAAC"}
|
|
@@ -7,8 +7,7 @@ import { TagCategory$zodSchema } from "./tagcategory.js";
|
|
|
7
7
|
export const AccessTags$zodSchema = z.object({
|
|
8
8
|
tagCategory: z.array(TagCategory$zodSchema).optional(),
|
|
9
9
|
});
|
|
10
|
-
export const Filters$zodSchema = z
|
|
11
|
-
.object({
|
|
10
|
+
export const Filters$zodSchema = z.object({
|
|
12
11
|
tagCategory: z.array(TagCategory$zodSchema).optional(),
|
|
13
12
|
});
|
|
14
13
|
export const PublishViews$zodSchema = z.object({
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"personalization.js","sourceRoot":"","sources":["../../../src/models/personalization.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAe,qBAAqB,EAAE,MAAM,kBAAkB,CAAC;AACtE,OAAO,EAAe,qBAAqB,EAAE,MAAM,kBAAkB,CAAC;AAItE,MAAM,CAAC,MAAM,oBAAoB,
|
|
1
|
+
{"version":3,"file":"personalization.js","sourceRoot":"","sources":["../../../src/models/personalization.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAe,qBAAqB,EAAE,MAAM,kBAAkB,CAAC;AACtE,OAAO,EAAe,qBAAqB,EAAE,MAAM,kBAAkB,CAAC;AAItE,MAAM,CAAC,MAAM,oBAAoB,GAA0B,CAAC,CAAC,MAAM,CAAC;IAClE,WAAW,EAAE,CAAC,CAAC,KAAK,CAAC,qBAAqB,CAAC,CAAC,QAAQ,EAAE;CACvD,CAAC,CAAC;AAIH,MAAM,CAAC,MAAM,iBAAiB,GAAuB,CAAC,CAAC,MAAM,CAAC;IAC5D,WAAW,EAAE,CAAC,CAAC,KAAK,CAAC,qBAAqB,CAAC,CAAC,QAAQ,EAAE;CACvD,CAAC,CAAC;AAIH,MAAM,CAAC,MAAM,sBAAsB,GAA4B,CAAC,CAAC,MAAM,CAAC;IACtE,WAAW,EAAE,CAAC,CAAC,KAAK,CAAC,qBAAqB,CAAC,CAAC,QAAQ,EAAE;CACvD,CAAC,CAAC;AAWH,MAAM,CAAC,MAAM,yBAAyB,GAA+B,CAAC,CAAC,MAAM,CAAC;IAC5E,UAAU,EAAE,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,oBAAoB,CAAC,CAAC,QAAQ,EAAE;IACzD,OAAO,EAAE,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,iBAAiB,CAAC,CAAC,QAAQ,EAAE;IACnD,YAAY,EAAE,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,sBAAsB,CAAC,CAAC,QAAQ,EAAE;CAC9D,CAAC,CAAC,QAAQ,CACT,kHAAkH,CACnH,CAAC"}
|
|
@@ -3,11 +3,11 @@ import { TagCategory } from "./tagcategory.js";
|
|
|
3
3
|
export type PublishViewTagCategory = {
|
|
4
4
|
tagCategory?: Array<TagCategory> | undefined;
|
|
5
5
|
};
|
|
6
|
-
export declare const PublishViewTagCategory$zodSchema: z.ZodType<PublishViewTagCategory
|
|
6
|
+
export declare const PublishViewTagCategory$zodSchema: z.ZodType<PublishViewTagCategory>;
|
|
7
7
|
export type PublishView = {
|
|
8
8
|
name?: string | undefined;
|
|
9
9
|
id?: string | undefined;
|
|
10
10
|
tagCategories?: Array<PublishViewTagCategory> | undefined;
|
|
11
11
|
};
|
|
12
|
-
export declare const PublishView$zodSchema: z.ZodType<PublishView
|
|
12
|
+
export declare const PublishView$zodSchema: z.ZodType<PublishView>;
|
|
13
13
|
//# sourceMappingURL=publishview.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"publishview.d.ts","sourceRoot":"","sources":["../../../src/models/publishview.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,WAAW,EAAyB,MAAM,kBAAkB,CAAC;AAEtE,MAAM,MAAM,sBAAsB,GAAG;IACnC,WAAW,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC;CAC9C,CAAC;AAEF,eAAO,MAAM,gCAAgC,EAAE,CAAC,CAAC,OAAO,CACtD,sBAAsB,
|
|
1
|
+
{"version":3,"file":"publishview.d.ts","sourceRoot":"","sources":["../../../src/models/publishview.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,WAAW,EAAyB,MAAM,kBAAkB,CAAC;AAEtE,MAAM,MAAM,sBAAsB,GAAG;IACnC,WAAW,CAAC,EAAE,KAAK,CAAC,WAAW,CAAC,GAAG,SAAS,CAAC;CAC9C,CAAC;AAEF,eAAO,MAAM,gCAAgC,EAAE,CAAC,CAAC,OAAO,CACtD,sBAAsB,CAGtB,CAAC;AAEH,MAAM,MAAM,WAAW,GAAG;IACxB,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACxB,aAAa,CAAC,EAAE,KAAK,CAAC,sBAAsB,CAAC,GAAG,SAAS,CAAC;CAC3D,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,CAAC,CAAC,OAAO,CAAC,WAAW,CAKvD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"publishview.js","sourceRoot":"","sources":["../../../src/models/publishview.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAe,qBAAqB,EAAE,MAAM,kBAAkB,CAAC;AAMtE,MAAM,CAAC,MAAM,gCAAgC,
|
|
1
|
+
{"version":3,"file":"publishview.js","sourceRoot":"","sources":["../../../src/models/publishview.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAe,qBAAqB,EAAE,MAAM,kBAAkB,CAAC;AAMtE,MAAM,CAAC,MAAM,gCAAgC,GAEzC,CAAC,CAAC,MAAM,CAAC;IACX,WAAW,EAAE,CAAC,CAAC,KAAK,CAAC,qBAAqB,CAAC,CAAC,QAAQ,EAAE;CACvD,CAAC,CAAC;AAQH,MAAM,CAAC,MAAM,qBAAqB,GAA2B,CAAC,CAAC,MAAM,CAAC;IACpE,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACzB,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC3B,aAAa,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,gCAAgC,CAAC,CAAC;SACnE,QAAQ,EAAE;CACd,CAAC,CAAC"}
|
|
@@ -1,15 +1,40 @@
|
|
|
1
1
|
import * as z from "zod";
|
|
2
|
+
import { ClosedEnum } from "../types/enums.js";
|
|
2
3
|
import { AITopicBreadcrumb } from "./aitopicbreadcrumb.js";
|
|
3
4
|
/**
|
|
4
5
|
* Format of the source document (HTML, DOCX, PPTX, or PDF).
|
|
5
6
|
*/
|
|
6
|
-
export declare const ReferenceResponseDocType
|
|
7
|
-
|
|
7
|
+
export declare const ReferenceResponseDocType: {
|
|
8
|
+
readonly Html: "HTML";
|
|
9
|
+
readonly Docx: "DOCX";
|
|
10
|
+
readonly Pdf: "PDF";
|
|
11
|
+
readonly Pptx: "PPTX";
|
|
12
|
+
};
|
|
13
|
+
/**
|
|
14
|
+
* Format of the source document (HTML, DOCX, PPTX, or PDF).
|
|
15
|
+
*/
|
|
16
|
+
export type ReferenceResponseDocType = ClosedEnum<typeof ReferenceResponseDocType>;
|
|
17
|
+
export declare const ReferenceResponseDocType$zodSchema: z.ZodEnum<{
|
|
18
|
+
HTML: "HTML";
|
|
19
|
+
DOCX: "DOCX";
|
|
20
|
+
PDF: "PDF";
|
|
21
|
+
PPTX: "PPTX";
|
|
22
|
+
}>;
|
|
23
|
+
/**
|
|
24
|
+
* Source Type
|
|
25
|
+
*/
|
|
26
|
+
export declare const ReferenceResponseSource: {
|
|
27
|
+
readonly EGainArticle: "eGain Article";
|
|
28
|
+
readonly EGainAttachment: "eGain Attachment";
|
|
29
|
+
};
|
|
8
30
|
/**
|
|
9
31
|
* Source Type
|
|
10
32
|
*/
|
|
11
|
-
export
|
|
12
|
-
export
|
|
33
|
+
export type ReferenceResponseSource = ClosedEnum<typeof ReferenceResponseSource>;
|
|
34
|
+
export declare const ReferenceResponseSource$zodSchema: z.ZodEnum<{
|
|
35
|
+
"eGain Article": "eGain Article";
|
|
36
|
+
"eGain Attachment": "eGain Attachment";
|
|
37
|
+
}>;
|
|
13
38
|
/**
|
|
14
39
|
* One document used in generated response
|
|
15
40
|
*/
|
|
@@ -21,5 +46,5 @@ export type ReferenceResponse = {
|
|
|
21
46
|
source: ReferenceResponseSource;
|
|
22
47
|
topicBreadcrumb?: Array<AITopicBreadcrumb> | undefined;
|
|
23
48
|
};
|
|
24
|
-
export declare const ReferenceResponse$zodSchema: z.ZodType<ReferenceResponse
|
|
49
|
+
export declare const ReferenceResponse$zodSchema: z.ZodType<ReferenceResponse>;
|
|
25
50
|
//# sourceMappingURL=referenceresponse.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"referenceresponse.d.ts","sourceRoot":"","sources":["../../../src/models/referenceresponse.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EACL,iBAAiB,EAElB,MAAM,wBAAwB,CAAC;AAEhC;;GAEG;AACH,eAAO,MAAM,
|
|
1
|
+
{"version":3,"file":"referenceresponse.d.ts","sourceRoot":"","sources":["../../../src/models/referenceresponse.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAC/C,OAAO,EACL,iBAAiB,EAElB,MAAM,wBAAwB,CAAC;AAEhC;;GAEG;AACH,eAAO,MAAM,wBAAwB;;;;;CAK3B,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,wBAAwB,GAAG,UAAU,CAC/C,OAAO,wBAAwB,CAChC,CAAC;AAEF,eAAO,MAAM,kCAAkC;;;;;EAKyB,CAAC;AAEzE;;GAEG;AACH,eAAO,MAAM,uBAAuB;;;CAG1B,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,uBAAuB,GAAG,UAAU,CAC9C,OAAO,uBAAuB,CAC/B,CAAC;AAEF,eAAO,MAAM,iCAAiC;;;EAGpB,CAAC;AAE3B;;GAEG;AACH,MAAM,MAAM,iBAAiB,GAAG;IAC9B,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,OAAO,EAAE,wBAAwB,CAAC;IAClC,MAAM,EAAE,uBAAuB,CAAC;IAChC,eAAe,CAAC,EAAE,KAAK,CAAC,iBAAiB,CAAC,GAAG,SAAS,CAAC;CACxD,CAAC;AAEF,eAAO,MAAM,2BAA2B,EAAE,CAAC,CAAC,OAAO,CAAC,iBAAiB,CAQb,CAAC"}
|
|
@@ -6,6 +6,12 @@ import { AITopicBreadcrumb$zodSchema, } from "./aitopicbreadcrumb.js";
|
|
|
6
6
|
/**
|
|
7
7
|
* Format of the source document (HTML, DOCX, PPTX, or PDF).
|
|
8
8
|
*/
|
|
9
|
+
export const ReferenceResponseDocType = {
|
|
10
|
+
Html: "HTML",
|
|
11
|
+
Docx: "DOCX",
|
|
12
|
+
Pdf: "PDF",
|
|
13
|
+
Pptx: "PPTX",
|
|
14
|
+
};
|
|
9
15
|
export const ReferenceResponseDocType$zodSchema = z.enum([
|
|
10
16
|
"HTML",
|
|
11
17
|
"DOCX",
|
|
@@ -15,11 +21,16 @@ export const ReferenceResponseDocType$zodSchema = z.enum([
|
|
|
15
21
|
/**
|
|
16
22
|
* Source Type
|
|
17
23
|
*/
|
|
24
|
+
export const ReferenceResponseSource = {
|
|
25
|
+
EGainArticle: "eGain Article",
|
|
26
|
+
EGainAttachment: "eGain Attachment",
|
|
27
|
+
};
|
|
18
28
|
export const ReferenceResponseSource$zodSchema = z.enum([
|
|
19
29
|
"eGain Article",
|
|
20
30
|
"eGain Attachment",
|
|
21
31
|
]).describe("Source Type");
|
|
22
|
-
export const ReferenceResponse$zodSchema = z
|
|
32
|
+
export const ReferenceResponse$zodSchema = z
|
|
33
|
+
.object({
|
|
23
34
|
docName: z.string().optional(),
|
|
24
35
|
docType: ReferenceResponseDocType$zodSchema,
|
|
25
36
|
id: z.string(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"referenceresponse.js","sourceRoot":"","sources":["../../../src/models/referenceresponse.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"referenceresponse.js","sourceRoot":"","sources":["../../../src/models/referenceresponse.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,OAAO,EAEL,2BAA2B,GAC5B,MAAM,wBAAwB,CAAC;AAEhC;;GAEG;AACH,MAAM,CAAC,MAAM,wBAAwB,GAAG;IACtC,IAAI,EAAE,MAAM;IACZ,IAAI,EAAE,MAAM;IACZ,GAAG,EAAE,KAAK;IACV,IAAI,EAAE,MAAM;CACJ,CAAC;AAQX,MAAM,CAAC,MAAM,kCAAkC,GAAG,CAAC,CAAC,IAAI,CAAC;IACvD,MAAM;IACN,MAAM;IACN,KAAK;IACL,MAAM;CACP,CAAC,CAAC,QAAQ,CAAC,2DAA2D,CAAC,CAAC;AAEzE;;GAEG;AACH,MAAM,CAAC,MAAM,uBAAuB,GAAG;IACrC,YAAY,EAAE,eAAe;IAC7B,eAAe,EAAE,kBAAkB;CAC3B,CAAC;AAQX,MAAM,CAAC,MAAM,iCAAiC,GAAG,CAAC,CAAC,IAAI,CAAC;IACtD,eAAe;IACf,kBAAkB;CACnB,CAAC,CAAC,QAAQ,CAAC,aAAa,CAAC,CAAC;AAc3B,MAAM,CAAC,MAAM,2BAA2B,GAAiC,CAAC;KACvE,MAAM,CAAC;IACN,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC9B,OAAO,EAAE,kCAAkC;IAC3C,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE;IACd,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE;IAChB,MAAM,EAAE,iCAAiC;IACzC,eAAe,EAAE,CAAC,CAAC,KAAK,CAAC,2BAA2B,CAAC,CAAC,QAAQ,EAAE;CACjE,CAAC,CAAC,QAAQ,CAAC,yCAAyC,CAAC,CAAC"}
|
|
@@ -1,7 +1,76 @@
|
|
|
1
1
|
import * as z from "zod";
|
|
2
|
+
import { ClosedEnum } from "../types/enums.js";
|
|
2
3
|
/**
|
|
3
4
|
* The language that describes the details of a resource. Resources available in different languages may differ from each other.
|
|
4
5
|
*/
|
|
5
|
-
export declare const RequiredLanguageCode
|
|
6
|
-
|
|
6
|
+
export declare const RequiredLanguageCode: {
|
|
7
|
+
readonly EnUS: "en-US";
|
|
8
|
+
readonly FRFR: "fr-FR";
|
|
9
|
+
readonly EnGB: "en-GB";
|
|
10
|
+
readonly ESES: "es-ES";
|
|
11
|
+
readonly ITIT: "it-IT";
|
|
12
|
+
readonly NLNL: "nl-NL";
|
|
13
|
+
readonly DADA: "da-DA";
|
|
14
|
+
readonly SvSE: "sv-SE";
|
|
15
|
+
readonly PTPT: "pt-PT";
|
|
16
|
+
readonly FIFI: "fi-FI";
|
|
17
|
+
readonly NoNB: "no-NB";
|
|
18
|
+
readonly NoNN: "no-NN";
|
|
19
|
+
readonly JAJA: "ja-JA";
|
|
20
|
+
readonly DEDE: "de-DE";
|
|
21
|
+
readonly PtBR: "pt-BR";
|
|
22
|
+
readonly ZhCN: "zh-CN";
|
|
23
|
+
readonly ZhTW: "zh-TW";
|
|
24
|
+
readonly KOKO: "ko-KO";
|
|
25
|
+
readonly RURU: "ru-RU";
|
|
26
|
+
readonly ELEL: "el-EL";
|
|
27
|
+
readonly TRTR: "tr-TR";
|
|
28
|
+
readonly PLPL: "pl-PL";
|
|
29
|
+
readonly CSCS: "cs-CS";
|
|
30
|
+
readonly SKSK: "sk-SK";
|
|
31
|
+
readonly HUHU: "hu-HU";
|
|
32
|
+
readonly SRSR: "sr-SR";
|
|
33
|
+
readonly ArSA: "ar-SA";
|
|
34
|
+
readonly HRHR: "hr-HR";
|
|
35
|
+
readonly RORO: "ro-RO";
|
|
36
|
+
readonly THTH: "th-TH";
|
|
37
|
+
readonly XXXX: "xx-XX";
|
|
38
|
+
};
|
|
39
|
+
/**
|
|
40
|
+
* The language that describes the details of a resource. Resources available in different languages may differ from each other.
|
|
41
|
+
*/
|
|
42
|
+
export type RequiredLanguageCode = ClosedEnum<typeof RequiredLanguageCode>;
|
|
43
|
+
export declare const RequiredLanguageCode$zodSchema: z.ZodEnum<{
|
|
44
|
+
"en-US": "en-US";
|
|
45
|
+
"fr-FR": "fr-FR";
|
|
46
|
+
"en-GB": "en-GB";
|
|
47
|
+
"es-ES": "es-ES";
|
|
48
|
+
"it-IT": "it-IT";
|
|
49
|
+
"nl-NL": "nl-NL";
|
|
50
|
+
"da-DA": "da-DA";
|
|
51
|
+
"sv-SE": "sv-SE";
|
|
52
|
+
"pt-PT": "pt-PT";
|
|
53
|
+
"fi-FI": "fi-FI";
|
|
54
|
+
"no-NB": "no-NB";
|
|
55
|
+
"no-NN": "no-NN";
|
|
56
|
+
"ja-JA": "ja-JA";
|
|
57
|
+
"de-DE": "de-DE";
|
|
58
|
+
"pt-BR": "pt-BR";
|
|
59
|
+
"zh-CN": "zh-CN";
|
|
60
|
+
"zh-TW": "zh-TW";
|
|
61
|
+
"ko-KO": "ko-KO";
|
|
62
|
+
"ru-RU": "ru-RU";
|
|
63
|
+
"el-EL": "el-EL";
|
|
64
|
+
"tr-TR": "tr-TR";
|
|
65
|
+
"pl-PL": "pl-PL";
|
|
66
|
+
"cs-CS": "cs-CS";
|
|
67
|
+
"sk-SK": "sk-SK";
|
|
68
|
+
"hu-HU": "hu-HU";
|
|
69
|
+
"sr-SR": "sr-SR";
|
|
70
|
+
"ar-SA": "ar-SA";
|
|
71
|
+
"hr-HR": "hr-HR";
|
|
72
|
+
"ro-RO": "ro-RO";
|
|
73
|
+
"th-TH": "th-TH";
|
|
74
|
+
"xx-XX": "xx-XX";
|
|
75
|
+
}>;
|
|
7
76
|
//# sourceMappingURL=requiredlanguagecode.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"requiredlanguagecode.d.ts","sourceRoot":"","sources":["../../../src/models/requiredlanguagecode.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"requiredlanguagecode.d.ts","sourceRoot":"","sources":["../../../src/models/requiredlanguagecode.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAE/C;;GAEG;AACH,eAAO,MAAM,oBAAoB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgCvB,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,oBAAoB,GAAG,UAAU,CAAC,OAAO,oBAAoB,CAAC,CAAC;AAE3E,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAkC1C,CAAC"}
|
|
@@ -5,6 +5,39 @@ import * as z from "zod";
|
|
|
5
5
|
/**
|
|
6
6
|
* The language that describes the details of a resource. Resources available in different languages may differ from each other.
|
|
7
7
|
*/
|
|
8
|
+
export const RequiredLanguageCode = {
|
|
9
|
+
EnUS: "en-US",
|
|
10
|
+
FRFR: "fr-FR",
|
|
11
|
+
EnGB: "en-GB",
|
|
12
|
+
ESES: "es-ES",
|
|
13
|
+
ITIT: "it-IT",
|
|
14
|
+
NLNL: "nl-NL",
|
|
15
|
+
DADA: "da-DA",
|
|
16
|
+
SvSE: "sv-SE",
|
|
17
|
+
PTPT: "pt-PT",
|
|
18
|
+
FIFI: "fi-FI",
|
|
19
|
+
NoNB: "no-NB",
|
|
20
|
+
NoNN: "no-NN",
|
|
21
|
+
JAJA: "ja-JA",
|
|
22
|
+
DEDE: "de-DE",
|
|
23
|
+
PtBR: "pt-BR",
|
|
24
|
+
ZhCN: "zh-CN",
|
|
25
|
+
ZhTW: "zh-TW",
|
|
26
|
+
KOKO: "ko-KO",
|
|
27
|
+
RURU: "ru-RU",
|
|
28
|
+
ELEL: "el-EL",
|
|
29
|
+
TRTR: "tr-TR",
|
|
30
|
+
PLPL: "pl-PL",
|
|
31
|
+
CSCS: "cs-CS",
|
|
32
|
+
SKSK: "sk-SK",
|
|
33
|
+
HUHU: "hu-HU",
|
|
34
|
+
SRSR: "sr-SR",
|
|
35
|
+
ArSA: "ar-SA",
|
|
36
|
+
HRHR: "hr-HR",
|
|
37
|
+
RORO: "ro-RO",
|
|
38
|
+
THTH: "th-TH",
|
|
39
|
+
XXXX: "xx-XX",
|
|
40
|
+
};
|
|
8
41
|
export const RequiredLanguageCode$zodSchema = z.enum([
|
|
9
42
|
"en-US",
|
|
10
43
|
"fr-FR",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"requiredlanguagecode.js","sourceRoot":"","sources":["../../../src/models/requiredlanguagecode.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"requiredlanguagecode.js","sourceRoot":"","sources":["../../../src/models/requiredlanguagecode.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAGzB;;GAEG;AACH,MAAM,CAAC,MAAM,oBAAoB,GAAG;IAClC,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;IACb,IAAI,EAAE,OAAO;CACL,CAAC;AAMX,MAAM,CAAC,MAAM,8BAA8B,GAAG,CAAC,CAAC,IAAI,CAAC;IACnD,OAAO;IACP,OAAO;IACP,OAAO;IACP,OAAO;IACP,OAAO;IACP,OAAO;IACP,OAAO;IACP,OAAO;IACP,OAAO;IACP,OAAO;IACP,OAAO;IACP,OAAO;IACP,OAAO;IACP,OAAO;IACP,OAAO;IACP,OAAO;IACP,OAAO;IACP,OAAO;IACP,OAAO;IACP,OAAO;IACP,OAAO;IACP,OAAO;IACP,OAAO;IACP,OAAO;IACP,OAAO;IACP,OAAO;IACP,OAAO;IACP,OAAO;IACP,OAAO;IACP,OAAO;IACP,OAAO;CACR,CAAC,CAAC,QAAQ,CACT,+HAA+H,CAChI,CAAC"}
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import * as z from "zod";
|
|
2
2
|
import { RequiredLanguageCode } from "./requiredlanguagecode.js";
|
|
3
3
|
import { RetrieveRequest } from "./retrieverequest.js";
|
|
4
|
-
import { RetrieveResponse } from "./retrieveresponse.js";
|
|
5
4
|
export type RetrieveChunksRequest = {
|
|
6
5
|
q: string;
|
|
7
6
|
portalID: string;
|
|
@@ -13,12 +12,5 @@ export type RetrieveChunksRequest = {
|
|
|
13
12
|
dollarFilterTopicIds?: Array<string> | undefined;
|
|
14
13
|
RetrieveRequest?: RetrieveRequest | undefined;
|
|
15
14
|
};
|
|
16
|
-
export declare const RetrieveChunksRequest$zodSchema: z.ZodType<RetrieveChunksRequest
|
|
17
|
-
export type RetrieveChunksResponse = {
|
|
18
|
-
ContentType: string;
|
|
19
|
-
StatusCode: number;
|
|
20
|
-
RawResponse: Response;
|
|
21
|
-
RetrieveResponse?: RetrieveResponse | undefined;
|
|
22
|
-
};
|
|
23
|
-
export declare const RetrieveChunksResponse$zodSchema: z.ZodType<RetrieveChunksResponse, z.ZodTypeDef, unknown>;
|
|
15
|
+
export declare const RetrieveChunksRequest$zodSchema: z.ZodType<RetrieveChunksRequest>;
|
|
24
16
|
//# sourceMappingURL=retrievechunksop.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"retrievechunksop.d.ts","sourceRoot":"","sources":["../../../src/models/retrievechunksop.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EACL,oBAAoB,EAErB,MAAM,2BAA2B,CAAC;AACnC,OAAO,EACL,eAAe,EAEhB,MAAM,sBAAsB,CAAC;
|
|
1
|
+
{"version":3,"file":"retrievechunksop.d.ts","sourceRoot":"","sources":["../../../src/models/retrievechunksop.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EACL,oBAAoB,EAErB,MAAM,2BAA2B,CAAC;AACnC,OAAO,EACL,eAAe,EAEhB,MAAM,sBAAsB,CAAC;AAE9B,MAAM,MAAM,qBAAqB,GAAG;IAClC,CAAC,EAAE,MAAM,CAAC;IACV,QAAQ,EAAE,MAAM,CAAC;IACjB,yBAAyB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/C,WAAW,EAAE,oBAAoB,CAAC;IAClC,gBAAgB,CAAC,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,KAAK,CAAC,MAAM,CAAC,CAAA;KAAE,GAAG,SAAS,CAAC;IAC9D,oBAAoB,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC;IACjD,eAAe,CAAC,EAAE,eAAe,GAAG,SAAS,CAAC;CAC/C,CAAC;AAEF,eAAO,MAAM,+BAA+B,EAAE,CAAC,CAAC,OAAO,CAAC,qBAAqB,CAezE,CAAC"}
|
|
@@ -4,27 +4,13 @@
|
|
|
4
4
|
import * as z from "zod";
|
|
5
5
|
import { RequiredLanguageCode$zodSchema, } from "./requiredlanguagecode.js";
|
|
6
6
|
import { RetrieveRequest$zodSchema, } from "./retrieverequest.js";
|
|
7
|
-
import { RetrieveResponse$zodSchema, } from "./retrieveresponse.js";
|
|
8
7
|
export const RetrieveChunksRequest$zodSchema = z.object({
|
|
9
8
|
Dollar_lang: RequiredLanguageCode$zodSchema,
|
|
10
9
|
RetrieveRequest: RetrieveRequest$zodSchema.optional(),
|
|
11
|
-
dollarFilterTags: z.record(z.array(z.string())).describe("An object where each key is a **Category Tag ID** (numeric string), \n"
|
|
12
|
-
+ "and each value is an array of **Tag IDs** for that category.\n"
|
|
13
|
-
+ " **Note**:\n"
|
|
14
|
-
+ " - The '$filter[tags]' query parameter JSON value should be url encoded.\n"
|
|
15
|
-
+ " - Some developer tools for invoking APIs may not url encode the '$filter[tags]' query parameter JSON value by default. Ensure that only url encoded values are used.\n"
|
|
16
|
-
+ " - Example of JSON value: {\"BASE-40845\":[\"BASE-40849\",\"BASE-40853\"]}\n"
|
|
17
|
-
+ " - Example of URL encoded value: %7B%22BASE-40845%22%3A%5B%22BASE-40849%22%2C%22BASE-40853%22%5D%7D\n"
|
|
18
|
-
+ "").optional(),
|
|
10
|
+
dollarFilterTags: z.record(z.string(), z.array(z.string())).describe("An object where each key is a **Category Tag ID** (numeric string), \nand each value is an array of **Tag IDs** for that category.\n **Note**:\n - The '$filter[tags]' query parameter JSON value should be url encoded.\n - Some developer tools for invoking APIs may not url encode the '$filter[tags]' query parameter JSON value by default. Ensure that only url encoded values are used.\n - Example of JSON value: {\"BASE-40845\":[\"BASE-40849\",\"BASE-40853\"]}\n - Example of URL encoded value: %7B%22BASE-40845%22%3A%5B%22BASE-40849%22%2C%22BASE-40853%22%5D%7D\n").optional(),
|
|
19
11
|
dollarFilterTopicIds: z.array(z.string()).describe("An array of topic IDs. It is used to restrict search results to specific topics.").optional(),
|
|
20
12
|
dollarFilterUserProfileID: z.string().optional(),
|
|
21
13
|
portalID: z.string().describe("The ID of the portal being accessed.<br><br>A portal ID is composed of a 2-4 letter prefix, followed by a dash and 4-15 digits."),
|
|
22
14
|
q: z.string().describe("The search query string."),
|
|
23
15
|
});
|
|
24
|
-
export const RetrieveChunksResponse$zodSchema = z.object({
|
|
25
|
-
ContentType: z.string(),
|
|
26
|
-
RawResponse: z.instanceof(Response),
|
|
27
|
-
RetrieveResponse: RetrieveResponse$zodSchema.optional(),
|
|
28
|
-
StatusCode: z.number().int(),
|
|
29
|
-
});
|
|
30
16
|
//# sourceMappingURL=retrievechunksop.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"retrievechunksop.js","sourceRoot":"","sources":["../../../src/models/retrievechunksop.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAEL,8BAA8B,GAC/B,MAAM,2BAA2B,CAAC;AACnC,OAAO,EAEL,yBAAyB,GAC1B,MAAM,sBAAsB,CAAC;
|
|
1
|
+
{"version":3,"file":"retrievechunksop.js","sourceRoot":"","sources":["../../../src/models/retrievechunksop.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAEL,8BAA8B,GAC/B,MAAM,2BAA2B,CAAC;AACnC,OAAO,EAEL,yBAAyB,GAC1B,MAAM,sBAAsB,CAAC;AAY9B,MAAM,CAAC,MAAM,+BAA+B,GAC1C,CAAC,CAAC,MAAM,CAAC;IACP,WAAW,EAAE,8BAA8B;IAC3C,eAAe,EAAE,yBAAyB,CAAC,QAAQ,EAAE;IACrD,gBAAgB,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,EAAE,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,CAAC,QAAQ,CAClE,yjBAAyjB,CAC1jB,CAAC,QAAQ,EAAE;IACZ,oBAAoB,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,CAChD,kFAAkF,CACnF,CAAC,QAAQ,EAAE;IACZ,yBAAyB,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAChD,QAAQ,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAC3B,iIAAiI,CAClI;IACD,CAAC,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,CAAC,0BAA0B,CAAC;CACnD,CAAC,CAAC"}
|
|
@@ -1,19 +1,30 @@
|
|
|
1
1
|
import * as z from "zod";
|
|
2
|
+
import { ClosedEnum } from "../types/enums.js";
|
|
2
3
|
/**
|
|
3
4
|
* The channel where the query originated, e.g., directly from the portal or via a custom integration.
|
|
4
5
|
*/
|
|
5
|
-
export declare const RetrieveRequestType
|
|
6
|
-
|
|
6
|
+
export declare const RetrieveRequestType: {
|
|
7
|
+
readonly Portal: "portal";
|
|
8
|
+
readonly Custom: "custom";
|
|
9
|
+
};
|
|
10
|
+
/**
|
|
11
|
+
* The channel where the query originated, e.g., directly from the portal or via a custom integration.
|
|
12
|
+
*/
|
|
13
|
+
export type RetrieveRequestType = ClosedEnum<typeof RetrieveRequestType>;
|
|
14
|
+
export declare const RetrieveRequestType$zodSchema: z.ZodEnum<{
|
|
15
|
+
custom: "custom";
|
|
16
|
+
portal: "portal";
|
|
17
|
+
}>;
|
|
7
18
|
export type RetrieveRequestChannel = {
|
|
8
19
|
type?: RetrieveRequestType | undefined;
|
|
9
20
|
name?: string | undefined;
|
|
10
21
|
};
|
|
11
|
-
export declare const RetrieveRequestChannel$zodSchema: z.ZodType<RetrieveRequestChannel
|
|
22
|
+
export declare const RetrieveRequestChannel$zodSchema: z.ZodType<RetrieveRequestChannel>;
|
|
12
23
|
export type RetrieveRequest = {
|
|
13
24
|
channel?: RetrieveRequestChannel | undefined;
|
|
14
25
|
eventId?: string | undefined;
|
|
15
26
|
clientSessionId?: string | undefined;
|
|
16
27
|
sessionId?: string | undefined;
|
|
17
28
|
};
|
|
18
|
-
export declare const RetrieveRequest$zodSchema: z.ZodType<RetrieveRequest
|
|
29
|
+
export declare const RetrieveRequest$zodSchema: z.ZodType<RetrieveRequest>;
|
|
19
30
|
//# sourceMappingURL=retrieverequest.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"retrieverequest.d.ts","sourceRoot":"","sources":["../../../src/models/retrieverequest.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"retrieverequest.d.ts","sourceRoot":"","sources":["../../../src/models/retrieverequest.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAE/C;;GAEG;AACH,eAAO,MAAM,mBAAmB;;;CAGtB,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,mBAAmB,GAAG,UAAU,CAAC,OAAO,mBAAmB,CAAC,CAAC;AAEzE,eAAO,MAAM,6BAA6B;;;EAKzC,CAAC;AAEF,MAAM,MAAM,sBAAsB,GAAG;IACnC,IAAI,CAAC,EAAE,mBAAmB,GAAG,SAAS,CAAC;IACvC,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC3B,CAAC;AAEF,eAAO,MAAM,gCAAgC,EAAE,CAAC,CAAC,OAAO,CACtD,sBAAsB,CAItB,CAAC;AAEH,MAAM,MAAM,eAAe,GAAG;IAC5B,OAAO,CAAC,EAAE,sBAAsB,GAAG,SAAS,CAAC;IAC7C,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,eAAe,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACrC,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAChC,CAAC;AAEF,eAAO,MAAM,yBAAyB,EAAE,CAAC,CAAC,OAAO,CAAC,eAAe,CAK/D,CAAC"}
|
|
@@ -5,6 +5,10 @@ import * as z from "zod";
|
|
|
5
5
|
/**
|
|
6
6
|
* The channel where the query originated, e.g., directly from the portal or via a custom integration.
|
|
7
7
|
*/
|
|
8
|
+
export const RetrieveRequestType = {
|
|
9
|
+
Portal: "portal",
|
|
10
|
+
Custom: "custom",
|
|
11
|
+
};
|
|
8
12
|
export const RetrieveRequestType$zodSchema = z.enum([
|
|
9
13
|
"portal",
|
|
10
14
|
"custom",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"retrieverequest.js","sourceRoot":"","sources":["../../../src/models/retrieverequest.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"retrieverequest.js","sourceRoot":"","sources":["../../../src/models/retrieverequest.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAGzB;;GAEG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAAG;IACjC,MAAM,EAAE,QAAQ;IAChB,MAAM,EAAE,QAAQ;CACR,CAAC;AAMX,MAAM,CAAC,MAAM,6BAA6B,GAAG,CAAC,CAAC,IAAI,CAAC;IAClD,QAAQ;IACR,QAAQ;CACT,CAAC,CAAC,QAAQ,CACT,qGAAqG,CACtG,CAAC;AAOF,MAAM,CAAC,MAAM,gCAAgC,GAEzC,CAAC,CAAC,MAAM,CAAC;IACX,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC3B,IAAI,EAAE,6BAA6B,CAAC,OAAO,CAAC,QAAQ,CAAC;CACtD,CAAC,CAAC;AASH,MAAM,CAAC,MAAM,yBAAyB,GAA+B,CAAC,CAAC,MAAM,CAAC;IAC5E,OAAO,EAAE,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,gCAAgC,CAAC,CAAC,QAAQ,EAAE;IAClE,eAAe,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACtC,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC9B,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CACjC,CAAC,CAAC"}
|
|
@@ -1,11 +1,20 @@
|
|
|
1
1
|
import * as z from "zod";
|
|
2
|
+
import { ClosedEnum } from "../types/enums.js";
|
|
2
3
|
import { ReferenceResponse } from "./referenceresponse.js";
|
|
3
4
|
import { SearchResult } from "./searchresult.js";
|
|
4
5
|
/**
|
|
5
6
|
* Specifies that the answer produced was a certified answer.
|
|
6
7
|
*/
|
|
7
|
-
export declare const RetrieveResponseAnswerType
|
|
8
|
-
|
|
8
|
+
export declare const RetrieveResponseAnswerType: {
|
|
9
|
+
readonly Certified: "certified";
|
|
10
|
+
};
|
|
11
|
+
/**
|
|
12
|
+
* Specifies that the answer produced was a certified answer.
|
|
13
|
+
*/
|
|
14
|
+
export type RetrieveResponseAnswerType = ClosedEnum<typeof RetrieveResponseAnswerType>;
|
|
15
|
+
export declare const RetrieveResponseAnswerType$zodSchema: z.ZodEnum<{
|
|
16
|
+
certified: "certified";
|
|
17
|
+
}>;
|
|
9
18
|
/**
|
|
10
19
|
* If a certified answer is given. The answer object will be present. <br><br> This will be shown only if certified answers are configured and the certified answer meets the configured threshold.
|
|
11
20
|
*/
|
|
@@ -13,19 +22,29 @@ export type RetrieveResponseAnswer = {
|
|
|
13
22
|
answerValue: string;
|
|
14
23
|
references: Array<ReferenceResponse>;
|
|
15
24
|
answerType: RetrieveResponseAnswerType;
|
|
16
|
-
relevanceScore
|
|
25
|
+
relevanceScore: number;
|
|
26
|
+
};
|
|
27
|
+
export declare const RetrieveResponseAnswer$zodSchema: z.ZodType<RetrieveResponseAnswer>;
|
|
28
|
+
/**
|
|
29
|
+
* The channel where the query originated, e.g., directly from the portal or via a custom integration.
|
|
30
|
+
*/
|
|
31
|
+
export declare const RetrieveResponseType: {
|
|
32
|
+
readonly Portal: "portal";
|
|
33
|
+
readonly Custom: "custom";
|
|
17
34
|
};
|
|
18
|
-
export declare const RetrieveResponseAnswer$zodSchema: z.ZodType<RetrieveResponseAnswer, z.ZodTypeDef, unknown>;
|
|
19
35
|
/**
|
|
20
36
|
* The channel where the query originated, e.g., directly from the portal or via a custom integration.
|
|
21
37
|
*/
|
|
22
|
-
export
|
|
23
|
-
export
|
|
38
|
+
export type RetrieveResponseType = ClosedEnum<typeof RetrieveResponseType>;
|
|
39
|
+
export declare const RetrieveResponseType$zodSchema: z.ZodEnum<{
|
|
40
|
+
custom: "custom";
|
|
41
|
+
portal: "portal";
|
|
42
|
+
}>;
|
|
24
43
|
export type RetrieveResponseChannel = {
|
|
25
44
|
type: RetrieveResponseType;
|
|
26
45
|
name?: string | undefined;
|
|
27
46
|
};
|
|
28
|
-
export declare const RetrieveResponseChannel$zodSchema: z.ZodType<RetrieveResponseChannel
|
|
47
|
+
export declare const RetrieveResponseChannel$zodSchema: z.ZodType<RetrieveResponseChannel>;
|
|
29
48
|
export type RetrieveResponse = {
|
|
30
49
|
answer?: RetrieveResponseAnswer | undefined;
|
|
31
50
|
searchResults: Array<SearchResult>;
|
|
@@ -34,5 +53,5 @@ export type RetrieveResponse = {
|
|
|
34
53
|
clientSessionId?: string | undefined;
|
|
35
54
|
sessionId: string;
|
|
36
55
|
};
|
|
37
|
-
export declare const RetrieveResponse$zodSchema: z.ZodType<RetrieveResponse
|
|
56
|
+
export declare const RetrieveResponse$zodSchema: z.ZodType<RetrieveResponse>;
|
|
38
57
|
//# sourceMappingURL=retrieveresponse.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"retrieveresponse.d.ts","sourceRoot":"","sources":["../../../src/models/retrieveresponse.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EACL,iBAAiB,EAElB,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,YAAY,EAA0B,MAAM,mBAAmB,CAAC;AAEzE;;GAEG;AACH,eAAO,MAAM,
|
|
1
|
+
{"version":3,"file":"retrieveresponse.d.ts","sourceRoot":"","sources":["../../../src/models/retrieveresponse.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AACzB,OAAO,EAAE,UAAU,EAAE,MAAM,mBAAmB,CAAC;AAC/C,OAAO,EACL,iBAAiB,EAElB,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,YAAY,EAA0B,MAAM,mBAAmB,CAAC;AAEzE;;GAEG;AACH,eAAO,MAAM,0BAA0B;;CAE7B,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,0BAA0B,GAAG,UAAU,CACjD,OAAO,0BAA0B,CAClC,CAAC;AAEF,eAAO,MAAM,oCAAoC;;EAEwB,CAAC;AAE1E;;GAEG;AACH,MAAM,MAAM,sBAAsB,GAAG;IACnC,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,EAAE,KAAK,CAAC,iBAAiB,CAAC,CAAC;IACrC,UAAU,EAAE,0BAA0B,CAAC;IACvC,cAAc,EAAE,MAAM,CAAC;CACxB,CAAC;AAEF,eAAO,MAAM,gCAAgC,EAAE,CAAC,CAAC,OAAO,CACtD,sBAAsB,CAQvB,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,oBAAoB;;;CAGvB,CAAC;AACX;;GAEG;AACH,MAAM,MAAM,oBAAoB,GAAG,UAAU,CAAC,OAAO,oBAAoB,CAAC,CAAC;AAE3E,eAAO,MAAM,8BAA8B;;;EAK1C,CAAC;AAEF,MAAM,MAAM,uBAAuB,GAAG;IACpC,IAAI,EAAE,oBAAoB,CAAC;IAC3B,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC3B,CAAC;AAEF,eAAO,MAAM,iCAAiC,EAAE,CAAC,CAAC,OAAO,CACvD,uBAAuB,CAIvB,CAAC;AAEH,MAAM,MAAM,gBAAgB,GAAG;IAC7B,MAAM,CAAC,EAAE,sBAAsB,GAAG,SAAS,CAAC;IAC5C,aAAa,EAAE,KAAK,CAAC,YAAY,CAAC,CAAC;IACnC,OAAO,CAAC,EAAE,uBAAuB,GAAG,SAAS,CAAC;IAC9C,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,eAAe,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACrC,SAAS,EAAE,MAAM,CAAC;CACnB,CAAC;AAEF,eAAO,MAAM,0BAA0B,EAAE,CAAC,CAAC,OAAO,CAAC,gBAAgB,CASlE,CAAC"}
|
|
@@ -7,6 +7,9 @@ import { SearchResult$zodSchema } from "./searchresult.js";
|
|
|
7
7
|
/**
|
|
8
8
|
* Specifies that the answer produced was a certified answer.
|
|
9
9
|
*/
|
|
10
|
+
export const RetrieveResponseAnswerType = {
|
|
11
|
+
Certified: "certified",
|
|
12
|
+
};
|
|
10
13
|
export const RetrieveResponseAnswerType$zodSchema = z.enum([
|
|
11
14
|
"certified",
|
|
12
15
|
]).describe("Specifies that the answer produced was a certified answer.");
|
|
@@ -14,11 +17,15 @@ export const RetrieveResponseAnswer$zodSchema = z.object({
|
|
|
14
17
|
answerType: RetrieveResponseAnswerType$zodSchema,
|
|
15
18
|
answerValue: z.string(),
|
|
16
19
|
references: z.array(ReferenceResponse$zodSchema),
|
|
17
|
-
relevanceScore: z.number()
|
|
20
|
+
relevanceScore: z.number(),
|
|
18
21
|
}).describe("If a certified answer is given. The answer object will be present. <br><br> This will be shown only if certified answers are configured and the certified answer meets the configured threshold.");
|
|
19
22
|
/**
|
|
20
23
|
* The channel where the query originated, e.g., directly from the portal or via a custom integration.
|
|
21
24
|
*/
|
|
25
|
+
export const RetrieveResponseType = {
|
|
26
|
+
Portal: "portal",
|
|
27
|
+
Custom: "custom",
|
|
28
|
+
};
|
|
22
29
|
export const RetrieveResponseType$zodSchema = z.enum([
|
|
23
30
|
"portal",
|
|
24
31
|
"custom",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"retrieveresponse.js","sourceRoot":"","sources":["../../../src/models/retrieveresponse.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;
|
|
1
|
+
{"version":3,"file":"retrieveresponse.js","sourceRoot":"","sources":["../../../src/models/retrieveresponse.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,OAAO,EAEL,2BAA2B,GAC5B,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAgB,sBAAsB,EAAE,MAAM,mBAAmB,CAAC;AAEzE;;GAEG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAAG;IACxC,SAAS,EAAE,WAAW;CACd,CAAC;AAQX,MAAM,CAAC,MAAM,oCAAoC,GAAG,CAAC,CAAC,IAAI,CAAC;IACzD,WAAW;CACZ,CAAC,CAAC,QAAQ,CAAC,4DAA4D,CAAC,CAAC;AAY1E,MAAM,CAAC,MAAM,gCAAgC,GAEzC,CAAC,CAAC,MAAM,CAAC;IACX,UAAU,EAAE,oCAAoC;IAChD,WAAW,EAAE,CAAC,CAAC,MAAM,EAAE;IACvB,UAAU,EAAE,CAAC,CAAC,KAAK,CAAC,2BAA2B,CAAC;IAChD,cAAc,EAAE,CAAC,CAAC,MAAM,EAAE;CAC3B,CAAC,CAAC,QAAQ,CACT,kMAAkM,CACnM,CAAC;AAEF;;GAEG;AACH,MAAM,CAAC,MAAM,oBAAoB,GAAG;IAClC,MAAM,EAAE,QAAQ;IAChB,MAAM,EAAE,QAAQ;CACR,CAAC;AAMX,MAAM,CAAC,MAAM,8BAA8B,GAAG,CAAC,CAAC,IAAI,CAAC;IACnD,QAAQ;IACR,QAAQ;CACT,CAAC,CAAC,QAAQ,CACT,qGAAqG,CACtG,CAAC;AAOF,MAAM,CAAC,MAAM,iCAAiC,GAE1C,CAAC,CAAC,MAAM,CAAC;IACX,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC3B,IAAI,EAAE,8BAA8B;CACrC,CAAC,CAAC;AAWH,MAAM,CAAC,MAAM,0BAA0B,GAAgC,CAAC,CAAC,MAAM,CAC7E;IACE,MAAM,EAAE,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,gCAAgC,CAAC,CAAC,QAAQ,EAAE;IACjE,OAAO,EAAE,CAAC,CAAC,IAAI,CAAC,GAAG,EAAE,CAAC,iCAAiC,CAAC,CAAC,QAAQ,EAAE;IACnE,eAAe,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACtC,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC9B,aAAa,EAAE,CAAC,CAAC,KAAK,CAAC,sBAAsB,CAAC;IAC9C,SAAS,EAAE,CAAC,CAAC,MAAM,EAAE;CACtB,CACF,CAAC"}
|
|
@@ -4,5 +4,5 @@ export type SchemasLink = {
|
|
|
4
4
|
href?: string | undefined;
|
|
5
5
|
_default?: boolean | undefined;
|
|
6
6
|
};
|
|
7
|
-
export declare const SchemasLink$zodSchema: z.ZodType<SchemasLink
|
|
7
|
+
export declare const SchemasLink$zodSchema: z.ZodType<SchemasLink>;
|
|
8
8
|
//# sourceMappingURL=schemaslink.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"schemaslink.d.ts","sourceRoot":"","sources":["../../../src/models/schemaslink.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,MAAM,MAAM,WAAW,GAAG;IACxB,GAAG,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACzB,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;CAChC,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,CAAC,CAAC,OAAO,
|
|
1
|
+
{"version":3,"file":"schemaslink.d.ts","sourceRoot":"","sources":["../../../src/models/schemaslink.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,MAAM,MAAM,WAAW,GAAG;IACxB,GAAG,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACzB,IAAI,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC1B,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;CAChC,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,CAAC,CAAC,OAAO,CAAC,WAAW,CAIvD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"schemaslink.js","sourceRoot":"","sources":["../../../src/models/schemaslink.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAQzB,MAAM,CAAC,MAAM,qBAAqB,
|
|
1
|
+
{"version":3,"file":"schemaslink.js","sourceRoot":"","sources":["../../../src/models/schemaslink.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAQzB,MAAM,CAAC,MAAM,qBAAqB,GAA2B,CAAC,CAAC,MAAM,CAAC;IACpE,QAAQ,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IAChC,IAAI,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAC3B,GAAG,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CAC3B,CAAC,CAAC"}
|
|
@@ -3,5 +3,5 @@ export type SchemasTags = {
|
|
|
3
3
|
id?: string | undefined;
|
|
4
4
|
tags?: Array<string> | undefined;
|
|
5
5
|
};
|
|
6
|
-
export declare const SchemasTags$zodSchema: z.ZodType<SchemasTags
|
|
6
|
+
export declare const SchemasTags$zodSchema: z.ZodType<SchemasTags>;
|
|
7
7
|
//# sourceMappingURL=schemastags.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"schemastags.d.ts","sourceRoot":"","sources":["../../../src/models/schemastags.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,MAAM,MAAM,WAAW,GAAG;IACxB,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACxB,IAAI,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC;CAClC,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,CAAC,CAAC,OAAO,
|
|
1
|
+
{"version":3,"file":"schemastags.d.ts","sourceRoot":"","sources":["../../../src/models/schemastags.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAEzB,MAAM,MAAM,WAAW,GAAG;IACxB,EAAE,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACxB,IAAI,CAAC,EAAE,KAAK,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC;CAClC,CAAC;AAEF,eAAO,MAAM,qBAAqB,EAAE,CAAC,CAAC,OAAO,CAAC,WAAW,CAGvD,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"schemastags.js","sourceRoot":"","sources":["../../../src/models/schemastags.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAOzB,MAAM,CAAC,MAAM,qBAAqB,
|
|
1
|
+
{"version":3,"file":"schemastags.js","sourceRoot":"","sources":["../../../src/models/schemastags.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,KAAK,CAAC,MAAM,KAAK,CAAC;AAOzB,MAAM,CAAC,MAAM,qBAAqB,GAA2B,CAAC,CAAC,MAAM,CAAC;IACpE,EAAE,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IACzB,IAAI,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,CAAC,QAAQ,EAAE;CACrC,CAAC,CAAC"}
|