Files
klz-cables.com/.pnpm-store/v10/files/8e/710825ebf7679e83aeb6a3319683e98079170dee2b0d78b61db7208be63faa4e47e07f49af026221471575f11979cf8ee90f918e9839a256b00e02afa26702
Marc Mintel 5397309103
Some checks failed
Build & Deploy / 🔍 Prepare (push) Successful in 20s
Build & Deploy / 🧪 QA (push) Failing after 34s
Build & Deploy / 🏗️ Build (push) Has started running
Build & Deploy / 🚀 Deploy (push) Has been cancelled
Build & Deploy / 🧪 Smoke Test (push) Has been cancelled
Build & Deploy / ⚡ Lighthouse (push) Has been cancelled
Build & Deploy / 🔔 Notify (push) Has been cancelled
fix(products): fix breadcrumbs and product filtering (backport from main)
2026-02-24 16:04:21 +01:00

1 line
777 B
Plaintext

{"version":3,"sources":["../../../src/database/queryValidation/types.ts"],"sourcesContent":["import type { CollectionPermission, GlobalPermission } from '../../auth/index.js'\nimport type { FlattenedField } from '../../fields/config/types.js'\n\n// TODO: Rename to EntityPermissions in 4.0\nexport type EntityPolicies = {\n collections?: {\n [collectionSlug: string]: CollectionPermission\n }\n globals?: {\n [globalSlug: string]: GlobalPermission\n }\n}\n\nexport type PathToQuery = {\n collectionSlug?: string\n complete: boolean\n field: FlattenedField\n fields?: FlattenedField[]\n globalSlug?: string\n invalid?: boolean\n /**\n * @todo make required in v4.0\n */\n parentIsLocalized: boolean\n path: string\n}\n"],"names":[],"mappings":"AAaA,WAYC"}