sass-template-common 0.9.238 → 0.9.239

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.
@@ -239,6 +239,13 @@ export declare type BucketOriginConfig = {
239
239
  * valor que usa `getRankingS3` (bucket propio de Debate).
240
240
  */
241
241
  referer?: string;
242
+ /**
243
+ * Segmento de sitio a usar en la ruta del bucket cuando el sitio no tiene
244
+ * `servicePrefix` (ej. soyfutbol). Sin este valor, y sin `servicePrefix`,
245
+ * se usa `clientName` como fallback para que la ruta quede bien formada
246
+ * (ej. `debate/debate/menu/...` en vez de `debate//menu/...`).
247
+ */
248
+ forceSite?: string;
242
249
  };
243
250
 
244
251
  export declare const buildTagUrl: (tag: Tag, paths: RoutePathConfig) => string;