@get-technology-inc/jamf-docs-mcp-server 3.0.6 → 3.0.7

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 (183) hide show
  1. package/dist/core/constants/doc-types.d.ts +48 -0
  2. package/dist/core/constants/doc-types.d.ts.map +1 -0
  3. package/dist/core/constants/doc-types.js +58 -0
  4. package/dist/core/constants/doc-types.js.map +1 -0
  5. package/dist/core/constants/index.d.ts +16 -0
  6. package/dist/core/constants/index.d.ts.map +1 -0
  7. package/dist/core/constants/index.js +12 -0
  8. package/dist/core/constants/index.js.map +1 -0
  9. package/dist/core/constants/limits.d.ts +39 -0
  10. package/dist/core/constants/limits.d.ts.map +1 -0
  11. package/dist/core/constants/limits.js +51 -0
  12. package/dist/core/constants/limits.js.map +1 -0
  13. package/dist/core/constants/locales.d.ts +34 -0
  14. package/dist/core/constants/locales.d.ts.map +1 -0
  15. package/dist/core/constants/locales.js +20 -0
  16. package/dist/core/constants/locales.js.map +1 -0
  17. package/dist/core/constants/products.d.ts +127 -0
  18. package/dist/core/constants/products.d.ts.map +1 -0
  19. package/dist/core/constants/products.js +135 -0
  20. package/dist/core/constants/products.js.map +1 -0
  21. package/dist/core/constants/topics.d.ts +168 -0
  22. package/dist/core/constants/topics.d.ts.map +1 -0
  23. package/dist/core/constants/topics.js +186 -0
  24. package/dist/core/constants/topics.js.map +1 -0
  25. package/dist/core/constants.d.ts +7 -404
  26. package/dist/core/constants.d.ts.map +1 -1
  27. package/dist/core/constants.js +16 -427
  28. package/dist/core/constants.js.map +1 -1
  29. package/dist/core/http-client.d.ts +14 -2
  30. package/dist/core/http-client.d.ts.map +1 -1
  31. package/dist/core/http-client.js +148 -17
  32. package/dist/core/http-client.js.map +1 -1
  33. package/dist/core/index.d.ts +12 -12
  34. package/dist/core/index.d.ts.map +1 -1
  35. package/dist/core/index.js +12 -13
  36. package/dist/core/index.js.map +1 -1
  37. package/dist/core/resources/index.js +1 -1
  38. package/dist/core/resources/index.js.map +1 -1
  39. package/dist/core/schemas/index.d.ts +3 -1
  40. package/dist/core/schemas/index.d.ts.map +1 -1
  41. package/dist/core/schemas/index.js +12 -1
  42. package/dist/core/schemas/index.js.map +1 -1
  43. package/dist/core/schemas/output.d.ts +7 -0
  44. package/dist/core/schemas/output.d.ts.map +1 -1
  45. package/dist/core/schemas/output.js +7 -0
  46. package/dist/core/schemas/output.js.map +1 -1
  47. package/dist/core/services/article-service.d.ts +24 -0
  48. package/dist/core/services/article-service.d.ts.map +1 -0
  49. package/dist/core/services/article-service.js +118 -0
  50. package/dist/core/services/article-service.js.map +1 -0
  51. package/dist/core/services/content-parser.d.ts +38 -0
  52. package/dist/core/services/content-parser.d.ts.map +1 -0
  53. package/dist/core/services/content-parser.js +146 -0
  54. package/dist/core/services/content-parser.js.map +1 -0
  55. package/dist/core/services/ft-client.d.ts +52 -0
  56. package/dist/core/services/ft-client.d.ts.map +1 -0
  57. package/dist/core/services/ft-client.js +87 -0
  58. package/dist/core/services/ft-client.js.map +1 -0
  59. package/dist/core/services/glossary.d.ts +9 -5
  60. package/dist/core/services/glossary.d.ts.map +1 -1
  61. package/dist/core/services/glossary.js +174 -107
  62. package/dist/core/services/glossary.js.map +1 -1
  63. package/dist/core/services/interfaces/cache.d.ts +6 -6
  64. package/dist/core/services/interfaces/cache.d.ts.map +1 -1
  65. package/dist/core/services/interfaces/index.d.ts +3 -3
  66. package/dist/core/services/interfaces/index.d.ts.map +1 -1
  67. package/dist/core/services/interfaces/logger.d.ts +17 -10
  68. package/dist/core/services/interfaces/logger.d.ts.map +1 -1
  69. package/dist/core/services/interfaces/metadata.d.ts +0 -10
  70. package/dist/core/services/interfaces/metadata.d.ts.map +1 -1
  71. package/dist/core/services/interfaces/providers.d.ts +23 -10
  72. package/dist/core/services/interfaces/providers.d.ts.map +1 -1
  73. package/dist/core/services/logging.d.ts +38 -18
  74. package/dist/core/services/logging.d.ts.map +1 -1
  75. package/dist/core/services/logging.js +78 -29
  76. package/dist/core/services/logging.js.map +1 -1
  77. package/dist/core/services/maps-registry.d.ts +82 -0
  78. package/dist/core/services/maps-registry.d.ts.map +1 -0
  79. package/dist/core/services/maps-registry.js +232 -0
  80. package/dist/core/services/maps-registry.js.map +1 -0
  81. package/dist/core/services/metadata.d.ts +18 -9
  82. package/dist/core/services/metadata.d.ts.map +1 -1
  83. package/dist/core/services/metadata.js +113 -254
  84. package/dist/core/services/metadata.js.map +1 -1
  85. package/dist/core/services/search-service.d.ts +31 -0
  86. package/dist/core/services/search-service.d.ts.map +1 -0
  87. package/dist/core/services/search-service.js +471 -0
  88. package/dist/core/services/search-service.js.map +1 -0
  89. package/dist/core/services/toc-service.d.ts +30 -0
  90. package/dist/core/services/toc-service.d.ts.map +1 -0
  91. package/dist/core/services/toc-service.js +101 -0
  92. package/dist/core/services/toc-service.js.map +1 -0
  93. package/dist/core/services/tokenizer.d.ts +1 -1
  94. package/dist/core/services/tokenizer.d.ts.map +1 -1
  95. package/dist/core/services/tokenizer.js +3 -3
  96. package/dist/core/services/tokenizer.js.map +1 -1
  97. package/dist/core/services/topic-resolver.d.ts +57 -0
  98. package/dist/core/services/topic-resolver.d.ts.map +1 -0
  99. package/dist/core/services/topic-resolver.js +185 -0
  100. package/dist/core/services/topic-resolver.js.map +1 -0
  101. package/dist/core/tools/batch-get-articles.d.ts +0 -2
  102. package/dist/core/tools/batch-get-articles.d.ts.map +1 -1
  103. package/dist/core/tools/batch-get-articles.js +12 -46
  104. package/dist/core/tools/batch-get-articles.js.map +1 -1
  105. package/dist/core/tools/get-article.d.ts.map +1 -1
  106. package/dist/core/tools/get-article.js +29 -112
  107. package/dist/core/tools/get-article.js.map +1 -1
  108. package/dist/core/tools/get-toc.js +1 -1
  109. package/dist/core/tools/get-toc.js.map +1 -1
  110. package/dist/core/tools/search.js +5 -5
  111. package/dist/core/tools/search.js.map +1 -1
  112. package/dist/core/types/context.d.ts +5 -2
  113. package/dist/core/types/context.d.ts.map +1 -1
  114. package/dist/core/types.d.ts +141 -31
  115. package/dist/core/types.d.ts.map +1 -1
  116. package/dist/core/types.js.map +1 -1
  117. package/dist/core/utils/bundle.d.ts +14 -1
  118. package/dist/core/utils/bundle.d.ts.map +1 -1
  119. package/dist/core/utils/bundle.js +19 -2
  120. package/dist/core/utils/bundle.js.map +1 -1
  121. package/dist/core/utils/format-article.d.ts +45 -0
  122. package/dist/core/utils/format-article.d.ts.map +1 -0
  123. package/dist/core/utils/format-article.js +138 -0
  124. package/dist/core/utils/format-article.js.map +1 -0
  125. package/dist/core/utils/ft-metadata.d.ts +22 -0
  126. package/dist/core/utils/ft-metadata.d.ts.map +1 -0
  127. package/dist/core/utils/ft-metadata.js +30 -0
  128. package/dist/core/utils/ft-metadata.js.map +1 -0
  129. package/dist/core/utils/sanitize.d.ts.map +1 -1
  130. package/dist/core/utils/sanitize.js +0 -2
  131. package/dist/core/utils/sanitize.js.map +1 -1
  132. package/dist/core/utils/url.d.ts.map +1 -1
  133. package/dist/core/utils/url.js +0 -1
  134. package/dist/core/utils/url.js.map +1 -1
  135. package/dist/index.js +10 -6
  136. package/dist/index.js.map +1 -1
  137. package/dist/platforms/node/http-server.d.ts +13 -0
  138. package/dist/platforms/node/http-server.d.ts.map +1 -0
  139. package/dist/platforms/node/http-server.js +231 -0
  140. package/dist/platforms/node/http-server.js.map +1 -0
  141. package/dist/platforms/node/index.d.ts +1 -1
  142. package/dist/platforms/node/index.d.ts.map +1 -1
  143. package/dist/platforms/node/index.js +1 -1
  144. package/dist/platforms/node/index.js.map +1 -1
  145. package/dist/platforms/node/logger.d.ts +13 -2
  146. package/dist/platforms/node/logger.d.ts.map +1 -1
  147. package/dist/platforms/node/logger.js +17 -4
  148. package/dist/platforms/node/logger.js.map +1 -1
  149. package/dist/transport/http-handler.d.ts +25 -0
  150. package/dist/transport/http-handler.d.ts.map +1 -0
  151. package/dist/transport/http-handler.js +193 -0
  152. package/dist/transport/http-handler.js.map +1 -0
  153. package/dist/transport/http-types.d.ts +22 -0
  154. package/dist/transport/http-types.d.ts.map +1 -0
  155. package/dist/transport/http-types.js +65 -0
  156. package/dist/transport/http-types.js.map +1 -0
  157. package/dist/transport/http.d.ts +4 -8
  158. package/dist/transport/http.d.ts.map +1 -1
  159. package/dist/transport/http.js +4 -376
  160. package/dist/transport/http.js.map +1 -1
  161. package/dist/transport/index.js +2 -2
  162. package/dist/transport/index.js.map +1 -1
  163. package/dist/transport/rate-limiter.d.ts +16 -0
  164. package/dist/transport/rate-limiter.d.ts.map +1 -0
  165. package/dist/transport/rate-limiter.js +55 -0
  166. package/dist/transport/rate-limiter.js.map +1 -0
  167. package/package.json +3 -3
  168. package/dist/core/services/interfaces.d.ts +0 -94
  169. package/dist/core/services/interfaces.d.ts.map +0 -1
  170. package/dist/core/services/interfaces.js +0 -8
  171. package/dist/core/services/interfaces.js.map +0 -1
  172. package/dist/core/services/scraper.d.ts +0 -90
  173. package/dist/core/services/scraper.d.ts.map +0 -1
  174. package/dist/core/services/scraper.js +0 -990
  175. package/dist/core/services/scraper.js.map +0 -1
  176. package/dist/core/utils/doc-type.d.ts +0 -12
  177. package/dist/core/utils/doc-type.d.ts.map +0 -1
  178. package/dist/core/utils/doc-type.js +0 -24
  179. package/dist/core/utils/doc-type.js.map +0 -1
  180. package/dist/platforms/node/metadata.d.ts +0 -18
  181. package/dist/platforms/node/metadata.d.ts.map +0 -1
  182. package/dist/platforms/node/metadata.js +0 -35
  183. package/dist/platforms/node/metadata.js.map +0 -1
@@ -1,408 +1,11 @@
1
1
  /**
2
- * Constants for Jamf Docs MCP Server
2
+ * Constants barrel backward-compatible re-export.
3
3
  *
4
- * Platform-agnostic static constants. No Node.js built-in imports,
5
- * no process.env access. Runtime configuration is handled by
6
- * src/core/config.ts and src/platforms/node/config.ts.
7
- */
8
- export declare const SERVER_ICON = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAiUlEQVR4nGNgGAU4QEpKxX9qYpItpwSA9N+58wyOSXYENR0AYw+IA9AdQr4DehgQmEgHYIsGujuA7IRIqQNwOYp8B1ABUOQAOat4svDwcQA1wNB2ACVBPzwcQA0wtB0w4NlwwB1ADTC0HUBu1hs+DqAGGNoOAAbxCVLx8HIANQBZvaMB65qNKAAA5fafYXNsHh0AAAAASUVORK5CYII=";
9
- export declare const DOCS_BASE_URL = "https://learn.jamf.com";
10
- export declare const DOCS_API_URL = "https://learn-be.jamf.com";
11
- export declare const DEFAULT_LOCALE = "en-US";
12
- export declare const SUPPORTED_LOCALES: {
13
- readonly 'en-US': {
14
- readonly name: "English";
15
- };
16
- readonly 'ja-JP': {
17
- readonly name: "日本語";
18
- };
19
- readonly 'zh-TW': {
20
- readonly name: "繁體中文";
21
- };
22
- readonly 'de-DE': {
23
- readonly name: "Deutsch";
24
- };
25
- readonly 'es-ES': {
26
- readonly name: "Español";
27
- };
28
- readonly 'fr-FR': {
29
- readonly name: "Français";
30
- };
31
- readonly 'nl-NL': {
32
- readonly name: "Nederlands";
33
- };
34
- readonly 'th-TH': {
35
- readonly name: "ไทย";
36
- };
37
- };
38
- export type LocaleId = keyof typeof SUPPORTED_LOCALES;
39
- export declare const SUPPORTED_LOCALE_IDS: [string, ...string[]];
40
- /**
41
- * Build a full documentation URL with locale
42
- */
43
- export declare function buildDocUrl(locale: string, bundleId: string, page: string): string;
44
- /**
45
- * Build a URL pattern path (without base URL) for a given locale and bundleId
4
+ * The actual constants are split into sub-modules under ./constants/:
5
+ * products.ts, topics.ts, doc-types.ts, limits.ts, locales.ts
6
+ *
7
+ * This file ensures existing imports from '../constants.js' keep working.
46
8
  */
47
- export declare function buildUrlPattern(locale: string, bundleId: string): string;
48
- export declare const JAMF_PRODUCTS: {
49
- readonly 'jamf-pro': {
50
- readonly id: "jamf-pro";
51
- readonly name: "Jamf Pro";
52
- readonly description: "Apple device management for enterprise";
53
- readonly urlPattern: "bundle/jamf-pro-documentation/page";
54
- readonly bundleId: "jamf-pro-documentation";
55
- readonly searchLabel: "product-pro";
56
- readonly latestVersion: "current";
57
- readonly versions: readonly ["current"];
58
- };
59
- readonly 'jamf-school': {
60
- readonly id: "jamf-school";
61
- readonly name: "Jamf School";
62
- readonly description: "Apple device management for education";
63
- readonly urlPattern: "bundle/jamf-school-documentation/page";
64
- readonly bundleId: "jamf-school-documentation";
65
- readonly searchLabel: "product-school";
66
- readonly latestVersion: "current";
67
- readonly versions: readonly ["current"];
68
- };
69
- readonly 'jamf-connect': {
70
- readonly id: "jamf-connect";
71
- readonly name: "Jamf Connect";
72
- readonly description: "Identity and access management";
73
- readonly urlPattern: "bundle/jamf-connect-documentation/page";
74
- readonly bundleId: "jamf-connect-documentation";
75
- readonly searchLabel: "product-connect";
76
- readonly latestVersion: "current";
77
- readonly versions: readonly ["current"];
78
- };
79
- readonly 'jamf-protect': {
80
- readonly id: "jamf-protect";
81
- readonly name: "Jamf Protect";
82
- readonly description: "Endpoint security for Apple";
83
- readonly urlPattern: "bundle/jamf-protect-documentation/page";
84
- readonly bundleId: "jamf-protect-documentation";
85
- readonly searchLabel: "product-protect";
86
- readonly latestVersion: "current";
87
- readonly versions: readonly ["current"];
88
- };
89
- readonly 'jamf-now': {
90
- readonly id: "jamf-now";
91
- readonly name: "Jamf Now";
92
- readonly description: "Simple Apple device management for small businesses";
93
- readonly urlPattern: "bundle/jamf-now-documentation/page";
94
- readonly bundleId: "jamf-now-documentation";
95
- readonly searchLabel: "product-now";
96
- readonly latestVersion: "current";
97
- readonly versions: readonly ["current"];
98
- };
99
- readonly 'jamf-safe-internet': {
100
- readonly id: "jamf-safe-internet";
101
- readonly name: "Jamf Safe Internet";
102
- readonly description: "Content filtering and web security for education and business";
103
- readonly urlPattern: "bundle/jamf-safe-internet-documentation/page";
104
- readonly bundleId: "jamf-safe-internet-documentation";
105
- readonly searchLabel: "product-safeinternet";
106
- readonly latestVersion: "current";
107
- readonly versions: readonly ["current"];
108
- };
109
- readonly 'jamf-insights': {
110
- readonly id: "jamf-insights";
111
- readonly name: "Jamf Insights";
112
- readonly description: "Analytics and reporting platform for Apple fleet";
113
- readonly urlPattern: "bundle/jamf-insights-documentation/page";
114
- readonly bundleId: "jamf-insights-documentation";
115
- readonly searchLabel: "product-insights";
116
- readonly latestVersion: "current";
117
- readonly versions: readonly ["current"];
118
- };
119
- readonly 'jamf-rapididentity': {
120
- readonly id: "jamf-rapididentity";
121
- readonly name: "RapidIdentity";
122
- readonly description: "Identity and access management platform";
123
- readonly urlPattern: "bundle/jamf-rapididentity-documentation/page";
124
- readonly bundleId: "jamf-rapididentity-documentation";
125
- readonly searchLabel: "product-rapididentity";
126
- readonly latestVersion: "current";
127
- readonly versions: readonly ["current"];
128
- };
129
- readonly 'jamf-trust': {
130
- readonly id: "jamf-trust";
131
- readonly name: "Jamf Trust";
132
- readonly description: "Zero-trust network access for Apple devices";
133
- readonly urlPattern: "bundle/jamf-trust-documentation/page";
134
- readonly bundleId: "jamf-trust-documentation";
135
- readonly searchLabel: "product-trust";
136
- readonly latestVersion: "current";
137
- readonly versions: readonly ["current"];
138
- };
139
- readonly 'jamf-routines': {
140
- readonly id: "jamf-routines";
141
- readonly name: "Jamf Routines";
142
- readonly description: "Automated workflow orchestration for device management";
143
- readonly urlPattern: "bundle/jamf-routines-documentation/page";
144
- readonly bundleId: "jamf-routines-documentation";
145
- readonly searchLabel: "product-routines";
146
- readonly latestVersion: "current";
147
- readonly versions: readonly ["current"];
148
- };
149
- readonly 'self-service-plus': {
150
- readonly id: "self-service-plus";
151
- readonly name: "Self Service+";
152
- readonly description: "Next-generation self-service portal for macOS";
153
- readonly urlPattern: "bundle/self-service-plus-documentation/page";
154
- readonly bundleId: "self-service-plus-documentation";
155
- readonly searchLabel: "product-self-service";
156
- readonly latestVersion: "current";
157
- readonly versions: readonly ["current"];
158
- };
159
- readonly 'jamf-app-catalog': {
160
- readonly id: "jamf-app-catalog";
161
- readonly name: "Jamf App Catalog";
162
- readonly description: "Curated application catalog for managed deployments";
163
- readonly urlPattern: "bundle/jamf-app-catalog/page";
164
- readonly bundleId: "jamf-app-catalog";
165
- readonly searchLabel: "product-appcatalog";
166
- readonly latestVersion: "current";
167
- readonly versions: readonly ["current"];
168
- };
169
- };
170
- export type ProductId = keyof typeof JAMF_PRODUCTS;
171
- export declare enum ResponseFormat {
172
- MARKDOWN = "markdown",
173
- JSON = "json"
174
- }
175
- export declare enum OutputMode {
176
- FULL = "full",
177
- COMPACT = "compact"
178
- }
179
- export declare const CONTENT_LIMITS: {
180
- readonly MAX_SEARCH_RESULTS: 50;
181
- readonly DEFAULT_SEARCH_RESULTS: 10;
182
- readonly FILTER_OVERFETCH_MULTIPLIER: 3;
183
- readonly FILTER_OVERFETCH_CAP: 150;
184
- readonly MAX_CONTENT_LENGTH: 100000;
185
- readonly MAX_SNIPPET_LENGTH: 500;
186
- };
187
- export declare const TOKEN_CONFIG: {
188
- readonly DEFAULT_MAX_TOKENS: 5000;
189
- readonly MAX_TOKENS_LIMIT: 50000;
190
- readonly MIN_TOKENS: 100;
191
- readonly CHARS_PER_TOKEN: 4;
192
- readonly CODE_CHARS_PER_TOKEN: 3;
193
- };
194
- export declare const PAGINATION_CONFIG: {
195
- readonly DEFAULT_PAGE: 1;
196
- readonly DEFAULT_PAGE_SIZE: 10;
197
- readonly MAX_PAGE: 100;
198
- };
199
- export declare const JAMF_TOPICS: {
200
- readonly enrollment: {
201
- readonly name: "Enrollment & Onboarding";
202
- readonly keywords: readonly ["enroll", "dep", "ade", "automated device enrollment", "user enrollment", "apple configurator", "onboard", "prestage", "enrollment method"];
203
- };
204
- readonly 'computer-management': {
205
- readonly name: "Computer Management";
206
- readonly keywords: readonly ["computer management", "computer inventory", "remote command", "remote administration", "mass action", "unmanag", "check-in", "startup script", "login event"];
207
- };
208
- readonly 'mobile-management': {
209
- readonly name: "Mobile Device Management";
210
- readonly keywords: readonly ["mobile device", "iphone", "ipad", "ios", "ipados", "mobile inventory", "mdm capabilities"];
211
- };
212
- readonly profiles: {
213
- readonly name: "Configuration Profiles";
214
- readonly keywords: readonly ["configuration profile", "profile", "payload", "restriction", "settings management", "computer configuration", "mobile configuration"];
215
- };
216
- readonly policies: {
217
- readonly name: "Policies";
218
- readonly keywords: readonly ["policy", "policies", "execution frequency", "user interaction", "policy management", "policy payload", "trigger"];
219
- };
220
- readonly packages: {
221
- readonly name: "Packages & Deployment";
222
- readonly keywords: readonly ["package", "pkg", "dmg", "package deployment", "package management", "installer"];
223
- };
224
- readonly scripts: {
225
- readonly name: "Scripts";
226
- readonly keywords: readonly ["script", "bash", "shell", "login script", "startup script", "extension attribute"];
227
- };
228
- readonly patch: {
229
- readonly name: "Patch Management";
230
- readonly keywords: readonly ["patch", "patch management", "patch policy", "software update", "patch reporting", "software title", "patch source"];
231
- };
232
- readonly apps: {
233
- readonly name: "App Management";
234
- readonly keywords: readonly ["app", "application", "app installer", "vpp", "volume purchase", "managed app", "app store", "mac app store"];
235
- };
236
- readonly 'self-service': {
237
- readonly name: "Self Service";
238
- readonly keywords: readonly ["self service", "self-service", "dock item", "branding", "bookmark", "user portal"];
239
- };
240
- readonly security: {
241
- readonly name: "Security Settings";
242
- readonly keywords: readonly ["security", "security settings", "restricted software", "efi password", "firmware password", "gatekeeper"];
243
- };
244
- readonly filevault: {
245
- readonly name: "FileVault & Encryption";
246
- readonly keywords: readonly ["filevault", "encryption", "recovery key", "disk encryption", "institutional recovery", "personal recovery"];
247
- };
248
- readonly compliance: {
249
- readonly name: "Compliance & Baseline";
250
- readonly keywords: readonly ["compliance", "baseline", "compliance baseline", "security benchmark", "cis benchmark", "gdpr"];
251
- };
252
- readonly 'protect-analytics': {
253
- readonly name: "Threat Analytics";
254
- readonly keywords: readonly ["analytic", "threat", "detection", "analytic chain", "custom analytic", "jamf-managed analytic", "alert"];
255
- };
256
- readonly 'protect-plans': {
257
- readonly name: "Protect Plans";
258
- readonly keywords: readonly ["protect plan", "jamf protect plan", "threat prevention", "endpoint security"];
259
- };
260
- readonly 'data-integration': {
261
- readonly name: "SIEM & Data Integration";
262
- readonly keywords: readonly ["siem", "splunk", "sentinel", "elastic", "datadog", "sumo logic", "google secops", "amazon s3", "data stream", "data integration"];
263
- };
264
- readonly sso: {
265
- readonly name: "Single Sign-On";
266
- readonly keywords: readonly ["sso", "single sign-on", "saml", "oidc", "oauth", "jamf account", "platform sso"];
267
- };
268
- readonly ldap: {
269
- readonly name: "Directory Services";
270
- readonly keywords: readonly ["ldap", "active directory", "directory binding", "open directory", "google secure ldap"];
271
- };
272
- readonly 'identity-provider': {
273
- readonly name: "Identity Providers";
274
- readonly keywords: readonly ["identity provider", "idp", "okta", "azure ad", "entra id", "microsoft entra", "google", "cloud identity"];
275
- };
276
- readonly 'connect-login': {
277
- readonly name: "Jamf Connect Login";
278
- readonly keywords: readonly ["jamf connect", "login window", "local account", "account creation", "account migration", "mobile account"];
279
- };
280
- readonly 'connect-password': {
281
- readonly name: "Password & Keychain";
282
- readonly keywords: readonly ["password sync", "keychain", "password policy", "local password"];
283
- };
284
- readonly 'privilege-elevation': {
285
- readonly name: "Privilege Elevation";
286
- readonly keywords: readonly ["privilege elevation", "admin rights", "sudo", "privilege", "self service+"];
287
- };
288
- readonly users: {
289
- readonly name: "Users & Accounts";
290
- readonly keywords: readonly ["user account", "local account", "managed local administrator", "mdm-enabled", "user group", "admin account"];
291
- };
292
- readonly 'user-roles': {
293
- readonly name: "Roles & Permissions";
294
- readonly keywords: readonly ["user role", "permission", "privilege", "administrator role", "api role", "access level"];
295
- };
296
- readonly inventory: {
297
- readonly name: "Inventory";
298
- readonly keywords: readonly ["inventory", "inventory collection", "inventory display", "hardware inventory", "software inventory", "inventory preload"];
299
- };
300
- readonly 'extension-attributes': {
301
- readonly name: "Extension Attributes";
302
- readonly keywords: readonly ["extension attribute", "custom attribute", "ea", "custom field", "inventory attribute"];
303
- };
304
- readonly reports: {
305
- readonly name: "Reports & Searches";
306
- readonly keywords: readonly ["report", "search", "advanced search", "simple search", "smart group", "criteria", "computer report"];
307
- };
308
- readonly history: {
309
- readonly name: "History & Logs";
310
- readonly keywords: readonly ["history", "log", "audit", "audit log", "computer history", "management history", "server log"];
311
- };
312
- readonly api: {
313
- readonly name: "API & Automation";
314
- readonly keywords: readonly ["api", "rest api", "classic api", "jamf pro api", "api role", "api client", "bearer token"];
315
- };
316
- readonly graphql: {
317
- readonly name: "GraphQL API";
318
- readonly keywords: readonly ["graphql", "query", "mutation", "schema", "protect api"];
319
- };
320
- readonly webhooks: {
321
- readonly name: "Webhooks & Notifications";
322
- readonly keywords: readonly ["webhook", "notification", "email notification", "impact alert", "event"];
323
- };
324
- readonly network: {
325
- readonly name: "Network Configuration";
326
- readonly keywords: readonly ["wifi", "vpn", "network", "proxy", "firewall", "port", "ip address", "url"];
327
- };
328
- readonly certificates: {
329
- readonly name: "Certificates";
330
- readonly keywords: readonly ["certificate", "ssl", "scep", "push certificate", "apns", "signing"];
331
- };
332
- readonly printers: {
333
- readonly name: "Printers";
334
- readonly keywords: readonly ["printer", "print", "cups", "ppd"];
335
- };
336
- readonly 'remote-access': {
337
- readonly name: "Remote Access";
338
- readonly keywords: readonly ["remote assist", "jamf remote", "teamviewer", "screen sharing", "vnc", "remote administration"];
339
- };
340
- readonly 'server-admin': {
341
- readonly name: "Server Administration";
342
- readonly keywords: readonly ["server", "jamf pro server", "activation code", "smtp", "ssl certificate", "maintenance", "health check", "clustering"];
343
- };
344
- readonly 'change-management': {
345
- readonly name: "Change Management";
346
- readonly keywords: readonly ["change management", "change log", "version", "backup", "restore"];
347
- };
348
- readonly licensing: {
349
- readonly name: "License Management";
350
- readonly keywords: readonly ["license", "licensed software", "license compliance", "license usage", "vpp token"];
351
- };
352
- readonly education: {
353
- readonly name: "Education & Classroom";
354
- readonly keywords: readonly ["school", "class", "teacher", "student", "jamf teacher", "jamf student", "jamf parent", "classroom", "education"];
355
- };
356
- readonly 'school-integration': {
357
- readonly name: "School Integrations";
358
- readonly keywords: readonly ["apple school manager", "asm", "shared ipad", "location", "google classroom"];
359
- };
360
- };
361
- export type TopicId = keyof typeof JAMF_TOPICS;
362
- export declare const DOC_TYPES: {
363
- readonly documentation: {
364
- readonly name: "Documentation";
365
- readonly description: "Main product documentation";
366
- readonly labelKey: "content-techdocs";
367
- };
368
- readonly 'release-notes': {
369
- readonly name: "Release Notes";
370
- readonly description: "Version release notes and changelogs";
371
- readonly labelKey: "content-releasenotes";
372
- };
373
- readonly training: {
374
- readonly name: "Training";
375
- readonly description: "Training materials and video guides";
376
- readonly labelKey: "content-training";
377
- };
378
- readonly 'solution-guide': {
379
- readonly name: "Solution Guide";
380
- readonly description: "Solution guides and best practices";
381
- readonly labelKey: "content-solutionguide";
382
- };
383
- readonly glossary: {
384
- readonly name: "Glossary";
385
- readonly description: "Technical glossary and terminology";
386
- readonly labelKey: "content-glossary";
387
- };
388
- readonly 'getting-started': {
389
- readonly name: "Getting Started";
390
- readonly description: "Getting started guides and quickstart content";
391
- readonly labelKey: "content-gettingstarted";
392
- };
393
- };
394
- export declare const DOC_TYPE_LABEL_MAP: Record<DocTypeId, string>;
395
- export declare const LABEL_TO_DOC_TYPE: Record<string, DocTypeId>;
396
- export type DocTypeId = keyof typeof DOC_TYPES;
397
- export declare const PRODUCT_IDS: [string, ...string[]];
398
- export declare const TOPIC_IDS: [string, ...string[]];
399
- export declare const DOC_TYPE_IDS: [string, ...string[]];
400
- export declare const SELECTORS: {
401
- readonly CONTENT: "article, .article-content, main article, #content";
402
- readonly TITLE: "h1";
403
- readonly BREADCRUMB: "[class*=\"breadcrumb\"] a, nav[aria-label=\"breadcrumb\"] a";
404
- readonly TOC: "nav.related-links a, [class*=\"toc\"] a, [class*=\"sidebar\"] a";
405
- readonly RELATED: "nav.related-links a, .related-topics a, [class*=\"related\"] a";
406
- readonly REMOVE: "script, style, noscript, footer, [id=\"initial-data\"], [class*=\"cookie\"], [class*=\"tracking\"], [class*=\"analytics\"]";
407
- };
9
+ export { SERVER_ICON, DOCS_BASE_URL, FT_API_BASE, buildDocUrl, buildUrlPattern, JAMF_PRODUCTS, PRODUCT_IDS, DEFAULT_LOCALE, SUPPORTED_LOCALES, SUPPORTED_LOCALE_IDS, toValidLocale, JAMF_TOPICS, TOPIC_IDS, DOC_TYPES, DOC_TYPE_LABEL_MAP, DOC_TYPE_CONTENT_TYPE_MAP, DOC_TYPE_IDS, ResponseFormat, OutputMode, CONTENT_LIMITS, TOKEN_CONFIG, PAGINATION_CONFIG, SELECTORS, } from './constants/index.js';
10
+ export type { ProductId, LocaleId, TopicId, DocTypeId, } from './constants/index.js';
408
11
  //# sourceMappingURL=constants.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../src/core/constants.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAGH,eAAO,MAAM,WAAW,+RAA+R,CAAC;AAGxT,eAAO,MAAM,aAAa,2BAA2B,CAAC;AACtD,eAAO,MAAM,YAAY,8BAA8B,CAAC;AAGxD,eAAO,MAAM,cAAc,UAAU,CAAC;AAEtC,eAAO,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;;;;;;CASpB,CAAC;AAEX,MAAM,MAAM,QAAQ,GAAG,MAAM,OAAO,iBAAiB,CAAC;AACtD,eAAO,MAAM,oBAAoB,EAAqC,CAAC,MAAM,EAAE,GAAG,MAAM,EAAE,CAAC,CAAC;AAE5F;;GAEG;AACH,wBAAgB,WAAW,CAAC,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,GAAG,MAAM,CAElF;AAED;;GAEG;AACH,wBAAgB,eAAe,CAAC,MAAM,EAAE,MAAM,EAAE,QAAQ,EAAE,MAAM,GAAG,MAAM,CAExE;AAGD,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyHhB,CAAC;AAEX,MAAM,MAAM,SAAS,GAAG,MAAM,OAAO,aAAa,CAAC;AAGnD,oBAAY,cAAc;IACxB,QAAQ,aAAa;IACrB,IAAI,SAAS;CACd;AAGD,oBAAY,UAAU;IACpB,IAAI,SAAS;IACb,OAAO,YAAY;CACpB;AAGD,eAAO,MAAM,cAAc;;;;;;;CAOjB,CAAC;AAGX,eAAO,MAAM,YAAY;;;;;;CAMf,CAAC;AAGX,eAAO,MAAM,iBAAiB;;;;CAIpB,CAAC;AAGX,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkMd,CAAC;AAEX,MAAM,MAAM,OAAO,GAAG,MAAM,OAAO,WAAW,CAAC;AAI/C,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+BZ,CAAC;AAGX,eAAO,MAAM,kBAAkB,EAAE,MAAM,CAAC,SAAS,EAAE,MAAM,CAE3B,CAAC;AAG/B,eAAO,MAAM,iBAAiB,EAAE,MAAM,CAAC,MAAM,EAAE,SAAS,CAE1B,CAAC;AAE/B,MAAM,MAAM,SAAS,GAAG,MAAM,OAAO,SAAS,CAAC;AAG/C,eAAO,MAAM,WAAW,EAAiC,CAAC,MAAM,EAAE,GAAG,MAAM,EAAE,CAAC,CAAC;AAC/E,eAAO,MAAM,SAAS,EAA+B,CAAC,MAAM,EAAE,GAAG,MAAM,EAAE,CAAC,CAAC;AAC3E,eAAO,MAAM,YAAY,EAA6B,CAAC,MAAM,EAAE,GAAG,MAAM,EAAE,CAAC,CAAC;AAG5E,eAAO,MAAM,SAAS;;;;;;;CAcZ,CAAC"}
1
+ {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../src/core/constants.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAEH,OAAO,EAEL,WAAW,EACX,aAAa,EACb,WAAW,EACX,WAAW,EACX,eAAe,EACf,aAAa,EACb,WAAW,EAGX,cAAc,EACd,iBAAiB,EACjB,oBAAoB,EACpB,aAAa,EAGb,WAAW,EACX,SAAS,EAGT,SAAS,EACT,kBAAkB,EAClB,yBAAyB,EACzB,YAAY,EAGZ,cAAc,EACd,UAAU,EACV,cAAc,EACd,YAAY,EACZ,iBAAiB,EACjB,SAAS,GACV,MAAM,sBAAsB,CAAC;AAE9B,YAAY,EACV,SAAS,EACT,QAAQ,EACR,OAAO,EACP,SAAS,GACV,MAAM,sBAAsB,CAAC"}