payload 4.0.0-internal.cd69eef → 4.0.0-internal.d1cc1d3
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/dist/admin/RichText.d.ts +1 -1
- package/dist/admin/RichText.d.ts.map +1 -1
- package/dist/admin/RichText.js.map +1 -1
- package/dist/admin/functions/index.d.ts +10 -8
- package/dist/admin/functions/index.d.ts.map +1 -1
- package/dist/admin/functions/index.js.map +1 -1
- package/dist/admin/types.d.ts +2 -2
- package/dist/admin/types.d.ts.map +1 -1
- package/dist/admin/types.js.map +1 -1
- package/dist/auth/endpoints/login.d.ts.map +1 -1
- package/dist/auth/endpoints/login.js +2 -11
- package/dist/auth/endpoints/login.js.map +1 -1
- package/dist/auth/loginWithCookie.d.ts +33 -0
- package/dist/auth/loginWithCookie.d.ts.map +1 -0
- package/dist/auth/loginWithCookie.js +34 -0
- package/dist/auth/loginWithCookie.js.map +1 -0
- package/dist/auth/serverFunctions/cookies.d.ts +47 -0
- package/dist/auth/serverFunctions/cookies.d.ts.map +1 -0
- package/dist/auth/serverFunctions/cookies.js +52 -0
- package/dist/auth/serverFunctions/cookies.js.map +1 -0
- package/dist/auth/serverFunctions/login.d.ts +29 -0
- package/dist/auth/serverFunctions/login.d.ts.map +1 -0
- package/dist/auth/serverFunctions/login.js +63 -0
- package/dist/auth/serverFunctions/login.js.map +1 -0
- package/dist/auth/serverFunctions/logout.d.ts +17 -0
- package/dist/auth/serverFunctions/logout.d.ts.map +1 -0
- package/dist/auth/serverFunctions/logout.js +58 -0
- package/dist/auth/serverFunctions/logout.js.map +1 -0
- package/dist/auth/serverFunctions/refresh.d.ts +17 -0
- package/dist/auth/serverFunctions/refresh.d.ts.map +1 -0
- package/dist/auth/serverFunctions/refresh.js +61 -0
- package/dist/auth/serverFunctions/refresh.js.map +1 -0
- package/dist/collections/config/client.d.ts +2 -3
- package/dist/collections/config/client.d.ts.map +1 -1
- package/dist/collections/config/client.js +5 -7
- package/dist/collections/config/client.js.map +1 -1
- package/dist/collections/config/defaults.d.ts.map +1 -1
- package/dist/collections/config/defaults.js +1 -0
- package/dist/collections/config/defaults.js.map +1 -1
- package/dist/collections/config/sanitize.d.ts +3 -8
- package/dist/collections/config/sanitize.d.ts.map +1 -1
- package/dist/collections/config/sanitize.js +2 -6
- package/dist/collections/config/sanitize.js.map +1 -1
- package/dist/collections/config/types.d.ts +1 -1
- package/dist/collections/config/types.d.ts.map +1 -1
- package/dist/collections/config/types.js.map +1 -1
- package/dist/collections/config/useAsTitle.spec.js +27 -27
- package/dist/collections/config/useAsTitle.spec.js.map +1 -1
- package/dist/collections/operations/create.d.ts.map +1 -1
- package/dist/collections/operations/create.js +10 -0
- package/dist/collections/operations/create.js.map +1 -1
- package/dist/collections/operations/restoreVersion.d.ts.map +1 -1
- package/dist/collections/operations/restoreVersion.js +7 -4
- package/dist/collections/operations/restoreVersion.js.map +1 -1
- package/dist/collections/operations/updateByID.js +1 -0
- package/dist/collections/operations/updateByID.js.map +1 -1
- package/dist/config/build.js +1 -1
- package/dist/config/build.js.map +1 -1
- package/dist/config/defaults.d.ts.map +1 -1
- package/dist/config/defaults.js +5 -2
- package/dist/config/defaults.js.map +1 -1
- package/dist/config/orderable/index.d.ts +1 -1
- package/dist/config/orderable/index.d.ts.map +1 -1
- package/dist/config/orderable/index.js +2 -2
- package/dist/config/orderable/index.js.map +1 -1
- package/dist/config/sanitize.d.ts +1 -1
- package/dist/config/sanitize.d.ts.map +1 -1
- package/dist/config/sanitize.js +33 -40
- package/dist/config/sanitize.js.map +1 -1
- package/dist/config/types.d.ts +1 -1
- package/dist/config/types.js.map +1 -1
- package/dist/database/createDatabaseAdapter.d.ts +1 -1
- package/dist/database/createDatabaseAdapter.d.ts.map +1 -1
- package/dist/database/createDatabaseAdapter.js +0 -2
- package/dist/database/createDatabaseAdapter.js.map +1 -1
- package/dist/database/types.d.ts +6 -0
- package/dist/database/types.d.ts.map +1 -1
- package/dist/database/types.js.map +1 -1
- package/dist/exports/auth.d.ts +5 -0
- package/dist/exports/auth.d.ts.map +1 -0
- package/dist/exports/auth.js +6 -0
- package/dist/exports/auth.js.map +1 -0
- package/dist/exports/internal.d.ts +2 -0
- package/dist/exports/internal.d.ts.map +1 -1
- package/dist/exports/internal.js +3 -1
- package/dist/exports/internal.js.map +1 -1
- package/dist/fields/baseFields/slug/duplicateContext.d.ts +11 -0
- package/dist/fields/baseFields/slug/duplicateContext.d.ts.map +1 -0
- package/dist/fields/baseFields/slug/duplicateContext.js +21 -0
- package/dist/fields/baseFields/slug/duplicateContext.js.map +1 -0
- package/dist/fields/baseFields/slug/fillEmptyLocalizedSlugs.d.ts +22 -0
- package/dist/fields/baseFields/slug/fillEmptyLocalizedSlugs.d.ts.map +1 -0
- package/dist/fields/baseFields/slug/fillEmptyLocalizedSlugs.js +63 -0
- package/dist/fields/baseFields/slug/fillEmptyLocalizedSlugs.js.map +1 -0
- package/dist/fields/baseFields/slug/generateSlug.d.ts +13 -8
- package/dist/fields/baseFields/slug/generateSlug.d.ts.map +1 -1
- package/dist/fields/baseFields/slug/generateSlug.js +98 -45
- package/dist/fields/baseFields/slug/generateSlug.js.map +1 -1
- package/dist/fields/baseFields/slug/generateSlugBeforeDuplicate.d.ts +18 -0
- package/dist/fields/baseFields/slug/generateSlugBeforeDuplicate.d.ts.map +1 -0
- package/dist/fields/baseFields/slug/generateSlugBeforeDuplicate.js +20 -0
- package/dist/fields/baseFields/slug/generateSlugBeforeDuplicate.js.map +1 -0
- package/dist/fields/baseFields/slug/getSlugFallbackValue.d.ts +22 -0
- package/dist/fields/baseFields/slug/getSlugFallbackValue.d.ts.map +1 -0
- package/dist/fields/baseFields/slug/getSlugFallbackValue.js +23 -0
- package/dist/fields/baseFields/slug/getSlugFallbackValue.js.map +1 -0
- package/dist/fields/baseFields/slug/hasValue.d.ts +3 -0
- package/dist/fields/baseFields/slug/hasValue.d.ts.map +1 -0
- package/dist/fields/baseFields/slug/hasValue.js +3 -0
- package/dist/fields/baseFields/slug/hasValue.js.map +1 -0
- package/dist/fields/config/reservedFieldNames.spec.js +18 -18
- package/dist/fields/config/reservedFieldNames.spec.js.map +1 -1
- package/dist/fields/config/sanitize.d.ts +3 -9
- package/dist/fields/config/sanitize.d.ts.map +1 -1
- package/dist/fields/config/sanitize.js +33 -34
- package/dist/fields/config/sanitize.js.map +1 -1
- package/dist/fields/config/sanitize.spec.js +128 -105
- package/dist/fields/config/sanitize.spec.js.map +1 -1
- package/dist/fields/config/types.d.ts +4 -3
- package/dist/fields/config/types.d.ts.map +1 -1
- package/dist/fields/config/types.js.map +1 -1
- package/dist/fields/hooks/beforeValidate/promise.d.ts.map +1 -1
- package/dist/fields/hooks/beforeValidate/promise.js +5 -3
- package/dist/fields/hooks/beforeValidate/promise.js.map +1 -1
- package/dist/fields/hooks/beforeValidate/stripNullRows.d.ts +10 -0
- package/dist/fields/hooks/beforeValidate/stripNullRows.d.ts.map +1 -0
- package/dist/fields/hooks/beforeValidate/stripNullRows.js +18 -0
- package/dist/fields/hooks/beforeValidate/stripNullRows.js.map +1 -0
- package/dist/fields/validations.d.ts.map +1 -1
- package/dist/fields/validations.js +7 -8
- package/dist/fields/validations.js.map +1 -1
- package/dist/fields/validations.spec.js +61 -37
- package/dist/fields/validations.spec.js.map +1 -1
- package/dist/globals/config/sanitize.d.ts +2 -7
- package/dist/globals/config/sanitize.d.ts.map +1 -1
- package/dist/globals/config/sanitize.js +2 -6
- package/dist/globals/config/sanitize.js.map +1 -1
- package/dist/globals/config/sanitize.spec.js +6 -6
- package/dist/globals/config/sanitize.spec.js.map +1 -1
- package/dist/globals/operations/countGlobalVersions.d.ts.map +1 -1
- package/dist/globals/operations/countGlobalVersions.js +1 -0
- package/dist/globals/operations/countGlobalVersions.js.map +1 -1
- package/dist/index.bundled.d.ts +247 -178
- package/dist/index.d.ts +49 -17
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +3 -0
- package/dist/index.js.map +1 -1
- package/dist/query-presets/constraints.js +1 -1
- package/dist/query-presets/constraints.js.map +1 -1
- package/dist/queues/config/collection.d.ts.map +1 -1
- package/dist/queues/config/collection.js +37 -43
- package/dist/queues/config/collection.js.map +1 -1
- package/dist/queues/config/global.d.ts +5 -6
- package/dist/queues/config/global.d.ts.map +1 -1
- package/dist/queues/config/global.js +1 -1
- package/dist/queues/config/global.js.map +1 -1
- package/dist/queues/config/types/index.d.ts +29 -24
- package/dist/queues/config/types/index.d.ts.map +1 -1
- package/dist/queues/config/types/index.js.map +1 -1
- package/dist/queues/config/types/taskTypes.d.ts +4 -7
- package/dist/queues/config/types/taskTypes.d.ts.map +1 -1
- package/dist/queues/config/types/taskTypes.js.map +1 -1
- package/dist/queues/config/types/workflowJSONTypes.d.ts +10 -9
- package/dist/queues/config/types/workflowJSONTypes.d.ts.map +1 -1
- package/dist/queues/config/types/workflowJSONTypes.js.map +1 -1
- package/dist/queues/config/types/workflowTypes.d.ts +11 -58
- package/dist/queues/config/types/workflowTypes.d.ts.map +1 -1
- package/dist/queues/config/types/workflowTypes.js.map +1 -1
- package/dist/queues/endpoints/handleSchedules.js +1 -1
- package/dist/queues/endpoints/handleSchedules.js.map +1 -1
- package/dist/queues/errors/handleTaskError.js +4 -4
- package/dist/queues/errors/handleTaskError.js.map +1 -1
- package/dist/queues/errors/handleWorkflowError.js +1 -1
- package/dist/queues/errors/handleWorkflowError.js.map +1 -1
- package/dist/queues/errors/index.d.ts +6 -0
- package/dist/queues/errors/index.d.ts.map +1 -1
- package/dist/queues/errors/index.js +5 -0
- package/dist/queues/errors/index.js.map +1 -1
- package/dist/queues/localAPI.d.ts +4 -4
- package/dist/queues/localAPI.d.ts.map +1 -1
- package/dist/queues/localAPI.js +63 -66
- package/dist/queues/localAPI.js.map +1 -1
- package/dist/queues/operations/handleSchedules/countRunnableOrActiveJobsForQueue.d.ts +4 -4
- package/dist/queues/operations/handleSchedules/countRunnableOrActiveJobsForQueue.d.ts.map +1 -1
- package/dist/queues/operations/handleSchedules/countRunnableOrActiveJobsForQueue.js.map +1 -1
- package/dist/queues/operations/handleSchedules/index.d.ts +1 -1
- package/dist/queues/operations/handleSchedules/index.d.ts.map +1 -1
- package/dist/queues/operations/handleSchedules/index.js +1 -1
- package/dist/queues/operations/handleSchedules/index.js.map +1 -1
- package/dist/queues/operations/runJobs/heartbeat.d.ts +13 -0
- package/dist/queues/operations/runJobs/heartbeat.d.ts.map +1 -0
- package/dist/queues/operations/runJobs/heartbeat.js +66 -0
- package/dist/queues/operations/runJobs/heartbeat.js.map +1 -0
- package/dist/queues/operations/runJobs/index.d.ts.map +1 -1
- package/dist/queues/operations/runJobs/index.js +133 -84
- package/dist/queues/operations/runJobs/index.js.map +1 -1
- package/dist/queues/operations/runJobs/runJSONJob/index.d.ts.map +1 -1
- package/dist/queues/operations/runJobs/runJSONJob/index.js +6 -3
- package/dist/queues/operations/runJobs/runJSONJob/index.js.map +1 -1
- package/dist/queues/operations/runJobs/runJob/getRunTaskFunction.js +5 -5
- package/dist/queues/operations/runJobs/runJob/getRunTaskFunction.js.map +1 -1
- package/dist/queues/operations/runJobs/runJob/getUpdateJobFunction.d.ts +2 -1
- package/dist/queues/operations/runJobs/runJob/getUpdateJobFunction.d.ts.map +1 -1
- package/dist/queues/operations/runJobs/runJob/getUpdateJobFunction.js +39 -8
- package/dist/queues/operations/runJobs/runJob/getUpdateJobFunction.js.map +1 -1
- package/dist/queues/operations/runJobs/runJob/importHandlerPath.js.map +1 -1
- package/dist/queues/operations/runJobs/runJob/index.d.ts.map +1 -1
- package/dist/queues/operations/runJobs/runJob/index.js +4 -4
- package/dist/queues/operations/runJobs/runJob/index.js.map +1 -1
- package/dist/queues/utilities/updateJob.d.ts.map +1 -1
- package/dist/queues/utilities/updateJob.js +3 -0
- package/dist/queues/utilities/updateJob.js.map +1 -1
- package/dist/types/index.d.ts +2 -2
- package/dist/types/index.d.ts.map +1 -1
- package/dist/types/index.js.map +1 -1
- package/dist/uploads/checkFileRestrictions.d.ts +1 -1
- package/dist/uploads/checkFileRestrictions.d.ts.map +1 -1
- package/dist/uploads/checkFileRestrictions.js +15 -1
- package/dist/uploads/checkFileRestrictions.js.map +1 -1
- package/dist/uploads/endpoints/uploadInstructions.d.ts +12 -0
- package/dist/uploads/endpoints/uploadInstructions.d.ts.map +1 -1
- package/dist/uploads/endpoints/uploadInstructions.js +66 -20
- package/dist/uploads/endpoints/uploadInstructions.js.map +1 -1
- package/dist/uploads/generateFileData.js +4 -1
- package/dist/uploads/generateFileData.js.map +1 -1
- package/dist/uploads/getFileFromUploadInstructions.d.ts +8 -0
- package/dist/uploads/getFileFromUploadInstructions.d.ts.map +1 -0
- package/dist/uploads/getFileFromUploadInstructions.js +62 -0
- package/dist/uploads/getFileFromUploadInstructions.js.map +1 -0
- package/dist/uploads/getImageSize.d.ts +12 -1
- package/dist/uploads/getImageSize.d.ts.map +1 -1
- package/dist/uploads/getImageSize.js +20 -18
- package/dist/uploads/getImageSize.js.map +1 -1
- package/dist/uploads/getImageSize.spec.js +298 -0
- package/dist/uploads/getImageSize.spec.js.map +1 -0
- package/dist/uploads/probeImageSize.d.ts +39 -0
- package/dist/uploads/probeImageSize.d.ts.map +1 -0
- package/dist/uploads/probeImageSize.js +374 -0
- package/dist/uploads/probeImageSize.js.map +1 -0
- package/dist/uploads/probeImageSize.spec.js +366 -0
- package/dist/uploads/probeImageSize.spec.js.map +1 -0
- package/dist/uploads/stagedUpload.d.ts +27 -0
- package/dist/uploads/stagedUpload.d.ts.map +1 -0
- package/dist/uploads/stagedUpload.js +197 -0
- package/dist/uploads/stagedUpload.js.map +1 -0
- package/dist/uploads/types.d.ts +41 -13
- package/dist/uploads/types.d.ts.map +1 -1
- package/dist/uploads/types.js.map +1 -1
- package/dist/utilities/addDataAndFileToRequest.d.ts.map +1 -1
- package/dist/utilities/addDataAndFileToRequest.js +12 -46
- package/dist/utilities/addDataAndFileToRequest.js.map +1 -1
- package/dist/utilities/configToJSONSchema.spec.js +33 -33
- package/dist/utilities/configToJSONSchema.spec.js.map +1 -1
- package/dist/utilities/fieldValueExists.d.ts +29 -0
- package/dist/utilities/fieldValueExists.d.ts.map +1 -0
- package/dist/utilities/fieldValueExists.js +27 -0
- package/dist/utilities/fieldValueExists.js.map +1 -0
- package/dist/utilities/getUniqueFieldValue.d.ts +27 -0
- package/dist/utilities/getUniqueFieldValue.d.ts.map +1 -0
- package/dist/utilities/getUniqueFieldValue.js +26 -0
- package/dist/utilities/getUniqueFieldValue.js.map +1 -0
- package/dist/versions/deleteScheduledPublishJobs.js +2 -2
- package/dist/versions/deleteScheduledPublishJobs.js.map +1 -1
- package/dist/versions/payloadPackageList.d.ts.map +1 -1
- package/dist/versions/payloadPackageList.js +0 -1
- package/dist/versions/payloadPackageList.js.map +1 -1
- package/package.json +8 -3
- package/dist/database/defaultUpdateJobs.d.ts +0 -3
- package/dist/database/defaultUpdateJobs.d.ts.map +0 -1
- package/dist/database/defaultUpdateJobs.js +0 -41
- package/dist/database/defaultUpdateJobs.js.map +0 -1
- package/dist/fields/baseFields/slug/countVersions.d.ts +0 -13
- package/dist/fields/baseFields/slug/countVersions.d.ts.map +0 -1
- package/dist/fields/baseFields/slug/countVersions.js +0 -27
- package/dist/fields/baseFields/slug/countVersions.js.map +0 -1
- package/dist/uploads/tempFile.d.ts +0 -7
- package/dist/uploads/tempFile.d.ts.map +0 -1
- package/dist/uploads/tempFile.js +0 -39
- package/dist/uploads/tempFile.js.map +0 -1
package/dist/index.bundled.d.ts
CHANGED
|
@@ -18,7 +18,7 @@ export { default as deepMerge } from 'deepmerge';
|
|
|
18
18
|
import { PinoPretty } from 'pino-pretty';
|
|
19
19
|
import { DatePickerProps } from 'react-datepicker';
|
|
20
20
|
|
|
21
|
-
declare const clientTranslationKeys: ("localization:cannotCopySameLocale" | "localization:copyFrom" | "localization:copyFromTo" | "localization:copyTo" | "localization:copyToLocale" | "localization:localeToPublish" | "localization:selectedLocales" | "localization:selectLocaleToCopy" | "localization:selectLocaleToDuplicate" | "upload:addFile" | "upload:addFiles" | "upload:bulkUpload" | "upload:crop" | "upload:cropToolDescription" | "upload:download" | "upload:dragAndDrop" | "upload:editImage" | "upload:fileName" | "upload:fileSize" | "upload:filesToUpload" | "upload:fileToUpload" | "upload:focalPoint" | "upload:focalPointDescription" | "upload:fromURL" | "upload:height" | "upload:linkToFile" | "upload:noFile" | "upload:pasteURL" | "upload:previewSizes" | "upload:renameFile" | "upload:replaceFile" | "upload:selectCollectionToBrowse" | "upload:selectFile" | "upload:setCropArea" | "upload:setFocalPoint" | "upload:sizes" | "upload:sizesFor" | "upload:width" | "fields:blocks" | "fields:addLabel" | "fields:addLink" | "fields:addNew" | "fields:addNewLabel" | "fields:addRelationship" | "fields:addUpload" | "fields:block" | "fields:blockName" | "fields:blockType" | "fields:chooseBetweenCustomTextOrDocument" | "fields:chooseDocumentToLink" | "fields:chooseFromExisting" | "fields:collapseAll" | "fields:customURL" | "fields:editLink" | "fields:editRelationship" | "fields:enterURL" | "fields:hidePassword" | "fields:internalLink" | "fields:itemsAndMore" | "fields:labelRelationship" | "fields:latitude" | "fields:linkedTo" | "fields:linkType" | "fields:longitude" | "fields:openInNewTab" | "fields:passwordsDoNotMatch" | "fields:removeRelationship" | "fields:removeUpload" | "fields:saveChanges" | "fields:searchForBlock" | "fields:searchForLanguage" | "fields:selectFieldsToEdit" | "fields:showAll" | "fields:showPassword" | "fields:swapRelationship" | "fields:swapUpload" | "fields:textToDisplay" | "fields:toggleBlock" | "fields:uploadNewLabel" | "authentication:forgotPassword" | "authentication:verify" | "authentication:account" | "authentication:accountOfCurrentUser" | "authentication:accountVerified" | "authentication:alreadyActivated" | "authentication:alreadyLoggedIn" | "authentication:apiKey" | "authentication:authenticated" | "authentication:backToLogin" | "authentication:beginCreateFirstUser" | "authentication:changePassword" | "authentication:checkYourEmailForPasswordReset" | "authentication:confirmGeneration" | "authentication:confirmPassword" | "authentication:createFirstUser" | "authentication:createUser" | "authentication:emailNotValid" | "authentication:emailOrUsername" | "authentication:emailSent" | "authentication:emailVerified" | "authentication:emailVerifiedRedirecting" | "authentication:enableAPIKey" | "authentication:failedToUnlock" | "authentication:forceUnlock" | "authentication:forgotPasswordEmailInstructions" | "authentication:forgotPasswordUsernameInstructions" | "authentication:usernameNotValid" | "authentication:forgotPasswordQuestion" | "authentication:generate" | "authentication:generateNewAPIKey" | "authentication:generatingNewAPIKeyWillInvalidate" | "authentication:logBackIn" | "authentication:loggedIn" | "authentication:loggedInChangePassword" | "authentication:loggedOutInactivity" | "authentication:loggedOutSuccessfully" | "authentication:loggingOut" | "authentication:login" | "authentication:logOut" | "authentication:logout" | "authentication:logoutSuccessful" | "authentication:logoutUser" | "authentication:newAPIKeyGenerated" | "authentication:newPassword" | "authentication:notRedirected" | "authentication:passed" | "authentication:passwordResetSuccessfully" | "authentication:resetPassword" | "authentication:stayLoggedIn" | "authentication:successfullyRegisteredFirstUser" | "authentication:successfullyUnlocked" | "authentication:tokenRefreshSuccessful" | "authentication:unableToVerify" | "authentication:username" | "authentication:verified" | "authentication:verifiedSuccessfully" | "authentication:verifyUser" | "authentication:youAreInactive" | "commandPalette:createNew" | "commandPalette:hintClose" | "commandPalette:hintCreate" | "commandPalette:hintNavigate" | "commandPalette:hintSelect" | "commandPalette:noResults" | "commandPalette:placeholder" | "commandPalette:title" | "dashboard:addButton" | "dashboard:addWidget" | "dashboard:deleteWidget" | "dashboard:discardConfirmLabel" | "dashboard:discardMessage" | "dashboard:discardTitle" | "dashboard:editDashboard" | "dashboard:editingDashboard" | "dashboard:noItems" | "dashboard:resetLayout" | "dashboard:searchWidgets" | "dashboard:widgetCollectionRequired" | "dashboard:widgetConfigurationError" | "dashboard:widgetInvalidCollection" | "dashboard:widgetInvalidFilterField" | "dashboard:widgetInvalidSortField" | "dashboard:widgetLimitLabel" | "dashboard:widgetNonSortableSortField" | "dashboard:widgetQueryError" | "dashboard:widgetRecentlyViewedEmpty" | "dashboard:widgetRecentlyViewedTitle" | "dashboard:widgetSelectCollectionFirst" | "dashboard:widgetSelectSortField" | "dashboard:widgetSortDirectionLabel" | "dashboard:widgetSortFieldLabel" | "dashboard:widgetTitleFallback" | "dashboard:widgetTitleLabel" | "error:autosaving" | "error:correctInvalidFields" | "error:deletingTitle" | "error:documentNotFound" | "error:emailOrPasswordIncorrect" | "error:failedToResetLayout" | "error:failedToSaveLayout" | "error:insufficientClipboardPermissions" | "error:invalidClipboardData" | "error:invalidFileType" | "error:invalidRequestArgs" | "error:loadingDocument" | "error:logoutFailed" | "error:noMatchedField" | "error:notAllowedToAccessPage" | "error:notAllowedToPerformAction" | "error:previewing" | "error:problemUploadingFile" | "error:restoringTitle" | "error:revertingDocument" | "error:tokenNotProvided" | "error:unableToCopy" | "error:unableToDeleteCount" | "error:unableToReindexCollection" | "error:unableToUpdateCount" | "error:unauthorized" | "error:unauthorizedAdmin" | "error:unknown" | "error:unPublishingDocument" | "error:unspecific" | "error:unverifiedEmail" | "error:userEmailAlreadyRegistered" | "error:usernameAlreadyRegistered" | "error:usernameOrPasswordIncorrect" | "general:collections" | "general:globals" | "general:select" | "general:locale" | "general:user" | "general:false" | "general:none" | "general:custom" | "general:email" | "general:access" | "general:name" | "general:depth" | "general:collection" | "general:sort" | "general:filter" | "general:items" | "general:of" | "general:dashboard" | "general:error" | "general:newLabel" | "general:saveChanges" | "general:username" | "general:createNew" | "general:noResults" | "general:notFound" | "general:unauthorized" | "general:aboutToDelete" | "general:aboutToPermanentlyDelete" | "general:aboutToPermanentlyDeleteTrash" | "general:aboutToRestore" | "general:aboutToRestoreAsDraft" | "general:aboutToRestoreAsDraftCount" | "general:aboutToRestoreCount" | "general:aboutToTrash" | "general:aboutToTrashCount" | "general:accepts" | "general:addBelow" | "general:addFilter" | "general:adminTheme" | "general:all" | "general:allCollections" | "general:allLocales" | "general:and" | "general:anotherUser" | "general:anotherUserTakenOver" | "general:applyChanges" | "general:ascending" | "general:auto" | "general:automatic" | "general:backToDashboard" | "general:by" | "general:cancel" | "general:changesNotSaved" | "general:checked" | "general:clear" | "general:clearAll" | "general:close" | "general:collapse" | "general:columns" | "general:columnToSort" | "general:confirm" | "general:confirmCopy" | "general:confirmDeletion" | "general:confirmDuplication" | "general:confirmMove" | "general:confirmReindex" | "general:confirmReindexAll" | "general:confirmReindexDescription" | "general:confirmReindexDescriptionAll" | "general:confirmRestoration" | "general:copied" | "general:copy" | "general:copyField" | "general:copying" | "general:copyRow" | "general:copyWarning" | "general:create" | "general:created" | "general:createdAt" | "general:createNewLabel" | "general:creating" | "general:creatingNewLabel" | "general:currentlyEditing" | "general:dark" | "general:decrement" | "general:delete" | "general:deleted" | "general:deletedAgo" | "general:deletedAt" | "general:deletedCountSuccessfully" | "general:deletedSuccessfully" | "general:deleteLabel" | "general:deletePermanently" | "general:deleting" | "general:descending" | "general:deselectAllRows" | "general:document" | "general:documentIsTrashed" | "general:documentLocked" | "general:documentModified" | "general:documentOutOfDate" | "general:documents" | "general:dragToReorder" | "general:duplicate" | "general:duplicateWithoutSaving" | "general:edit" | "general:editAll" | "general:editColumns" | "general:editedSince" | "general:editing" | "general:editingTakenOver" | "general:editLabel" | "general:emailAddress" | "general:emptyTrash" | "general:emptyTrashLabel" | "general:enhancedContrastMode" | "general:enterANumber" | "general:enterAValue" | "general:errors" | "general:exitLivePreview" | "general:expand" | "general:export" | "general:fallbackToDefaultLocale" | "general:field" | "general:filters" | "general:filterWhere" | "general:goBack" | "general:groupByLabel" | "general:hideSidebar" | "general:import" | "general:increment" | "general:isEditing" | "general:item" | "general:language" | "general:lastModified" | "general:layout" | "general:leaveAnyway" | "general:leaveWithoutSaving" | "general:light" | "general:livePreview" | "general:loading" | "general:loadMore" | "general:locales" | "general:lock" | "general:manageLabel" | "general:menu" | "general:moreOptions" | "general:move" | "general:moveConfirm" | "general:moveCount" | "general:moveDown" | "general:moveUp" | "general:moving" | "general:movingCount" | "general:next" | "general:no" | "general:noDateSelected" | "general:noFiltersSet" | "general:noLabel" | "general:noMatchesFound" | "general:noOptions" | "general:noResultsDescription" | "general:noResultsFound" | "general:nothingFound" | "general:noTrashResults" | "general:notShownInTable" | "general:noUpcomingEventsScheduled" | "general:noValue" | "general:only" | "general:open" | "general:openInNewWindow" | "general:or" | "general:order" | "general:original" | "general:overwriteExistingData" | "general:pageNotFound" | "general:password" | "general:pasteField" | "general:pasteRow" | "general:payloadSettings" | "general:permanentlyDelete" | "general:permanentlyDeletedCountSuccessfully" | "general:perPage" | "general:perPageLabel" | "general:presets" | "general:previous" | "general:reindex" | "general:reindexingAll" | "general:reloadDocument" | "general:remove" | "general:rename" | "general:reset" | "general:resetPreferences" | "general:resetPreferencesDescription" | "general:resettingPreferences" | "general:restore" | "general:restoreAsPublished" | "general:restoredCountSuccessfully" | "general:restoring" | "general:retry" | "general:row" | "general:rows" | "general:save" | "general:saving" | "general:schedulePublishFor" | "general:searchBy" | "general:searchColumns" | "general:selectAll" | "general:selectAllRows" | "general:selectedCount" | "general:selectLabel" | "general:selectValue" | "general:settings" | "general:showAllLabel" | "general:shownInTable" | "general:showSidebar" | "general:sorryNotFound" | "general:sortByLabelDirection" | "general:stayOnThisPage" | "general:submissionSuccessful" | "general:submit" | "general:submitting" | "general:success" | "general:successfullyCreated" | "general:successfullyDuplicated" | "general:successfullyReindexed" | "general:takeOver" | "general:theme" | "general:thisLanguage" | "general:time" | "general:timezone" | "general:titleDeleted" | "general:titleRestored" | "general:titleTrashed" | "general:toggle" | "general:trash" | "general:trashedCountSuccessfully" | "general:true" | "general:unchecked" | "general:unlock" | "general:unsavedChanges" | "general:unsavedChangesDuplicate" | "general:untitled" | "general:upcomingEvents" | "general:updatedAgo" | "general:updatedAt" | "general:updatedCountSuccessfully" | "general:updatedLabelSuccessfully" | "general:updatedSuccessfully" | "general:updateForEveryone" | "general:updating" | "general:uploading" | "general:uploadingBulk" | "general:users" | "general:value" | "general:viewing" | "general:viewReadOnly" | "general:welcome" | "general:where" | "general:yes" | "general:aboutToDeleteCount" | "general:editingLabel" | "hierarchy:noResults" | "hierarchy:itemsMovedTo" | "hierarchy:itemsMovedToRoot" | "hierarchy:moveItemsToRootConfirmation" | "hierarchy:moveToRoot" | "hierarchy:noParent" | "hierarchy:searchLabel" | "operators:contains" | "operators:equals" | "operators:exists" | "operators:intersects" | "operators:near" | "operators:within" | "operators:isGreaterThan" | "operators:isGreaterThanOrEqualTo" | "operators:isIn" | "operators:isLessThan" | "operators:isLessThanOrEqualTo" | "operators:isLike" | "operators:isNotEqualTo" | "operators:isNotIn" | "operators:isNotLike" | "validation:required" | "validation:username" | "validation:emailAddress" | "validation:enterNumber" | "validation:fieldHasNo" | "validation:greaterThanMax" | "validation:invalidBlock" | "validation:invalidBlocks" | "validation:invalidInput" | "validation:invalidSelection" | "validation:invalidSelections" | "validation:latitudeOutOfBounds" | "validation:lessThanMin" | "validation:limitReached" | "validation:longerThanMin" | "validation:longitudeOutOfBounds" | "validation:notValidDate" | "validation:requiresAtLeast" | "validation:requiresNoMoreThan" | "validation:requiresTwoNumbers" | "validation:shorterThanMax" | "validation:timezoneRequired" | "validation:trueOrFalse" | "validation:validUploadID" | "version:type" | "version:version" | "version:aboutToRestore" | "version:restoring" | "version:aboutToPublishSelection" | "version:aboutToRestoreGlobal" | "version:aboutToRevertToPublished" | "version:aboutToUnpublish" | "version:aboutToUnpublishIn" | "version:aboutToUnpublishSelection" | "version:autosave" | "version:autosavedSuccessfully" | "version:autosavedVersion" | "version:changed" | "version:compareVersions" | "version:comparingAgainst" | "version:confirmPublish" | "version:confirmRevertToSaved" | "version:confirmUnpublish" | "version:confirmVersionRestoration" | "version:currentDraft" | "version:currentlyPublished" | "version:currentlyViewing" | "version:currentPublishedVersion" | "version:draft" | "version:draftHasPublishedVersion" | "version:draftSavedSuccessfully" | "version:lastSavedAgo" | "version:modifiedOnly" | "version:moreVersions" | "version:noFurtherVersionsFound" | "version:noLabelGroup" | "version:noRowsFound" | "version:noRowsSelected" | "version:preview" | "version:previouslyDraft" | "version:previouslyPublished" | "version:previousVersion" | "version:problemRestoringVersion" | "version:publish" | "version:publishAllLocales" | "version:publishChanges" | "version:published" | "version:publishIn" | "version:publishing" | "version:restoreAsDraft" | "version:restoredSuccessfully" | "version:restoreThisVersion" | "version:reverting" | "version:revertToPublished" | "version:revertUnsuccessful" | "version:saveDraft" | "version:scheduledSuccessfully" | "version:schedulePublish" | "version:selectLocales" | "version:selectVersionToCompare" | "version:showLocales" | "version:specificVersion" | "version:status" | "version:unpublish" | "version:unpublished" | "version:unpublishedSuccessfully" | "version:unpublishIn" | "version:unpublishing" | "version:versionAgo" | "version:versionID" | "version:versions" | "version:viewingVersion" | "version:viewingVersionGlobal" | "version:viewingVersions" | "version:viewingVersionsGlobal" | "version:changedFieldsCount")[];
|
|
21
|
+
declare const clientTranslationKeys: ("error:autosaving" | "error:correctInvalidFields" | "error:deletingTitle" | "error:documentNotFound" | "error:emailOrPasswordIncorrect" | "error:failedToResetLayout" | "error:failedToSaveLayout" | "error:insufficientClipboardPermissions" | "error:invalidClipboardData" | "error:invalidFileType" | "error:invalidRequestArgs" | "error:loadingDocument" | "error:logoutFailed" | "error:noMatchedField" | "error:notAllowedToAccessPage" | "error:notAllowedToPerformAction" | "error:previewing" | "error:problemUploadingFile" | "error:restoringTitle" | "error:revertingDocument" | "error:tokenNotProvided" | "error:unableToCopy" | "error:unableToDeleteCount" | "error:unableToReindexCollection" | "error:unableToUpdateCount" | "error:unauthorized" | "error:unauthorizedAdmin" | "error:unknown" | "error:unPublishingDocument" | "error:unspecific" | "error:unverifiedEmail" | "error:userEmailAlreadyRegistered" | "error:usernameAlreadyRegistered" | "error:usernameOrPasswordIncorrect" | "localization:cannotCopySameLocale" | "localization:copyFrom" | "localization:copyFromTo" | "localization:copyTo" | "localization:copyToLocale" | "localization:localeToPublish" | "localization:selectedLocales" | "localization:selectLocaleToCopy" | "localization:selectLocaleToDuplicate" | "upload:addFile" | "upload:addFiles" | "upload:bulkUpload" | "upload:crop" | "upload:cropToolDescription" | "upload:download" | "upload:dragAndDrop" | "upload:editImage" | "upload:fileName" | "upload:fileSize" | "upload:filesToUpload" | "upload:fileToUpload" | "upload:focalPoint" | "upload:focalPointDescription" | "upload:fromURL" | "upload:height" | "upload:linkToFile" | "upload:noFile" | "upload:pasteURL" | "upload:previewSizes" | "upload:renameFile" | "upload:replaceFile" | "upload:selectCollectionToBrowse" | "upload:selectFile" | "upload:setCropArea" | "upload:setFocalPoint" | "upload:sizes" | "upload:sizesFor" | "upload:width" | "fields:blocks" | "fields:addLabel" | "fields:addLink" | "fields:addNew" | "fields:addNewLabel" | "fields:addRelationship" | "fields:addUpload" | "fields:block" | "fields:blockName" | "fields:blockType" | "fields:chooseBetweenCustomTextOrDocument" | "fields:chooseDocumentToLink" | "fields:chooseFromExisting" | "fields:collapseAll" | "fields:customURL" | "fields:editLink" | "fields:editRelationship" | "fields:enterURL" | "fields:hidePassword" | "fields:internalLink" | "fields:itemsAndMore" | "fields:labelRelationship" | "fields:latitude" | "fields:linkedTo" | "fields:linkType" | "fields:longitude" | "fields:openInNewTab" | "fields:passwordsDoNotMatch" | "fields:removeRelationship" | "fields:removeUpload" | "fields:saveChanges" | "fields:searchForBlock" | "fields:searchForLanguage" | "fields:selectFieldsToEdit" | "fields:showAll" | "fields:showPassword" | "fields:swapRelationship" | "fields:swapUpload" | "fields:textToDisplay" | "fields:toggleBlock" | "fields:uploadNewLabel" | "authentication:forgotPassword" | "authentication:verify" | "authentication:account" | "authentication:accountOfCurrentUser" | "authentication:accountVerified" | "authentication:alreadyActivated" | "authentication:alreadyLoggedIn" | "authentication:apiKey" | "authentication:authenticated" | "authentication:backToLogin" | "authentication:beginCreateFirstUser" | "authentication:changePassword" | "authentication:checkYourEmailForPasswordReset" | "authentication:confirmGeneration" | "authentication:confirmPassword" | "authentication:createFirstUser" | "authentication:createUser" | "authentication:emailNotValid" | "authentication:emailOrUsername" | "authentication:emailSent" | "authentication:emailVerified" | "authentication:emailVerifiedRedirecting" | "authentication:enableAPIKey" | "authentication:failedToUnlock" | "authentication:forceUnlock" | "authentication:forgotPasswordEmailInstructions" | "authentication:forgotPasswordUsernameInstructions" | "authentication:usernameNotValid" | "authentication:forgotPasswordQuestion" | "authentication:generate" | "authentication:generateNewAPIKey" | "authentication:generatingNewAPIKeyWillInvalidate" | "authentication:logBackIn" | "authentication:loggedIn" | "authentication:loggedInChangePassword" | "authentication:loggedOutInactivity" | "authentication:loggedOutSuccessfully" | "authentication:loggingOut" | "authentication:login" | "authentication:logOut" | "authentication:logout" | "authentication:logoutSuccessful" | "authentication:logoutUser" | "authentication:newAPIKeyGenerated" | "authentication:newPassword" | "authentication:notRedirected" | "authentication:passed" | "authentication:passwordResetSuccessfully" | "authentication:resetPassword" | "authentication:stayLoggedIn" | "authentication:successfullyRegisteredFirstUser" | "authentication:successfullyUnlocked" | "authentication:tokenRefreshSuccessful" | "authentication:unableToVerify" | "authentication:username" | "authentication:verified" | "authentication:verifiedSuccessfully" | "authentication:verifyUser" | "authentication:youAreInactive" | "commandPalette:createNew" | "commandPalette:hintClose" | "commandPalette:hintCreate" | "commandPalette:hintNavigate" | "commandPalette:hintSelect" | "commandPalette:noResults" | "commandPalette:placeholder" | "commandPalette:title" | "dashboard:addButton" | "dashboard:addWidget" | "dashboard:deleteWidget" | "dashboard:discardConfirmLabel" | "dashboard:discardMessage" | "dashboard:discardTitle" | "dashboard:editDashboard" | "dashboard:editingDashboard" | "dashboard:noItems" | "dashboard:resetLayout" | "dashboard:searchWidgets" | "dashboard:widgetCollectionRequired" | "dashboard:widgetConfigurationError" | "dashboard:widgetInvalidCollection" | "dashboard:widgetInvalidFilterField" | "dashboard:widgetInvalidSortField" | "dashboard:widgetLimitLabel" | "dashboard:widgetNonSortableSortField" | "dashboard:widgetQueryError" | "dashboard:widgetRecentlyViewedEmpty" | "dashboard:widgetRecentlyViewedTitle" | "dashboard:widgetSelectCollectionFirst" | "dashboard:widgetSelectSortField" | "dashboard:widgetSortDirectionLabel" | "dashboard:widgetSortFieldLabel" | "dashboard:widgetTitleFallback" | "dashboard:widgetTitleLabel" | "general:collections" | "general:globals" | "general:select" | "general:locale" | "general:user" | "general:false" | "general:none" | "general:createdAt" | "general:error" | "general:updatedAt" | "general:custom" | "general:email" | "general:access" | "general:name" | "general:depth" | "general:collection" | "general:sort" | "general:filter" | "general:items" | "general:of" | "general:dashboard" | "general:notFound" | "general:unauthorized" | "general:newLabel" | "general:saveChanges" | "general:username" | "general:createNew" | "general:noResults" | "general:aboutToDelete" | "general:aboutToPermanentlyDelete" | "general:aboutToPermanentlyDeleteTrash" | "general:aboutToRestore" | "general:aboutToRestoreAsDraft" | "general:aboutToRestoreAsDraftCount" | "general:aboutToRestoreCount" | "general:aboutToTrash" | "general:aboutToTrashCount" | "general:accepts" | "general:addBelow" | "general:addFilter" | "general:adminTheme" | "general:all" | "general:allCollections" | "general:allLocales" | "general:and" | "general:anotherUser" | "general:anotherUserTakenOver" | "general:applyChanges" | "general:ascending" | "general:auto" | "general:automatic" | "general:backToDashboard" | "general:by" | "general:cancel" | "general:changesNotSaved" | "general:checked" | "general:clear" | "general:clearAll" | "general:close" | "general:collapse" | "general:columns" | "general:columnToSort" | "general:confirm" | "general:confirmCopy" | "general:confirmDeletion" | "general:confirmDuplication" | "general:confirmMove" | "general:confirmReindex" | "general:confirmReindexAll" | "general:confirmReindexDescription" | "general:confirmReindexDescriptionAll" | "general:confirmRestoration" | "general:copied" | "general:copy" | "general:copyField" | "general:copying" | "general:copyRow" | "general:copyWarning" | "general:create" | "general:created" | "general:createNewLabel" | "general:creating" | "general:creatingNewLabel" | "general:currentlyEditing" | "general:dark" | "general:decrement" | "general:delete" | "general:deleted" | "general:deletedAgo" | "general:deletedAt" | "general:deletedCountSuccessfully" | "general:deletedSuccessfully" | "general:deleteLabel" | "general:deletePermanently" | "general:deleting" | "general:descending" | "general:deselectAllRows" | "general:document" | "general:documentIsTrashed" | "general:documentLocked" | "general:documentModified" | "general:documentOutOfDate" | "general:documents" | "general:dragToReorder" | "general:duplicate" | "general:duplicateWithoutSaving" | "general:edit" | "general:editAll" | "general:editColumns" | "general:editedSince" | "general:editing" | "general:editingTakenOver" | "general:editLabel" | "general:emailAddress" | "general:emptyTrash" | "general:emptyTrashLabel" | "general:enhancedContrastMode" | "general:enterANumber" | "general:enterAValue" | "general:errors" | "general:exitLivePreview" | "general:expand" | "general:export" | "general:fallbackToDefaultLocale" | "general:field" | "general:filters" | "general:filterWhere" | "general:goBack" | "general:groupByLabel" | "general:hideSidebar" | "general:import" | "general:increment" | "general:isEditing" | "general:item" | "general:language" | "general:lastModified" | "general:layout" | "general:leaveAnyway" | "general:leaveWithoutSaving" | "general:light" | "general:livePreview" | "general:loading" | "general:loadMore" | "general:locales" | "general:lock" | "general:manageLabel" | "general:menu" | "general:moreOptions" | "general:move" | "general:moveConfirm" | "general:moveCount" | "general:moveDown" | "general:moveUp" | "general:moving" | "general:movingCount" | "general:next" | "general:no" | "general:noDateSelected" | "general:noFiltersSet" | "general:noLabel" | "general:noMatchesFound" | "general:noOptions" | "general:noResultsDescription" | "general:noResultsFound" | "general:nothingFound" | "general:noTrashResults" | "general:notShownInTable" | "general:noUpcomingEventsScheduled" | "general:noValue" | "general:only" | "general:open" | "general:openInNewWindow" | "general:or" | "general:order" | "general:original" | "general:overwriteExistingData" | "general:pageNotFound" | "general:password" | "general:pasteField" | "general:pasteRow" | "general:payloadSettings" | "general:permanentlyDelete" | "general:permanentlyDeletedCountSuccessfully" | "general:perPage" | "general:perPageLabel" | "general:presets" | "general:previous" | "general:reindex" | "general:reindexingAll" | "general:reloadDocument" | "general:remove" | "general:rename" | "general:reset" | "general:resetPreferences" | "general:resetPreferencesDescription" | "general:resettingPreferences" | "general:restore" | "general:restoreAsPublished" | "general:restoredCountSuccessfully" | "general:restoring" | "general:retry" | "general:row" | "general:rows" | "general:save" | "general:saving" | "general:schedulePublishFor" | "general:searchBy" | "general:searchColumns" | "general:selectAll" | "general:selectAllRows" | "general:selectedCount" | "general:selectLabel" | "general:selectValue" | "general:settings" | "general:showAllLabel" | "general:shownInTable" | "general:showSidebar" | "general:sorryNotFound" | "general:sortByLabelDirection" | "general:sortByOrderToReorder" | "general:stayOnThisPage" | "general:submissionSuccessful" | "general:submit" | "general:submitting" | "general:success" | "general:successfullyCreated" | "general:successfullyDuplicated" | "general:successfullyReindexed" | "general:takeOver" | "general:theme" | "general:thisLanguage" | "general:time" | "general:timezone" | "general:titleDeleted" | "general:titleRestored" | "general:titleTrashed" | "general:toggle" | "general:trash" | "general:trashedCountSuccessfully" | "general:true" | "general:unchecked" | "general:unlock" | "general:unsavedChanges" | "general:unsavedChangesDuplicate" | "general:untitled" | "general:upcomingEvents" | "general:updatedAgo" | "general:updatedCountSuccessfully" | "general:updatedLabelSuccessfully" | "general:updatedSuccessfully" | "general:updateForEveryone" | "general:updating" | "general:uploading" | "general:uploadingBulk" | "general:users" | "general:value" | "general:viewing" | "general:viewReadOnly" | "general:welcome" | "general:where" | "general:yes" | "general:aboutToDeleteCount" | "general:editingLabel" | "hierarchy:noResults" | "hierarchy:itemsMovedTo" | "hierarchy:itemsMovedToRoot" | "hierarchy:moveItemsToRootConfirmation" | "hierarchy:moveToRoot" | "hierarchy:noParent" | "hierarchy:searchLabel" | "operators:contains" | "operators:equals" | "operators:exists" | "operators:intersects" | "operators:near" | "operators:within" | "operators:isGreaterThan" | "operators:isGreaterThanOrEqualTo" | "operators:isIn" | "operators:isLessThan" | "operators:isLessThanOrEqualTo" | "operators:isLike" | "operators:isNotEqualTo" | "operators:isNotIn" | "operators:isNotLike" | "validation:required" | "validation:username" | "validation:emailAddress" | "validation:enterNumber" | "validation:fieldHasNo" | "validation:greaterThanMax" | "validation:invalidBlock" | "validation:invalidBlocks" | "validation:invalidInput" | "validation:invalidSelection" | "validation:invalidSelections" | "validation:latitudeOutOfBounds" | "validation:lessThanMin" | "validation:limitReached" | "validation:longerThanMin" | "validation:longitudeOutOfBounds" | "validation:notValidDate" | "validation:requiresAtLeast" | "validation:requiresNoMoreThan" | "validation:requiresTwoNumbers" | "validation:shorterThanMax" | "validation:timezoneRequired" | "validation:trueOrFalse" | "validation:validUploadID" | "version:type" | "version:version" | "version:aboutToRestore" | "version:restoring" | "version:aboutToPublishSelection" | "version:aboutToRestoreGlobal" | "version:aboutToRevertToPublished" | "version:aboutToUnpublish" | "version:aboutToUnpublishIn" | "version:aboutToUnpublishSelection" | "version:autosave" | "version:autosavedSuccessfully" | "version:autosavedVersion" | "version:changed" | "version:compareVersions" | "version:comparingAgainst" | "version:confirmPublish" | "version:confirmRevertToSaved" | "version:confirmUnpublish" | "version:confirmVersionRestoration" | "version:currentDraft" | "version:currentlyPublished" | "version:currentlyViewing" | "version:currentPublishedVersion" | "version:draft" | "version:draftHasPublishedVersion" | "version:draftSavedSuccessfully" | "version:lastSavedAgo" | "version:modifiedOnly" | "version:moreVersions" | "version:noFurtherVersionsFound" | "version:noLabelGroup" | "version:noRowsFound" | "version:noRowsSelected" | "version:preview" | "version:previouslyDraft" | "version:previouslyPublished" | "version:previousVersion" | "version:problemRestoringVersion" | "version:publish" | "version:publishAllLocales" | "version:publishChanges" | "version:published" | "version:publishIn" | "version:publishing" | "version:restoreAsDraft" | "version:restoredSuccessfully" | "version:restoreThisVersion" | "version:reverting" | "version:revertToPublished" | "version:revertUnsuccessful" | "version:saveDraft" | "version:scheduledSuccessfully" | "version:schedulePublish" | "version:selectLocales" | "version:selectVersionToCompare" | "version:showLocales" | "version:specificVersion" | "version:status" | "version:unpublish" | "version:unpublished" | "version:unpublishedSuccessfully" | "version:unpublishIn" | "version:unpublishing" | "version:versionAgo" | "version:versionID" | "version:versions" | "version:viewingVersion" | "version:viewingVersionGlobal" | "version:viewingVersions" | "version:viewingVersionsGlobal" | "version:changedFieldsCount")[];
|
|
22
22
|
|
|
23
23
|
declare const enTranslations: {
|
|
24
24
|
authentication: {
|
|
@@ -466,6 +466,7 @@ declare const enTranslations: {
|
|
|
466
466
|
sorryNotFound: string;
|
|
467
467
|
sort: string;
|
|
468
468
|
sortByLabelDirection: string;
|
|
469
|
+
sortByOrderToReorder: string;
|
|
469
470
|
stayOnThisPage: string;
|
|
470
471
|
submissionSuccessful: string;
|
|
471
472
|
submit: string;
|
|
@@ -1994,6 +1995,12 @@ type UpdateJobsArgs = {
|
|
|
1994
1995
|
sort?: Sort;
|
|
1995
1996
|
where: Where;
|
|
1996
1997
|
});
|
|
1998
|
+
/**
|
|
1999
|
+
* Updates jobs matching the provided `where` condition.
|
|
2000
|
+
*
|
|
2001
|
+
* Job claims must only update jobs whose lease is missing or expired.
|
|
2002
|
+
* When a `processingToken` is provided, only jobs updated with that token may be returned.
|
|
2003
|
+
*/
|
|
1997
2004
|
type UpdateJobs = (args: UpdateJobsArgs) => Promise<Job[] | null>;
|
|
1998
2005
|
type UpsertArgs = {
|
|
1999
2006
|
collection: CollectionSlug;
|
|
@@ -2948,9 +2955,10 @@ type SlugField = {
|
|
|
2948
2955
|
type: 'slug';
|
|
2949
2956
|
/**
|
|
2950
2957
|
* Name of the sibling field whose value the slug is generated from, e.g. `'title'`.
|
|
2951
|
-
*
|
|
2958
|
+
* Optional — when omitted, the slug is taken from an explicit value or falls back to a
|
|
2959
|
+
* unique `<singular>-<N>`, so there is no source to derive from.
|
|
2952
2960
|
*/
|
|
2953
|
-
useAsSlug
|
|
2961
|
+
useAsSlug?: string;
|
|
2954
2962
|
validate?: TextFieldSingleValidation;
|
|
2955
2963
|
} & Omit<FieldBase, 'validate'>;
|
|
2956
2964
|
type SlugFieldClient = {
|
|
@@ -3341,7 +3349,7 @@ type SelectField = {
|
|
|
3341
3349
|
options: Option[];
|
|
3342
3350
|
req: PayloadRequest;
|
|
3343
3351
|
siblingData: Data;
|
|
3344
|
-
}) => Option[]
|
|
3352
|
+
}) => Option[] | Promise<Option[]>;
|
|
3345
3353
|
hasMany?: boolean;
|
|
3346
3354
|
/**
|
|
3347
3355
|
* Customize generated GraphQL and Typescript schema names.
|
|
@@ -4085,7 +4093,7 @@ type RichTextAdapterProvider<Value extends object = object, AdapterProps = any,
|
|
|
4085
4093
|
*/
|
|
4086
4094
|
isRoot?: boolean;
|
|
4087
4095
|
parentIsLocalized: boolean;
|
|
4088
|
-
}) =>
|
|
4096
|
+
}) => RichTextAdapter<Value, AdapterProps, ExtraFieldProperties>;
|
|
4089
4097
|
|
|
4090
4098
|
type CookieOptions = {
|
|
4091
4099
|
domain?: string;
|
|
@@ -4353,7 +4361,7 @@ type GenerateImageName = (args: {
|
|
|
4353
4361
|
sizeName: string;
|
|
4354
4362
|
width: number;
|
|
4355
4363
|
}) => string;
|
|
4356
|
-
type
|
|
4364
|
+
type ImageSizeBase = {
|
|
4357
4365
|
/**
|
|
4358
4366
|
* Admin UI options that control how this image size appears in list views.
|
|
4359
4367
|
*/
|
|
@@ -4372,16 +4380,21 @@ type ImageSize = {
|
|
|
4372
4380
|
groupBy?: boolean;
|
|
4373
4381
|
};
|
|
4374
4382
|
};
|
|
4375
|
-
/**
|
|
4376
|
-
* @deprecated prefer position
|
|
4377
|
-
*/
|
|
4378
|
-
crop?: string;
|
|
4379
|
-
formatOptions?: ImageUploadFormatOptions;
|
|
4380
4383
|
/**
|
|
4381
4384
|
* Generate a custom name for the file of this image size.
|
|
4382
4385
|
*/
|
|
4383
4386
|
generateImageName?: GenerateImageName;
|
|
4384
4387
|
name: string;
|
|
4388
|
+
};
|
|
4389
|
+
/**
|
|
4390
|
+
* Image size options implemented by Payload's default Sharp image processor.
|
|
4391
|
+
*/
|
|
4392
|
+
type SharpImageSizeOptions = {
|
|
4393
|
+
/**
|
|
4394
|
+
* @deprecated prefer position
|
|
4395
|
+
*/
|
|
4396
|
+
crop?: string;
|
|
4397
|
+
formatOptions?: ImageUploadFormatOptions;
|
|
4385
4398
|
trimOptions?: ImageUploadTrimOptions;
|
|
4386
4399
|
/**
|
|
4387
4400
|
* When an uploaded image is smaller than the defined image size, we have 3 options:
|
|
@@ -4394,6 +4407,23 @@ type ImageSize = {
|
|
|
4394
4407
|
*/
|
|
4395
4408
|
withoutEnlargement?: ResizeOptions['withoutEnlargement'];
|
|
4396
4409
|
} & Omit<ResizeOptions, 'withoutEnlargement'>;
|
|
4410
|
+
/**
|
|
4411
|
+
* Interface to be module-augmented by image processing providers.
|
|
4412
|
+
*
|
|
4413
|
+
* When no provider is registered, ImageSize uses SharpImageSizeOptions.
|
|
4414
|
+
* When providers are registered, ImageSize uses their registered options instead.
|
|
4415
|
+
*
|
|
4416
|
+
* @example
|
|
4417
|
+
* declare module 'payload' {
|
|
4418
|
+
* interface RegisteredImageSizeOptions {
|
|
4419
|
+
* myProvider: MyProviderImageSizeOptions
|
|
4420
|
+
* }
|
|
4421
|
+
* }
|
|
4422
|
+
*/
|
|
4423
|
+
interface RegisteredImageSizeOptions {
|
|
4424
|
+
}
|
|
4425
|
+
type ImageSizeOptions = keyof RegisteredImageSizeOptions extends never ? SharpImageSizeOptions : RegisteredImageSizeOptions[keyof RegisteredImageSizeOptions];
|
|
4426
|
+
type ImageSize = ImageSizeBase & ImageSizeOptions;
|
|
4397
4427
|
type GetAdminThumbnail = (args: {
|
|
4398
4428
|
doc: Record<string, unknown>;
|
|
4399
4429
|
}) => false | null | string;
|
|
@@ -4538,9 +4568,9 @@ type UploadConfig = {
|
|
|
4538
4568
|
headers?: Headers;
|
|
4539
4569
|
params: {
|
|
4540
4570
|
collection: string;
|
|
4541
|
-
directUpload?: unknown;
|
|
4542
4571
|
filename: string;
|
|
4543
4572
|
prefix?: string;
|
|
4573
|
+
uploadReference?: unknown;
|
|
4544
4574
|
};
|
|
4545
4575
|
}) => Promise<Response> | Promise<void> | Response | void)[];
|
|
4546
4576
|
/**
|
|
@@ -4593,8 +4623,7 @@ type UploadConfig = {
|
|
|
4593
4623
|
staticDir?: string;
|
|
4594
4624
|
trimOptions?: ImageUploadTrimOptions;
|
|
4595
4625
|
/**
|
|
4596
|
-
* Adapter-provided upload instructions.
|
|
4597
|
-
* the server-only access and generate functions.
|
|
4626
|
+
* Adapter-provided upload instructions.
|
|
4598
4627
|
* @internal
|
|
4599
4628
|
*/
|
|
4600
4629
|
uploadInstructions?: UploadInstructionsCapability;
|
|
@@ -4623,10 +4652,11 @@ type UploadInstructionsRequest = {
|
|
|
4623
4652
|
};
|
|
4624
4653
|
type UploadInstructions = {
|
|
4625
4654
|
file: {
|
|
4626
|
-
|
|
4655
|
+
collectionSlug?: UploadCollectionSlug;
|
|
4627
4656
|
filename: string;
|
|
4628
4657
|
mimeType: string;
|
|
4629
4658
|
size: number;
|
|
4659
|
+
uploadReference: Record<string, unknown>;
|
|
4630
4660
|
};
|
|
4631
4661
|
} & ({
|
|
4632
4662
|
data?: unknown;
|
|
@@ -4641,15 +4671,21 @@ type UploadInstructions = {
|
|
|
4641
4671
|
type: 'http';
|
|
4642
4672
|
});
|
|
4643
4673
|
type GenerateUploadInstructions = (args: {
|
|
4674
|
+
overrideAccess?: boolean;
|
|
4644
4675
|
req: PayloadRequest;
|
|
4645
4676
|
} & UploadInstructionsRequest) => Promise<UploadInstructions> | UploadInstructions;
|
|
4646
4677
|
type UploadInstructionsCapability = {
|
|
4647
|
-
/**
|
|
4648
|
-
access?: UploadInstructionsAccess;
|
|
4649
|
-
/** Generates instructions for uploading a file. */
|
|
4678
|
+
/** Generates upload instructions. The generator or supporting endpoint must check access. */
|
|
4650
4679
|
generate: GenerateUploadInstructions;
|
|
4680
|
+
/**
|
|
4681
|
+
* Whether the Admin panel should use these instructions before saving a document.
|
|
4682
|
+
* This can still be useful when upload chunks pass through Payload.
|
|
4683
|
+
*/
|
|
4684
|
+
useInAdmin: boolean;
|
|
4651
4685
|
};
|
|
4652
4686
|
type checkFileRestrictionsParams = {
|
|
4687
|
+
/** Set to false when the file bytes have not been uploaded yet. */
|
|
4688
|
+
checkFileContents?: boolean;
|
|
4653
4689
|
collection: CollectionConfig;
|
|
4654
4690
|
file: File$1;
|
|
4655
4691
|
req: PayloadRequest;
|
|
@@ -4711,8 +4747,7 @@ type ServerOnlyCollectionProperties = keyof Pick<SanitizedCollectionConfig, 'acc
|
|
|
4711
4747
|
type ServerOnlyCollectionAdminProperties = keyof Pick<SanitizedCollectionConfig['admin'], 'baseFilter' | 'baseListFilter' | 'components' | 'formatDocURL' | 'hidden'>;
|
|
4712
4748
|
type ServerOnlyUploadProperties = keyof Pick<SanitizedCollectionConfig['upload'], 'admin' | 'adminThumbnail' | 'externalFileHeaderFilter' | 'handlers' | 'modifyResponseHeaders' | 'uploadInstructions' | 'withMetadata'>;
|
|
4713
4749
|
type ClientUploadConfig = {
|
|
4714
|
-
|
|
4715
|
-
uploadInstructions?: true;
|
|
4750
|
+
uploadInstructions: Pick<UploadInstructionsCapability, 'useInAdmin'>;
|
|
4716
4751
|
} & Omit<SanitizedUploadConfig, 'uploadInstructions'>;
|
|
4717
4752
|
type ClientCollectionConfig = {
|
|
4718
4753
|
admin: {
|
|
@@ -5183,15 +5218,12 @@ type TaskHandlerArgs<TTaskSlugOrInputOutput extends keyof TypedJobs['tasks'] | T
|
|
|
5183
5218
|
/**
|
|
5184
5219
|
* Inline tasks in JSON workflows have no input, as they can just get the input from job.taskStatus
|
|
5185
5220
|
*/
|
|
5186
|
-
type TaskHandlerArgsNoInput<
|
|
5187
|
-
job: Job<
|
|
5221
|
+
type TaskHandlerArgsNoInput<TWorkflowSlugOrInput extends keyof TypedJobs['workflows'] | object = object> = {
|
|
5222
|
+
job: Job<TWorkflowSlugOrInput>;
|
|
5188
5223
|
req: PayloadRequest;
|
|
5189
5224
|
};
|
|
5190
5225
|
type TaskHandler<TTaskSlugOrInputOutput extends keyof TypedJobs['tasks'] | TaskInputOutput, TWorkflowSlug extends keyof TypedJobs['workflows'] = string> = (args: TaskHandlerArgs<TTaskSlugOrInputOutput, TWorkflowSlug>) => MaybePromise<TaskHandlerResult<TTaskSlugOrInputOutput>>;
|
|
5191
|
-
|
|
5192
|
-
* @todo rename to TaskSlug in 4.0, similar to CollectionSlug
|
|
5193
|
-
*/
|
|
5194
|
-
type TaskType = StringKeyOf<TypedJobs['tasks']>;
|
|
5226
|
+
type TaskSlug = StringKeyOf<TypedJobs['tasks']>;
|
|
5195
5227
|
type TaskInput<T extends keyof TypedJobs['tasks']> = TypedJobs['tasks'][T]['input'];
|
|
5196
5228
|
type TaskOutput<T extends keyof TypedJobs['tasks']> = TypedJobs['tasks'][T]['output'];
|
|
5197
5229
|
type TaskHandlerResults = {
|
|
@@ -5302,7 +5334,7 @@ type RetryConfig = {
|
|
|
5302
5334
|
*/
|
|
5303
5335
|
shouldRestore?: boolean | ShouldRestoreFn;
|
|
5304
5336
|
};
|
|
5305
|
-
type TaskConfig<TTaskSlugOrInputOutput extends keyof TypedJobs['tasks'] | TaskInputOutput =
|
|
5337
|
+
type TaskConfig<TTaskSlugOrInputOutput extends keyof TypedJobs['tasks'] | TaskInputOutput = TaskSlug> = {
|
|
5306
5338
|
/**
|
|
5307
5339
|
* Job concurrency controls for preventing race conditions.
|
|
5308
5340
|
*
|
|
@@ -5366,13 +5398,13 @@ type TaskParent = {
|
|
|
5366
5398
|
taskSlug: string;
|
|
5367
5399
|
};
|
|
5368
5400
|
|
|
5369
|
-
type WorkflowStep<TTaskSlug extends keyof TypedJobs['tasks'],
|
|
5401
|
+
type WorkflowStep<TTaskSlug extends keyof TypedJobs['tasks'], TWorkflowSlugOrInput extends keyof TypedJobs['workflows'] | object = object> = {
|
|
5370
5402
|
/**
|
|
5371
5403
|
* If this step is completed, the workflow will be marked as completed
|
|
5372
5404
|
*/
|
|
5373
5405
|
completesJob?: boolean;
|
|
5374
5406
|
condition?: (args: {
|
|
5375
|
-
job: Job<
|
|
5407
|
+
job: Job<TWorkflowSlugOrInput>;
|
|
5376
5408
|
}) => boolean;
|
|
5377
5409
|
/**
|
|
5378
5410
|
* Each task needs to have a unique ID to track its status
|
|
@@ -5385,17 +5417,17 @@ type WorkflowStep<TTaskSlug extends keyof TypedJobs['tasks'], TWorkflowSlug exte
|
|
|
5385
5417
|
*/
|
|
5386
5418
|
retries?: number | RetryConfig;
|
|
5387
5419
|
} & ({
|
|
5388
|
-
inlineTask
|
|
5420
|
+
inlineTask: (args: TaskHandlerArgsNoInput<TWorkflowSlugOrInput>) => MaybePromise<TaskHandlerResult<TaskInputOutput>>;
|
|
5389
5421
|
} | {
|
|
5390
5422
|
input: (args: {
|
|
5391
|
-
job: Job<
|
|
5423
|
+
job: Job<TWorkflowSlugOrInput>;
|
|
5392
5424
|
}) => TypedJobs['tasks'][TTaskSlug]['input'];
|
|
5393
5425
|
task: TTaskSlug;
|
|
5394
5426
|
});
|
|
5395
|
-
type AllWorkflowSteps<
|
|
5396
|
-
[TTaskSlug in keyof TypedJobs['tasks']]: WorkflowStep<TTaskSlug,
|
|
5427
|
+
type AllWorkflowSteps<TWorkflowSlugOrInput extends keyof TypedJobs['workflows'] | object = object> = {
|
|
5428
|
+
[TTaskSlug in keyof TypedJobs['tasks']]: WorkflowStep<TTaskSlug, TWorkflowSlugOrInput>;
|
|
5397
5429
|
}[keyof TypedJobs['tasks']];
|
|
5398
|
-
type WorkflowJSON<
|
|
5430
|
+
type WorkflowJSON<TWorkflowSlugOrInput extends keyof TypedJobs['workflows'] | object = object> = Array<AllWorkflowSteps<TWorkflowSlugOrInput>>;
|
|
5399
5431
|
|
|
5400
5432
|
type JobLog = {
|
|
5401
5433
|
completedAt: string;
|
|
@@ -5405,7 +5437,7 @@ type JobLog = {
|
|
|
5405
5437
|
* ID added by the array field when the log is saved in the database
|
|
5406
5438
|
*/
|
|
5407
5439
|
id: string;
|
|
5408
|
-
input
|
|
5440
|
+
input: Record<string, any>;
|
|
5409
5441
|
output?: Record<string, any>;
|
|
5410
5442
|
/**
|
|
5411
5443
|
* Sub-tasks (tasks that are run within a task) will have a parent task ID
|
|
@@ -5413,54 +5445,13 @@ type JobLog = {
|
|
|
5413
5445
|
parent?: TaskParent;
|
|
5414
5446
|
state: 'failed' | 'succeeded';
|
|
5415
5447
|
taskID: string;
|
|
5416
|
-
taskSlug:
|
|
5417
|
-
};
|
|
5418
|
-
/**
|
|
5419
|
-
* @deprecated - will be made private in 4.0. Please use the `Job` type instead.
|
|
5420
|
-
*/
|
|
5421
|
-
type BaseJob<TWorkflowSlugOrInput extends false | keyof TypedJobs['workflows'] | object = false> = {
|
|
5422
|
-
completedAt?: null | string;
|
|
5423
|
-
/**
|
|
5424
|
-
* Used for concurrency control. Jobs with the same key are subject to exclusive/supersedes rules.
|
|
5425
|
-
*/
|
|
5426
|
-
concurrencyKey?: null | string;
|
|
5427
|
-
createdAt: string;
|
|
5428
|
-
error?: unknown;
|
|
5429
|
-
hasError?: boolean;
|
|
5430
|
-
id: number | string;
|
|
5431
|
-
input: TWorkflowSlugOrInput extends false ? object : TWorkflowSlugOrInput extends keyof TypedJobs['workflows'] ? TypedJobs['workflows'][TWorkflowSlugOrInput]['input'] : TWorkflowSlugOrInput;
|
|
5432
|
-
log?: JobLog[];
|
|
5433
|
-
meta?: {
|
|
5434
|
-
[key: string]: unknown;
|
|
5435
|
-
/**
|
|
5436
|
-
* If true, this job was queued by the scheduling system.
|
|
5437
|
-
*/
|
|
5438
|
-
scheduled?: boolean;
|
|
5439
|
-
};
|
|
5440
|
-
processing?: boolean;
|
|
5441
|
-
queue?: string;
|
|
5442
|
-
taskSlug?: null | TaskType;
|
|
5443
|
-
taskStatus: JobTaskStatus;
|
|
5444
|
-
totalTried: number;
|
|
5445
|
-
updatedAt: string;
|
|
5446
|
-
waitUntil?: null | string;
|
|
5447
|
-
workflowSlug?: null | WorkflowTypes;
|
|
5448
|
+
taskSlug: TaskSlug;
|
|
5448
5449
|
};
|
|
5449
|
-
|
|
5450
|
-
|
|
5451
|
-
*/
|
|
5452
|
-
type WorkflowTypes = StringKeyOf<TypedJobs['workflows']>;
|
|
5453
|
-
/**
|
|
5454
|
-
* @deprecated - will be removed in 4.0. Use `Job` type instead.
|
|
5455
|
-
*/
|
|
5456
|
-
type RunningJob<TWorkflowSlugOrInput extends keyof TypedJobs['workflows'] | object> = {
|
|
5457
|
-
input: TWorkflowSlugOrInput extends keyof TypedJobs['workflows'] ? TypedJobs['workflows'][TWorkflowSlugOrInput]['input'] : TWorkflowSlugOrInput;
|
|
5458
|
-
taskStatus: JobTaskStatus;
|
|
5459
|
-
} & Omit<TypedCollection['payload-jobs'], 'input' | 'taskStatus'>;
|
|
5460
|
-
type RunningJobFromTask<TTaskSlug extends keyof TypedJobs['tasks']> = {
|
|
5450
|
+
type WorkflowSlug = StringKeyOf<TypedJobs['workflows']>;
|
|
5451
|
+
type JobFromTask<TTaskSlug extends keyof TypedJobs['tasks']> = {
|
|
5461
5452
|
input: TypedJobs['tasks'][TTaskSlug]['input'];
|
|
5462
5453
|
} & TypedCollection['payload-jobs'];
|
|
5463
|
-
type WorkflowHandler<TWorkflowSlugOrInput extends
|
|
5454
|
+
type WorkflowHandler<TWorkflowSlugOrInput extends keyof TypedJobs['workflows'] | object = object> = (args: {
|
|
5464
5455
|
inlineTask: RunInlineTaskFunction;
|
|
5465
5456
|
job: Job<TWorkflowSlugOrInput>;
|
|
5466
5457
|
req: PayloadRequest;
|
|
@@ -5470,14 +5461,14 @@ type SingleTaskStatus<T extends keyof TypedJobs['tasks']> = {
|
|
|
5470
5461
|
complete: boolean;
|
|
5471
5462
|
input: TaskInput<T>;
|
|
5472
5463
|
output: TaskOutput<T>;
|
|
5473
|
-
taskSlug:
|
|
5464
|
+
taskSlug: TaskSlug;
|
|
5474
5465
|
totalTried: number;
|
|
5475
5466
|
};
|
|
5476
5467
|
/**
|
|
5477
5468
|
* Task IDs mapped to their status
|
|
5478
5469
|
*/
|
|
5479
5470
|
type JobTaskStatus = {
|
|
5480
|
-
[taskSlug in
|
|
5471
|
+
[taskSlug in TaskSlug]: {
|
|
5481
5472
|
[taskID: string]: SingleTaskStatus<taskSlug>;
|
|
5482
5473
|
};
|
|
5483
5474
|
};
|
|
@@ -5512,14 +5503,14 @@ type ConcurrencyConfig<TInput = object> = ((args: {
|
|
|
5512
5503
|
*/
|
|
5513
5504
|
supersedes?: boolean;
|
|
5514
5505
|
};
|
|
5515
|
-
type WorkflowConfig<TWorkflowSlugOrInput extends
|
|
5506
|
+
type WorkflowConfig<TWorkflowSlugOrInput extends keyof TypedJobs['workflows'] | object = object> = {
|
|
5516
5507
|
/**
|
|
5517
5508
|
* Job concurrency controls for preventing race conditions.
|
|
5518
5509
|
*
|
|
5519
5510
|
* Can be an object with full options, or a shorthand function that just returns the key
|
|
5520
5511
|
* (in which case exclusive defaults to true).
|
|
5521
5512
|
*/
|
|
5522
|
-
concurrency?: ConcurrencyConfig<TWorkflowSlugOrInput extends
|
|
5513
|
+
concurrency?: ConcurrencyConfig<TWorkflowSlugOrInput extends keyof TypedJobs['workflows'] ? TypedJobs['workflows'][TWorkflowSlugOrInput]['input'] : TWorkflowSlugOrInput>;
|
|
5523
5514
|
/**
|
|
5524
5515
|
* You can either pass a string-based path to the workflow function file, or the workflow function itself.
|
|
5525
5516
|
*
|
|
@@ -5527,7 +5518,7 @@ type WorkflowConfig<TWorkflowSlugOrInput extends false | keyof TypedJobs['workfl
|
|
|
5527
5518
|
* because that will avoid bundling large dependencies in your Next.js app. Passing a string path is an advanced feature
|
|
5528
5519
|
* that may require a sophisticated build pipeline in order to work.
|
|
5529
5520
|
*/
|
|
5530
|
-
handler: string | WorkflowHandler<TWorkflowSlugOrInput> | WorkflowJSON<TWorkflowSlugOrInput
|
|
5521
|
+
handler: string | WorkflowHandler<TWorkflowSlugOrInput> | WorkflowJSON<TWorkflowSlugOrInput>;
|
|
5531
5522
|
/**
|
|
5532
5523
|
* Define the input field schema - payload will generate a type for this schema.
|
|
5533
5524
|
*/
|
|
@@ -5574,12 +5565,12 @@ type JobStats = {
|
|
|
5574
5565
|
queues?: {
|
|
5575
5566
|
[queueSlug: string]: {
|
|
5576
5567
|
tasks?: {
|
|
5577
|
-
[taskSlug:
|
|
5568
|
+
[taskSlug: TaskSlug]: {
|
|
5578
5569
|
lastScheduledRun: string;
|
|
5579
5570
|
};
|
|
5580
5571
|
};
|
|
5581
5572
|
workflows?: {
|
|
5582
|
-
[workflowSlug:
|
|
5573
|
+
[workflowSlug: WorkflowSlug]: {
|
|
5583
5574
|
lastScheduledRun: string;
|
|
5584
5575
|
};
|
|
5585
5576
|
};
|
|
@@ -5670,6 +5661,28 @@ type CancelJobAccessArgs = {
|
|
|
5670
5661
|
};
|
|
5671
5662
|
type CancelJobAccess = (args: CancelJobAccessArgs) => MaybePromise<boolean>;
|
|
5672
5663
|
type QueueJobAccess = (args: QueueJobAccessArgs) => MaybePromise<boolean>;
|
|
5664
|
+
type ProcessingLeaseConfig = {
|
|
5665
|
+
/**
|
|
5666
|
+
* How long a job remains claimed without a successful lease renewal.
|
|
5667
|
+
* This is not a maximum job runtime; active jobs renew their lease automatically.
|
|
5668
|
+
*
|
|
5669
|
+
* @default 1200000 (20 minutes)
|
|
5670
|
+
*/
|
|
5671
|
+
duration?: number;
|
|
5672
|
+
/**
|
|
5673
|
+
* Minimum time that must remain on a lease before a worker **starts** an update. This gives the
|
|
5674
|
+
* update time to finish before another worker can claim the job.
|
|
5675
|
+
*
|
|
5676
|
+
* Set this to `0` if your database adapter applies the ownership check and update atomically.
|
|
5677
|
+
* If the database update itself is not atomic, increase this value, as another worker
|
|
5678
|
+
* may claim the job before the update finishes.
|
|
5679
|
+
*
|
|
5680
|
+
* It must be less than `duration`.
|
|
5681
|
+
*
|
|
5682
|
+
* @default 30000 (30 seconds)
|
|
5683
|
+
*/
|
|
5684
|
+
safetyBuffer?: number;
|
|
5685
|
+
};
|
|
5673
5686
|
type SanitizedJobsConfig = {
|
|
5674
5687
|
/**
|
|
5675
5688
|
* If set to `true`, the job system is enabled and a payload-jobs collection exists.
|
|
@@ -5677,16 +5690,17 @@ type SanitizedJobsConfig = {
|
|
|
5677
5690
|
*/
|
|
5678
5691
|
enabled?: boolean;
|
|
5679
5692
|
/**
|
|
5680
|
-
* If set to `true`, at least one task or workflow
|
|
5693
|
+
* If set to `true`, at least one task or workflow uses concurrency controls.
|
|
5681
5694
|
* This property is automatically set during sanitization.
|
|
5682
5695
|
*/
|
|
5683
|
-
|
|
5696
|
+
hasConcurrency?: boolean;
|
|
5697
|
+
processingLease: Required<ProcessingLeaseConfig>;
|
|
5684
5698
|
/**
|
|
5685
|
-
* If set to `true`,
|
|
5699
|
+
* If set to `true`, at least one task or workflow has scheduling enabled.
|
|
5686
5700
|
* This property is automatically set during sanitization.
|
|
5687
5701
|
*/
|
|
5688
|
-
|
|
5689
|
-
} & JobsConfig
|
|
5702
|
+
scheduling?: boolean;
|
|
5703
|
+
} & Omit<JobsConfig, 'processingLease'>;
|
|
5690
5704
|
type JobsConfig = {
|
|
5691
5705
|
/**
|
|
5692
5706
|
* Specify access control to determine who can interact with jobs.
|
|
@@ -5705,13 +5719,6 @@ type JobsConfig = {
|
|
|
5705
5719
|
*/
|
|
5706
5720
|
run?: RunJobAccess;
|
|
5707
5721
|
};
|
|
5708
|
-
/** Adds information about the parent job to the task log. This is useful for debugging and tracking the flow of tasks.
|
|
5709
|
-
*
|
|
5710
|
-
* In 4.0, this will default to `true`.
|
|
5711
|
-
*
|
|
5712
|
-
* @default false
|
|
5713
|
-
*/
|
|
5714
|
-
addParentToTaskLog?: boolean;
|
|
5715
5722
|
/**
|
|
5716
5723
|
* Allows you to configure cron jobs that automatically run queued jobs
|
|
5717
5724
|
* at specified intervals. Note that this does not _queue_ new jobs - only
|
|
@@ -5724,18 +5731,6 @@ type JobsConfig = {
|
|
|
5724
5731
|
* Determine whether or not to delete a job after it has successfully completed.
|
|
5725
5732
|
*/
|
|
5726
5733
|
deleteJobOnComplete?: boolean;
|
|
5727
|
-
/**
|
|
5728
|
-
* Enable concurrency controls for workflows and tasks.
|
|
5729
|
-
* When enabled, adds a `concurrencyKey` field to the jobs collection schema.
|
|
5730
|
-
* This allows workflows and tasks to use the `concurrency` option to prevent race conditions.
|
|
5731
|
-
*
|
|
5732
|
-
* **Important:** Enabling this may require a database migration depending on your database adapter,
|
|
5733
|
-
* as it adds a new indexed field to the jobs collection schema.
|
|
5734
|
-
*
|
|
5735
|
-
* @default false
|
|
5736
|
-
* @todo In 4.0, this will default to `true`.
|
|
5737
|
-
*/
|
|
5738
|
-
enableConcurrencyControl?: boolean;
|
|
5739
5734
|
/**
|
|
5740
5735
|
* Override any settings on the default Jobs collection. Accepts the default collection and allows you to return
|
|
5741
5736
|
* a new collection.
|
|
@@ -5743,6 +5738,7 @@ type JobsConfig = {
|
|
|
5743
5738
|
jobsCollectionOverrides?: (args: {
|
|
5744
5739
|
defaultJobsCollection: CollectionConfig;
|
|
5745
5740
|
}) => CollectionConfig;
|
|
5741
|
+
processingLease?: ProcessingLeaseConfig;
|
|
5746
5742
|
/**
|
|
5747
5743
|
* Adjust the job processing order using a Payload sort string. This can be set globally or per queue.
|
|
5748
5744
|
*
|
|
@@ -6880,7 +6876,7 @@ type Config = {
|
|
|
6880
6876
|
*
|
|
6881
6877
|
* @see https://payloadcms.com/docs/getting-started/concepts#depth
|
|
6882
6878
|
*
|
|
6883
|
-
* @default
|
|
6879
|
+
* @default 1
|
|
6884
6880
|
*/
|
|
6885
6881
|
defaultDepth?: number;
|
|
6886
6882
|
/**
|
|
@@ -8303,15 +8299,8 @@ type InitReqResult = {
|
|
|
8303
8299
|
permissions: SanitizedPermissions;
|
|
8304
8300
|
req: PayloadRequest;
|
|
8305
8301
|
};
|
|
8306
|
-
/**
|
|
8307
|
-
* Determines how server function handlers serialize their return values.
|
|
8308
|
-
* - `'rsc'`: Return React nodes (JSX) — requires RSC flight serialization (Next.js)
|
|
8309
|
-
* - `'data-only'`: Return JSON-serializable data — for non-RSC adapters (TanStack Start)
|
|
8310
|
-
*/
|
|
8311
|
-
type ServerFunctionMode = 'data-only' | 'rsc';
|
|
8312
8302
|
type DefaultServerFunctionArgs = {
|
|
8313
8303
|
importMap: ImportMap;
|
|
8314
|
-
mode?: ServerFunctionMode;
|
|
8315
8304
|
renderComponent?: ComponentRenderer;
|
|
8316
8305
|
} & Pick<InitReqResult, 'cookies' | 'locale' | 'permissions' | 'req'>;
|
|
8317
8306
|
type ServerFunctionArgs = {
|
|
@@ -8393,6 +8382,15 @@ type BuildTableStateArgs = {
|
|
|
8393
8382
|
type SlugifyServerFunctionArgs = {
|
|
8394
8383
|
collectionSlug?: CollectionSlug;
|
|
8395
8384
|
globalSlug?: GlobalSlug;
|
|
8385
|
+
/**
|
|
8386
|
+
* Current doc ID, needed to exclude this doc from uniqueness checks.
|
|
8387
|
+
* This ensures that this doc can reuse its own slug rather than bumping past itself when regenerating.
|
|
8388
|
+
*/
|
|
8389
|
+
id?: DefaultDocumentIDType;
|
|
8390
|
+
/**
|
|
8391
|
+
* Active admin locale, so a localized slug's fallback is deduped within the right locale.
|
|
8392
|
+
*/
|
|
8393
|
+
locale?: Locale['code'];
|
|
8396
8394
|
path?: FieldPaths['path'];
|
|
8397
8395
|
} & Omit<Parameters<Slugify>[0], 'req'>;
|
|
8398
8396
|
|
|
@@ -8641,7 +8639,7 @@ type DocumentEvent = {
|
|
|
8641
8639
|
drawerSlug?: string;
|
|
8642
8640
|
entitySlug: string;
|
|
8643
8641
|
id?: number | string;
|
|
8644
|
-
operation: 'create' | 'update';
|
|
8642
|
+
operation: 'create' | 'delete' | 'update';
|
|
8645
8643
|
updatedAt: string;
|
|
8646
8644
|
};
|
|
8647
8645
|
|
|
@@ -9321,7 +9319,7 @@ type BeforeOperationArg<TOperationGeneric extends CollectionSlug> = {
|
|
|
9321
9319
|
operation: 'updateByID';
|
|
9322
9320
|
});
|
|
9323
9321
|
|
|
9324
|
-
type DataFromCollectionSlug<TSlug extends CollectionSlug> = TypedCollection[TSlug];
|
|
9322
|
+
type DataFromCollectionSlug<TSlug extends CollectionSlug> = TypedCollection[string extends CollectionSlug ? CollectionSlug : TSlug];
|
|
9325
9323
|
/**
|
|
9326
9324
|
* The ID type of a given collection (e.g. `string` or `number`), taken from its generated type.
|
|
9327
9325
|
* Use this instead of the project-wide {@link DefaultDocumentIDType} when the collection slug is
|
|
@@ -10116,7 +10114,7 @@ type PayloadRequestData = {
|
|
|
10116
10114
|
data?: JsonObject;
|
|
10117
10115
|
/** The file on the request, same rules apply as the `data` property */
|
|
10118
10116
|
file?: {
|
|
10119
|
-
|
|
10117
|
+
uploadReference?: unknown;
|
|
10120
10118
|
} & File$1;
|
|
10121
10119
|
/** All files from multipart form data, keyed by field name */
|
|
10122
10120
|
files?: Record<string, File$1 | File$1[]>;
|
|
@@ -10144,7 +10142,7 @@ type DefaultValue = ((args: {
|
|
|
10144
10142
|
locale?: TypedLocale;
|
|
10145
10143
|
req: PayloadRequest;
|
|
10146
10144
|
user: PayloadRequest['user'];
|
|
10147
|
-
}) => SerializableValue) | SerializableValue;
|
|
10145
|
+
}) => Promise<SerializableValue> | SerializableValue) | SerializableValue;
|
|
10148
10146
|
/**
|
|
10149
10147
|
* Applies pagination for join fields for including collection relationships
|
|
10150
10148
|
*/
|
|
@@ -12601,32 +12599,32 @@ type Result<TData> = {
|
|
|
12601
12599
|
};
|
|
12602
12600
|
declare const registerFirstUserOperation: <TSlug extends AuthCollectionSlug>(args: Arguments$7<TSlug>) => Promise<Result<DataFromCollectionSlug<TSlug>>>;
|
|
12603
12601
|
|
|
12604
|
-
type Args$
|
|
12602
|
+
type Args$l = {
|
|
12605
12603
|
collection: Collection;
|
|
12606
12604
|
req: PayloadRequest;
|
|
12607
12605
|
token: string;
|
|
12608
12606
|
};
|
|
12609
|
-
declare const verifyEmailOperation: (args: Args$
|
|
12607
|
+
declare const verifyEmailOperation: (args: Args$l) => Promise<boolean>;
|
|
12610
12608
|
|
|
12611
12609
|
/**
|
|
12612
12610
|
* Authentication strategy function for JWT tokens
|
|
12613
12611
|
*/
|
|
12614
12612
|
declare const JWTAuthentication: AuthStrategyFunction;
|
|
12615
12613
|
|
|
12616
|
-
type Args$
|
|
12614
|
+
type Args$k = {
|
|
12617
12615
|
collection: SanitizedCollectionConfig;
|
|
12618
12616
|
payload: Payload;
|
|
12619
12617
|
user: User;
|
|
12620
12618
|
};
|
|
12621
|
-
declare const incrementLoginAttempts: ({ collection, payload, user, }: Args$
|
|
12619
|
+
declare const incrementLoginAttempts: ({ collection, payload, user, }: Args$k) => Promise<void>;
|
|
12622
12620
|
|
|
12623
|
-
type Args$
|
|
12621
|
+
type Args$j = {
|
|
12624
12622
|
collection: SanitizedCollectionConfig;
|
|
12625
12623
|
doc: Record<string, unknown> & TypeWithID;
|
|
12626
12624
|
payload: Payload;
|
|
12627
12625
|
req: PayloadRequest;
|
|
12628
12626
|
};
|
|
12629
|
-
declare const resetLoginAttempts: ({ collection, doc, payload, req, }: Args$
|
|
12627
|
+
declare const resetLoginAttempts: ({ collection, doc, payload, req, }: Args$j) => Promise<void>;
|
|
12630
12628
|
|
|
12631
12629
|
declare function genImportMapIterateFields({ addToImportMap, baseDir, config, fields, importMap, imports, }: {
|
|
12632
12630
|
addToImportMap: AddToImportMap;
|
|
@@ -12637,7 +12635,7 @@ declare function genImportMapIterateFields({ addToImportMap, baseDir, config, fi
|
|
|
12637
12635
|
imports: Imports;
|
|
12638
12636
|
}): void;
|
|
12639
12637
|
|
|
12640
|
-
type Args$
|
|
12638
|
+
type Args$i = {
|
|
12641
12639
|
config: SanitizedConfig;
|
|
12642
12640
|
/**
|
|
12643
12641
|
* Override the migration directory. Useful for testing when the CWD differs
|
|
@@ -12646,7 +12644,7 @@ type Args$g = {
|
|
|
12646
12644
|
migrationDir?: string;
|
|
12647
12645
|
parsedArgs: ParsedArgs;
|
|
12648
12646
|
};
|
|
12649
|
-
declare const migrate$1: ({ config, migrationDir, parsedArgs }: Args$
|
|
12647
|
+
declare const migrate$1: ({ config, migrationDir, parsedArgs }: Args$i) => Promise<void>;
|
|
12650
12648
|
|
|
12651
12649
|
declare const getDataLoader: (req: PayloadRequest) => {
|
|
12652
12650
|
find: Payload["find"];
|
|
@@ -12766,14 +12764,14 @@ type OrderableEndpointBody = {
|
|
|
12766
12764
|
};
|
|
12767
12765
|
};
|
|
12768
12766
|
|
|
12769
|
-
declare const sanitizeConfig: (incomingConfig: Config) =>
|
|
12767
|
+
declare const sanitizeConfig: (incomingConfig: Config) => SanitizedConfig;
|
|
12770
12768
|
|
|
12771
12769
|
/**
|
|
12772
12770
|
* Combines two queries into a single query, using an AND operator
|
|
12773
12771
|
*/
|
|
12774
12772
|
declare const combineQueries: (where: Where, access: boolean | Where) => Where;
|
|
12775
12773
|
|
|
12776
|
-
declare function createDatabaseAdapter<T extends BaseDatabaseAdapter>(args: MarkOptional<T, 'allowIDOnCreate' | 'bulkOperationsSingleTransaction' | 'createMigration' | 'migrate' | 'migrateDown' | 'migrateFresh' | 'migrateRefresh' | 'migrateReset' | 'migrateStatus' | 'migrationDir'
|
|
12774
|
+
declare function createDatabaseAdapter<T extends BaseDatabaseAdapter>(args: MarkOptional<T, 'allowIDOnCreate' | 'bulkOperationsSingleTransaction' | 'createMigration' | 'migrate' | 'migrateDown' | 'migrateFresh' | 'migrateRefresh' | 'migrateReset' | 'migrateStatus' | 'migrationDir'>): T;
|
|
12777
12775
|
|
|
12778
12776
|
/**
|
|
12779
12777
|
* Default implementation of `beginTransaction` that returns a resolved promise of null
|
|
@@ -12892,7 +12890,7 @@ declare const writeMigrationIndex: (args: {
|
|
|
12892
12890
|
migrationsDir: string;
|
|
12893
12891
|
}) => void;
|
|
12894
12892
|
|
|
12895
|
-
type Args$
|
|
12893
|
+
type Args$h = {
|
|
12896
12894
|
errors?: {
|
|
12897
12895
|
path: string;
|
|
12898
12896
|
}[];
|
|
@@ -12909,9 +12907,9 @@ type Args$f = {
|
|
|
12909
12907
|
collectionConfig?: never | undefined;
|
|
12910
12908
|
globalConfig: SanitizedGlobalConfig;
|
|
12911
12909
|
});
|
|
12912
|
-
declare function validateQueryPaths({ collectionConfig, errors, globalConfig, overrideAccess, policies, polymorphicJoin, req, versionFields, where, }: Args$
|
|
12910
|
+
declare function validateQueryPaths({ collectionConfig, errors, globalConfig, overrideAccess, policies, polymorphicJoin, req, versionFields, where, }: Args$h): Promise<void>;
|
|
12913
12911
|
|
|
12914
|
-
type Args$
|
|
12912
|
+
type Args$g = {
|
|
12915
12913
|
collectionConfig?: SanitizedCollectionConfig;
|
|
12916
12914
|
constraint: WhereField;
|
|
12917
12915
|
errors: {
|
|
@@ -12932,12 +12930,30 @@ type Args$e = {
|
|
|
12932
12930
|
/**
|
|
12933
12931
|
* Validate the Payload key / value / operator
|
|
12934
12932
|
*/
|
|
12935
|
-
declare function validateSearchParam({ collectionConfig, constraint, errors, fields, globalConfig, operator, overrideAccess, parentIsLocalized, path: incomingPath, policies, polymorphicJoin, req, val, versionFields, }: Args$
|
|
12933
|
+
declare function validateSearchParam({ collectionConfig, constraint, errors, fields, globalConfig, operator, overrideAccess, parentIsLocalized, path: incomingPath, policies, polymorphicJoin, req, val, versionFields, }: Args$g): Promise<void>;
|
|
12936
12934
|
|
|
12937
12935
|
declare const baseBlockFields: Field[];
|
|
12938
12936
|
|
|
12939
12937
|
declare const baseIDField: TextField;
|
|
12940
12938
|
|
|
12939
|
+
type Args$f = {
|
|
12940
|
+
collection: SanitizedCollectionConfig;
|
|
12941
|
+
field: string;
|
|
12942
|
+
/** Exclude this doc from the check, so a regenerate can reuse its own value. */
|
|
12943
|
+
id?: DefaultDocumentIDType;
|
|
12944
|
+
/** Locale to scope the uniqueness check to, for a localized slug. */
|
|
12945
|
+
locale?: Locale['code'];
|
|
12946
|
+
req: PayloadRequest;
|
|
12947
|
+
slugify: (value: unknown) => Promise<string | undefined> | string | undefined;
|
|
12948
|
+
};
|
|
12949
|
+
/**
|
|
12950
|
+
* The slug a document falls back to when it has no source to derive from, e.g. `useAsSlug` is empty or missing.
|
|
12951
|
+
* The fallback is unique within the collection and locale, so two documents never claim the same value.
|
|
12952
|
+
* The format is: `<singular>-<N>`, where `N` is the first available integer. Uses the collection's singular
|
|
12953
|
+
* label when it resolves to a plain string, otherwise the collection slug. See {@link getUniqueFieldValue}.
|
|
12954
|
+
*/
|
|
12955
|
+
declare const getSlugFallbackValue: ({ id, collection, field, locale, req, slugify, }: Args$f) => Promise<string>;
|
|
12956
|
+
|
|
12941
12957
|
/**
|
|
12942
12958
|
* Info about an orderable join field, collected during sanitization
|
|
12943
12959
|
* and processed after all collections are sanitized.
|
|
@@ -12987,11 +13003,6 @@ type SanitizeFieldsArgs = {
|
|
|
12987
13003
|
* @default false
|
|
12988
13004
|
*/
|
|
12989
13005
|
requireFieldLevelRichTextEditor?: boolean;
|
|
12990
|
-
/**
|
|
12991
|
-
* If this property is set, RichText fields won't be sanitized immediately. Instead, they will be added to this array as promises
|
|
12992
|
-
* so that you can sanitize them together, after the config has been sanitized.
|
|
12993
|
-
*/
|
|
12994
|
-
richTextSanitizationPromises?: Array<(config: SanitizedConfig) => Promise<void>>;
|
|
12995
13006
|
/**
|
|
12996
13007
|
* If not null, will validate that upload and relationship fields do not relate to a collection that is not in this array.
|
|
12997
13008
|
* This validation will be skipped if validRelationships is null.
|
|
@@ -13026,7 +13037,6 @@ type SanitizeFieldArgs = {
|
|
|
13026
13037
|
parentSchemaPath: string;
|
|
13027
13038
|
polymorphicJoins?: SanitizedJoin[];
|
|
13028
13039
|
requireFieldLevelRichTextEditor: boolean;
|
|
13029
|
-
richTextSanitizationPromises?: Array<(config: SanitizedConfig) => Promise<void>>;
|
|
13030
13040
|
validRelationships: null | string[];
|
|
13031
13041
|
};
|
|
13032
13042
|
type SanitizeFieldResult = {
|
|
@@ -13044,19 +13054,19 @@ type SanitizeFieldResult = {
|
|
|
13044
13054
|
*
|
|
13045
13055
|
* @returns Result containing any fields to insert after this one
|
|
13046
13056
|
*/
|
|
13047
|
-
declare const sanitizeField: ({ collectionConfig, config, existingFieldNames, field, globalConfig, index, isTopLevelField, joinPath, joins, orderableJoins, parentIndexPath, parentIsLocalized, parentSchemaPath, polymorphicJoins, requireFieldLevelRichTextEditor,
|
|
13048
|
-
declare const sanitizeFields: ({ collectionConfig, config, existingFieldNames, fields, globalConfig, isTopLevelField, joinPath, joins, orderableJoins, parentIndexPath, parentIsLocalized, parentSchemaPath, polymorphicJoins, requireFieldLevelRichTextEditor,
|
|
13057
|
+
declare const sanitizeField: ({ collectionConfig, config, existingFieldNames, field, globalConfig, index, isTopLevelField, joinPath, joins, orderableJoins, parentIndexPath, parentIsLocalized, parentSchemaPath, polymorphicJoins, requireFieldLevelRichTextEditor, validRelationships, }: SanitizeFieldArgs) => SanitizeFieldResult;
|
|
13058
|
+
declare const sanitizeFields: ({ collectionConfig, config, existingFieldNames, fields, globalConfig, isTopLevelField, joinPath, joins, orderableJoins, parentIndexPath, parentIsLocalized, parentSchemaPath, polymorphicJoins, requireFieldLevelRichTextEditor, validRelationships, }: SanitizeFieldsArgs) => Field[];
|
|
13049
13059
|
|
|
13050
|
-
type Args$
|
|
13060
|
+
type Args$e = {
|
|
13051
13061
|
defaultValue: DefaultValue;
|
|
13052
13062
|
locale: string | undefined;
|
|
13053
13063
|
req: PayloadRequest;
|
|
13054
13064
|
user: PayloadRequest['user'];
|
|
13055
13065
|
value?: JsonValue;
|
|
13056
13066
|
};
|
|
13057
|
-
declare const getDefaultValue: ({ defaultValue, locale, req, user, value, }: Args$
|
|
13067
|
+
declare const getDefaultValue: ({ defaultValue, locale, req, user, value, }: Args$e) => Promise<JsonValue>;
|
|
13058
13068
|
|
|
13059
|
-
type Args$
|
|
13069
|
+
type Args$d = {
|
|
13060
13070
|
/**
|
|
13061
13071
|
* Data of the nearest parent block. If no parent block exists, this will be the `undefined`
|
|
13062
13072
|
*/
|
|
@@ -13082,9 +13092,9 @@ type Args$c = {
|
|
|
13082
13092
|
siblingDoc: JsonObject;
|
|
13083
13093
|
siblingFields?: (Field | TabAsField)[];
|
|
13084
13094
|
};
|
|
13085
|
-
declare const traverseFields$4: ({ blockData, collection, context, data, doc, fields, global, operation, parentIndexPath, parentIsLocalized, parentPath, parentSchemaPath, previousDoc, previousSiblingDoc, req, siblingData, siblingDoc, siblingFields, }: Args$
|
|
13095
|
+
declare const traverseFields$4: ({ blockData, collection, context, data, doc, fields, global, operation, parentIndexPath, parentIsLocalized, parentPath, parentSchemaPath, previousDoc, previousSiblingDoc, req, siblingData, siblingDoc, siblingFields, }: Args$d) => Promise<void>;
|
|
13086
13096
|
|
|
13087
|
-
type Args$
|
|
13097
|
+
type Args$c = {
|
|
13088
13098
|
/**
|
|
13089
13099
|
* Data of the nearest parent block. If no parent block exists, this will be the `undefined`
|
|
13090
13100
|
*/
|
|
@@ -13132,9 +13142,9 @@ type Args$b = {
|
|
|
13132
13142
|
triggerAccessControl?: boolean;
|
|
13133
13143
|
triggerHooks?: boolean;
|
|
13134
13144
|
} & Required<Pick<AfterReadArgs<JsonObject>, 'flattenLocales'>>;
|
|
13135
|
-
declare const promise: ({ blockData, collection, context, currentDepth, depth, doc, draft, fallbackLocale, field, fieldDepth, fieldIndex, fieldPromises, findMany, flattenLocales, global, locale, overrideAccess, parentIndexPath, parentIsLocalized, parentPath, parentSchemaPath, populate, populationPromises, req, select, selectMode, showHiddenFields, siblingDoc, siblingFields, triggerAccessControl, triggerHooks, }: Args$
|
|
13145
|
+
declare const promise: ({ blockData, collection, context, currentDepth, depth, doc, draft, fallbackLocale, field, fieldDepth, fieldIndex, fieldPromises, findMany, flattenLocales, global, locale, overrideAccess, parentIndexPath, parentIsLocalized, parentPath, parentSchemaPath, populate, populationPromises, req, select, selectMode, showHiddenFields, siblingDoc, siblingFields, triggerAccessControl, triggerHooks, }: Args$c) => Promise<void>;
|
|
13136
13146
|
|
|
13137
|
-
type Args$
|
|
13147
|
+
type Args$b = {
|
|
13138
13148
|
/**
|
|
13139
13149
|
* Data of the nearest parent block. If no parent block exists, this will be the `undefined`
|
|
13140
13150
|
*/
|
|
@@ -13181,9 +13191,9 @@ type Args$a = {
|
|
|
13181
13191
|
triggerAccessControl?: boolean;
|
|
13182
13192
|
triggerHooks?: boolean;
|
|
13183
13193
|
};
|
|
13184
|
-
declare const traverseFields$3: ({ blockData, collection, context, currentDepth, depth, doc, draft, fallbackLocale, fieldDepth, fieldPromises, fields, findMany, flattenLocales, global, locale, overrideAccess, parentIndexPath, parentIsLocalized, parentPath, parentSchemaPath, populate, populationPromises, req, select, selectMode, showHiddenFields, siblingDoc, triggerAccessControl, triggerHooks, }: Args$
|
|
13194
|
+
declare const traverseFields$3: ({ blockData, collection, context, currentDepth, depth, doc, draft, fallbackLocale, fieldDepth, fieldPromises, fields, findMany, flattenLocales, global, locale, overrideAccess, parentIndexPath, parentIsLocalized, parentPath, parentSchemaPath, populate, populationPromises, req, select, selectMode, showHiddenFields, siblingDoc, triggerAccessControl, triggerHooks, }: Args$b) => void;
|
|
13185
13195
|
|
|
13186
|
-
type Args$
|
|
13196
|
+
type Args$a = {
|
|
13187
13197
|
/**
|
|
13188
13198
|
* Data of the nearest parent block. If no parent block exists, this will be the `undefined`
|
|
13189
13199
|
*/
|
|
@@ -13239,9 +13249,9 @@ type Args$9 = {
|
|
|
13239
13249
|
* - Transform data for storage
|
|
13240
13250
|
* - Unflatten locales. The input `data` is the normal document for one locale. The output result will become the document with locales.
|
|
13241
13251
|
*/
|
|
13242
|
-
declare const traverseFields$2: ({ id, blockData, collection, context, data, doc, docWithLocales, errors, fieldLabelPath, fields, global, mergeLocaleActions, operation, overrideAccess, parentIndexPath, parentIsLocalized, parentPath, parentSchemaPath, req, siblingData, siblingDoc, siblingDocWithLocales, skipValidation, }: Args$
|
|
13252
|
+
declare const traverseFields$2: ({ id, blockData, collection, context, data, doc, docWithLocales, errors, fieldLabelPath, fields, global, mergeLocaleActions, operation, overrideAccess, parentIndexPath, parentIsLocalized, parentPath, parentSchemaPath, req, siblingData, siblingDoc, siblingDocWithLocales, skipValidation, }: Args$a) => Promise<void>;
|
|
13243
13253
|
|
|
13244
|
-
type Args$
|
|
13254
|
+
type Args$9<T> = {
|
|
13245
13255
|
/**
|
|
13246
13256
|
* Data of the nearest parent block. If no parent block exists, this will be the `undefined`
|
|
13247
13257
|
*/
|
|
@@ -13272,7 +13282,7 @@ type Args$8<T> = {
|
|
|
13272
13282
|
*/
|
|
13273
13283
|
siblingDoc: JsonObject;
|
|
13274
13284
|
};
|
|
13275
|
-
declare const traverseFields$1: <T>({ id, blockData, collection, context, data, doc, fields, global, operation, overrideAccess, parentIndexPath, parentIsLocalized, parentPath, parentSchemaPath, req, siblingData, siblingDoc, }: Args$
|
|
13285
|
+
declare const traverseFields$1: <T>({ id, blockData, collection, context, data, doc, fields, global, operation, overrideAccess, parentIndexPath, parentIsLocalized, parentPath, parentSchemaPath, req, siblingData, siblingDoc, }: Args$9<T>) => Promise<void>;
|
|
13276
13286
|
|
|
13277
13287
|
declare const sortableFieldTypes: string[];
|
|
13278
13288
|
|
|
@@ -13326,7 +13336,7 @@ type Arguments = {
|
|
|
13326
13336
|
};
|
|
13327
13337
|
declare const restoreVersionOperation: <T extends TypeWithVersion<T> = any>(args: Arguments) => Promise<T>;
|
|
13328
13338
|
|
|
13329
|
-
type Args$
|
|
13339
|
+
type Args$8<TSlug extends GlobalSlug> = {
|
|
13330
13340
|
autosave?: boolean;
|
|
13331
13341
|
data: DeepPartial<Omit<DataFromGlobalSlug<TSlug>, 'id'>>;
|
|
13332
13342
|
depth?: number;
|
|
@@ -13342,7 +13352,7 @@ type Args$7<TSlug extends GlobalSlug> = {
|
|
|
13342
13352
|
slug: string;
|
|
13343
13353
|
unpublishAllLocales?: boolean;
|
|
13344
13354
|
} & Pick<FindOptions<string, SelectType>, 'select'>;
|
|
13345
|
-
declare const updateOperation: <TSlug extends GlobalSlug, TSelect extends SelectFromGlobalSlug<TSlug>>(args: Args$
|
|
13355
|
+
declare const updateOperation: <TSlug extends GlobalSlug, TSelect extends SelectFromGlobalSlug<TSlug>>(args: Args$8<TSlug>) => Promise<TransformGlobalWithSelect<TSlug, TSelect>>;
|
|
13346
13356
|
|
|
13347
13357
|
/**
|
|
13348
13358
|
* Default field names and constants for hierarchy feature
|
|
@@ -13585,8 +13595,8 @@ declare function countRunnableOrActiveJobsForQueue({ onlyScheduled, queue, req,
|
|
|
13585
13595
|
onlyScheduled?: boolean;
|
|
13586
13596
|
queue: string;
|
|
13587
13597
|
req: PayloadRequest;
|
|
13588
|
-
taskSlug?:
|
|
13589
|
-
workflowSlug?:
|
|
13598
|
+
taskSlug?: TaskSlug;
|
|
13599
|
+
workflowSlug?: WorkflowSlug;
|
|
13590
13600
|
}): Promise<number>;
|
|
13591
13601
|
|
|
13592
13602
|
/**
|
|
@@ -13672,7 +13682,7 @@ type CreateLocalReqOptions = {
|
|
|
13672
13682
|
type CreateLocalReq = (options: CreateLocalReqOptions, payload: Payload) => Promise<PayloadRequest>;
|
|
13673
13683
|
declare const createLocalReq: CreateLocalReq;
|
|
13674
13684
|
|
|
13675
|
-
type Args$
|
|
13685
|
+
type Args$7 = {
|
|
13676
13686
|
canSetHeaders?: boolean;
|
|
13677
13687
|
config: Promise<SanitizedConfig> | SanitizedConfig;
|
|
13678
13688
|
params?: {
|
|
@@ -13681,7 +13691,7 @@ type Args$6 = {
|
|
|
13681
13691
|
payloadInstanceCacheKey?: string;
|
|
13682
13692
|
request: Request;
|
|
13683
13693
|
};
|
|
13684
|
-
declare const createPayloadRequest: ({ canSetHeaders, config: configPromise, params, payloadInstanceCacheKey, request, }: Args$
|
|
13694
|
+
declare const createPayloadRequest: ({ canSetHeaders, config: configPromise, params, payloadInstanceCacheKey, request, }: Args$7) => Promise<PayloadRequest>;
|
|
13685
13695
|
|
|
13686
13696
|
declare const deepCopyObject: <T>(o: T) => T;
|
|
13687
13697
|
/**
|
|
@@ -13935,6 +13945,36 @@ type GetRequestLanguageArgs = {
|
|
|
13935
13945
|
};
|
|
13936
13946
|
declare const getRequestLanguage: ({ config, cookies, headers, }: GetRequestLanguageArgs) => AcceptedLanguages;
|
|
13937
13947
|
|
|
13948
|
+
type Args$6 = {
|
|
13949
|
+
collection: string;
|
|
13950
|
+
/** Also treat a value taken by a draft-only version as unavailable. */
|
|
13951
|
+
draftsEnabled?: boolean;
|
|
13952
|
+
/** Field name to check for uniqueness. */
|
|
13953
|
+
field: string;
|
|
13954
|
+
/** Exclude this doc from the check when updating; omit for a new doc. */
|
|
13955
|
+
id?: DefaultDocumentIDType;
|
|
13956
|
+
/** Locale to scope the check to, for localized fields. */
|
|
13957
|
+
locale?: Locale['code'];
|
|
13958
|
+
req: PayloadRequest;
|
|
13959
|
+
/**
|
|
13960
|
+
* Index the search starts from. `0` (default) tries the bare `value` first, then `value-1`, …
|
|
13961
|
+
* `1` always suffixes: `value-1`, `value-2`, … — useful for a counter that reads as `value-N`.
|
|
13962
|
+
*/
|
|
13963
|
+
startIndex?: number;
|
|
13964
|
+
value: string;
|
|
13965
|
+
};
|
|
13966
|
+
/**
|
|
13967
|
+
* Returns the first available value for `field` in `collection` — either the bare `value` or a
|
|
13968
|
+
* `value-N` variant. Useful when a unique field value is minted outside the operation pipeline.
|
|
13969
|
+
*/
|
|
13970
|
+
declare const getUniqueFieldValue: ({ id, collection, draftsEnabled, field, locale, req, startIndex, value, }: Args$6) => Promise<string>;
|
|
13971
|
+
|
|
13972
|
+
type EntityConfig = Pick<CollectionConfig | GlobalConfig, 'versions'>;
|
|
13973
|
+
/**
|
|
13974
|
+
* Check if an entity has drafts enabled
|
|
13975
|
+
*/
|
|
13976
|
+
declare const hasDraftsEnabled: (config: EntityConfig) => boolean;
|
|
13977
|
+
|
|
13938
13978
|
/**
|
|
13939
13979
|
* Attaches the Payload REST API to any backend framework that uses Fetch Request/Response
|
|
13940
13980
|
* like Next.js (app router), Remix, Bun, Hono.
|
|
@@ -14340,6 +14380,35 @@ interface UntypedPayloadTypes {
|
|
|
14340
14380
|
};
|
|
14341
14381
|
collections: {
|
|
14342
14382
|
[slug: string]: JsonObject & TypeWithID;
|
|
14383
|
+
'payload-jobs': {
|
|
14384
|
+
completedAt?: null | string;
|
|
14385
|
+
/**
|
|
14386
|
+
* Used for concurrency control. Jobs with the same key are subject to exclusive/supersedes rules.
|
|
14387
|
+
*/
|
|
14388
|
+
concurrencyKey?: null | string;
|
|
14389
|
+
createdAt: string;
|
|
14390
|
+
error?: unknown;
|
|
14391
|
+
hasError?: boolean;
|
|
14392
|
+
id: UntypedPayloadTypes['db']['defaultIDType'];
|
|
14393
|
+
input: object;
|
|
14394
|
+
log?: JobLog[];
|
|
14395
|
+
meta?: {
|
|
14396
|
+
[key: string]: unknown;
|
|
14397
|
+
/**
|
|
14398
|
+
* If true, this job was queued by the scheduling system.
|
|
14399
|
+
*/
|
|
14400
|
+
scheduled?: boolean;
|
|
14401
|
+
};
|
|
14402
|
+
processingToken?: null | string;
|
|
14403
|
+
processingUntil?: null | string;
|
|
14404
|
+
queue?: string;
|
|
14405
|
+
taskSlug?: null | StringKeyOf<UntypedPayloadTypes['jobs']['tasks']>;
|
|
14406
|
+
taskStatus: JobTaskStatus;
|
|
14407
|
+
totalTried: number;
|
|
14408
|
+
updatedAt: string;
|
|
14409
|
+
waitUntil?: null | string;
|
|
14410
|
+
workflowSlug?: null | StringKeyOf<UntypedPayloadTypes['jobs']['workflows']>;
|
|
14411
|
+
};
|
|
14343
14412
|
};
|
|
14344
14413
|
collectionsJoins: {
|
|
14345
14414
|
[slug: string]: {
|
|
@@ -14491,19 +14560,19 @@ type User = PayloadTypes['user'];
|
|
|
14491
14560
|
type TypedAuthOperations<T extends PayloadTypesShape = PayloadTypes> = T['auth'];
|
|
14492
14561
|
type AuthCollectionSlug<T extends PayloadTypesShape = PayloadTypes> = StringKeyOf<T['auth']>;
|
|
14493
14562
|
type TypedJobs = PayloadTypes['jobs'];
|
|
14494
|
-
type
|
|
14495
|
-
|
|
14496
|
-
} ? 'payload-jobs'
|
|
14563
|
+
type JobDocument = PayloadTypes['collections'] extends {
|
|
14564
|
+
'payload-jobs': infer TJob;
|
|
14565
|
+
} ? TJob : UntypedPayloadTypes['collections']['payload-jobs'];
|
|
14497
14566
|
/**
|
|
14498
14567
|
* Represents a job in the `payload-jobs` collection, referencing a queued workflow or task (= Job).
|
|
14499
|
-
*
|
|
14568
|
+
* Uses the generated collection type when available and the untyped collection fallback otherwise.
|
|
14500
14569
|
*
|
|
14501
|
-
* `input` and `
|
|
14570
|
+
* `input` and `taskStatus` are always present here, as the job afterRead hook will always populate them.
|
|
14502
14571
|
*/
|
|
14503
|
-
type Job<TWorkflowSlugOrInput extends
|
|
14504
|
-
input:
|
|
14505
|
-
taskStatus:
|
|
14506
|
-
} & Omit<
|
|
14572
|
+
type Job<TWorkflowSlugOrInput extends keyof TypedJobs['workflows'] | object = object> = {
|
|
14573
|
+
input: TWorkflowSlugOrInput extends keyof TypedJobs['workflows'] ? TypedJobs['workflows'][TWorkflowSlugOrInput]['input'] : TWorkflowSlugOrInput;
|
|
14574
|
+
taskStatus: JobTaskStatus;
|
|
14575
|
+
} & Omit<JobDocument, 'input' | 'taskStatus'>;
|
|
14507
14576
|
/**
|
|
14508
14577
|
* @description Payload
|
|
14509
14578
|
*/
|
|
@@ -14620,7 +14689,7 @@ declare class BasePayload {
|
|
|
14620
14689
|
}) => Promise<HandleSchedulesResult>;
|
|
14621
14690
|
queue: <TTaskOrWorkflowSlug extends keyof TypedJobs["tasks"] | keyof TypedJobs["workflows"]>(args: {
|
|
14622
14691
|
input: TypedJobs["tasks"][TTaskOrWorkflowSlug]["input"];
|
|
14623
|
-
meta?:
|
|
14692
|
+
meta?: Job["meta"];
|
|
14624
14693
|
overrideAccess?: boolean;
|
|
14625
14694
|
queue?: string;
|
|
14626
14695
|
req?: PayloadRequest;
|
|
@@ -14629,14 +14698,14 @@ declare class BasePayload {
|
|
|
14629
14698
|
workflow?: never;
|
|
14630
14699
|
} | {
|
|
14631
14700
|
input: TypedJobs["workflows"][TTaskOrWorkflowSlug]["input"];
|
|
14632
|
-
meta?:
|
|
14701
|
+
meta?: Job["meta"];
|
|
14633
14702
|
overrideAccess?: boolean;
|
|
14634
14703
|
queue?: string;
|
|
14635
14704
|
req?: PayloadRequest;
|
|
14636
14705
|
task?: never;
|
|
14637
14706
|
waitUntil?: Date;
|
|
14638
14707
|
workflow: TTaskOrWorkflowSlug extends keyof TypedJobs["workflows"] ? TTaskOrWorkflowSlug : never;
|
|
14639
|
-
}) => Promise<TTaskOrWorkflowSlug extends keyof TypedJobs["workflows"] ? Job<TTaskOrWorkflowSlug> :
|
|
14708
|
+
}) => Promise<TTaskOrWorkflowSlug extends keyof TypedJobs["workflows"] ? Job<TTaskOrWorkflowSlug> : JobFromTask<TTaskOrWorkflowSlug>>;
|
|
14640
14709
|
run: (args?: {
|
|
14641
14710
|
allQueues?: boolean;
|
|
14642
14711
|
limit?: number;
|
|
@@ -14652,7 +14721,7 @@ declare class BasePayload {
|
|
|
14652
14721
|
id: number | string;
|
|
14653
14722
|
overrideAccess?: boolean;
|
|
14654
14723
|
req?: PayloadRequest;
|
|
14655
|
-
silent
|
|
14724
|
+
silent? /** The user's API key. Only with `auth.useAPIKey`, once enabled for this user. */: RunJobsSilent;
|
|
14656
14725
|
}) => Promise<ReturnType<typeof runJobs>>;
|
|
14657
14726
|
cancel: (args: {
|
|
14658
14727
|
overrideAccess?: boolean;
|
|
@@ -14778,5 +14847,5 @@ interface GlobalAdminCustom extends Record<string, any> {
|
|
|
14778
14847
|
interface GlobalAdminCustom extends Record<string, any> {
|
|
14779
14848
|
}
|
|
14780
14849
|
|
|
14781
|
-
export { APIError, APIErrorName, Action, AuthenticationError, BasePayload, DEFAULT_ALLOW_HAS_MANY, DEFAULT_HIERARCHY_TREE_LIMIT, DatabaseKVAdapter, DiffMethod, DuplicateCollection, DuplicateFieldName, DuplicateGlobal, EntityType, ErrorDeletingFile, FileRetrievalError, FileUploadError, Forbidden, HIERARCHY_DEFAULT_LOCALE, HIERARCHY_SLUG_PATH_FIELD, HIERARCHY_TITLE_PATH_FIELD, InMemoryKVAdapter, InvalidConfiguration, InvalidFieldName, InvalidFieldRelationship, JWTAuthentication, JobCancelledError, Locked, LockedAuth, MissingCollectionLabel, MissingEditorProp, MissingFieldInputOptions, MissingFieldType, MissingFile, NotFound, QueryError, UnauthorizedError, UnverifiedEmail, ValidationError, ValidationErrorName, _internal_jobSystemGlobals, _internal_resetJobSystemGlobals, _internal_safeFetchGlobal, accessOperation, addDataAndFileToRequest, addDefaultsToConfig, addLocalesToRequestFromData, traverseFields$4 as afterChangeTraverseFields, promise as afterReadPromise, traverseFields$3 as afterReadTraverseFields, appendVersionToQueryKey, accountLockFields as baseAccountLockFields, baseAuthFields, baseBlockFields, emailFieldConfig as baseEmailField, baseIDField, sessionsFieldConfig as baseSessionsField, usernameFieldConfig as baseUsernameField, verificationFields as baseVerificationFields, traverseFields$2 as beforeChangeTraverseFields, traverseFields$1 as beforeValidateTraverseFields, buildConfig, buildVersionCollectionFields, buildVersionCompoundIndexes, buildVersionGlobalFields, canAccessAdmin, checkDependencies, checkLoginPermission, combineQueries, commitTransaction, configToJSONSchema, countOperation, countRunnableOrActiveJobsForQueue, createAPIKeyFields, createArrayFromCommaDelineated, createClientBlocks, createClientCollectionConfig, createClientCollectionConfigs, createClientConfig, createClientField, createClientFields, createClientGlobalConfig, createClientGlobalConfigs, createDatabaseAdapter, createDataloaderCacheKey, createFolderField, createLocalReq, createMigration, createOperation, createPayloadRequest, createTagField, createUnauthenticatedClientConfig, databaseKVAdapter, deepCopyObject, deepCopyObjectComplex, deepCopyObjectSimple, deepMergeSimple, deepMergeWithCombinedArrays, deepMergeWithReactComponents, deepMergeWithSourceArrays, initialized as default, defaultBeginTransaction, defaultLoggerOptions, defaultUserCollection, definePlugin, deleteByIDOperation, deleteCollectionVersions, deleteOperation, docAccessOperation$1 as docAccessOperation, docAccessOperation as docAccessOperationGlobal, docHasTimestamps, duplicateOperation, dynamicImport, enforceMaxVersions, entityToJSONSchema, entityToStandaloneJSONSchema, escapeRegExp, executeAccess, executeAuthStrategies, extractAccessFromPermission, extractJWT, fieldsToJSONSchema, findByIDOperation, findMigrationDir, findOneOperation, findOperation, findUp, findUpSync, findVersionByIDOperation$1 as findVersionByIDOperation, findVersionByIDOperation as findVersionByIDOperationGlobal, findVersionsOperation$1 as findVersionsOperation, findVersionsOperation as findVersionsOperationGlobal, flattenAllFields, flattenTopLevelFields, flattenWhereToOperators, forgotPasswordOperation, formatErrors, formatLabels, formatNames, genImportMapIterateFields, generateCookie, generateExpiredPayloadCookie, generateImportMap, generatePayloadCookie, getAccessResults, getAncestors, getBlockSelect, getCollectionIDFieldTypes, getCookieExpiration, getCurrentDate, getDataLoader, getDefaultValue, getDependencies, getFieldByPath, getFieldsToSign, getFileByPath, getHierarchyFieldName, getInitialTreeData, getLatestCollectionVersion, getLatestGlobalVersion, getLocalI18n, getLocalizedPaths, getLoginOptions, getMigrations, getObjectDotNotation, getPayload, getPredefinedMigration, getQueryDraftsSort, getRequestLanguage, handleEndpoints, hasWhereAccessResult, headersWithCors, importHandlerPath, inMemoryKVAdapter, incrementLoginAttempts, initOperation, initTransaction, injectHierarchyButton, isEntityHidden, isPlainObject, isUserMenuSettingsGroup, isValidID, isolateObjectProperty, jobAfterRead, jwtSign, killTransaction, logError, loginOperation, logoutOperation, mapAsync, meOperation, mergeHeaders, migrate, migrate$1 as migrateCLI, migrateDown, migrateRefresh, migrateReset, migrateStatus, migrationTemplate, migrationsCollection, parseCookies, parseDocumentID, parseParams, pathExistsAndIsAccessible, pathExistsAndIsAccessibleSync, readMigrationFiles, refreshOperation, registerBlockInterface, registerFirstUserOperation, reload, resetLoginAttempts, resetPasswordOperation, resolveHierarchyCollections, restoreVersionOperation$1 as restoreVersionOperation, restoreVersionOperation as restoreVersionOperationGlobal, sanitizeConfig, sanitizeFallbackLocale, sanitizeField, sanitizeFields, sanitizeJoinParams, sanitizeLocales, sanitizePopulateParam, sanitizeSelectParam, sanitizeSortParams, saveVersion, serverOnlyAdminConfigProperties, serverOnlyConfigProperties, serverProps, sortableFieldTypes, stripUnselectedFields, toWords, traverseFields, unlockOperation, updateByIDOperation, updateOperation$1 as updateOperation, updateOperation as updateOperationGlobal, validateBlocksFilterOptions, validateQueryPaths, validateSearchParam, validations, verifyEmailOperation, versionDefaults, withNullableJSONSchemaType, writeMigrationIndex };
|
|
14782
|
-
export type { Access, AccessArgs, AccessResult, AdminClient, AdminComponent, AdminDependencies, AdminFunction, AdminView, AdminViewAdapter, AdminViewClientProps, AdminViewComponent, AdminViewConfig, AdminViewKey, AdminViewServerProps as AdminViewProps, AdminViewServerProps, AdminViewServerPropsOnly, AfterErrorHook$1 as AfterErrorHook, AfterErrorHookArgs, AfterErrorResult, AfterListClientProps, AfterListServerProps, AfterListServerPropsOnly, AfterListTableClientProps, AfterListTableServerProps, AfterListTableServerPropsOnly, AllOperations, AllowList, Ancestor, ApplyDisableErrors, ArrayField, ArrayFieldClient, ArrayFieldClientComponent, ArrayFieldClientProps, ArrayFieldDescriptionClientComponent, ArrayFieldDescriptionServerComponent, ArrayFieldDiffClientComponent, ArrayFieldDiffServerComponent, ArrayFieldErrorClientComponent, ArrayFieldErrorServerComponent, ArrayFieldLabelClientComponent, ArrayFieldLabelServerComponent, ArrayFieldServerComponent, ArrayFieldServerProps, ArrayFieldValidation, Auth, AuthCollection, AuthCollectionSlug, AuthOperations, AuthOperationsFromCollectionSlug, AuthRuntimeFields, AuthStrategy, AuthStrategyFunction, AuthStrategyFunctionArgs, AuthStrategyResult, AuthenticatedUser, BaseDatabaseAdapter, BaseFilter, BaseJob, BaseListFilter, BaseLocalizationConfig, BaseValidateOptions, BaseVersionField, BeforeDocumentControlsClientProps, BeforeDocumentControlsServerProps, BeforeDocumentControlsServerPropsOnly, BeforeListClientProps, BeforeListServerProps, BeforeListServerPropsOnly, BeforeListTableClientProps, BeforeListTableServerProps, BeforeListTableServerPropsOnly, BeginTransaction, BinScript, BinScriptConfig, Block, BlockJSX, BlockPermissions, BlockRowLabelClientComponent, BlockRowLabelServerComponent, BlockSlug, BlocksField, BlocksFieldClient, BlocksFieldClientComponent, BlocksFieldClientProps, BlocksFieldDescriptionClientComponent, BlocksFieldDescriptionServerComponent, BlocksFieldDiffClientComponent, BlocksFieldDiffServerComponent, BlocksFieldErrorClientComponent, BlocksFieldErrorServerComponent, BlocksFieldLabelClientComponent, BlocksFieldLabelServerComponent, BlocksFieldServerComponent, BlocksFieldServerProps, BlocksFieldValidation, BlocksPermissions, BrowserAutoComplete, BuildFormStateArgs, BuildTableStateArgs, BulkOperationResult, CORSConfig, CheckboxField, CheckboxFieldClient, CheckboxFieldClientComponent, CheckboxFieldClientProps, CheckboxFieldDescriptionClientComponent, CheckboxFieldDescriptionServerComponent, CheckboxFieldDiffClientComponent, CheckboxFieldDiffServerComponent, CheckboxFieldErrorClientComponent, CheckboxFieldErrorServerComponent, CheckboxFieldLabelClientComponent, CheckboxFieldLabelServerComponent, CheckboxFieldServerComponent, CheckboxFieldServerProps, CheckboxFieldValidation, ClientBlock, ClientCollectionConfig, ClientComponentProps, ClientConfig, ClientField, ClientFieldBase, ClientFieldProps, ClientFieldSchemaMap, ClientFieldWithOptionalType, ClientGlobalConfig, DocumentViewClientProps as ClientSideEditViewProps, ClientTab, ClientWidget, CodeField, CodeFieldClient, CodeFieldClientComponent, CodeFieldClientProps, CodeFieldDescriptionClientComponent, CodeFieldDescriptionServerComponent, CodeFieldDiffClientComponent, CodeFieldDiffServerComponent, CodeFieldErrorClientComponent, CodeFieldErrorServerComponent, CodeFieldLabelClientComponent, CodeFieldLabelServerComponent, CodeFieldServerComponent, CodeFieldServerProps, CodeFieldValidation, CollapsedPreferences, CollapsibleField, CollapsibleFieldClient, CollapsibleFieldClientComponent, CollapsibleFieldClientProps, CollapsibleFieldDescriptionClientComponent, CollapsibleFieldDescriptionServerComponent, CollapsibleFieldDiffClientComponent, CollapsibleFieldDiffServerComponent, CollapsibleFieldErrorClientComponent, CollapsibleFieldErrorServerComponent, CollapsibleFieldLabelClientComponent, CollapsibleFieldLabelServerComponent, CollapsibleFieldServerComponent, CollapsibleFieldServerProps, Collection, CollectionAdminCustom, CollectionAdminOptions, AfterChangeHook as CollectionAfterChangeHook, AfterDeleteHook as CollectionAfterDeleteHook, AfterErrorHook as CollectionAfterErrorHook, AfterForgotPasswordHook as CollectionAfterForgotPasswordHook, AfterLoginHook as CollectionAfterLoginHook, AfterLogoutHook as CollectionAfterLogoutHook, AfterMeHook as CollectionAfterMeHook, AfterOperationHook as CollectionAfterOperationHook, AfterReadHook as CollectionAfterReadHook, AfterRefreshHook as CollectionAfterRefreshHook, BeforeChangeHook as CollectionBeforeChangeHook, BeforeDeleteHook as CollectionBeforeDeleteHook, BeforeLoginHook as CollectionBeforeLoginHook, BeforeOperationHook as CollectionBeforeOperationHook, BeforeReadHook as CollectionBeforeReadHook, BeforeValidateHook as CollectionBeforeValidateHook, CollectionConfig, CollectionCustom, MeHook as CollectionMeHook, CollectionPermission, CollectionPreferences, RefreshHook as CollectionRefreshHook, CollectionSlug, Column, ColumnPreference, CommitTransaction, ComponentRenderer, CompoundIndex, ConcurrencyConfig, Condition, ConditionalDateProps, Config, ConfirmPasswordFieldValidation, Connect, CookieOptions$1 as CookieOptions, CookieStore, Count, CountArgs, CountGlobalVersionArgs, CountGlobalVersions, CountVersions, Create, CreateArgs, CreateClientConfigArgs, CreateFolderFieldOptions, CreateGlobal, CreateGlobalArgs, CreateGlobalVersion, CreateGlobalVersionArgs, CreateMigration, CreateTagFieldOptions, CreateVersion, CreateVersionArgs, CustomComponent, CustomDocumentViewConfig, CustomPayloadRequestProperties, CustomComponent as CustomPreviewButton, CustomComponent as CustomPublishButton, CustomComponent as CustomSaveButton, CustomComponent as CustomSaveDraftButton, CustomStatus, CustomUpload, CustomVersionParser, DBIdentifierName, DashboardConfig, Data, DataFromCollectionSlug, DataFromGlobalSlug, DataFromWidgetSlug, DatabaseAdapter, DatabaseAdapterResult as DatabaseAdapterObj, DatabaseKVAdapterOptions, DateField, DateFieldClient, DateFieldClientComponent, DateFieldClientProps, DateFieldDescriptionClientComponent, DateFieldDescriptionServerComponent, DateFieldDiffClientComponent, DateFieldDiffServerComponent, DateFieldErrorClientComponent, DateFieldErrorServerComponent, DateFieldLabelClientComponent, DateFieldLabelServerComponent, DateFieldServerComponent, DateFieldServerProps, DateFieldValidation, DayPickerProps, DefaultCellComponentProps, DefaultDocumentIDType, DefaultDocumentViewConfig, DefaultServerCellComponentProps, DefaultServerFunctionArgs, DefaultValue, DeleteMany, DeleteManyArgs, DeleteOne, DeleteOneArgs, DeleteVersions, DeleteVersionsArgs, Description, DescriptionFunction, Destroy, DevReloadCleanup, DevReloadStrategy, Document, DocumentEvent, DocumentPermissions, DocumentPreferences, DocumentSlots, DocumentSubViewTypes, DocumentTabClientProps, DocumentTabComponent, DocumentTabCondition, DocumentTabConfig, DocumentTabServerProps as DocumentTabProps, DocumentTabServerProps, DocumentTabServerPropsOnly, DocumentViewClientProps, DocumentViewComponent, DocumentViewConfig, DocumentViewServerProps, DocumentViewServerPropsOnly, DraftTransformCollectionWithSelect, DynamicMigrationTemplate, EditConfig, EditConfigWithRoot, EditConfigWithoutRoot, EditMenuItemsClientProps, EditMenuItemsServerProps, EditMenuItemsServerPropsOnly, EditViewComponent, EditViewConfig, EditViewProps, EmailAdapter, EmailField, EmailFieldClient, EmailFieldClientComponent, EmailFieldClientProps, EmailFieldDescriptionClientComponent, EmailFieldDescriptionServerComponent, EmailFieldDiffClientComponent, EmailFieldDiffServerComponent, EmailFieldErrorClientComponent, EmailFieldErrorServerComponent, EmailFieldLabelClientComponent, EmailFieldLabelServerComponent, EmailFieldServerComponent, EmailFieldServerProps, EmailFieldValidation, Endpoint, EntityDescription, EntityDescriptionComponent, EntityDescriptionFunction, EntityPolicies, ErrorResult, FetchAPIFileUploadOptions, Field, FieldAccess, FieldAccessArgs, FieldAffectingData, FieldAffectingDataClient, FieldBase, FieldBaseClient, FieldClientComponent, FieldCustom, FieldDescriptionClientComponent, FieldDescriptionClientProps, FieldDescriptionServerComponent, FieldDescriptionServerProps, FieldDiffClientComponent, FieldDiffClientProps, FieldDiffServerComponent, FieldDiffServerProps, FieldErrorClientComponent, FieldErrorClientProps, FieldErrorServerComponent, FieldErrorServerProps, FieldHook, FieldHookArgs, FieldLabelClientComponent, FieldLabelClientProps, FieldLabelServerComponent, FieldLabelServerProps, FieldPaths, FieldPermissions, FieldPosition, FieldPresentationalOnly, FieldPresentationalOnlyClient, FieldRow, FieldSchemaMap, FieldServerComponent, FieldState, FieldTypes, FieldWithMany, FieldWithManyClient, FieldWithMaxDepth, FieldWithMaxDepthClient, FieldWithPath, FieldWithPathClient, FieldWithSubFields, FieldWithSubFieldsClient, FieldsPermissions, FieldsPreferences, FieldsToJSONSchemaArgs, File$1 as File, FileAllowList, FileData, FileSize, FileSizes, FileToSave, FilterOptions, FilterOptionsProps, FilterOptionsResult, Find, FindArgs, FindDistinct, FindGlobal, FindGlobalArgs, FindGlobalVersions, FindGlobalVersionsArgs, FindOne, FindOneArgs, FindOptions, FindVersions, FindVersionsArgs, FlattenedArrayField, FlattenedBlock, FlattenedBlocksField, FlattenedField$1 as FlattenedField, FlattenedGroupField, FlattenedJoinField, FlattenedTabAsField, FocalPoint, FoldersConfig, FieldState as FormField, FieldStateWithoutComponents as FormFieldWithoutComponents, FormState, FormStateWithoutComponents, GenerateImageName, GeneratePreviewURL, GenerateSchema, GenerateUploadInstructions, GenerateViewMetadata, GeneratedTypes, GenericDescriptionProps, GenericErrorProps, GenericLabelProps, GetAdminThumbnail, GetInitialTreeDataArgs, GlobalAdminCustom, GlobalAdminOptions, AfterChangeHook$1 as GlobalAfterChangeHook, AfterReadHook$1 as GlobalAfterReadHook, BeforeChangeHook$1 as GlobalBeforeChangeHook, BeforeOperationHook$1 as GlobalBeforeOperationHook, BeforeReadHook$1 as GlobalBeforeReadHook, BeforeValidateHook$1 as GlobalBeforeValidateHook, GlobalConfig, GlobalCustom, GlobalPermission, GlobalSlug, GraphQLExtension, GraphQLInfo, GroupField, GroupFieldClient, GroupFieldClientComponent, GroupFieldClientProps, GroupFieldDescriptionClientComponent, GroupFieldDescriptionServerComponent, GroupFieldDiffClientComponent, GroupFieldDiffServerComponent, GroupFieldErrorClientComponent, GroupFieldErrorServerComponent, GroupFieldLabelClientComponent, GroupFieldLabelServerComponent, GroupFieldServerComponent, GroupFieldServerProps, HiddenFieldProps, HierarchyConfig, HierarchyViewData, HookName, HookOperationType, IDTypeForCollectionSlug, IfAny, ImageSize, ImageUploadFormatOptions, ImageUploadTrimOptions, ImportMap, ImportMapGenerators, IncomingAuthType, Init, InitOptions, InitPageResult, InitReqResult, InitialTreeData, InsideFieldsPreferences, IsAny, JSONField, JSONFieldClient, JSONFieldClientComponent, JSONFieldClientProps, JSONFieldDescriptionClientComponent, JSONFieldDescriptionServerComponent, JSONFieldDiffClientComponent, JSONFieldDiffServerComponent, JSONFieldErrorClientComponent, JSONFieldErrorServerComponent, JSONFieldLabelClientComponent, JSONFieldLabelServerComponent, JSONFieldServerComponent, JSONFieldServerProps, JSONFieldValidation, Job, JobLog, JobTaskStatus, JobsConfig, JoinField, JoinFieldClient, JoinFieldClientComponent, JoinFieldClientProps, JoinFieldDescriptionClientComponent, JoinFieldDescriptionServerComponent, JoinFieldDiffClientComponent, JoinFieldDiffServerComponent, JoinFieldErrorClientComponent, JoinFieldErrorServerComponent, JoinFieldLabelClientComponent, JoinFieldLabelServerComponent, JoinFieldServerComponent, JoinFieldServerProps, JoinParams, JoinQuery, JsonArray, JsonObject, JsonValue, KVAdapter, KVAdapterResult, KVStoreValue, LabelFunction, Labels, LabelsClient, LanguageOptions, LinkAdapterProps, CollectionPreferences as ListPreferences, ListQuery, ListViewClientProps, ListViewServerProps, ListViewServerPropsOnly, ListViewSlotSharedClientProps, ListViewSlots, LivePreviewConfig, LivePreviewURLType, Locale, LocalizationConfig, LocalizationConfigWithLabels, LocalizationConfigWithNoLabels, LoginResult, LoginWithUsernameOptions, MappedClientComponent, MappedEmptyComponent, MappedServerComponent, MaybePromise, MeOperationResult, MetaConfig, Migration, MigrationData, MigrationTemplateArgs, NamedGroupField, NamedGroupFieldClient, NamedTab, NavGroupPreferences, NavPreferences, NoResultsClientProps, NoResultsServerProps, NoResultsServerPropsOnly, NonPresentationalField, NonPresentationalFieldClient, NumberField, NumberFieldClient, NumberFieldClientComponent, NumberFieldClientProps, NumberFieldDescriptionClientComponent, NumberFieldDescriptionServerComponent, NumberFieldDiffClientComponent, NumberFieldDiffServerComponent, NumberFieldErrorClientComponent, NumberFieldErrorServerComponent, NumberFieldLabelClientComponent, NumberFieldLabelServerComponent, NumberFieldManyValidation, NumberFieldServerComponent, NumberFieldServerProps, NumberFieldSingleValidation, NumberFieldValidation, OGImageConfig, Operation, Operator, Option, OptionLabel, OptionObject, OrderableEndpointBody, PaginatedDistinctDocs, PaginatedDocs, Params, ParsedParams, PasswordFieldValidation, PathToQuery, Payload, PayloadClientComponentProps, PayloadClientReactComponent, PayloadComponent, PayloadComponentProps, EmailAdapter as PayloadEmailAdapter, PayloadHandler, PayloadLogger, PayloadReactComponent, PayloadRequest, PayloadRequestAPI, PayloadServerAction, PayloadServerComponentProps, PayloadServerReactComponent, PayloadTypes, PayloadTypesShape, Permission, Permissions, PickPreserveOptional, Plugin, PluginsMap, PointField, PointFieldClient, PointFieldClientComponent, PointFieldClientProps, PointFieldDescriptionClientComponent, PointFieldDescriptionServerComponent, PointFieldDiffClientComponent, PointFieldDiffServerComponent, PointFieldErrorClientComponent, PointFieldErrorServerComponent, PointFieldLabelClientComponent, PointFieldLabelServerComponent, PointFieldServerComponent, PointFieldServerProps, PointFieldValidation, PolymorphicRelationshipField, PolymorphicRelationshipFieldClient, PopulateType, PreferenceRequest, PreferenceUpdateRequest, PreviewButtonClientProps, PreviewButtonServerProps, PreviewButtonServerPropsOnly, ProbedImageSize, PublishButtonClientProps, PublishButtonServerProps, PublishButtonServerPropsOnly, QueryDrafts, QueryDraftsArgs, QueryPreset, RadioField, RadioFieldClient, RadioFieldClientComponent, RadioFieldClientProps, RadioFieldDescriptionClientComponent, RadioFieldDescriptionServerComponent, RadioFieldDiffClientComponent, RadioFieldDiffServerComponent, RadioFieldErrorClientComponent, RadioFieldErrorServerComponent, RadioFieldLabelClientComponent, RadioFieldLabelServerComponent, RadioFieldServerComponent, RadioFieldServerProps, RadioFieldValidation, RawParams, RawPayloadComponent, RecentlyViewedItem, RecentlyViewedPreferences, RegisteredPlugins, RelatedDocumentsGrouped, RelationshipField, RelationshipFieldClient, RelationshipFieldClientComponent, RelationshipFieldClientProps, RelationshipFieldDescriptionClientComponent, RelationshipFieldDescriptionServerComponent, RelationshipFieldDiffClientComponent, RelationshipFieldDiffServerComponent, RelationshipFieldErrorClientComponent, RelationshipFieldErrorServerComponent, RelationshipFieldLabelClientComponent, RelationshipFieldLabelServerComponent, RelationshipFieldManyValidation, RelationshipFieldServerComponent, RelationshipFieldServerProps, RelationshipFieldSingleValidation, RelationshipFieldValidation, RelationshipValue, RenderConfigArgs, RenderDocumentVersionsProperties, RenderEntityConfigArgs, RenderFieldConfigArgs, RenderRootConfigArgs, RenderedField, ReplaceAny, RequestContext, RequiredDataFromCollection, RequiredDataFromCollectionSlug, ResolvedComponent, ResolvedFilterOptions, RichTextAdapter, RichTextAdapterProvider, RichTextField, RichTextFieldClient, RichTextFieldClientComponent, RichTextFieldClientProps, RichTextFieldDescriptionClientComponent, RichTextFieldDescriptionServerComponent, RichTextFieldDiffClientComponent, RichTextFieldDiffServerComponent, RichTextFieldErrorClientComponent, RichTextFieldErrorServerComponent, RichTextFieldLabelClientComponent, RichTextFieldLabelServerComponent, RichTextFieldServerComponent, RichTextFieldServerProps, RichTextFieldValidation, RichTextHooks, RollbackTransaction, RootLivePreviewConfig, RouterAdapterComponent, RouterAdapterRouter, Row, RowField, RowFieldClient, RowFieldClientComponent, RowFieldClientProps, RowFieldDescriptionClientComponent, RowFieldDescriptionServerComponent, RowFieldDiffClientComponent, RowFieldDiffServerComponent, RowFieldErrorClientComponent, RowFieldErrorServerComponent, RowFieldLabelClientComponent, RowFieldLabelServerComponent, RowFieldServerComponent, RowFieldServerProps, RowLabel, RowLabelComponent, RunInlineTaskFunction, RunJobAccess, RunJobAccessArgs, RunTaskFunction, RunTaskFunctions, RunningJob, SanitizeFieldArgs, SanitizedBlockPermissions, SanitizedBlocksPermissions, SanitizedCollectionConfig, SanitizedCollectionPermission, SanitizedCompoundIndex, SanitizedConfig, SanitizedDashboardConfig, SanitizedDocumentPermissions, SanitizedFieldPermissions, SanitizedFieldsPermissions, SanitizedGlobalConfig, SanitizedGlobalPermission, SanitizedHierarchyConfig, SanitizedHierarchyRelatedCollection, SanitizedJoins, SanitizedLabelProps, SanitizedLocalizationConfig, SanitizedPermissions, SanitizedUploadConfig, SaveButtonClientProps, SaveButtonServerProps, SaveButtonServerPropsOnly, SaveDraftButtonClientProps, SaveDraftButtonServerProps, SaveDraftButtonServerPropsOnly, SchedulePublish, SchedulePublishTaskInput, SchemaVariant, SelectExcludeType, SelectField, SelectFieldClient, SelectFieldClientComponent, SelectFieldClientProps, SelectFieldDescriptionClientComponent, SelectFieldDescriptionServerComponent, SelectFieldDiffClientComponent, SelectFieldDiffServerComponent, SelectFieldErrorClientComponent, SelectFieldErrorServerComponent, SelectFieldLabelClientComponent, SelectFieldLabelServerComponent, SelectFieldManyValidation, SelectFieldServerComponent, SelectFieldServerProps, SelectFieldSingleValidation, SelectFieldValidation, SelectFn, SelectFnArgs, SelectFnOperation, SelectIncludeType, SelectMode, SelectType, SendEmailOptions, ServerAdapter, ServerComponentProps, ServerFieldBase, ServerFunction, ServerFunctionArgs, ServerFunctionClient, ServerFunctionClientArgs, ServerFunctionConfig, ServerFunctionHandler, ServerFunctionMode, ServerOnlyCollectionAdminProperties, ServerOnlyCollectionProperties, ServerOnlyFieldAdminProperties, ServerOnlyFieldProperties, ServerOnlyGlobalAdminProperties, ServerOnlyGlobalProperties, ServerOnlyLivePreviewProperties, ServerOnlyUploadProperties, ServerProps, ServerPropsFromView, DocumentViewServerProps as ServerSideEditViewProps, SharedAdminComponents, SharedEditViewComponents, SharedEntityViews, SharedProps, SharpDependency, SidebarTab, SidebarTabClientProps, SidebarTabServerProps, SidebarTabServerPropsOnly, SingleRelationshipField, SingleRelationshipFieldClient, SingleTaskStatus, SlugField, SlugFieldClient, SlugFieldClientProps, SlugifyServerFunctionArgs, Sort, StaticDescription, StaticLabel, StorageAdapter, StringKeyOf, Tab, TabAsField, TabAsFieldClient, TabsField, TabsFieldClient, TabsFieldClientComponent, TabsFieldClientProps, TabsFieldDescriptionClientComponent, TabsFieldDescriptionServerComponent, TabsFieldDiffClientComponent, TabsFieldDiffServerComponent, TabsFieldErrorClientComponent, TabsFieldErrorServerComponent, TabsFieldLabelClientComponent, TabsFieldLabelServerComponent, TabsFieldServerComponent, TabsFieldServerProps, TabsPreferences, TagsConfig, TaskConfig, TaskHandler, TaskHandlerArgs, TaskHandlerResult, TaskHandlerResults, TaskInput, TaskOutput, TaskType, TextField, TextFieldClient, TextFieldClientComponent, TextFieldClientProps, TextFieldDescriptionClientComponent, TextFieldDescriptionServerComponent, TextFieldDiffClientComponent, TextFieldDiffServerComponent, TextFieldErrorClientComponent, TextFieldErrorServerComponent, TextFieldLabelClientComponent, TextFieldLabelServerComponent, TextFieldManyValidation, TextFieldServerComponent, TextFieldServerProps, TextFieldSingleValidation, TextFieldValidation, TextareaField, TextareaFieldClient, TextareaFieldClientComponent, TextareaFieldClientProps, TextareaFieldDescriptionClientComponent, TextareaFieldDescriptionServerComponent, TextareaFieldDiffClientComponent, TextareaFieldDiffServerComponent, TextareaFieldErrorClientComponent, TextareaFieldErrorServerComponent, TextareaFieldLabelClientComponent, TextareaFieldLabelServerComponent, TextareaFieldServerComponent, TextareaFieldServerProps, TextareaFieldValidation, TimePickerProps, Timezone, TimezonesConfig, Transaction, TransformCollectionWithSelect, TransformDataWithSelect, TransformGlobalWithSelect, TraverseFieldsCallback, TypeWithID, TypeWithTimestamps, TypeWithVersion, TypedAuthOperations, TypedBlock, TypedCollection, TypedCollectionJoins, TypedCollectionSelect, TypedFallbackLocale, TypedGlobal, TypedGlobalSelect, TypedJobs, TypedLocale, TypedUploadCollection, TypedWidget, UIField, UIFieldClient, UIFieldClientComponent, UIFieldClientProps, UIFieldDiffClientComponent, UIFieldDiffServerComponent, UIFieldServerComponent, UIFieldServerProps, UnauthenticatedClientConfig, UnnamedGroupField, UnnamedGroupFieldClient, UnnamedTab, UnpublishButtonClientProps, UnpublishButtonServerProps, UnpublishButtonServerPropsOnly, UntypedPayloadTypes, UpdateGlobal, UpdateGlobalArgs, UpdateGlobalVersion, UpdateGlobalVersionArgs, UpdateJobs, UpdateJobsArgs, UpdateMany, UpdateManyArgs, UpdateOne, UpdateOneArgs, UpdateVersion, UpdateVersionArgs, UploadCollectionSlug, UploadConfig, UploadEdits, UploadField, UploadFieldClient, UploadFieldClientComponent, UploadFieldClientProps, UploadFieldDescriptionClientComponent, UploadFieldDescriptionServerComponent, UploadFieldDiffClientComponent, UploadFieldDiffServerComponent, UploadFieldErrorClientComponent, UploadFieldErrorServerComponent, UploadFieldLabelClientComponent, UploadFieldLabelServerComponent, UploadFieldManyValidation, UploadFieldServerComponent, UploadFieldServerProps, UploadFieldSingleValidation, UploadFieldValidation, UploadFilePreviewClientProps, UploadInstructions, UploadInstructionsAccess, UploadInstructionsCapability, UploadInstructionsRequest, Upsert, UpsertArgs, User, UserMenuSettingsGroup, UserMenuSettingsItem, UserSession, UsernameFieldValidation, Validate, ValidateOptions, ValidationFieldError, ValueWithRelation, VerifyConfig, VersionField, VersionOperations, VersionTab, ViewDescriptionClientProps, ViewDescriptionServerProps, ViewDescriptionServerPropsOnly, ViewTypes, VisibleEntities, Where, WhereField, Widget, WidgetInstance, WidgetServerProps, WidgetSlug, WidgetWidth, WithSelectFn, WithServerSidePropsComponent, WithServerSidePropsComponentProps, WorkflowConfig, WorkflowHandler, WorkflowTypes, checkFileRestrictionsParams };
|
|
14850
|
+
export { APIError, APIErrorName, Action, AuthenticationError, BasePayload, DEFAULT_ALLOW_HAS_MANY, DEFAULT_HIERARCHY_TREE_LIMIT, DatabaseKVAdapter, DiffMethod, DuplicateCollection, DuplicateFieldName, DuplicateGlobal, EntityType, ErrorDeletingFile, FileRetrievalError, FileUploadError, Forbidden, HIERARCHY_DEFAULT_LOCALE, HIERARCHY_SLUG_PATH_FIELD, HIERARCHY_TITLE_PATH_FIELD, InMemoryKVAdapter, InvalidConfiguration, InvalidFieldName, InvalidFieldRelationship, JWTAuthentication, JobCancelledError, Locked, LockedAuth, MissingCollectionLabel, MissingEditorProp, MissingFieldInputOptions, MissingFieldType, MissingFile, NotFound, QueryError, UnauthorizedError, UnverifiedEmail, ValidationError, ValidationErrorName, _internal_jobSystemGlobals, _internal_resetJobSystemGlobals, _internal_safeFetchGlobal, accessOperation, addDataAndFileToRequest, addDefaultsToConfig, addLocalesToRequestFromData, traverseFields$4 as afterChangeTraverseFields, promise as afterReadPromise, traverseFields$3 as afterReadTraverseFields, appendVersionToQueryKey, accountLockFields as baseAccountLockFields, baseAuthFields, baseBlockFields, emailFieldConfig as baseEmailField, baseIDField, sessionsFieldConfig as baseSessionsField, usernameFieldConfig as baseUsernameField, verificationFields as baseVerificationFields, traverseFields$2 as beforeChangeTraverseFields, traverseFields$1 as beforeValidateTraverseFields, buildConfig, buildVersionCollectionFields, buildVersionCompoundIndexes, buildVersionGlobalFields, canAccessAdmin, checkDependencies, checkLoginPermission, combineQueries, commitTransaction, configToJSONSchema, countOperation, countRunnableOrActiveJobsForQueue, createAPIKeyFields, createArrayFromCommaDelineated, createClientBlocks, createClientCollectionConfig, createClientCollectionConfigs, createClientConfig, createClientField, createClientFields, createClientGlobalConfig, createClientGlobalConfigs, createDatabaseAdapter, createDataloaderCacheKey, createFolderField, createLocalReq, createMigration, createOperation, createPayloadRequest, createTagField, createUnauthenticatedClientConfig, databaseKVAdapter, deepCopyObject, deepCopyObjectComplex, deepCopyObjectSimple, deepMergeSimple, deepMergeWithCombinedArrays, deepMergeWithReactComponents, deepMergeWithSourceArrays, initialized as default, defaultBeginTransaction, defaultLoggerOptions, defaultUserCollection, definePlugin, deleteByIDOperation, deleteCollectionVersions, deleteOperation, docAccessOperation$1 as docAccessOperation, docAccessOperation as docAccessOperationGlobal, docHasTimestamps, duplicateOperation, dynamicImport, enforceMaxVersions, entityToJSONSchema, entityToStandaloneJSONSchema, escapeRegExp, executeAccess, executeAuthStrategies, extractAccessFromPermission, extractJWT, fieldsToJSONSchema, findByIDOperation, findMigrationDir, findOneOperation, findOperation, findUp, findUpSync, findVersionByIDOperation$1 as findVersionByIDOperation, findVersionByIDOperation as findVersionByIDOperationGlobal, findVersionsOperation$1 as findVersionsOperation, findVersionsOperation as findVersionsOperationGlobal, flattenAllFields, flattenTopLevelFields, flattenWhereToOperators, forgotPasswordOperation, formatErrors, formatLabels, formatNames, genImportMapIterateFields, generateCookie, generateExpiredPayloadCookie, generateImportMap, generatePayloadCookie, getAccessResults, getAncestors, getBlockSelect, getCollectionIDFieldTypes, getCookieExpiration, getCurrentDate, getDataLoader, getDefaultValue, getDependencies, getFieldByPath, getFieldsToSign, getFileByPath, getHierarchyFieldName, getInitialTreeData, getLatestCollectionVersion, getLatestGlobalVersion, getLocalI18n, getLocalizedPaths, getLoginOptions, getMigrations, getObjectDotNotation, getPayload, getPredefinedMigration, getQueryDraftsSort, getRequestLanguage, getSlugFallbackValue, getUniqueFieldValue, handleEndpoints, hasDraftsEnabled, hasWhereAccessResult, headersWithCors, importHandlerPath, inMemoryKVAdapter, incrementLoginAttempts, initOperation, initTransaction, injectHierarchyButton, isEntityHidden, isPlainObject, isUserMenuSettingsGroup, isValidID, isolateObjectProperty, jobAfterRead, jwtSign, killTransaction, logError, loginOperation, logoutOperation, mapAsync, meOperation, mergeHeaders, migrate, migrate$1 as migrateCLI, migrateDown, migrateRefresh, migrateReset, migrateStatus, migrationTemplate, migrationsCollection, parseCookies, parseDocumentID, parseParams, pathExistsAndIsAccessible, pathExistsAndIsAccessibleSync, readMigrationFiles, refreshOperation, registerBlockInterface, registerFirstUserOperation, reload, resetLoginAttempts, resetPasswordOperation, resolveHierarchyCollections, restoreVersionOperation$1 as restoreVersionOperation, restoreVersionOperation as restoreVersionOperationGlobal, sanitizeConfig, sanitizeFallbackLocale, sanitizeField, sanitizeFields, sanitizeJoinParams, sanitizeLocales, sanitizePopulateParam, sanitizeSelectParam, sanitizeSortParams, saveVersion, serverOnlyAdminConfigProperties, serverOnlyConfigProperties, serverProps, sortableFieldTypes, stripUnselectedFields, toWords, traverseFields, unlockOperation, updateByIDOperation, updateOperation$1 as updateOperation, updateOperation as updateOperationGlobal, validateBlocksFilterOptions, validateQueryPaths, validateSearchParam, validations, verifyEmailOperation, versionDefaults, withNullableJSONSchemaType, writeMigrationIndex };
|
|
14851
|
+
export type { Access, AccessArgs, AccessResult, AdminClient, AdminComponent, AdminDependencies, AdminFunction, AdminView, AdminViewAdapter, AdminViewClientProps, AdminViewComponent, AdminViewConfig, AdminViewKey, AdminViewServerProps as AdminViewProps, AdminViewServerProps, AdminViewServerPropsOnly, AfterErrorHook$1 as AfterErrorHook, AfterErrorHookArgs, AfterErrorResult, AfterListClientProps, AfterListServerProps, AfterListServerPropsOnly, AfterListTableClientProps, AfterListTableServerProps, AfterListTableServerPropsOnly, AllOperations, AllowList, Ancestor, ApplyDisableErrors, ArrayField, ArrayFieldClient, ArrayFieldClientComponent, ArrayFieldClientProps, ArrayFieldDescriptionClientComponent, ArrayFieldDescriptionServerComponent, ArrayFieldDiffClientComponent, ArrayFieldDiffServerComponent, ArrayFieldErrorClientComponent, ArrayFieldErrorServerComponent, ArrayFieldLabelClientComponent, ArrayFieldLabelServerComponent, ArrayFieldServerComponent, ArrayFieldServerProps, ArrayFieldValidation, Auth, AuthCollection, AuthCollectionSlug, AuthOperations, AuthOperationsFromCollectionSlug, AuthRuntimeFields, AuthStrategy, AuthStrategyFunction, AuthStrategyFunctionArgs, AuthStrategyResult, AuthenticatedUser, BaseDatabaseAdapter, BaseFilter, BaseListFilter, BaseLocalizationConfig, BaseValidateOptions, BaseVersionField, BeforeDocumentControlsClientProps, BeforeDocumentControlsServerProps, BeforeDocumentControlsServerPropsOnly, BeforeListClientProps, BeforeListServerProps, BeforeListServerPropsOnly, BeforeListTableClientProps, BeforeListTableServerProps, BeforeListTableServerPropsOnly, BeginTransaction, BinScript, BinScriptConfig, Block, BlockJSX, BlockPermissions, BlockRowLabelClientComponent, BlockRowLabelServerComponent, BlockSlug, BlocksField, BlocksFieldClient, BlocksFieldClientComponent, BlocksFieldClientProps, BlocksFieldDescriptionClientComponent, BlocksFieldDescriptionServerComponent, BlocksFieldDiffClientComponent, BlocksFieldDiffServerComponent, BlocksFieldErrorClientComponent, BlocksFieldErrorServerComponent, BlocksFieldLabelClientComponent, BlocksFieldLabelServerComponent, BlocksFieldServerComponent, BlocksFieldServerProps, BlocksFieldValidation, BlocksPermissions, BrowserAutoComplete, BuildFormStateArgs, BuildTableStateArgs, BulkOperationResult, CORSConfig, CheckboxField, CheckboxFieldClient, CheckboxFieldClientComponent, CheckboxFieldClientProps, CheckboxFieldDescriptionClientComponent, CheckboxFieldDescriptionServerComponent, CheckboxFieldDiffClientComponent, CheckboxFieldDiffServerComponent, CheckboxFieldErrorClientComponent, CheckboxFieldErrorServerComponent, CheckboxFieldLabelClientComponent, CheckboxFieldLabelServerComponent, CheckboxFieldServerComponent, CheckboxFieldServerProps, CheckboxFieldValidation, ClientBlock, ClientCollectionConfig, ClientComponentProps, ClientConfig, ClientField, ClientFieldBase, ClientFieldProps, ClientFieldSchemaMap, ClientFieldWithOptionalType, ClientGlobalConfig, DocumentViewClientProps as ClientSideEditViewProps, ClientTab, ClientWidget, CodeField, CodeFieldClient, CodeFieldClientComponent, CodeFieldClientProps, CodeFieldDescriptionClientComponent, CodeFieldDescriptionServerComponent, CodeFieldDiffClientComponent, CodeFieldDiffServerComponent, CodeFieldErrorClientComponent, CodeFieldErrorServerComponent, CodeFieldLabelClientComponent, CodeFieldLabelServerComponent, CodeFieldServerComponent, CodeFieldServerProps, CodeFieldValidation, CollapsedPreferences, CollapsibleField, CollapsibleFieldClient, CollapsibleFieldClientComponent, CollapsibleFieldClientProps, CollapsibleFieldDescriptionClientComponent, CollapsibleFieldDescriptionServerComponent, CollapsibleFieldDiffClientComponent, CollapsibleFieldDiffServerComponent, CollapsibleFieldErrorClientComponent, CollapsibleFieldErrorServerComponent, CollapsibleFieldLabelClientComponent, CollapsibleFieldLabelServerComponent, CollapsibleFieldServerComponent, CollapsibleFieldServerProps, Collection, CollectionAdminCustom, CollectionAdminOptions, AfterChangeHook as CollectionAfterChangeHook, AfterDeleteHook as CollectionAfterDeleteHook, AfterErrorHook as CollectionAfterErrorHook, AfterForgotPasswordHook as CollectionAfterForgotPasswordHook, AfterLoginHook as CollectionAfterLoginHook, AfterLogoutHook as CollectionAfterLogoutHook, AfterMeHook as CollectionAfterMeHook, AfterOperationHook as CollectionAfterOperationHook, AfterReadHook as CollectionAfterReadHook, AfterRefreshHook as CollectionAfterRefreshHook, BeforeChangeHook as CollectionBeforeChangeHook, BeforeDeleteHook as CollectionBeforeDeleteHook, BeforeLoginHook as CollectionBeforeLoginHook, BeforeOperationHook as CollectionBeforeOperationHook, BeforeReadHook as CollectionBeforeReadHook, BeforeValidateHook as CollectionBeforeValidateHook, CollectionConfig, CollectionCustom, MeHook as CollectionMeHook, CollectionPermission, CollectionPreferences, RefreshHook as CollectionRefreshHook, CollectionSlug, Column, ColumnPreference, CommitTransaction, ComponentRenderer, CompoundIndex, ConcurrencyConfig, Condition, ConditionalDateProps, Config, ConfirmPasswordFieldValidation, Connect, CookieOptions$1 as CookieOptions, CookieStore, Count, CountArgs, CountGlobalVersionArgs, CountGlobalVersions, CountVersions, Create, CreateArgs, CreateClientConfigArgs, CreateFolderFieldOptions, CreateGlobal, CreateGlobalArgs, CreateGlobalVersion, CreateGlobalVersionArgs, CreateMigration, CreateTagFieldOptions, CreateVersion, CreateVersionArgs, CustomComponent, CustomDocumentViewConfig, CustomPayloadRequestProperties, CustomComponent as CustomPreviewButton, CustomComponent as CustomPublishButton, CustomComponent as CustomSaveButton, CustomComponent as CustomSaveDraftButton, CustomStatus, CustomUpload, CustomVersionParser, DBIdentifierName, DashboardConfig, Data, DataFromCollectionSlug, DataFromGlobalSlug, DataFromWidgetSlug, DatabaseAdapter, DatabaseAdapterResult as DatabaseAdapterObj, DatabaseKVAdapterOptions, DateField, DateFieldClient, DateFieldClientComponent, DateFieldClientProps, DateFieldDescriptionClientComponent, DateFieldDescriptionServerComponent, DateFieldDiffClientComponent, DateFieldDiffServerComponent, DateFieldErrorClientComponent, DateFieldErrorServerComponent, DateFieldLabelClientComponent, DateFieldLabelServerComponent, DateFieldServerComponent, DateFieldServerProps, DateFieldValidation, DayPickerProps, DefaultCellComponentProps, DefaultDocumentIDType, DefaultDocumentViewConfig, DefaultServerCellComponentProps, DefaultServerFunctionArgs, DefaultValue, DeleteMany, DeleteManyArgs, DeleteOne, DeleteOneArgs, DeleteVersions, DeleteVersionsArgs, Description, DescriptionFunction, Destroy, DevReloadCleanup, DevReloadStrategy, Document, DocumentEvent, DocumentPermissions, DocumentPreferences, DocumentSlots, DocumentSubViewTypes, DocumentTabClientProps, DocumentTabComponent, DocumentTabCondition, DocumentTabConfig, DocumentTabServerProps as DocumentTabProps, DocumentTabServerProps, DocumentTabServerPropsOnly, DocumentViewClientProps, DocumentViewComponent, DocumentViewConfig, DocumentViewServerProps, DocumentViewServerPropsOnly, DraftTransformCollectionWithSelect, DynamicMigrationTemplate, EditConfig, EditConfigWithRoot, EditConfigWithoutRoot, EditMenuItemsClientProps, EditMenuItemsServerProps, EditMenuItemsServerPropsOnly, EditViewComponent, EditViewConfig, EditViewProps, EmailAdapter, EmailField, EmailFieldClient, EmailFieldClientComponent, EmailFieldClientProps, EmailFieldDescriptionClientComponent, EmailFieldDescriptionServerComponent, EmailFieldDiffClientComponent, EmailFieldDiffServerComponent, EmailFieldErrorClientComponent, EmailFieldErrorServerComponent, EmailFieldLabelClientComponent, EmailFieldLabelServerComponent, EmailFieldServerComponent, EmailFieldServerProps, EmailFieldValidation, Endpoint, EntityDescription, EntityDescriptionComponent, EntityDescriptionFunction, EntityPolicies, ErrorResult, FetchAPIFileUploadOptions, Field, FieldAccess, FieldAccessArgs, FieldAffectingData, FieldAffectingDataClient, FieldBase, FieldBaseClient, FieldClientComponent, FieldCustom, FieldDescriptionClientComponent, FieldDescriptionClientProps, FieldDescriptionServerComponent, FieldDescriptionServerProps, FieldDiffClientComponent, FieldDiffClientProps, FieldDiffServerComponent, FieldDiffServerProps, FieldErrorClientComponent, FieldErrorClientProps, FieldErrorServerComponent, FieldErrorServerProps, FieldHook, FieldHookArgs, FieldLabelClientComponent, FieldLabelClientProps, FieldLabelServerComponent, FieldLabelServerProps, FieldPaths, FieldPermissions, FieldPosition, FieldPresentationalOnly, FieldPresentationalOnlyClient, FieldRow, FieldSchemaMap, FieldServerComponent, FieldState, FieldTypes, FieldWithMany, FieldWithManyClient, FieldWithMaxDepth, FieldWithMaxDepthClient, FieldWithPath, FieldWithPathClient, FieldWithSubFields, FieldWithSubFieldsClient, FieldsPermissions, FieldsPreferences, FieldsToJSONSchemaArgs, File$1 as File, FileAllowList, FileData, FileSize, FileSizes, FileToSave, FilterOptions, FilterOptionsProps, FilterOptionsResult, Find, FindArgs, FindDistinct, FindGlobal, FindGlobalArgs, FindGlobalVersions, FindGlobalVersionsArgs, FindOne, FindOneArgs, FindOptions, FindVersions, FindVersionsArgs, FlattenedArrayField, FlattenedBlock, FlattenedBlocksField, FlattenedField$1 as FlattenedField, FlattenedGroupField, FlattenedJoinField, FlattenedTabAsField, FocalPoint, FoldersConfig, FieldState as FormField, FieldStateWithoutComponents as FormFieldWithoutComponents, FormState, FormStateWithoutComponents, GenerateImageName, GeneratePreviewURL, GenerateSchema, GenerateUploadInstructions, GenerateViewMetadata, GeneratedTypes, GenericDescriptionProps, GenericErrorProps, GenericLabelProps, GetAdminThumbnail, GetInitialTreeDataArgs, GlobalAdminCustom, GlobalAdminOptions, AfterChangeHook$1 as GlobalAfterChangeHook, AfterReadHook$1 as GlobalAfterReadHook, BeforeChangeHook$1 as GlobalBeforeChangeHook, BeforeOperationHook$1 as GlobalBeforeOperationHook, BeforeReadHook$1 as GlobalBeforeReadHook, BeforeValidateHook$1 as GlobalBeforeValidateHook, GlobalConfig, GlobalCustom, GlobalPermission, GlobalSlug, GraphQLExtension, GraphQLInfo, GroupField, GroupFieldClient, GroupFieldClientComponent, GroupFieldClientProps, GroupFieldDescriptionClientComponent, GroupFieldDescriptionServerComponent, GroupFieldDiffClientComponent, GroupFieldDiffServerComponent, GroupFieldErrorClientComponent, GroupFieldErrorServerComponent, GroupFieldLabelClientComponent, GroupFieldLabelServerComponent, GroupFieldServerComponent, GroupFieldServerProps, HiddenFieldProps, HierarchyConfig, HierarchyViewData, HookName, HookOperationType, IDTypeForCollectionSlug, IfAny, ImageSize, ImageUploadFormatOptions, ImageUploadTrimOptions, ImportMap, ImportMapGenerators, IncomingAuthType, Init, InitOptions, InitPageResult, InitReqResult, InitialTreeData, InsideFieldsPreferences, IsAny, JSONField, JSONFieldClient, JSONFieldClientComponent, JSONFieldClientProps, JSONFieldDescriptionClientComponent, JSONFieldDescriptionServerComponent, JSONFieldDiffClientComponent, JSONFieldDiffServerComponent, JSONFieldErrorClientComponent, JSONFieldErrorServerComponent, JSONFieldLabelClientComponent, JSONFieldLabelServerComponent, JSONFieldServerComponent, JSONFieldServerProps, JSONFieldValidation, Job, JobLog, JobTaskStatus, JobsConfig, JoinField, JoinFieldClient, JoinFieldClientComponent, JoinFieldClientProps, JoinFieldDescriptionClientComponent, JoinFieldDescriptionServerComponent, JoinFieldDiffClientComponent, JoinFieldDiffServerComponent, JoinFieldErrorClientComponent, JoinFieldErrorServerComponent, JoinFieldLabelClientComponent, JoinFieldLabelServerComponent, JoinFieldServerComponent, JoinFieldServerProps, JoinParams, JoinQuery, JsonArray, JsonObject, JsonValue, KVAdapter, KVAdapterResult, KVStoreValue, LabelFunction, Labels, LabelsClient, LanguageOptions, LinkAdapterProps, CollectionPreferences as ListPreferences, ListQuery, ListViewClientProps, ListViewServerProps, ListViewServerPropsOnly, ListViewSlotSharedClientProps, ListViewSlots, LivePreviewConfig, LivePreviewURLType, Locale, LocalizationConfig, LocalizationConfigWithLabels, LocalizationConfigWithNoLabels, LoginResult, LoginWithUsernameOptions, MappedClientComponent, MappedEmptyComponent, MappedServerComponent, MaybePromise, MeOperationResult, MetaConfig, Migration, MigrationData, MigrationTemplateArgs, NamedGroupField, NamedGroupFieldClient, NamedTab, NavGroupPreferences, NavPreferences, NoResultsClientProps, NoResultsServerProps, NoResultsServerPropsOnly, NonPresentationalField, NonPresentationalFieldClient, NumberField, NumberFieldClient, NumberFieldClientComponent, NumberFieldClientProps, NumberFieldDescriptionClientComponent, NumberFieldDescriptionServerComponent, NumberFieldDiffClientComponent, NumberFieldDiffServerComponent, NumberFieldErrorClientComponent, NumberFieldErrorServerComponent, NumberFieldLabelClientComponent, NumberFieldLabelServerComponent, NumberFieldManyValidation, NumberFieldServerComponent, NumberFieldServerProps, NumberFieldSingleValidation, NumberFieldValidation, OGImageConfig, Operation, Operator, Option, OptionLabel, OptionObject, OrderableEndpointBody, PaginatedDistinctDocs, PaginatedDocs, Params, ParsedParams, PasswordFieldValidation, PathToQuery, Payload, PayloadClientComponentProps, PayloadClientReactComponent, PayloadComponent, PayloadComponentProps, EmailAdapter as PayloadEmailAdapter, PayloadHandler, PayloadLogger, PayloadReactComponent, PayloadRequest, PayloadRequestAPI, PayloadServerAction, PayloadServerComponentProps, PayloadServerReactComponent, PayloadTypes, PayloadTypesShape, Permission, Permissions, PickPreserveOptional, Plugin, PluginsMap, PointField, PointFieldClient, PointFieldClientComponent, PointFieldClientProps, PointFieldDescriptionClientComponent, PointFieldDescriptionServerComponent, PointFieldDiffClientComponent, PointFieldDiffServerComponent, PointFieldErrorClientComponent, PointFieldErrorServerComponent, PointFieldLabelClientComponent, PointFieldLabelServerComponent, PointFieldServerComponent, PointFieldServerProps, PointFieldValidation, PolymorphicRelationshipField, PolymorphicRelationshipFieldClient, PopulateType, PreferenceRequest, PreferenceUpdateRequest, PreviewButtonClientProps, PreviewButtonServerProps, PreviewButtonServerPropsOnly, ProbedImageSize, PublishButtonClientProps, PublishButtonServerProps, PublishButtonServerPropsOnly, QueryDrafts, QueryDraftsArgs, QueryPreset, RadioField, RadioFieldClient, RadioFieldClientComponent, RadioFieldClientProps, RadioFieldDescriptionClientComponent, RadioFieldDescriptionServerComponent, RadioFieldDiffClientComponent, RadioFieldDiffServerComponent, RadioFieldErrorClientComponent, RadioFieldErrorServerComponent, RadioFieldLabelClientComponent, RadioFieldLabelServerComponent, RadioFieldServerComponent, RadioFieldServerProps, RadioFieldValidation, RawParams, RawPayloadComponent, RecentlyViewedItem, RecentlyViewedPreferences, RegisteredImageSizeOptions, RegisteredPlugins, RelatedDocumentsGrouped, RelationshipField, RelationshipFieldClient, RelationshipFieldClientComponent, RelationshipFieldClientProps, RelationshipFieldDescriptionClientComponent, RelationshipFieldDescriptionServerComponent, RelationshipFieldDiffClientComponent, RelationshipFieldDiffServerComponent, RelationshipFieldErrorClientComponent, RelationshipFieldErrorServerComponent, RelationshipFieldLabelClientComponent, RelationshipFieldLabelServerComponent, RelationshipFieldManyValidation, RelationshipFieldServerComponent, RelationshipFieldServerProps, RelationshipFieldSingleValidation, RelationshipFieldValidation, RelationshipValue, RenderConfigArgs, RenderDocumentVersionsProperties, RenderEntityConfigArgs, RenderFieldConfigArgs, RenderRootConfigArgs, RenderedField, ReplaceAny, RequestContext, RequiredDataFromCollection, RequiredDataFromCollectionSlug, ResolvedComponent, ResolvedFilterOptions, RichTextAdapter, RichTextAdapterProvider, RichTextField, RichTextFieldClient, RichTextFieldClientComponent, RichTextFieldClientProps, RichTextFieldDescriptionClientComponent, RichTextFieldDescriptionServerComponent, RichTextFieldDiffClientComponent, RichTextFieldDiffServerComponent, RichTextFieldErrorClientComponent, RichTextFieldErrorServerComponent, RichTextFieldLabelClientComponent, RichTextFieldLabelServerComponent, RichTextFieldServerComponent, RichTextFieldServerProps, RichTextFieldValidation, RichTextHooks, RollbackTransaction, RootLivePreviewConfig, RouterAdapterComponent, RouterAdapterRouter, Row, RowField, RowFieldClient, RowFieldClientComponent, RowFieldClientProps, RowFieldDescriptionClientComponent, RowFieldDescriptionServerComponent, RowFieldDiffClientComponent, RowFieldDiffServerComponent, RowFieldErrorClientComponent, RowFieldErrorServerComponent, RowFieldLabelClientComponent, RowFieldLabelServerComponent, RowFieldServerComponent, RowFieldServerProps, RowLabel, RowLabelComponent, RunInlineTaskFunction, RunJobAccess, RunJobAccessArgs, RunTaskFunction, RunTaskFunctions, SanitizeFieldArgs, SanitizedBlockPermissions, SanitizedBlocksPermissions, SanitizedCollectionConfig, SanitizedCollectionPermission, SanitizedCompoundIndex, SanitizedConfig, SanitizedDashboardConfig, SanitizedDocumentPermissions, SanitizedFieldPermissions, SanitizedFieldsPermissions, SanitizedGlobalConfig, SanitizedGlobalPermission, SanitizedHierarchyConfig, SanitizedHierarchyRelatedCollection, SanitizedJoins, SanitizedLabelProps, SanitizedLocalizationConfig, SanitizedPermissions, SanitizedUploadConfig, SaveButtonClientProps, SaveButtonServerProps, SaveButtonServerPropsOnly, SaveDraftButtonClientProps, SaveDraftButtonServerProps, SaveDraftButtonServerPropsOnly, SchedulePublish, SchedulePublishTaskInput, SchemaVariant, SelectExcludeType, SelectField, SelectFieldClient, SelectFieldClientComponent, SelectFieldClientProps, SelectFieldDescriptionClientComponent, SelectFieldDescriptionServerComponent, SelectFieldDiffClientComponent, SelectFieldDiffServerComponent, SelectFieldErrorClientComponent, SelectFieldErrorServerComponent, SelectFieldLabelClientComponent, SelectFieldLabelServerComponent, SelectFieldManyValidation, SelectFieldServerComponent, SelectFieldServerProps, SelectFieldSingleValidation, SelectFieldValidation, SelectFn, SelectFnArgs, SelectFnOperation, SelectIncludeType, SelectMode, SelectType, SendEmailOptions, ServerAdapter, ServerComponentProps, ServerFieldBase, ServerFunction, ServerFunctionArgs, ServerFunctionClient, ServerFunctionClientArgs, ServerFunctionConfig, ServerFunctionHandler, ServerOnlyCollectionAdminProperties, ServerOnlyCollectionProperties, ServerOnlyFieldAdminProperties, ServerOnlyFieldProperties, ServerOnlyGlobalAdminProperties, ServerOnlyGlobalProperties, ServerOnlyLivePreviewProperties, ServerOnlyUploadProperties, ServerProps, ServerPropsFromView, DocumentViewServerProps as ServerSideEditViewProps, SharedAdminComponents, SharedEditViewComponents, SharedEntityViews, SharedProps, SharpDependency, SharpImageSizeOptions, SidebarTab, SidebarTabClientProps, SidebarTabServerProps, SidebarTabServerPropsOnly, SingleRelationshipField, SingleRelationshipFieldClient, SingleTaskStatus, SlugField, SlugFieldClient, SlugFieldClientProps, SlugifyServerFunctionArgs, Sort, StaticDescription, StaticLabel, StorageAdapter, StringKeyOf, Tab, TabAsField, TabAsFieldClient, TabsField, TabsFieldClient, TabsFieldClientComponent, TabsFieldClientProps, TabsFieldDescriptionClientComponent, TabsFieldDescriptionServerComponent, TabsFieldDiffClientComponent, TabsFieldDiffServerComponent, TabsFieldErrorClientComponent, TabsFieldErrorServerComponent, TabsFieldLabelClientComponent, TabsFieldLabelServerComponent, TabsFieldServerComponent, TabsFieldServerProps, TabsPreferences, TagsConfig, TaskConfig, TaskHandler, TaskHandlerArgs, TaskHandlerResult, TaskHandlerResults, TaskInput, TaskOutput, TaskSlug, TextField, TextFieldClient, TextFieldClientComponent, TextFieldClientProps, TextFieldDescriptionClientComponent, TextFieldDescriptionServerComponent, TextFieldDiffClientComponent, TextFieldDiffServerComponent, TextFieldErrorClientComponent, TextFieldErrorServerComponent, TextFieldLabelClientComponent, TextFieldLabelServerComponent, TextFieldManyValidation, TextFieldServerComponent, TextFieldServerProps, TextFieldSingleValidation, TextFieldValidation, TextareaField, TextareaFieldClient, TextareaFieldClientComponent, TextareaFieldClientProps, TextareaFieldDescriptionClientComponent, TextareaFieldDescriptionServerComponent, TextareaFieldDiffClientComponent, TextareaFieldDiffServerComponent, TextareaFieldErrorClientComponent, TextareaFieldErrorServerComponent, TextareaFieldLabelClientComponent, TextareaFieldLabelServerComponent, TextareaFieldServerComponent, TextareaFieldServerProps, TextareaFieldValidation, TimePickerProps, Timezone, TimezonesConfig, Transaction, TransformCollectionWithSelect, TransformDataWithSelect, TransformGlobalWithSelect, TraverseFieldsCallback, TypeWithID, TypeWithTimestamps, TypeWithVersion, TypedAuthOperations, TypedBlock, TypedCollection, TypedCollectionJoins, TypedCollectionSelect, TypedFallbackLocale, TypedGlobal, TypedGlobalSelect, TypedJobs, TypedLocale, TypedUploadCollection, TypedWidget, UIField, UIFieldClient, UIFieldClientComponent, UIFieldClientProps, UIFieldDiffClientComponent, UIFieldDiffServerComponent, UIFieldServerComponent, UIFieldServerProps, UnauthenticatedClientConfig, UnnamedGroupField, UnnamedGroupFieldClient, UnnamedTab, UnpublishButtonClientProps, UnpublishButtonServerProps, UnpublishButtonServerPropsOnly, UntypedPayloadTypes, UpdateGlobal, UpdateGlobalArgs, UpdateGlobalVersion, UpdateGlobalVersionArgs, UpdateJobs, UpdateJobsArgs, UpdateMany, UpdateManyArgs, UpdateOne, UpdateOneArgs, UpdateVersion, UpdateVersionArgs, UploadCollectionSlug, UploadConfig, UploadEdits, UploadField, UploadFieldClient, UploadFieldClientComponent, UploadFieldClientProps, UploadFieldDescriptionClientComponent, UploadFieldDescriptionServerComponent, UploadFieldDiffClientComponent, UploadFieldDiffServerComponent, UploadFieldErrorClientComponent, UploadFieldErrorServerComponent, UploadFieldLabelClientComponent, UploadFieldLabelServerComponent, UploadFieldManyValidation, UploadFieldServerComponent, UploadFieldServerProps, UploadFieldSingleValidation, UploadFieldValidation, UploadFilePreviewClientProps, UploadInstructions, UploadInstructionsAccess, UploadInstructionsCapability, UploadInstructionsRequest, Upsert, UpsertArgs, User, UserMenuSettingsGroup, UserMenuSettingsItem, UserSession, UsernameFieldValidation, Validate, ValidateOptions, ValidationFieldError, ValueWithRelation, VerifyConfig, VersionField, VersionOperations, VersionTab, ViewDescriptionClientProps, ViewDescriptionServerProps, ViewDescriptionServerPropsOnly, ViewTypes, VisibleEntities, Where, WhereField, Widget, WidgetInstance, WidgetServerProps, WidgetSlug, WidgetWidth, WithSelectFn, WithServerSidePropsComponent, WithServerSidePropsComponentProps, WorkflowConfig, WorkflowHandler, WorkflowSlug, checkFileRestrictionsParams };
|