@sitecoreai-labs/sitecoreai-cli 0.0.4

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 (569) hide show
  1. package/AGENTS.md +67 -0
  2. package/LICENSE +21 -0
  3. package/README.md +357 -0
  4. package/bin/sitecoreai-cli +3 -0
  5. package/dist/cli.d.ts +3 -0
  6. package/dist/cli.d.ts.map +1 -0
  7. package/dist/cli.js +358 -0
  8. package/dist/commands/config.d.ts +3 -0
  9. package/dist/commands/config.d.ts.map +1 -0
  10. package/dist/commands/config.js +27 -0
  11. package/dist/commands/deploy/deployments.d.ts +3 -0
  12. package/dist/commands/deploy/deployments.d.ts.map +1 -0
  13. package/dist/commands/deploy/deployments.js +58 -0
  14. package/dist/commands/deploy/editing-host.d.ts +3 -0
  15. package/dist/commands/deploy/editing-host.d.ts.map +1 -0
  16. package/dist/commands/deploy/editing-host.js +49 -0
  17. package/dist/commands/deploy/environments/deployments.d.ts +3 -0
  18. package/dist/commands/deploy/environments/deployments.d.ts.map +1 -0
  19. package/dist/commands/deploy/environments/deployments.js +28 -0
  20. package/dist/commands/deploy/environments/index.d.ts +3 -0
  21. package/dist/commands/deploy/environments/index.d.ts.map +1 -0
  22. package/dist/commands/deploy/environments/index.js +29 -0
  23. package/dist/commands/deploy/environments/mutations.d.ts +9 -0
  24. package/dist/commands/deploy/environments/mutations.d.ts.map +1 -0
  25. package/dist/commands/deploy/environments/mutations.js +103 -0
  26. package/dist/commands/deploy/environments/queries.d.ts +7 -0
  27. package/dist/commands/deploy/environments/queries.d.ts.map +1 -0
  28. package/dist/commands/deploy/environments/queries.js +56 -0
  29. package/dist/commands/deploy/environments/variables.d.ts +3 -0
  30. package/dist/commands/deploy/environments/variables.d.ts.map +1 -0
  31. package/dist/commands/deploy/environments/variables.js +40 -0
  32. package/dist/commands/deploy/environments.d.ts +2 -0
  33. package/dist/commands/deploy/environments.d.ts.map +1 -0
  34. package/dist/commands/deploy/environments.js +17 -0
  35. package/dist/commands/deploy/index.d.ts +3 -0
  36. package/dist/commands/deploy/index.d.ts.map +1 -0
  37. package/dist/commands/deploy/index.js +26 -0
  38. package/dist/commands/deploy/logs.d.ts +3 -0
  39. package/dist/commands/deploy/logs.d.ts.map +1 -0
  40. package/dist/commands/deploy/logs.js +39 -0
  41. package/dist/commands/deploy/organizations.d.ts +3 -0
  42. package/dist/commands/deploy/organizations.d.ts.map +1 -0
  43. package/dist/commands/deploy/organizations.js +29 -0
  44. package/dist/commands/deploy/projects.d.ts +3 -0
  45. package/dist/commands/deploy/projects.d.ts.map +1 -0
  46. package/dist/commands/deploy/projects.js +74 -0
  47. package/dist/commands/deploy/shared.d.ts +3 -0
  48. package/dist/commands/deploy/shared.d.ts.map +1 -0
  49. package/dist/commands/deploy/shared.js +12 -0
  50. package/dist/commands/deploy/site.d.ts +10 -0
  51. package/dist/commands/deploy/site.d.ts.map +1 -0
  52. package/dist/commands/deploy/site.js +36 -0
  53. package/dist/commands/deploy/source-control.d.ts +3 -0
  54. package/dist/commands/deploy/source-control.d.ts.map +1 -0
  55. package/dist/commands/deploy/source-control.js +89 -0
  56. package/dist/commands/deploy.d.ts +2 -0
  57. package/dist/commands/deploy.d.ts.map +1 -0
  58. package/dist/commands/deploy.js +5 -0
  59. package/dist/commands/history.d.ts +3 -0
  60. package/dist/commands/history.d.ts.map +1 -0
  61. package/dist/commands/history.js +88 -0
  62. package/dist/commands/init.d.ts +3 -0
  63. package/dist/commands/init.d.ts.map +1 -0
  64. package/dist/commands/init.js +32 -0
  65. package/dist/commands/login.d.ts +3 -0
  66. package/dist/commands/login.d.ts.map +1 -0
  67. package/dist/commands/login.js +21 -0
  68. package/dist/commands/logout.d.ts +3 -0
  69. package/dist/commands/logout.d.ts.map +1 -0
  70. package/dist/commands/logout.js +18 -0
  71. package/dist/commands/recipe/index.d.ts +3 -0
  72. package/dist/commands/recipe/index.d.ts.map +1 -0
  73. package/dist/commands/recipe/index.js +158 -0
  74. package/dist/commands/serialization/index.d.ts +3 -0
  75. package/dist/commands/serialization/index.d.ts.map +1 -0
  76. package/dist/commands/serialization/index.js +89 -0
  77. package/dist/commands/serialization/package.d.ts +3 -0
  78. package/dist/commands/serialization/package.d.ts.map +1 -0
  79. package/dist/commands/serialization/package.js +36 -0
  80. package/dist/commands/shared.d.ts +21 -0
  81. package/dist/commands/shared.d.ts.map +1 -0
  82. package/dist/commands/shared.js +82 -0
  83. package/dist/commands/shell.d.ts +10 -0
  84. package/dist/commands/shell.d.ts.map +1 -0
  85. package/dist/commands/shell.js +155 -0
  86. package/dist/commands/status.d.ts +3 -0
  87. package/dist/commands/status.d.ts.map +1 -0
  88. package/dist/commands/status.js +15 -0
  89. package/dist/commands/telemetry.d.ts +3 -0
  90. package/dist/commands/telemetry.d.ts.map +1 -0
  91. package/dist/commands/telemetry.js +28 -0
  92. package/dist/config/env-overrides.d.ts +4 -0
  93. package/dist/config/env-overrides.d.ts.map +1 -0
  94. package/dist/config/env-overrides.js +199 -0
  95. package/dist/config/index.d.ts +5 -0
  96. package/dist/config/index.d.ts.map +1 -0
  97. package/dist/config/index.js +13 -0
  98. package/dist/config/modules.d.ts +4 -0
  99. package/dist/config/modules.d.ts.map +1 -0
  100. package/dist/config/modules.js +152 -0
  101. package/dist/config/paths.d.ts +2 -0
  102. package/dist/config/paths.d.ts.map +1 -0
  103. package/dist/config/paths.js +39 -0
  104. package/dist/config/root-config.d.ts +10 -0
  105. package/dist/config/root-config.d.ts.map +1 -0
  106. package/dist/config/root-config.js +159 -0
  107. package/dist/config/schema.json +278 -0
  108. package/dist/config/serialization-module.schema.json +127 -0
  109. package/dist/config/telemetry.schema.json +21 -0
  110. package/dist/config/types.d.ts +245 -0
  111. package/dist/config/types.d.ts.map +1 -0
  112. package/dist/config/types.js +19 -0
  113. package/dist/config/validation.d.ts +10 -0
  114. package/dist/config/validation.d.ts.map +1 -0
  115. package/dist/config/validation.js +43 -0
  116. package/dist/deploy/api/common/headers.d.ts +2 -0
  117. package/dist/deploy/api/common/headers.d.ts.map +1 -0
  118. package/dist/deploy/api/common/headers.js +10 -0
  119. package/dist/deploy/api/common/index.d.ts +4 -0
  120. package/dist/deploy/api/common/index.d.ts.map +1 -0
  121. package/dist/deploy/api/common/index.js +19 -0
  122. package/dist/deploy/api/common/request.d.ts +9 -0
  123. package/dist/deploy/api/common/request.d.ts.map +1 -0
  124. package/dist/deploy/api/common/request.js +253 -0
  125. package/dist/deploy/api/common/types.d.ts +44 -0
  126. package/dist/deploy/api/common/types.d.ts.map +1 -0
  127. package/dist/deploy/api/common/types.js +5 -0
  128. package/dist/deploy/api/common.d.ts +2 -0
  129. package/dist/deploy/api/common.d.ts.map +1 -0
  130. package/dist/deploy/api/common.js +17 -0
  131. package/dist/deploy/api/deployment-logs.d.ts +2 -0
  132. package/dist/deploy/api/deployment-logs.d.ts.map +1 -0
  133. package/dist/deploy/api/deployment-logs.js +23 -0
  134. package/dist/deploy/api/deployments.d.ts +9 -0
  135. package/dist/deploy/api/deployments.d.ts.map +1 -0
  136. package/dist/deploy/api/deployments.js +61 -0
  137. package/dist/deploy/api/environments.d.ts +21 -0
  138. package/dist/deploy/api/environments.d.ts.map +1 -0
  139. package/dist/deploy/api/environments.js +67 -0
  140. package/dist/deploy/api/index.d.ts +9 -0
  141. package/dist/deploy/api/index.d.ts.map +1 -0
  142. package/dist/deploy/api/index.js +24 -0
  143. package/dist/deploy/api/logs.d.ts +8 -0
  144. package/dist/deploy/api/logs.d.ts.map +1 -0
  145. package/dist/deploy/api/logs.js +29 -0
  146. package/dist/deploy/api/organizations.d.ts +6 -0
  147. package/dist/deploy/api/organizations.d.ts.map +1 -0
  148. package/dist/deploy/api/organizations.js +18 -0
  149. package/dist/deploy/api/projects.d.ts +13 -0
  150. package/dist/deploy/api/projects.d.ts.map +1 -0
  151. package/dist/deploy/api/projects.js +42 -0
  152. package/dist/deploy/api/source-control.d.ts +15 -0
  153. package/dist/deploy/api/source-control.d.ts.map +1 -0
  154. package/dist/deploy/api/source-control.js +71 -0
  155. package/dist/deploy/api.d.ts +2 -0
  156. package/dist/deploy/api.d.ts.map +1 -0
  157. package/dist/deploy/api.js +17 -0
  158. package/dist/deploy/tasks/deployment-result.d.ts +6 -0
  159. package/dist/deploy/tasks/deployment-result.d.ts.map +1 -0
  160. package/dist/deploy/tasks/deployment-result.js +36 -0
  161. package/dist/deploy/tasks/deployments.d.ts +10 -0
  162. package/dist/deploy/tasks/deployments.d.ts.map +1 -0
  163. package/dist/deploy/tasks/deployments.js +201 -0
  164. package/dist/deploy/tasks/editing-host.d.ts +28 -0
  165. package/dist/deploy/tasks/editing-host.d.ts.map +1 -0
  166. package/dist/deploy/tasks/editing-host.js +216 -0
  167. package/dist/deploy/tasks/environments.d.ts +20 -0
  168. package/dist/deploy/tasks/environments.d.ts.map +1 -0
  169. package/dist/deploy/tasks/environments.js +364 -0
  170. package/dist/deploy/tasks/index.d.ts +10 -0
  171. package/dist/deploy/tasks/index.d.ts.map +1 -0
  172. package/dist/deploy/tasks/index.js +25 -0
  173. package/dist/deploy/tasks/logs.d.ts +5 -0
  174. package/dist/deploy/tasks/logs.d.ts.map +1 -0
  175. package/dist/deploy/tasks/logs.js +56 -0
  176. package/dist/deploy/tasks/organizations.d.ts +6 -0
  177. package/dist/deploy/tasks/organizations.d.ts.map +1 -0
  178. package/dist/deploy/tasks/organizations.js +51 -0
  179. package/dist/deploy/tasks/projects.d.ts +11 -0
  180. package/dist/deploy/tasks/projects.d.ts.map +1 -0
  181. package/dist/deploy/tasks/projects.js +246 -0
  182. package/dist/deploy/tasks/shared.d.ts +63 -0
  183. package/dist/deploy/tasks/shared.d.ts.map +1 -0
  184. package/dist/deploy/tasks/shared.js +261 -0
  185. package/dist/deploy/tasks/site-bind.d.ts +21 -0
  186. package/dist/deploy/tasks/site-bind.d.ts.map +1 -0
  187. package/dist/deploy/tasks/site-bind.js +142 -0
  188. package/dist/deploy/tasks/site.d.ts +14 -0
  189. package/dist/deploy/tasks/site.d.ts.map +1 -0
  190. package/dist/deploy/tasks/site.js +29 -0
  191. package/dist/deploy/tasks/source-control.d.ts +14 -0
  192. package/dist/deploy/tasks/source-control.d.ts.map +1 -0
  193. package/dist/deploy/tasks/source-control.js +173 -0
  194. package/dist/deploy/tasks/types.d.ts +204 -0
  195. package/dist/deploy/tasks/types.d.ts.map +1 -0
  196. package/dist/deploy/tasks/types.js +7 -0
  197. package/dist/deploy/tasks.d.ts +3 -0
  198. package/dist/deploy/tasks.d.ts.map +1 -0
  199. package/dist/deploy/tasks.js +18 -0
  200. package/dist/recipe/api/auth.d.ts +9 -0
  201. package/dist/recipe/api/auth.d.ts.map +1 -0
  202. package/dist/recipe/api/auth.js +12 -0
  203. package/dist/recipe/api/authoring-client.d.ts +37 -0
  204. package/dist/recipe/api/authoring-client.d.ts.map +1 -0
  205. package/dist/recipe/api/authoring-client.js +495 -0
  206. package/dist/recipe/api/client.d.ts +99 -0
  207. package/dist/recipe/api/client.d.ts.map +1 -0
  208. package/dist/recipe/api/client.js +17 -0
  209. package/dist/recipe/api/graphql.d.ts +15 -0
  210. package/dist/recipe/api/graphql.d.ts.map +1 -0
  211. package/dist/recipe/api/graphql.js +38 -0
  212. package/dist/recipe/api/ref-encoding.d.ts +38 -0
  213. package/dist/recipe/api/ref-encoding.d.ts.map +1 -0
  214. package/dist/recipe/api/ref-encoding.js +160 -0
  215. package/dist/recipe/api/site-discovery.d.ts +49 -0
  216. package/dist/recipe/api/site-discovery.d.ts.map +1 -0
  217. package/dist/recipe/api/site-discovery.js +127 -0
  218. package/dist/recipe/api/sites-client.d.ts +48 -0
  219. package/dist/recipe/api/sites-client.d.ts.map +1 -0
  220. package/dist/recipe/api/sites-client.js +19 -0
  221. package/dist/recipe/cache.d.ts +36 -0
  222. package/dist/recipe/cache.d.ts.map +1 -0
  223. package/dist/recipe/cache.js +114 -0
  224. package/dist/recipe/compile/component-section.d.ts +46 -0
  225. package/dist/recipe/compile/component-section.d.ts.map +1 -0
  226. package/dist/recipe/compile/component-section.js +143 -0
  227. package/dist/recipe/compile/component-template.d.ts +34 -0
  228. package/dist/recipe/compile/component-template.d.ts.map +1 -0
  229. package/dist/recipe/compile/component-template.js +709 -0
  230. package/dist/recipe/compile/content-item.d.ts +31 -0
  231. package/dist/recipe/compile/content-item.d.ts.map +1 -0
  232. package/dist/recipe/compile/content-item.js +189 -0
  233. package/dist/recipe/compile/content-template.d.ts +18 -0
  234. package/dist/recipe/compile/content-template.d.ts.map +1 -0
  235. package/dist/recipe/compile/content-template.js +52 -0
  236. package/dist/recipe/compile/enumeration.d.ts +59 -0
  237. package/dist/recipe/compile/enumeration.d.ts.map +1 -0
  238. package/dist/recipe/compile/enumeration.js +236 -0
  239. package/dist/recipe/compile/page-design.d.ts +22 -0
  240. package/dist/recipe/compile/page-design.d.ts.map +1 -0
  241. package/dist/recipe/compile/page-design.js +93 -0
  242. package/dist/recipe/compile/parameters-template.d.ts +14 -0
  243. package/dist/recipe/compile/parameters-template.d.ts.map +1 -0
  244. package/dist/recipe/compile/parameters-template.js +92 -0
  245. package/dist/recipe/compile/partial-design.d.ts +18 -0
  246. package/dist/recipe/compile/partial-design.d.ts.map +1 -0
  247. package/dist/recipe/compile/partial-design.js +76 -0
  248. package/dist/recipe/compile/section-definition.d.ts +18 -0
  249. package/dist/recipe/compile/section-definition.d.ts.map +1 -0
  250. package/dist/recipe/compile/section-definition.js +26 -0
  251. package/dist/recipe/compile/shared.d.ts +442 -0
  252. package/dist/recipe/compile/shared.d.ts.map +1 -0
  253. package/dist/recipe/compile/shared.js +843 -0
  254. package/dist/recipe/compile/site-template.d.ts +52 -0
  255. package/dist/recipe/compile/site-template.d.ts.map +1 -0
  256. package/dist/recipe/compile/site-template.js +140 -0
  257. package/dist/recipe/compile/site.d.ts +44 -0
  258. package/dist/recipe/compile/site.d.ts.map +1 -0
  259. package/dist/recipe/compile/site.js +127 -0
  260. package/dist/recipe/compile.d.ts +93 -0
  261. package/dist/recipe/compile.d.ts.map +1 -0
  262. package/dist/recipe/compile.js +741 -0
  263. package/dist/recipe/execute.d.ts +119 -0
  264. package/dist/recipe/execute.d.ts.map +1 -0
  265. package/dist/recipe/execute.js +273 -0
  266. package/dist/recipe/guids.d.ts +400 -0
  267. package/dist/recipe/guids.d.ts.map +1 -0
  268. package/dist/recipe/guids.js +488 -0
  269. package/dist/recipe/index.d.ts +32 -0
  270. package/dist/recipe/index.d.ts.map +1 -0
  271. package/dist/recipe/index.js +156 -0
  272. package/dist/recipe/io.d.ts +21 -0
  273. package/dist/recipe/io.d.ts.map +1 -0
  274. package/dist/recipe/io.js +147 -0
  275. package/dist/recipe/ir/operations.d.ts +692 -0
  276. package/dist/recipe/ir/operations.d.ts.map +1 -0
  277. package/dist/recipe/ir/operations.js +347 -0
  278. package/dist/recipe/ir/sitecore-templates.d.ts +455 -0
  279. package/dist/recipe/ir/sitecore-templates.d.ts.map +1 -0
  280. package/dist/recipe/ir/sitecore-templates.js +465 -0
  281. package/dist/recipe/layout/emit.d.ts +101 -0
  282. package/dist/recipe/layout/emit.d.ts.map +1 -0
  283. package/dist/recipe/layout/emit.js +127 -0
  284. package/dist/recipe/layout/templates-mapping.d.ts +28 -0
  285. package/dist/recipe/layout/templates-mapping.d.ts.map +1 -0
  286. package/dist/recipe/layout/templates-mapping.js +29 -0
  287. package/dist/recipe/plan.d.ts +134 -0
  288. package/dist/recipe/plan.d.ts.map +1 -0
  289. package/dist/recipe/plan.js +565 -0
  290. package/dist/recipe/policy.d.ts +43 -0
  291. package/dist/recipe/policy.d.ts.map +1 -0
  292. package/dist/recipe/policy.js +75 -0
  293. package/dist/recipe/rollback.d.ts +72 -0
  294. package/dist/recipe/rollback.d.ts.map +1 -0
  295. package/dist/recipe/rollback.js +130 -0
  296. package/dist/recipe/schema/field-types.d.ts +72 -0
  297. package/dist/recipe/schema/field-types.d.ts.map +1 -0
  298. package/dist/recipe/schema/field-types.js +118 -0
  299. package/dist/recipe/schema/recipe.d.ts +1545 -0
  300. package/dist/recipe/schema/recipe.d.ts.map +1 -0
  301. package/dist/recipe/schema/recipe.js +1175 -0
  302. package/dist/recipe/schema/source-fields.d.ts +48 -0
  303. package/dist/recipe/schema/source-fields.d.ts.map +1 -0
  304. package/dist/recipe/schema/source-fields.js +79 -0
  305. package/dist/recipe/tasks/compile.d.ts +14 -0
  306. package/dist/recipe/tasks/compile.d.ts.map +1 -0
  307. package/dist/recipe/tasks/compile.js +89 -0
  308. package/dist/recipe/tasks/diff.d.ts +17 -0
  309. package/dist/recipe/tasks/diff.d.ts.map +1 -0
  310. package/dist/recipe/tasks/diff.js +6 -0
  311. package/dist/recipe/tasks/index.d.ts +9 -0
  312. package/dist/recipe/tasks/index.d.ts.map +1 -0
  313. package/dist/recipe/tasks/index.js +13 -0
  314. package/dist/recipe/tasks/placeholder-allow.d.ts +53 -0
  315. package/dist/recipe/tasks/placeholder-allow.d.ts.map +1 -0
  316. package/dist/recipe/tasks/placeholder-allow.js +218 -0
  317. package/dist/recipe/tasks/plan.d.ts +11 -0
  318. package/dist/recipe/tasks/plan.d.ts.map +1 -0
  319. package/dist/recipe/tasks/plan.js +72 -0
  320. package/dist/recipe/tasks/prune-defaults.d.ts +90 -0
  321. package/dist/recipe/tasks/prune-defaults.d.ts.map +1 -0
  322. package/dist/recipe/tasks/prune-defaults.js +184 -0
  323. package/dist/recipe/tasks/push.d.ts +18 -0
  324. package/dist/recipe/tasks/push.d.ts.map +1 -0
  325. package/dist/recipe/tasks/push.js +417 -0
  326. package/dist/recipe/tasks/shared.d.ts +152 -0
  327. package/dist/recipe/tasks/shared.d.ts.map +1 -0
  328. package/dist/recipe/tasks/shared.js +94 -0
  329. package/dist/recipe/validate.d.ts +103 -0
  330. package/dist/recipe/validate.d.ts.map +1 -0
  331. package/dist/recipe/validate.js +297 -0
  332. package/dist/serialization/commands.d.ts +48 -0
  333. package/dist/serialization/commands.d.ts.map +1 -0
  334. package/dist/serialization/commands.js +175 -0
  335. package/dist/serialization/compare.d.ts +29 -0
  336. package/dist/serialization/compare.d.ts.map +1 -0
  337. package/dist/serialization/compare.js +124 -0
  338. package/dist/serialization/field-filter.d.ts +7 -0
  339. package/dist/serialization/field-filter.d.ts.map +1 -0
  340. package/dist/serialization/field-filter.js +20 -0
  341. package/dist/serialization/filesystem-store/constants.d.ts +3 -0
  342. package/dist/serialization/filesystem-store/constants.d.ts.map +1 -0
  343. package/dist/serialization/filesystem-store/constants.js +5 -0
  344. package/dist/serialization/filesystem-store/index.d.ts +4 -0
  345. package/dist/serialization/filesystem-store/index.d.ts.map +1 -0
  346. package/dist/serialization/filesystem-store/index.js +15 -0
  347. package/dist/serialization/filesystem-store/items.d.ts +10 -0
  348. package/dist/serialization/filesystem-store/items.d.ts.map +1 -0
  349. package/dist/serialization/filesystem-store/items.js +64 -0
  350. package/dist/serialization/filesystem-store/roles.d.ts +6 -0
  351. package/dist/serialization/filesystem-store/roles.d.ts.map +1 -0
  352. package/dist/serialization/filesystem-store/roles.js +46 -0
  353. package/dist/serialization/filesystem-store/users.d.ts +6 -0
  354. package/dist/serialization/filesystem-store/users.d.ts.map +1 -0
  355. package/dist/serialization/filesystem-store/users.js +46 -0
  356. package/dist/serialization/filesystem-store/utils.d.ts +2 -0
  357. package/dist/serialization/filesystem-store/utils.d.ts.map +1 -0
  358. package/dist/serialization/filesystem-store/utils.js +17 -0
  359. package/dist/serialization/filesystem-store.d.ts +2 -0
  360. package/dist/serialization/filesystem-store.d.ts.map +1 -0
  361. package/dist/serialization/filesystem-store.js +17 -0
  362. package/dist/serialization/item-path.d.ts +32 -0
  363. package/dist/serialization/item-path.d.ts.map +1 -0
  364. package/dist/serialization/item-path.js +123 -0
  365. package/dist/serialization/path-provider.d.ts +12 -0
  366. package/dist/serialization/path-provider.d.ts.map +1 -0
  367. package/dist/serialization/path-provider.js +271 -0
  368. package/dist/serialization/signature.d.ts +4 -0
  369. package/dist/serialization/signature.d.ts.map +1 -0
  370. package/dist/serialization/signature.js +71 -0
  371. package/dist/serialization/sitecore-api/auth.d.ts +31 -0
  372. package/dist/serialization/sitecore-api/auth.d.ts.map +1 -0
  373. package/dist/serialization/sitecore-api/auth.js +319 -0
  374. package/dist/serialization/sitecore-api/graphql.d.ts +12 -0
  375. package/dist/serialization/sitecore-api/graphql.d.ts.map +1 -0
  376. package/dist/serialization/sitecore-api/graphql.js +20 -0
  377. package/dist/serialization/sitecore-api/history.d.ts +9 -0
  378. package/dist/serialization/sitecore-api/history.d.ts.map +1 -0
  379. package/dist/serialization/sitecore-api/history.js +36 -0
  380. package/dist/serialization/sitecore-api/index.d.ts +7 -0
  381. package/dist/serialization/sitecore-api/index.d.ts.map +1 -0
  382. package/dist/serialization/sitecore-api/index.js +22 -0
  383. package/dist/serialization/sitecore-api/items.d.ts +8 -0
  384. package/dist/serialization/sitecore-api/items.d.ts.map +1 -0
  385. package/dist/serialization/sitecore-api/items.js +132 -0
  386. package/dist/serialization/sitecore-api/publish.d.ts +14 -0
  387. package/dist/serialization/sitecore-api/publish.d.ts.map +1 -0
  388. package/dist/serialization/sitecore-api/publish.js +43 -0
  389. package/dist/serialization/sitecore-api/roles.d.ts +9 -0
  390. package/dist/serialization/sitecore-api/roles.d.ts.map +1 -0
  391. package/dist/serialization/sitecore-api/roles.js +42 -0
  392. package/dist/serialization/sitecore-api/users.d.ts +9 -0
  393. package/dist/serialization/sitecore-api/users.d.ts.map +1 -0
  394. package/dist/serialization/sitecore-api/users.js +62 -0
  395. package/dist/serialization/sitecore-api.d.ts +2 -0
  396. package/dist/serialization/sitecore-api.d.ts.map +1 -0
  397. package/dist/serialization/sitecore-api.js +17 -0
  398. package/dist/serialization/tasks/diff.d.ts +3 -0
  399. package/dist/serialization/tasks/diff.d.ts.map +1 -0
  400. package/dist/serialization/tasks/diff.js +109 -0
  401. package/dist/serialization/tasks/env/constants.d.ts +2 -0
  402. package/dist/serialization/tasks/env/constants.d.ts.map +1 -0
  403. package/dist/serialization/tasks/env/constants.js +4 -0
  404. package/dist/serialization/tasks/env/deploy-token.d.ts +3 -0
  405. package/dist/serialization/tasks/env/deploy-token.d.ts.map +1 -0
  406. package/dist/serialization/tasks/env/deploy-token.js +128 -0
  407. package/dist/serialization/tasks/env/index.d.ts +5 -0
  408. package/dist/serialization/tasks/env/index.d.ts.map +1 -0
  409. package/dist/serialization/tasks/env/index.js +11 -0
  410. package/dist/serialization/tasks/env/init/auth.d.ts +24 -0
  411. package/dist/serialization/tasks/env/init/auth.d.ts.map +1 -0
  412. package/dist/serialization/tasks/env/init/auth.js +122 -0
  413. package/dist/serialization/tasks/env/init/deploy-lookup.d.ts +22 -0
  414. package/dist/serialization/tasks/env/init/deploy-lookup.d.ts.map +1 -0
  415. package/dist/serialization/tasks/env/init/deploy-lookup.js +244 -0
  416. package/dist/serialization/tasks/env/init.d.ts +3 -0
  417. package/dist/serialization/tasks/env/init.d.ts.map +1 -0
  418. package/dist/serialization/tasks/env/init.js +253 -0
  419. package/dist/serialization/tasks/env/logout.d.ts +3 -0
  420. package/dist/serialization/tasks/env/logout.d.ts.map +1 -0
  421. package/dist/serialization/tasks/env/logout.js +61 -0
  422. package/dist/serialization/tasks/env/status.d.ts +3 -0
  423. package/dist/serialization/tasks/env/status.d.ts.map +1 -0
  424. package/dist/serialization/tasks/env/status.js +149 -0
  425. package/dist/serialization/tasks/env.d.ts +2 -0
  426. package/dist/serialization/tasks/env.d.ts.map +1 -0
  427. package/dist/serialization/tasks/env.js +17 -0
  428. package/dist/serialization/tasks/helpers/collect.d.ts +8 -0
  429. package/dist/serialization/tasks/helpers/collect.d.ts.map +1 -0
  430. package/dist/serialization/tasks/helpers/collect.js +29 -0
  431. package/dist/serialization/tasks/helpers/commands.d.ts +5 -0
  432. package/dist/serialization/tasks/helpers/commands.d.ts.map +1 -0
  433. package/dist/serialization/tasks/helpers/commands.js +14 -0
  434. package/dist/serialization/tasks/helpers/filesystem.d.ts +6 -0
  435. package/dist/serialization/tasks/helpers/filesystem.d.ts.map +1 -0
  436. package/dist/serialization/tasks/helpers/filesystem.js +27 -0
  437. package/dist/serialization/tasks/helpers/index.d.ts +6 -0
  438. package/dist/serialization/tasks/helpers/index.d.ts.map +1 -0
  439. package/dist/serialization/tasks/helpers/index.js +13 -0
  440. package/dist/serialization/tasks/helpers/items.d.ts +3 -0
  441. package/dist/serialization/tasks/helpers/items.d.ts.map +1 -0
  442. package/dist/serialization/tasks/helpers/items.js +5 -0
  443. package/dist/serialization/tasks/helpers/sitecore.d.ts +5 -0
  444. package/dist/serialization/tasks/helpers/sitecore.d.ts.map +1 -0
  445. package/dist/serialization/tasks/helpers/sitecore.js +109 -0
  446. package/dist/serialization/tasks/helpers.d.ts +2 -0
  447. package/dist/serialization/tasks/helpers.d.ts.map +1 -0
  448. package/dist/serialization/tasks/helpers.js +17 -0
  449. package/dist/serialization/tasks/index.d.ts +8 -0
  450. package/dist/serialization/tasks/index.d.ts.map +1 -0
  451. package/dist/serialization/tasks/index.js +19 -0
  452. package/dist/serialization/tasks/info.d.ts +4 -0
  453. package/dist/serialization/tasks/info.d.ts.map +1 -0
  454. package/dist/serialization/tasks/info.js +82 -0
  455. package/dist/serialization/tasks/package.d.ts +4 -0
  456. package/dist/serialization/tasks/package.d.ts.map +1 -0
  457. package/dist/serialization/tasks/package.js +171 -0
  458. package/dist/serialization/tasks/pull.d.ts +3 -0
  459. package/dist/serialization/tasks/pull.d.ts.map +1 -0
  460. package/dist/serialization/tasks/pull.js +82 -0
  461. package/dist/serialization/tasks/push.d.ts +3 -0
  462. package/dist/serialization/tasks/push.d.ts.map +1 -0
  463. package/dist/serialization/tasks/push.js +101 -0
  464. package/dist/serialization/tasks/roles.d.ts +6 -0
  465. package/dist/serialization/tasks/roles.d.ts.map +1 -0
  466. package/dist/serialization/tasks/roles.js +103 -0
  467. package/dist/serialization/tasks/shared.d.ts +19 -0
  468. package/dist/serialization/tasks/shared.d.ts.map +1 -0
  469. package/dist/serialization/tasks/shared.js +59 -0
  470. package/dist/serialization/tasks/types.d.ts +73 -0
  471. package/dist/serialization/tasks/types.d.ts.map +1 -0
  472. package/dist/serialization/tasks/types.js +8 -0
  473. package/dist/serialization/tasks/users.d.ts +5 -0
  474. package/dist/serialization/tasks/users.d.ts.map +1 -0
  475. package/dist/serialization/tasks/users.js +90 -0
  476. package/dist/serialization/tasks/validate.d.ts +5 -0
  477. package/dist/serialization/tasks/validate.d.ts.map +1 -0
  478. package/dist/serialization/tasks/validate.js +50 -0
  479. package/dist/serialization/tasks/watch.d.ts +3 -0
  480. package/dist/serialization/tasks/watch.d.ts.map +1 -0
  481. package/dist/serialization/tasks/watch.js +75 -0
  482. package/dist/serialization/tasks.d.ts +4 -0
  483. package/dist/serialization/tasks.d.ts.map +1 -0
  484. package/dist/serialization/tasks.js +19 -0
  485. package/dist/serialization/tree-spec.d.ts +51 -0
  486. package/dist/serialization/tree-spec.d.ts.map +1 -0
  487. package/dist/serialization/tree-spec.js +241 -0
  488. package/dist/serialization/types.d.ts +75 -0
  489. package/dist/serialization/types.d.ts.map +1 -0
  490. package/dist/serialization/types.js +2 -0
  491. package/dist/serialization/wildcard.d.ts +3 -0
  492. package/dist/serialization/wildcard.d.ts.map +1 -0
  493. package/dist/serialization/wildcard.js +24 -0
  494. package/dist/serialization/yaml.d.ts +9 -0
  495. package/dist/serialization/yaml.d.ts.map +1 -0
  496. package/dist/serialization/yaml.js +307 -0
  497. package/dist/shared/browser.d.ts +2 -0
  498. package/dist/shared/browser.d.ts.map +1 -0
  499. package/dist/shared/browser.js +36 -0
  500. package/dist/shared/cli-options.d.ts +17 -0
  501. package/dist/shared/cli-options.d.ts.map +1 -0
  502. package/dist/shared/cli-options.js +8 -0
  503. package/dist/shared/cli-tasks.d.ts +38 -0
  504. package/dist/shared/cli-tasks.d.ts.map +1 -0
  505. package/dist/shared/cli-tasks.js +108 -0
  506. package/dist/shared/config-template.d.ts +23 -0
  507. package/dist/shared/config-template.d.ts.map +1 -0
  508. package/dist/shared/config-template.js +38 -0
  509. package/dist/shared/env.d.ts +28 -0
  510. package/dist/shared/env.d.ts.map +1 -0
  511. package/dist/shared/env.js +38 -0
  512. package/dist/shared/errors.d.ts +21 -0
  513. package/dist/shared/errors.d.ts.map +1 -0
  514. package/dist/shared/errors.js +59 -0
  515. package/dist/shared/graphql.d.ts +76 -0
  516. package/dist/shared/graphql.d.ts.map +1 -0
  517. package/dist/shared/graphql.js +222 -0
  518. package/dist/shared/history.d.ts +12 -0
  519. package/dist/shared/history.d.ts.map +1 -0
  520. package/dist/shared/history.js +62 -0
  521. package/dist/shared/keychain.d.ts +15 -0
  522. package/dist/shared/keychain.d.ts.map +1 -0
  523. package/dist/shared/keychain.js +177 -0
  524. package/dist/shared/logger.d.ts +24 -0
  525. package/dist/shared/logger.d.ts.map +1 -0
  526. package/dist/shared/logger.js +157 -0
  527. package/dist/shared/output.d.ts +7 -0
  528. package/dist/shared/output.d.ts.map +1 -0
  529. package/dist/shared/output.js +21 -0
  530. package/dist/shared/prompt.d.ts +5 -0
  531. package/dist/shared/prompt.d.ts.map +1 -0
  532. package/dist/shared/prompt.js +87 -0
  533. package/dist/shared/redact.d.ts +3 -0
  534. package/dist/shared/redact.d.ts.map +1 -0
  535. package/dist/shared/redact.js +47 -0
  536. package/dist/shared/spinner.d.ts +5 -0
  537. package/dist/shared/spinner.d.ts.map +1 -0
  538. package/dist/shared/spinner.js +89 -0
  539. package/dist/shared/style.d.ts +2 -0
  540. package/dist/shared/style.d.ts.map +1 -0
  541. package/dist/shared/style.js +61 -0
  542. package/dist/shared/telemetry.d.ts +21 -0
  543. package/dist/shared/telemetry.d.ts.map +1 -0
  544. package/dist/shared/telemetry.js +226 -0
  545. package/dist/shared/validate.d.ts +3 -0
  546. package/dist/shared/validate.d.ts.map +1 -0
  547. package/dist/shared/validate.js +32 -0
  548. package/dist/sites/api/collections.d.ts +25 -0
  549. package/dist/sites/api/collections.d.ts.map +1 -0
  550. package/dist/sites/api/collections.js +21 -0
  551. package/dist/sites/api/index.d.ts +26 -0
  552. package/dist/sites/api/index.d.ts.map +1 -0
  553. package/dist/sites/api/index.js +55 -0
  554. package/dist/sites/api/jobs.d.ts +31 -0
  555. package/dist/sites/api/jobs.d.ts.map +1 -0
  556. package/dist/sites/api/jobs.js +10 -0
  557. package/dist/sites/api/languages.d.ts +22 -0
  558. package/dist/sites/api/languages.d.ts.map +1 -0
  559. package/dist/sites/api/languages.js +18 -0
  560. package/dist/sites/api/request.d.ts +24 -0
  561. package/dist/sites/api/request.d.ts.map +1 -0
  562. package/dist/sites/api/request.js +99 -0
  563. package/dist/sites/api/sites.d.ts +53 -0
  564. package/dist/sites/api/sites.d.ts.map +1 -0
  565. package/dist/sites/api/sites.js +41 -0
  566. package/dist/sites/api/types.d.ts +29 -0
  567. package/dist/sites/api/types.d.ts.map +1 -0
  568. package/dist/sites/api/types.js +4 -0
  569. package/package.json +109 -0
@@ -0,0 +1,400 @@
1
+ /**
2
+ * Frozen at v1. Hardcoded literal so repo edits to derivation logic can't
3
+ * silently re-namespace existing tenants. The `__namespace_root_is_frozen`
4
+ * test asserts this matches `uuidv5(DNS, "registry.sitecoreai.dev")`.
5
+ */
6
+ export declare const NAMESPACE_ROOT = "d6c28e9f-21f3-56ee-ada3-f2a947c3d475";
7
+ export declare const NAMESPACE_TEMPLATE: string;
8
+ export declare const NAMESPACE_RENDERING: string;
9
+ export declare const NAMESPACE_PARTIAL_DESIGN: string;
10
+ export declare const NAMESPACE_PAGE_DESIGN: string;
11
+ export declare const NAMESPACE_SITE_BRANCH: string;
12
+ export declare const NAMESPACE_CONTENT_ITEM: string;
13
+ export declare const NAMESPACE_SITE: string;
14
+ export declare const NAMESPACE_ENUMERATION: string;
15
+ /** Internal: lets the test prove `NAMESPACE_ROOT` matches its derivation. */
16
+ export declare const _deriveNamespaceRoot: () => string;
17
+ export declare const templateId: (site: string, handle: string) => string;
18
+ export declare const renderingId: (site: string, handle: string) => string;
19
+ export declare const paramsTemplateId: (site: string, handle: string) => string;
20
+ export declare const partialDesignId: (site: string, handle: string) => string;
21
+ export declare const pageDesignId: (site: string, handle: string) => string;
22
+ export declare const siteBranchId: (handle: string) => string;
23
+ export declare const contentItemId: (site: string, handle: string) => string;
24
+ /**
25
+ * Recipe-internal refKey for a `SiteRecipe`'s site item. The actual
26
+ * Sitecore site itemId is server-assigned by the Sites API at
27
+ * `createSite` time; this refKey is the IR's identity for cross-op
28
+ * resolution (dictionary phrases, taxonomy tags scoped under the site
29
+ * inherit it).
30
+ */
31
+ export declare const siteId: (handle: string) => string;
32
+ /**
33
+ * Recipe-internal refKey for a dictionary phrase item under a site.
34
+ * SXA's Site Wizard materialises `<site>/Dictionary/<phraseName>` based
35
+ * on the SiteTemplate's dictionary defaults; SiteRecipe's
36
+ * `dictionaryOverrides` writes the Phrase field on those existing
37
+ * items. The executor seeds this refKey via cross-recipe path lookup
38
+ * after `CreateSiteFromTemplate` materialises the site.
39
+ */
40
+ export declare const dictionaryPhraseId: (siteHandle: string, phraseName: string) => string;
41
+ /**
42
+ * Recipe-internal refKey for a taxonomy folder (root) under a site.
43
+ * Mirror of `dictionaryPhraseId` for the taxonomy tree — late-seeded
44
+ * after the site materialises.
45
+ */
46
+ export declare const taxonomyFolderId: (siteHandle: string, rootName: string) => string;
47
+ /**
48
+ * Recipe-internal refKey for a taxonomy tag item under a site's
49
+ * taxonomy folder. Used when a SiteRecipe override list adds tags
50
+ * beyond the SiteTemplate defaults — those become CreateItem ops
51
+ * parented to the late-seeded taxonomy folder refKey.
52
+ */
53
+ export declare const taxonomyTagId: (siteHandle: string, rootName: string, tagName: string) => string;
54
+ /**
55
+ * Stable refKey for the SXA Page Designs root item (the tenant-existing
56
+ * item that holds the `TemplatesMapping` field). The orchestrator
57
+ * pipeline-step seeds `crossRecipeRefs[<this>] = pageDesignsRoot` at
58
+ * execute time so SetField ops targeting the mapping resolve correctly.
59
+ *
60
+ * Not a Sitecore concept — purely a refKey our IR uses to coordinate
61
+ * with the executor's pre-seed mechanism.
62
+ */
63
+ export declare const PAGE_DESIGNS_ROOT_REF_KEY: string;
64
+ /** Sections are scoped under their (site-scoped) template; seed `section:<name>`. */
65
+ export declare const sectionId: (site: string, handle: string, sectionName: string) => string;
66
+ /** Fields are scoped under their (site-scoped) template; the seed is the field name. */
67
+ export declare const fieldId: (site: string, handle: string, fieldName: string) => string;
68
+ /** Sections of the parameters template scope under (site-scoped) `paramsTemplateId`. */
69
+ export declare const paramsSectionId: (site: string, handle: string, sectionName: string) => string;
70
+ /** Fields of the parameters template scope under (site-scoped) `paramsTemplateId`. */
71
+ export declare const paramsFieldId: (site: string, handle: string, fieldName: string) => string;
72
+ /**
73
+ * Per-rendering Headless Variants folder. Lives at
74
+ * `<headlessVariantsRoot>/<section>/<RenderingName>/` and conforms to
75
+ * SXA's `HeadlessVariants` template. The refKey seed is unchanged
76
+ * from the legacy "under the rendering item" location (`__variants`
77
+ * scoped to the rendering's id) so existing caches continue to
78
+ * resolve — only the path/template changed.
79
+ */
80
+ export declare const variantsFolderId: (site: string, handle: string) => string;
81
+ /**
82
+ * Each Variant Definition item lives under the per-rendering
83
+ * Headless Variants folder. Conforms to SXA's `Variant Definition`
84
+ * template.
85
+ */
86
+ export declare const variantId: (site: string, handle: string, variantName: string) => string;
87
+ /**
88
+ * Standard values is a child of the template whose template-of is the
89
+ * template's own ID. The GUID is derived from the (site-scoped) template
90
+ * ID with the `__standard-values` seed.
91
+ */
92
+ export declare const standardValuesId: (site: string, handle: string) => string;
93
+ /**
94
+ * Standard values for a parameters template. Same `__standard-values`
95
+ * seed pattern as `standardValuesId` but scoped under
96
+ * `paramsTemplateId(site, handle)` so params-template SV items don't
97
+ * collide with the component-template SV under the same handle.
98
+ */
99
+ export declare const paramsStandardValuesId: (site: string, handle: string) => string;
100
+ /**
101
+ * Enumeration root item — backs an `EnumerationRecipe`. Lives at
102
+ * `<enumerationsRoot>/<EnumName>` per-site. Children are the enum's
103
+ * value items (see `enumValueId`). Site-scoped seed `<site>::<handle>`
104
+ * matches the rest of the per-component derivations so cross-site
105
+ * pushes don't collide.
106
+ */
107
+ export declare const enumerationFolderId: (site: string, handle: string) => string;
108
+ /**
109
+ * Deterministic refKey for a single enumeration value item. Scopes
110
+ * under the EnumerationRecipe's `enumerationFolderId(site, handle)` so
111
+ * the same value name (`primary`, `default`, etc.) produces distinct
112
+ * GUIDs across enums.
113
+ */
114
+ export declare const enumValueId: (parentRefKey: string, valueName: string) => string;
115
+ /**
116
+ * Per-site `Enumerations Folder` template. The folder layers in an
117
+ * enumeration tree (root, per-section grouping, per-enum) all conform
118
+ * to this template instead of Sitecore's generic Folder, so the SXA
119
+ * editor recognises the layout and stamps the right icon. Site-scoped
120
+ * because each site owns its own per-Project templates tree.
121
+ */
122
+ export declare const enumerationsFolderTemplateId: (site: string) => string;
123
+ /**
124
+ * Deterministic refKey for one segment of an
125
+ * `EnumerationRecipe.location.folder` grouping path under
126
+ * `<enumerationsRoot>/<…segments…>`. Conforms to the per-site
127
+ * `Enumerations Folder` template. Site-scoped + keyed on the segment's
128
+ * cumulative path so two recipes in the same push pointing at
129
+ * `folder: "Theme/Color"` reuse the `Theme` and `Theme/Color` folders
130
+ * rather than colliding.
131
+ *
132
+ * Pass the cumulative path (e.g. `"Theme"` then `"Theme/Color"`) — not
133
+ * just the leaf segment — so each level gets its own GUID seeded by its
134
+ * full position in the tree. This keeps two folders named `Color`
135
+ * (one under `Theme`, one under `Layout`) distinct.
136
+ *
137
+ * Same `NAMESPACE_PROJECT` family as section folders / Component
138
+ * Folders buckets — all "site organisational folders" with the same
139
+ * identity model.
140
+ */
141
+ export declare const enumerationsGroupingFolderId: (site: string, cumulativePath: string) => string;
142
+ /**
143
+ * Per-site `Enumeration` template. The per-enum container items
144
+ * (`Color Scheme`, `Heading Size`, `Background Themes`, etc.) conform
145
+ * to this template — i.e. each enumeration is itself an `Enumeration`,
146
+ * and its leaf values live below it as `Enumeration Value` children.
147
+ * Carries an inner `Enumeration` Section + `Value` Single-Line Text
148
+ * shared field so each per-enum container item can store its
149
+ * canonical default (driven by `EnumerationRecipe.default`). Site-
150
+ * scoped for the same reason as `enumerationsFolderTemplateId`.
151
+ */
152
+ export declare const enumerationTemplateId: (site: string) => string;
153
+ /**
154
+ * The single Template Section under the per-site `Enumeration`
155
+ * template, named `"Enumeration"` (mirrors the Enumeration Value
156
+ * template's inner section so the field path on both templates is
157
+ * structurally identical: `<template>/Enumeration/Value`).
158
+ */
159
+ export declare const enumerationContainerSectionId: (site: string) => string;
160
+ /**
161
+ * The `Value` Template Field under the per-site `Enumeration` template's
162
+ * `Enumeration` section. Stores each per-enum container item's default
163
+ * value (`"primary"` for Color Scheme, `"md"` for Heading Size, etc.) —
164
+ * driven by `EnumerationRecipe.default` at compile time. Edge consumers
165
+ * reading the container directly resolve the default via this field.
166
+ */
167
+ export declare const enumerationContainerValueFieldId: (site: string) => string;
168
+ /**
169
+ * Per-site `__Standard Values` item under the `Enumeration` template
170
+ * definition. Linked via `SetStandardValues` so its Insert Options
171
+ * propagate to every per-enum container item conforming to the
172
+ * Enumeration template — authors can right-click `Color Scheme` →
173
+ * Insert → Enumeration Value to add a new value without picking
174
+ * templates from a long list.
175
+ */
176
+ export declare const enumerationTemplateStandardValuesId: (site: string) => string;
177
+ /**
178
+ * Per-site `Enumeration Value` template. The leaf value items (like
179
+ * `primary`, `accent`, `lg`, `shooting-star`) conform to this template,
180
+ * NOT to the `Enumeration` template — `Enumeration` is for the per-enum
181
+ * container; `Enumeration Value` is for the leaves. Carries the inner
182
+ * `Enumeration` Template Section + `Value` Template Field (defined
183
+ * below) so each value item stores its actual enumeration string on
184
+ * the `Value` shared field. Site-scoped.
185
+ */
186
+ export declare const enumerationValueTemplateId: (site: string) => string;
187
+ /**
188
+ * The single Template Section under the per-site `Enumeration Value`
189
+ * template, named `"Enumeration"` (matches the canonical
190
+ * `click-click-launch/Presentation/Enumeration Value/Enumeration`).
191
+ * Holds the `Value` field below. Scoped under
192
+ * `enumerationValueTemplateId(site)` so the GUID is stable per-site
193
+ * without colliding across sites.
194
+ *
195
+ * Function name retained for backwards compatibility with the prior
196
+ * (broken) layout where this section lived under the Enumeration
197
+ * template; the GUID it derives is now under the value template.
198
+ */
199
+ export declare const enumerationTemplateSectionId: (site: string) => string;
200
+ /**
201
+ * The `Value` Template Field under the per-site `Enumeration Value`
202
+ * template's `Enumeration` section. Stores the actual enumeration
203
+ * value (`"primary"`, `"shooting-star"`, etc.) on every value item
204
+ * conforming to the Enumeration Value template. Scoped under
205
+ * `enumerationValueTemplateId(site)` for stability.
206
+ *
207
+ * Function name retained for backwards compatibility — see
208
+ * `enumerationTemplateSectionId` note above.
209
+ */
210
+ export declare const enumerationTemplateValueFieldId: (site: string) => string;
211
+ /**
212
+ * Datasource items are scoped to a page recipe's id, keyed on slot path —
213
+ * redeploys with regenerated mock content overwrite the same item.
214
+ * Phase 1 doesn't emit these; defined here for forward-compat parity with
215
+ * the planning doc.
216
+ */
217
+ export declare const datasourceId: (pageItemId: string, slotPath: string) => string;
218
+ /**
219
+ * Project namespace — used for site-scoped folder identities (section
220
+ * folders under `Components/<site>/Components/<section>`, etc.). Distinct
221
+ * from the per-template namespaces because section folders are owned by
222
+ * the *site*, not by any single template.
223
+ */
224
+ export declare const NAMESPACE_PROJECT: string;
225
+ /**
226
+ * Deterministic refKey for a section folder under a site's
227
+ * `Components/` bucket. Emitted as a `CreateOnly` `CreateItem` so
228
+ * re-pushing a recipe set materialises the section once and is a
229
+ * no-op thereafter. Identity scheme follows
230
+ * `plans/recipe-site-folder-layout.md` § "Deterministic GUID
231
+ * extensions".
232
+ */
233
+ export declare const sectionFolderId: (site: string, section: string) => string;
234
+ /**
235
+ * Deterministic refKey for the renderings-side section folder under
236
+ * `<renderingsRoot>/<section>/`. Distinct seed from the templates-side
237
+ * section folder so the two don't share an identity (they are separate
238
+ * Sitecore items in separate trees).
239
+ */
240
+ export declare const renderingsSectionFolderId: (site: string, section: string) => string;
241
+ /**
242
+ * Deterministic refKey for an SXA Headless Variants section grouping
243
+ * under `<headlessVariantsRoot>/<section>/`. Distinct from the
244
+ * templates-side and renderings-side section folder seeds — separate
245
+ * tree, separate Sitecore items, separate identity. Conforms to the
246
+ * `HeadlessVariantsGrouping` template.
247
+ */
248
+ export declare const headlessVariantsSectionFolderId: (site: string, section: string) => string;
249
+ /**
250
+ * Deterministic refKey for an SXA Available Renderings section item
251
+ * (`<availableRenderingsRoot>/<section>`). Conforms to the
252
+ * `AVAILABLE_RENDERINGS` template; aggregates every component-template
253
+ * recipe in the section into one Renderings field. Idempotent across
254
+ * runs — same `(site, section)` → same refKey forever.
255
+ */
256
+ export declare const availableRenderingsSectionId: (site: string, section: string) => string;
257
+ /**
258
+ * Deterministic refKey for a "Component Folders" subfolder under a
259
+ * site's `Components/<section>/` — an idempotent parent for the
260
+ * generated `<Component> Folder` templates.
261
+ */
262
+ export declare const componentFoldersBucketId: (site: string, section: string) => string;
263
+ /**
264
+ * Deterministic refKey for a "Presentation Parameters" subfolder under
265
+ * a site's `Components/<section>/` — an idempotent parent for
266
+ * standalone (and synthesised) Parameters templates.
267
+ */
268
+ export declare const presentationParametersBucketId: (site: string, section: string) => string;
269
+ /**
270
+ * Deterministic refKey for a `<Component> Folder` template emitted when
271
+ * a `ComponentTemplateRecipe` declares `children:`. The Sitecore item
272
+ * lands at `Components/<section>/Component Folders/<Component> Folder`;
273
+ * the seed is `<componentHandle>::folder`, namespaced under
274
+ * `NAMESPACE_TEMPLATE` so it shares the template-id family without
275
+ * colliding with the component's own template id.
276
+ */
277
+ export declare const componentFolderTemplateId: (site: string, componentHandle: string) => string;
278
+ /**
279
+ * Standard-values item refKey for a component folder template. Same
280
+ * derivation pattern as `standardValuesId` (seed `__standard-values`,
281
+ * scope under the folder template's id) but differentiated by the
282
+ * folder template's distinct namespace.
283
+ */
284
+ export declare const componentFolderStandardValuesId: (site: string, componentHandle: string) => string;
285
+ /**
286
+ * Deterministic refKey for a Content Models group folder under a
287
+ * site's `Content Models/<group>/`. Materialised once via a CreateOnly
288
+ * CreateItem when any content template in the recipe set carries
289
+ * `meta.tax.group` matching this name.
290
+ */
291
+ export declare const contentModelsGroupFolderId: (site: string, group: string) => string;
292
+ /**
293
+ * Per-site shared Data Folder under `<contentItemsRoot>/<subfolder>`.
294
+ * Emitted as a CreateOnly item by `compileComponentTemplateRecipe` when
295
+ * a recipe declares a `site`-scoped datasource location with a
296
+ * `subfolder`. Multiple recipes with the same subfolder share the
297
+ * folder (idempotent emission via the `emittedFolders` set).
298
+ */
299
+ export declare const siteDataFolderId: (site: string, subfolder: string) => string;
300
+ /**
301
+ * Per-component Data Folder TEMPLATE emitted when a recipe declares a
302
+ * site-scoped datasource location. Lands at
303
+ * `Components/<section>/Data Folders/<Component> Data Folder`. The
304
+ * Sitecore folder ITEM(s) at `<contentItemsRoot>/<subfolder>` conform
305
+ * to this template (instead of the generic `Folder`) so its
306
+ * `__Standard Values`'s Insert Options can restrict children to the
307
+ * component's own datasource template — i.e. a "Badges" folder only
308
+ * accepts Badge datasources when an author right-clicks → Insert.
309
+ *
310
+ * One template per recipe-handle (idempotent across multiple
311
+ * site-scoped subfolders that share the same recipe). Mirrors
312
+ * `componentFolderTemplateId` for `children:` declarations, but
313
+ * keyed under a distinct seed so the two templates don't collide.
314
+ */
315
+ export declare const siteDataFolderTemplateId: (site: string, recipeHandle: string) => string;
316
+ /**
317
+ * Standard-values item refKey for a per-component Data Folder template.
318
+ * Same derivation pattern as `standardValuesId` and
319
+ * `componentFolderStandardValuesId` — seed `__standard-values` under
320
+ * the folder template's own id.
321
+ */
322
+ export declare const siteDataFolderStandardValuesId: (site: string, recipeHandle: string) => string;
323
+ /**
324
+ * SHARED Data Folder template — keyed on `(site, subfolder)` instead of
325
+ * `(site, recipeHandle)`. Emitted by `compileRecipeSet` when two or
326
+ * more recipes target the same site-scoped `subfolder` (the shared-
327
+ * pool design-system pattern: Badge + StatusPill + Tag all populating
328
+ * `Site Shared UI/Badges`). The shared template's `__Standard Values`
329
+ * Insert Options field aggregates every contributing recipe's
330
+ * datasource template, so a CMS author right-clicking → Insert sees
331
+ * all the shapes that legitimately belong in that pool.
332
+ *
333
+ * Per-recipe `siteDataFolderTemplateId` stays in use for the
334
+ * SINGLETON case (one recipe → one subfolder). The choice between the
335
+ * two is made by the cross-recipe coalescer in `compileRecipeSet`:
336
+ * count refs per `(site, subfolder)`; ≥2 → shared template;
337
+ * exactly 1 → per-recipe template.
338
+ */
339
+ export declare const sharedDataFolderTemplateId: (site: string, subfolder: string) => string;
340
+ /**
341
+ * Standard-values item refKey for a shared per-subfolder Data Folder
342
+ * template. Same `__standard-values` seed pattern as the rest of the
343
+ * SV family.
344
+ */
345
+ export declare const sharedDataFolderStandardValuesId: (site: string, subfolder: string) => string;
346
+ /**
347
+ * Recipe-internal refKey for the site Data folder ROOT's
348
+ * `__Standard Values` item (one per site). The ITEM at
349
+ * `<contentItemsRoot>` itself is tenant-pre-existing or
350
+ * lazy-created; scai writes the SV directly under it via a
351
+ * CreateOnly CreateItem op.
352
+ */
353
+ export declare const siteDataRootStandardValuesId: (site: string) => string;
354
+ /**
355
+ * Recipe-internal refKey for the enumerations root ITEM (one per site
356
+ * — the `<enumerationsRoot>` content tree node, e.g.
357
+ * `<site>/Presentation/Enumerations`). The path-walker would otherwise
358
+ * auto-create this as the generic `Folder` template with the default
359
+ * folder icon when child ops first land; scai emits an explicit
360
+ * CreateAndUpdate CreateItem against this refKey so the item exists
361
+ * with the enumeration glyph icon, matching the per-site enumeration
362
+ * templates' icon.
363
+ */
364
+ export declare const enumerationsRootId: (site: string) => string;
365
+ /**
366
+ * Recipe-internal refKey for the enumerations root's
367
+ * `__Standard Values` item (one per site). Mirror of
368
+ * `siteDataRootStandardValuesId` for the enumerations tree — scai
369
+ * writes the SV directly under the root via a CreateOnly CreateItem op
370
+ * so authors' right-click → Insert UX is restricted to enumeration
371
+ * folders + the generic Folder template.
372
+ */
373
+ export declare const enumerationsRootStandardValuesId: (site: string) => string;
374
+ /**
375
+ * Per-site `__Standard Values` item under the `Enumerations Folder`
376
+ * template definition (NOT under each data folder). Linked to the
377
+ * template via `SetStandardValues` so its `Insert Options` propagates
378
+ * to every item conforming to Enumerations Folder — both the
379
+ * grouping-folder items under `<enumerationsRoot>` and the per-enum
380
+ * data folders themselves get the same Insert UX without an SV item
381
+ * polluting each data folder's children.
382
+ *
383
+ * Replaces the old `enumerationFolderStandardValuesId` (per-recipe SV
384
+ * under each data folder), which was non-functional anyway — it set
385
+ * Insert Options on the SV item without `SetStandardValues` linking,
386
+ * so the field had no effect, but the SV item itself appeared in the
387
+ * Droplink picker as a sibling of the enum value items.
388
+ */
389
+ export declare const enumerationsFolderTemplateStandardValuesId: (site: string) => string;
390
+ /**
391
+ * Deterministic refKey for a `SectionDefinitionRecipe` — the SXA
392
+ * Available Rendering Section Definition item the registry's
393
+ * `availableIn` bindings target. The section definition is typically
394
+ * pre-existing on the tenant; the GUID is used as the cross-recipe
395
+ * refKey so `AppendToMultiList` ops can resolve via the executor's
396
+ * captured-itemId map.
397
+ */
398
+ export declare const NAMESPACE_SECTION_DEFINITION: string;
399
+ export declare const sectionDefinitionId: (handle: string) => string;
400
+ //# sourceMappingURL=guids.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"guids.d.ts","sourceRoot":"","sources":["../../src/recipe/guids.ts"],"names":[],"mappings":"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"}