Files
klz-cables.com/.pnpm-store/v10/files/c7/1cd8c27f7f25cd3e39ce0ed89b221028192ceae0e5fe5f4eda7607562ad61640cac69f34da18ee6f23418d3270068259e568f60d951ad8d41481d6d7faf9ca
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
1.5 KiB
Plaintext

{"version":3,"sources":["../../../src/fields/config/reservedFieldNames.ts"],"sourcesContent":["/**\n * Reserved field names for collections with auth config enabled\n */\nexport const reservedBaseAuthFieldNames = [\n /* 'email',\n 'resetPasswordToken',\n 'resetPasswordExpiration', */\n 'salt',\n 'hash',\n]\n\n/**\n * Reserved field names for auth collections with verify: true\n */\nexport const reservedVerifyFieldNames = [\n /* '_verified', '_verificationToken' */\n]\n\n/**\n * Reserved field names for auth collections with useApiKey: true\n */\nexport const reservedAPIKeyFieldNames = [\n /* 'enableAPIKey', 'apiKeyIndex', 'apiKey' */\n]\n\n/**\n * Reserved field names for collections with upload config enabled\n */\nexport const reservedBaseUploadFieldNames = [\n 'file',\n /* 'mimeType',\n 'thumbnailURL',\n 'width',\n 'height',\n 'filesize',\n 'filename',\n 'url',\n 'focalX',\n 'focalY',\n 'sizes', */\n]\n\n/**\n * Reserved field names for collections with versions enabled\n */\nexport const reservedVersionsFieldNames = [\n /* '__v', '_status' */\n]\n"],"names":["reservedBaseAuthFieldNames","reservedVerifyFieldNames","reservedAPIKeyFieldNames","reservedBaseUploadFieldNames","reservedVersionsFieldNames"],"mappings":"AAAA;;CAEC,GACD,OAAO,MAAMA,6BAA6B;IACxC;;+BAE6B,GAC7B;IACA;CACD,CAAA;AAED;;CAEC,GACD,OAAO,MAAMC,2BAA2B,EAEvC,CAAA;AAED;;CAEC,GACD,OAAO,MAAMC,2BAA2B,EAEvC,CAAA;AAED;;CAEC,GACD,OAAO,MAAMC,+BAA+B;IAC1C;CAWD,CAAA;AAED;;CAEC,GACD,OAAO,MAAMC,6BAA6B,EAEzC,CAAA"}