@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.
- package/AGENTS.md +67 -0
- package/LICENSE +21 -0
- package/README.md +357 -0
- package/bin/sitecoreai-cli +3 -0
- package/dist/cli.d.ts +3 -0
- package/dist/cli.d.ts.map +1 -0
- package/dist/cli.js +358 -0
- package/dist/commands/config.d.ts +3 -0
- package/dist/commands/config.d.ts.map +1 -0
- package/dist/commands/config.js +27 -0
- package/dist/commands/deploy/deployments.d.ts +3 -0
- package/dist/commands/deploy/deployments.d.ts.map +1 -0
- package/dist/commands/deploy/deployments.js +58 -0
- package/dist/commands/deploy/editing-host.d.ts +3 -0
- package/dist/commands/deploy/editing-host.d.ts.map +1 -0
- package/dist/commands/deploy/editing-host.js +49 -0
- package/dist/commands/deploy/environments/deployments.d.ts +3 -0
- package/dist/commands/deploy/environments/deployments.d.ts.map +1 -0
- package/dist/commands/deploy/environments/deployments.js +28 -0
- package/dist/commands/deploy/environments/index.d.ts +3 -0
- package/dist/commands/deploy/environments/index.d.ts.map +1 -0
- package/dist/commands/deploy/environments/index.js +29 -0
- package/dist/commands/deploy/environments/mutations.d.ts +9 -0
- package/dist/commands/deploy/environments/mutations.d.ts.map +1 -0
- package/dist/commands/deploy/environments/mutations.js +103 -0
- package/dist/commands/deploy/environments/queries.d.ts +7 -0
- package/dist/commands/deploy/environments/queries.d.ts.map +1 -0
- package/dist/commands/deploy/environments/queries.js +56 -0
- package/dist/commands/deploy/environments/variables.d.ts +3 -0
- package/dist/commands/deploy/environments/variables.d.ts.map +1 -0
- package/dist/commands/deploy/environments/variables.js +40 -0
- package/dist/commands/deploy/environments.d.ts +2 -0
- package/dist/commands/deploy/environments.d.ts.map +1 -0
- package/dist/commands/deploy/environments.js +17 -0
- package/dist/commands/deploy/index.d.ts +3 -0
- package/dist/commands/deploy/index.d.ts.map +1 -0
- package/dist/commands/deploy/index.js +26 -0
- package/dist/commands/deploy/logs.d.ts +3 -0
- package/dist/commands/deploy/logs.d.ts.map +1 -0
- package/dist/commands/deploy/logs.js +39 -0
- package/dist/commands/deploy/organizations.d.ts +3 -0
- package/dist/commands/deploy/organizations.d.ts.map +1 -0
- package/dist/commands/deploy/organizations.js +29 -0
- package/dist/commands/deploy/projects.d.ts +3 -0
- package/dist/commands/deploy/projects.d.ts.map +1 -0
- package/dist/commands/deploy/projects.js +74 -0
- package/dist/commands/deploy/shared.d.ts +3 -0
- package/dist/commands/deploy/shared.d.ts.map +1 -0
- package/dist/commands/deploy/shared.js +12 -0
- package/dist/commands/deploy/site.d.ts +10 -0
- package/dist/commands/deploy/site.d.ts.map +1 -0
- package/dist/commands/deploy/site.js +36 -0
- package/dist/commands/deploy/source-control.d.ts +3 -0
- package/dist/commands/deploy/source-control.d.ts.map +1 -0
- package/dist/commands/deploy/source-control.js +89 -0
- package/dist/commands/deploy.d.ts +2 -0
- package/dist/commands/deploy.d.ts.map +1 -0
- package/dist/commands/deploy.js +5 -0
- package/dist/commands/history.d.ts +3 -0
- package/dist/commands/history.d.ts.map +1 -0
- package/dist/commands/history.js +88 -0
- package/dist/commands/init.d.ts +3 -0
- package/dist/commands/init.d.ts.map +1 -0
- package/dist/commands/init.js +32 -0
- package/dist/commands/login.d.ts +3 -0
- package/dist/commands/login.d.ts.map +1 -0
- package/dist/commands/login.js +21 -0
- package/dist/commands/logout.d.ts +3 -0
- package/dist/commands/logout.d.ts.map +1 -0
- package/dist/commands/logout.js +18 -0
- package/dist/commands/recipe/index.d.ts +3 -0
- package/dist/commands/recipe/index.d.ts.map +1 -0
- package/dist/commands/recipe/index.js +158 -0
- package/dist/commands/serialization/index.d.ts +3 -0
- package/dist/commands/serialization/index.d.ts.map +1 -0
- package/dist/commands/serialization/index.js +89 -0
- package/dist/commands/serialization/package.d.ts +3 -0
- package/dist/commands/serialization/package.d.ts.map +1 -0
- package/dist/commands/serialization/package.js +36 -0
- package/dist/commands/shared.d.ts +21 -0
- package/dist/commands/shared.d.ts.map +1 -0
- package/dist/commands/shared.js +82 -0
- package/dist/commands/shell.d.ts +10 -0
- package/dist/commands/shell.d.ts.map +1 -0
- package/dist/commands/shell.js +155 -0
- package/dist/commands/status.d.ts +3 -0
- package/dist/commands/status.d.ts.map +1 -0
- package/dist/commands/status.js +15 -0
- package/dist/commands/telemetry.d.ts +3 -0
- package/dist/commands/telemetry.d.ts.map +1 -0
- package/dist/commands/telemetry.js +28 -0
- package/dist/config/env-overrides.d.ts +4 -0
- package/dist/config/env-overrides.d.ts.map +1 -0
- package/dist/config/env-overrides.js +199 -0
- package/dist/config/index.d.ts +5 -0
- package/dist/config/index.d.ts.map +1 -0
- package/dist/config/index.js +13 -0
- package/dist/config/modules.d.ts +4 -0
- package/dist/config/modules.d.ts.map +1 -0
- package/dist/config/modules.js +152 -0
- package/dist/config/paths.d.ts +2 -0
- package/dist/config/paths.d.ts.map +1 -0
- package/dist/config/paths.js +39 -0
- package/dist/config/root-config.d.ts +10 -0
- package/dist/config/root-config.d.ts.map +1 -0
- package/dist/config/root-config.js +159 -0
- package/dist/config/schema.json +278 -0
- package/dist/config/serialization-module.schema.json +127 -0
- package/dist/config/telemetry.schema.json +21 -0
- package/dist/config/types.d.ts +245 -0
- package/dist/config/types.d.ts.map +1 -0
- package/dist/config/types.js +19 -0
- package/dist/config/validation.d.ts +10 -0
- package/dist/config/validation.d.ts.map +1 -0
- package/dist/config/validation.js +43 -0
- package/dist/deploy/api/common/headers.d.ts +2 -0
- package/dist/deploy/api/common/headers.d.ts.map +1 -0
- package/dist/deploy/api/common/headers.js +10 -0
- package/dist/deploy/api/common/index.d.ts +4 -0
- package/dist/deploy/api/common/index.d.ts.map +1 -0
- package/dist/deploy/api/common/index.js +19 -0
- package/dist/deploy/api/common/request.d.ts +9 -0
- package/dist/deploy/api/common/request.d.ts.map +1 -0
- package/dist/deploy/api/common/request.js +253 -0
- package/dist/deploy/api/common/types.d.ts +44 -0
- package/dist/deploy/api/common/types.d.ts.map +1 -0
- package/dist/deploy/api/common/types.js +5 -0
- package/dist/deploy/api/common.d.ts +2 -0
- package/dist/deploy/api/common.d.ts.map +1 -0
- package/dist/deploy/api/common.js +17 -0
- package/dist/deploy/api/deployment-logs.d.ts +2 -0
- package/dist/deploy/api/deployment-logs.d.ts.map +1 -0
- package/dist/deploy/api/deployment-logs.js +23 -0
- package/dist/deploy/api/deployments.d.ts +9 -0
- package/dist/deploy/api/deployments.d.ts.map +1 -0
- package/dist/deploy/api/deployments.js +61 -0
- package/dist/deploy/api/environments.d.ts +21 -0
- package/dist/deploy/api/environments.d.ts.map +1 -0
- package/dist/deploy/api/environments.js +67 -0
- package/dist/deploy/api/index.d.ts +9 -0
- package/dist/deploy/api/index.d.ts.map +1 -0
- package/dist/deploy/api/index.js +24 -0
- package/dist/deploy/api/logs.d.ts +8 -0
- package/dist/deploy/api/logs.d.ts.map +1 -0
- package/dist/deploy/api/logs.js +29 -0
- package/dist/deploy/api/organizations.d.ts +6 -0
- package/dist/deploy/api/organizations.d.ts.map +1 -0
- package/dist/deploy/api/organizations.js +18 -0
- package/dist/deploy/api/projects.d.ts +13 -0
- package/dist/deploy/api/projects.d.ts.map +1 -0
- package/dist/deploy/api/projects.js +42 -0
- package/dist/deploy/api/source-control.d.ts +15 -0
- package/dist/deploy/api/source-control.d.ts.map +1 -0
- package/dist/deploy/api/source-control.js +71 -0
- package/dist/deploy/api.d.ts +2 -0
- package/dist/deploy/api.d.ts.map +1 -0
- package/dist/deploy/api.js +17 -0
- package/dist/deploy/tasks/deployment-result.d.ts +6 -0
- package/dist/deploy/tasks/deployment-result.d.ts.map +1 -0
- package/dist/deploy/tasks/deployment-result.js +36 -0
- package/dist/deploy/tasks/deployments.d.ts +10 -0
- package/dist/deploy/tasks/deployments.d.ts.map +1 -0
- package/dist/deploy/tasks/deployments.js +201 -0
- package/dist/deploy/tasks/editing-host.d.ts +28 -0
- package/dist/deploy/tasks/editing-host.d.ts.map +1 -0
- package/dist/deploy/tasks/editing-host.js +216 -0
- package/dist/deploy/tasks/environments.d.ts +20 -0
- package/dist/deploy/tasks/environments.d.ts.map +1 -0
- package/dist/deploy/tasks/environments.js +364 -0
- package/dist/deploy/tasks/index.d.ts +10 -0
- package/dist/deploy/tasks/index.d.ts.map +1 -0
- package/dist/deploy/tasks/index.js +25 -0
- package/dist/deploy/tasks/logs.d.ts +5 -0
- package/dist/deploy/tasks/logs.d.ts.map +1 -0
- package/dist/deploy/tasks/logs.js +56 -0
- package/dist/deploy/tasks/organizations.d.ts +6 -0
- package/dist/deploy/tasks/organizations.d.ts.map +1 -0
- package/dist/deploy/tasks/organizations.js +51 -0
- package/dist/deploy/tasks/projects.d.ts +11 -0
- package/dist/deploy/tasks/projects.d.ts.map +1 -0
- package/dist/deploy/tasks/projects.js +246 -0
- package/dist/deploy/tasks/shared.d.ts +63 -0
- package/dist/deploy/tasks/shared.d.ts.map +1 -0
- package/dist/deploy/tasks/shared.js +261 -0
- package/dist/deploy/tasks/site-bind.d.ts +21 -0
- package/dist/deploy/tasks/site-bind.d.ts.map +1 -0
- package/dist/deploy/tasks/site-bind.js +142 -0
- package/dist/deploy/tasks/site.d.ts +14 -0
- package/dist/deploy/tasks/site.d.ts.map +1 -0
- package/dist/deploy/tasks/site.js +29 -0
- package/dist/deploy/tasks/source-control.d.ts +14 -0
- package/dist/deploy/tasks/source-control.d.ts.map +1 -0
- package/dist/deploy/tasks/source-control.js +173 -0
- package/dist/deploy/tasks/types.d.ts +204 -0
- package/dist/deploy/tasks/types.d.ts.map +1 -0
- package/dist/deploy/tasks/types.js +7 -0
- package/dist/deploy/tasks.d.ts +3 -0
- package/dist/deploy/tasks.d.ts.map +1 -0
- package/dist/deploy/tasks.js +18 -0
- package/dist/recipe/api/auth.d.ts +9 -0
- package/dist/recipe/api/auth.d.ts.map +1 -0
- package/dist/recipe/api/auth.js +12 -0
- package/dist/recipe/api/authoring-client.d.ts +37 -0
- package/dist/recipe/api/authoring-client.d.ts.map +1 -0
- package/dist/recipe/api/authoring-client.js +495 -0
- package/dist/recipe/api/client.d.ts +99 -0
- package/dist/recipe/api/client.d.ts.map +1 -0
- package/dist/recipe/api/client.js +17 -0
- package/dist/recipe/api/graphql.d.ts +15 -0
- package/dist/recipe/api/graphql.d.ts.map +1 -0
- package/dist/recipe/api/graphql.js +38 -0
- package/dist/recipe/api/ref-encoding.d.ts +38 -0
- package/dist/recipe/api/ref-encoding.d.ts.map +1 -0
- package/dist/recipe/api/ref-encoding.js +160 -0
- package/dist/recipe/api/site-discovery.d.ts +49 -0
- package/dist/recipe/api/site-discovery.d.ts.map +1 -0
- package/dist/recipe/api/site-discovery.js +127 -0
- package/dist/recipe/api/sites-client.d.ts +48 -0
- package/dist/recipe/api/sites-client.d.ts.map +1 -0
- package/dist/recipe/api/sites-client.js +19 -0
- package/dist/recipe/cache.d.ts +36 -0
- package/dist/recipe/cache.d.ts.map +1 -0
- package/dist/recipe/cache.js +114 -0
- package/dist/recipe/compile/component-section.d.ts +46 -0
- package/dist/recipe/compile/component-section.d.ts.map +1 -0
- package/dist/recipe/compile/component-section.js +143 -0
- package/dist/recipe/compile/component-template.d.ts +34 -0
- package/dist/recipe/compile/component-template.d.ts.map +1 -0
- package/dist/recipe/compile/component-template.js +709 -0
- package/dist/recipe/compile/content-item.d.ts +31 -0
- package/dist/recipe/compile/content-item.d.ts.map +1 -0
- package/dist/recipe/compile/content-item.js +189 -0
- package/dist/recipe/compile/content-template.d.ts +18 -0
- package/dist/recipe/compile/content-template.d.ts.map +1 -0
- package/dist/recipe/compile/content-template.js +52 -0
- package/dist/recipe/compile/enumeration.d.ts +59 -0
- package/dist/recipe/compile/enumeration.d.ts.map +1 -0
- package/dist/recipe/compile/enumeration.js +236 -0
- package/dist/recipe/compile/page-design.d.ts +22 -0
- package/dist/recipe/compile/page-design.d.ts.map +1 -0
- package/dist/recipe/compile/page-design.js +93 -0
- package/dist/recipe/compile/parameters-template.d.ts +14 -0
- package/dist/recipe/compile/parameters-template.d.ts.map +1 -0
- package/dist/recipe/compile/parameters-template.js +92 -0
- package/dist/recipe/compile/partial-design.d.ts +18 -0
- package/dist/recipe/compile/partial-design.d.ts.map +1 -0
- package/dist/recipe/compile/partial-design.js +76 -0
- package/dist/recipe/compile/section-definition.d.ts +18 -0
- package/dist/recipe/compile/section-definition.d.ts.map +1 -0
- package/dist/recipe/compile/section-definition.js +26 -0
- package/dist/recipe/compile/shared.d.ts +442 -0
- package/dist/recipe/compile/shared.d.ts.map +1 -0
- package/dist/recipe/compile/shared.js +843 -0
- package/dist/recipe/compile/site-template.d.ts +52 -0
- package/dist/recipe/compile/site-template.d.ts.map +1 -0
- package/dist/recipe/compile/site-template.js +140 -0
- package/dist/recipe/compile/site.d.ts +44 -0
- package/dist/recipe/compile/site.d.ts.map +1 -0
- package/dist/recipe/compile/site.js +127 -0
- package/dist/recipe/compile.d.ts +93 -0
- package/dist/recipe/compile.d.ts.map +1 -0
- package/dist/recipe/compile.js +741 -0
- package/dist/recipe/execute.d.ts +119 -0
- package/dist/recipe/execute.d.ts.map +1 -0
- package/dist/recipe/execute.js +273 -0
- package/dist/recipe/guids.d.ts +400 -0
- package/dist/recipe/guids.d.ts.map +1 -0
- package/dist/recipe/guids.js +488 -0
- package/dist/recipe/index.d.ts +32 -0
- package/dist/recipe/index.d.ts.map +1 -0
- package/dist/recipe/index.js +156 -0
- package/dist/recipe/io.d.ts +21 -0
- package/dist/recipe/io.d.ts.map +1 -0
- package/dist/recipe/io.js +147 -0
- package/dist/recipe/ir/operations.d.ts +692 -0
- package/dist/recipe/ir/operations.d.ts.map +1 -0
- package/dist/recipe/ir/operations.js +347 -0
- package/dist/recipe/ir/sitecore-templates.d.ts +455 -0
- package/dist/recipe/ir/sitecore-templates.d.ts.map +1 -0
- package/dist/recipe/ir/sitecore-templates.js +465 -0
- package/dist/recipe/layout/emit.d.ts +101 -0
- package/dist/recipe/layout/emit.d.ts.map +1 -0
- package/dist/recipe/layout/emit.js +127 -0
- package/dist/recipe/layout/templates-mapping.d.ts +28 -0
- package/dist/recipe/layout/templates-mapping.d.ts.map +1 -0
- package/dist/recipe/layout/templates-mapping.js +29 -0
- package/dist/recipe/plan.d.ts +134 -0
- package/dist/recipe/plan.d.ts.map +1 -0
- package/dist/recipe/plan.js +565 -0
- package/dist/recipe/policy.d.ts +43 -0
- package/dist/recipe/policy.d.ts.map +1 -0
- package/dist/recipe/policy.js +75 -0
- package/dist/recipe/rollback.d.ts +72 -0
- package/dist/recipe/rollback.d.ts.map +1 -0
- package/dist/recipe/rollback.js +130 -0
- package/dist/recipe/schema/field-types.d.ts +72 -0
- package/dist/recipe/schema/field-types.d.ts.map +1 -0
- package/dist/recipe/schema/field-types.js +118 -0
- package/dist/recipe/schema/recipe.d.ts +1545 -0
- package/dist/recipe/schema/recipe.d.ts.map +1 -0
- package/dist/recipe/schema/recipe.js +1175 -0
- package/dist/recipe/schema/source-fields.d.ts +48 -0
- package/dist/recipe/schema/source-fields.d.ts.map +1 -0
- package/dist/recipe/schema/source-fields.js +79 -0
- package/dist/recipe/tasks/compile.d.ts +14 -0
- package/dist/recipe/tasks/compile.d.ts.map +1 -0
- package/dist/recipe/tasks/compile.js +89 -0
- package/dist/recipe/tasks/diff.d.ts +17 -0
- package/dist/recipe/tasks/diff.d.ts.map +1 -0
- package/dist/recipe/tasks/diff.js +6 -0
- package/dist/recipe/tasks/index.d.ts +9 -0
- package/dist/recipe/tasks/index.d.ts.map +1 -0
- package/dist/recipe/tasks/index.js +13 -0
- package/dist/recipe/tasks/placeholder-allow.d.ts +53 -0
- package/dist/recipe/tasks/placeholder-allow.d.ts.map +1 -0
- package/dist/recipe/tasks/placeholder-allow.js +218 -0
- package/dist/recipe/tasks/plan.d.ts +11 -0
- package/dist/recipe/tasks/plan.d.ts.map +1 -0
- package/dist/recipe/tasks/plan.js +72 -0
- package/dist/recipe/tasks/prune-defaults.d.ts +90 -0
- package/dist/recipe/tasks/prune-defaults.d.ts.map +1 -0
- package/dist/recipe/tasks/prune-defaults.js +184 -0
- package/dist/recipe/tasks/push.d.ts +18 -0
- package/dist/recipe/tasks/push.d.ts.map +1 -0
- package/dist/recipe/tasks/push.js +417 -0
- package/dist/recipe/tasks/shared.d.ts +152 -0
- package/dist/recipe/tasks/shared.d.ts.map +1 -0
- package/dist/recipe/tasks/shared.js +94 -0
- package/dist/recipe/validate.d.ts +103 -0
- package/dist/recipe/validate.d.ts.map +1 -0
- package/dist/recipe/validate.js +297 -0
- package/dist/serialization/commands.d.ts +48 -0
- package/dist/serialization/commands.d.ts.map +1 -0
- package/dist/serialization/commands.js +175 -0
- package/dist/serialization/compare.d.ts +29 -0
- package/dist/serialization/compare.d.ts.map +1 -0
- package/dist/serialization/compare.js +124 -0
- package/dist/serialization/field-filter.d.ts +7 -0
- package/dist/serialization/field-filter.d.ts.map +1 -0
- package/dist/serialization/field-filter.js +20 -0
- package/dist/serialization/filesystem-store/constants.d.ts +3 -0
- package/dist/serialization/filesystem-store/constants.d.ts.map +1 -0
- package/dist/serialization/filesystem-store/constants.js +5 -0
- package/dist/serialization/filesystem-store/index.d.ts +4 -0
- package/dist/serialization/filesystem-store/index.d.ts.map +1 -0
- package/dist/serialization/filesystem-store/index.js +15 -0
- package/dist/serialization/filesystem-store/items.d.ts +10 -0
- package/dist/serialization/filesystem-store/items.d.ts.map +1 -0
- package/dist/serialization/filesystem-store/items.js +64 -0
- package/dist/serialization/filesystem-store/roles.d.ts +6 -0
- package/dist/serialization/filesystem-store/roles.d.ts.map +1 -0
- package/dist/serialization/filesystem-store/roles.js +46 -0
- package/dist/serialization/filesystem-store/users.d.ts +6 -0
- package/dist/serialization/filesystem-store/users.d.ts.map +1 -0
- package/dist/serialization/filesystem-store/users.js +46 -0
- package/dist/serialization/filesystem-store/utils.d.ts +2 -0
- package/dist/serialization/filesystem-store/utils.d.ts.map +1 -0
- package/dist/serialization/filesystem-store/utils.js +17 -0
- package/dist/serialization/filesystem-store.d.ts +2 -0
- package/dist/serialization/filesystem-store.d.ts.map +1 -0
- package/dist/serialization/filesystem-store.js +17 -0
- package/dist/serialization/item-path.d.ts +32 -0
- package/dist/serialization/item-path.d.ts.map +1 -0
- package/dist/serialization/item-path.js +123 -0
- package/dist/serialization/path-provider.d.ts +12 -0
- package/dist/serialization/path-provider.d.ts.map +1 -0
- package/dist/serialization/path-provider.js +271 -0
- package/dist/serialization/signature.d.ts +4 -0
- package/dist/serialization/signature.d.ts.map +1 -0
- package/dist/serialization/signature.js +71 -0
- package/dist/serialization/sitecore-api/auth.d.ts +31 -0
- package/dist/serialization/sitecore-api/auth.d.ts.map +1 -0
- package/dist/serialization/sitecore-api/auth.js +319 -0
- package/dist/serialization/sitecore-api/graphql.d.ts +12 -0
- package/dist/serialization/sitecore-api/graphql.d.ts.map +1 -0
- package/dist/serialization/sitecore-api/graphql.js +20 -0
- package/dist/serialization/sitecore-api/history.d.ts +9 -0
- package/dist/serialization/sitecore-api/history.d.ts.map +1 -0
- package/dist/serialization/sitecore-api/history.js +36 -0
- package/dist/serialization/sitecore-api/index.d.ts +7 -0
- package/dist/serialization/sitecore-api/index.d.ts.map +1 -0
- package/dist/serialization/sitecore-api/index.js +22 -0
- package/dist/serialization/sitecore-api/items.d.ts +8 -0
- package/dist/serialization/sitecore-api/items.d.ts.map +1 -0
- package/dist/serialization/sitecore-api/items.js +132 -0
- package/dist/serialization/sitecore-api/publish.d.ts +14 -0
- package/dist/serialization/sitecore-api/publish.d.ts.map +1 -0
- package/dist/serialization/sitecore-api/publish.js +43 -0
- package/dist/serialization/sitecore-api/roles.d.ts +9 -0
- package/dist/serialization/sitecore-api/roles.d.ts.map +1 -0
- package/dist/serialization/sitecore-api/roles.js +42 -0
- package/dist/serialization/sitecore-api/users.d.ts +9 -0
- package/dist/serialization/sitecore-api/users.d.ts.map +1 -0
- package/dist/serialization/sitecore-api/users.js +62 -0
- package/dist/serialization/sitecore-api.d.ts +2 -0
- package/dist/serialization/sitecore-api.d.ts.map +1 -0
- package/dist/serialization/sitecore-api.js +17 -0
- package/dist/serialization/tasks/diff.d.ts +3 -0
- package/dist/serialization/tasks/diff.d.ts.map +1 -0
- package/dist/serialization/tasks/diff.js +109 -0
- package/dist/serialization/tasks/env/constants.d.ts +2 -0
- package/dist/serialization/tasks/env/constants.d.ts.map +1 -0
- package/dist/serialization/tasks/env/constants.js +4 -0
- package/dist/serialization/tasks/env/deploy-token.d.ts +3 -0
- package/dist/serialization/tasks/env/deploy-token.d.ts.map +1 -0
- package/dist/serialization/tasks/env/deploy-token.js +128 -0
- package/dist/serialization/tasks/env/index.d.ts +5 -0
- package/dist/serialization/tasks/env/index.d.ts.map +1 -0
- package/dist/serialization/tasks/env/index.js +11 -0
- package/dist/serialization/tasks/env/init/auth.d.ts +24 -0
- package/dist/serialization/tasks/env/init/auth.d.ts.map +1 -0
- package/dist/serialization/tasks/env/init/auth.js +122 -0
- package/dist/serialization/tasks/env/init/deploy-lookup.d.ts +22 -0
- package/dist/serialization/tasks/env/init/deploy-lookup.d.ts.map +1 -0
- package/dist/serialization/tasks/env/init/deploy-lookup.js +244 -0
- package/dist/serialization/tasks/env/init.d.ts +3 -0
- package/dist/serialization/tasks/env/init.d.ts.map +1 -0
- package/dist/serialization/tasks/env/init.js +253 -0
- package/dist/serialization/tasks/env/logout.d.ts +3 -0
- package/dist/serialization/tasks/env/logout.d.ts.map +1 -0
- package/dist/serialization/tasks/env/logout.js +61 -0
- package/dist/serialization/tasks/env/status.d.ts +3 -0
- package/dist/serialization/tasks/env/status.d.ts.map +1 -0
- package/dist/serialization/tasks/env/status.js +149 -0
- package/dist/serialization/tasks/env.d.ts +2 -0
- package/dist/serialization/tasks/env.d.ts.map +1 -0
- package/dist/serialization/tasks/env.js +17 -0
- package/dist/serialization/tasks/helpers/collect.d.ts +8 -0
- package/dist/serialization/tasks/helpers/collect.d.ts.map +1 -0
- package/dist/serialization/tasks/helpers/collect.js +29 -0
- package/dist/serialization/tasks/helpers/commands.d.ts +5 -0
- package/dist/serialization/tasks/helpers/commands.d.ts.map +1 -0
- package/dist/serialization/tasks/helpers/commands.js +14 -0
- package/dist/serialization/tasks/helpers/filesystem.d.ts +6 -0
- package/dist/serialization/tasks/helpers/filesystem.d.ts.map +1 -0
- package/dist/serialization/tasks/helpers/filesystem.js +27 -0
- package/dist/serialization/tasks/helpers/index.d.ts +6 -0
- package/dist/serialization/tasks/helpers/index.d.ts.map +1 -0
- package/dist/serialization/tasks/helpers/index.js +13 -0
- package/dist/serialization/tasks/helpers/items.d.ts +3 -0
- package/dist/serialization/tasks/helpers/items.d.ts.map +1 -0
- package/dist/serialization/tasks/helpers/items.js +5 -0
- package/dist/serialization/tasks/helpers/sitecore.d.ts +5 -0
- package/dist/serialization/tasks/helpers/sitecore.d.ts.map +1 -0
- package/dist/serialization/tasks/helpers/sitecore.js +109 -0
- package/dist/serialization/tasks/helpers.d.ts +2 -0
- package/dist/serialization/tasks/helpers.d.ts.map +1 -0
- package/dist/serialization/tasks/helpers.js +17 -0
- package/dist/serialization/tasks/index.d.ts +8 -0
- package/dist/serialization/tasks/index.d.ts.map +1 -0
- package/dist/serialization/tasks/index.js +19 -0
- package/dist/serialization/tasks/info.d.ts +4 -0
- package/dist/serialization/tasks/info.d.ts.map +1 -0
- package/dist/serialization/tasks/info.js +82 -0
- package/dist/serialization/tasks/package.d.ts +4 -0
- package/dist/serialization/tasks/package.d.ts.map +1 -0
- package/dist/serialization/tasks/package.js +171 -0
- package/dist/serialization/tasks/pull.d.ts +3 -0
- package/dist/serialization/tasks/pull.d.ts.map +1 -0
- package/dist/serialization/tasks/pull.js +82 -0
- package/dist/serialization/tasks/push.d.ts +3 -0
- package/dist/serialization/tasks/push.d.ts.map +1 -0
- package/dist/serialization/tasks/push.js +101 -0
- package/dist/serialization/tasks/roles.d.ts +6 -0
- package/dist/serialization/tasks/roles.d.ts.map +1 -0
- package/dist/serialization/tasks/roles.js +103 -0
- package/dist/serialization/tasks/shared.d.ts +19 -0
- package/dist/serialization/tasks/shared.d.ts.map +1 -0
- package/dist/serialization/tasks/shared.js +59 -0
- package/dist/serialization/tasks/types.d.ts +73 -0
- package/dist/serialization/tasks/types.d.ts.map +1 -0
- package/dist/serialization/tasks/types.js +8 -0
- package/dist/serialization/tasks/users.d.ts +5 -0
- package/dist/serialization/tasks/users.d.ts.map +1 -0
- package/dist/serialization/tasks/users.js +90 -0
- package/dist/serialization/tasks/validate.d.ts +5 -0
- package/dist/serialization/tasks/validate.d.ts.map +1 -0
- package/dist/serialization/tasks/validate.js +50 -0
- package/dist/serialization/tasks/watch.d.ts +3 -0
- package/dist/serialization/tasks/watch.d.ts.map +1 -0
- package/dist/serialization/tasks/watch.js +75 -0
- package/dist/serialization/tasks.d.ts +4 -0
- package/dist/serialization/tasks.d.ts.map +1 -0
- package/dist/serialization/tasks.js +19 -0
- package/dist/serialization/tree-spec.d.ts +51 -0
- package/dist/serialization/tree-spec.d.ts.map +1 -0
- package/dist/serialization/tree-spec.js +241 -0
- package/dist/serialization/types.d.ts +75 -0
- package/dist/serialization/types.d.ts.map +1 -0
- package/dist/serialization/types.js +2 -0
- package/dist/serialization/wildcard.d.ts +3 -0
- package/dist/serialization/wildcard.d.ts.map +1 -0
- package/dist/serialization/wildcard.js +24 -0
- package/dist/serialization/yaml.d.ts +9 -0
- package/dist/serialization/yaml.d.ts.map +1 -0
- package/dist/serialization/yaml.js +307 -0
- package/dist/shared/browser.d.ts +2 -0
- package/dist/shared/browser.d.ts.map +1 -0
- package/dist/shared/browser.js +36 -0
- package/dist/shared/cli-options.d.ts +17 -0
- package/dist/shared/cli-options.d.ts.map +1 -0
- package/dist/shared/cli-options.js +8 -0
- package/dist/shared/cli-tasks.d.ts +38 -0
- package/dist/shared/cli-tasks.d.ts.map +1 -0
- package/dist/shared/cli-tasks.js +108 -0
- package/dist/shared/config-template.d.ts +23 -0
- package/dist/shared/config-template.d.ts.map +1 -0
- package/dist/shared/config-template.js +38 -0
- package/dist/shared/env.d.ts +28 -0
- package/dist/shared/env.d.ts.map +1 -0
- package/dist/shared/env.js +38 -0
- package/dist/shared/errors.d.ts +21 -0
- package/dist/shared/errors.d.ts.map +1 -0
- package/dist/shared/errors.js +59 -0
- package/dist/shared/graphql.d.ts +76 -0
- package/dist/shared/graphql.d.ts.map +1 -0
- package/dist/shared/graphql.js +222 -0
- package/dist/shared/history.d.ts +12 -0
- package/dist/shared/history.d.ts.map +1 -0
- package/dist/shared/history.js +62 -0
- package/dist/shared/keychain.d.ts +15 -0
- package/dist/shared/keychain.d.ts.map +1 -0
- package/dist/shared/keychain.js +177 -0
- package/dist/shared/logger.d.ts +24 -0
- package/dist/shared/logger.d.ts.map +1 -0
- package/dist/shared/logger.js +157 -0
- package/dist/shared/output.d.ts +7 -0
- package/dist/shared/output.d.ts.map +1 -0
- package/dist/shared/output.js +21 -0
- package/dist/shared/prompt.d.ts +5 -0
- package/dist/shared/prompt.d.ts.map +1 -0
- package/dist/shared/prompt.js +87 -0
- package/dist/shared/redact.d.ts +3 -0
- package/dist/shared/redact.d.ts.map +1 -0
- package/dist/shared/redact.js +47 -0
- package/dist/shared/spinner.d.ts +5 -0
- package/dist/shared/spinner.d.ts.map +1 -0
- package/dist/shared/spinner.js +89 -0
- package/dist/shared/style.d.ts +2 -0
- package/dist/shared/style.d.ts.map +1 -0
- package/dist/shared/style.js +61 -0
- package/dist/shared/telemetry.d.ts +21 -0
- package/dist/shared/telemetry.d.ts.map +1 -0
- package/dist/shared/telemetry.js +226 -0
- package/dist/shared/validate.d.ts +3 -0
- package/dist/shared/validate.d.ts.map +1 -0
- package/dist/shared/validate.js +32 -0
- package/dist/sites/api/collections.d.ts +25 -0
- package/dist/sites/api/collections.d.ts.map +1 -0
- package/dist/sites/api/collections.js +21 -0
- package/dist/sites/api/index.d.ts +26 -0
- package/dist/sites/api/index.d.ts.map +1 -0
- package/dist/sites/api/index.js +55 -0
- package/dist/sites/api/jobs.d.ts +31 -0
- package/dist/sites/api/jobs.d.ts.map +1 -0
- package/dist/sites/api/jobs.js +10 -0
- package/dist/sites/api/languages.d.ts +22 -0
- package/dist/sites/api/languages.d.ts.map +1 -0
- package/dist/sites/api/languages.js +18 -0
- package/dist/sites/api/request.d.ts +24 -0
- package/dist/sites/api/request.d.ts.map +1 -0
- package/dist/sites/api/request.js +99 -0
- package/dist/sites/api/sites.d.ts +53 -0
- package/dist/sites/api/sites.d.ts.map +1 -0
- package/dist/sites/api/sites.js +41 -0
- package/dist/sites/api/types.d.ts +29 -0
- package/dist/sites/api/types.d.ts.map +1 -0
- package/dist/sites/api/types.js +4 -0
- 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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"}
|