payload 3.80.0-internal.cee0ccf → 3.80.0
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/auth/endpoints/forgotPassword.d.ts.map +1 -1
- package/dist/auth/endpoints/forgotPassword.js +0 -2
- package/dist/auth/endpoints/forgotPassword.js.map +1 -1
- package/dist/auth/extractJWT.d.ts.map +1 -1
- package/dist/auth/extractJWT.js +18 -4
- package/dist/auth/extractJWT.js.map +1 -1
- package/dist/auth/operations/forgotPassword.d.ts.map +1 -1
- package/dist/auth/operations/forgotPassword.js +5 -4
- package/dist/auth/operations/forgotPassword.js.map +1 -1
- package/dist/auth/operations/me.js +5 -5
- package/dist/auth/operations/me.js.map +1 -1
- package/dist/auth/sendVerificationEmail.d.ts.map +1 -1
- package/dist/auth/sendVerificationEmail.js +5 -4
- package/dist/auth/sendVerificationEmail.js.map +1 -1
- package/dist/collections/operations/update.js +1 -1
- package/dist/collections/operations/update.js.map +1 -1
- package/dist/collections/operations/utilities/update.d.ts.map +1 -1
- package/dist/collections/operations/utilities/update.js +2 -1
- package/dist/collections/operations/utilities/update.js.map +1 -1
- package/dist/config/orderable/index.d.ts +2 -2
- package/dist/config/orderable/index.d.ts.map +1 -1
- package/dist/config/orderable/index.js +60 -34
- package/dist/config/orderable/index.js.map +1 -1
- package/dist/config/orderable/utils/buildJoinScopeWhere.d.ts +10 -0
- package/dist/config/orderable/utils/buildJoinScopeWhere.d.ts.map +1 -0
- package/dist/config/orderable/utils/buildJoinScopeWhere.js +43 -0
- package/dist/config/orderable/utils/buildJoinScopeWhere.js.map +1 -0
- package/dist/config/orderable/utils/getJoinScopeContext.d.ts +16 -0
- package/dist/config/orderable/utils/getJoinScopeContext.d.ts.map +1 -0
- package/dist/config/orderable/utils/getJoinScopeContext.js +42 -0
- package/dist/config/orderable/utils/getJoinScopeContext.js.map +1 -0
- package/dist/config/orderable/utils/getJoinScopeWhereFromDocData.d.ts +12 -0
- package/dist/config/orderable/utils/getJoinScopeWhereFromDocData.d.ts.map +1 -0
- package/dist/config/orderable/utils/getJoinScopeWhereFromDocData.js +18 -0
- package/dist/config/orderable/utils/getJoinScopeWhereFromDocData.js.map +1 -0
- package/dist/config/orderable/utils/getValueAtPath.d.ts +5 -0
- package/dist/config/orderable/utils/getValueAtPath.d.ts.map +1 -0
- package/dist/config/orderable/utils/getValueAtPath.js +18 -0
- package/dist/config/orderable/utils/getValueAtPath.js.map +1 -0
- package/dist/config/orderable/utils/resolvePendingTargetKey.d.ts +13 -0
- package/dist/config/orderable/utils/resolvePendingTargetKey.d.ts.map +1 -0
- package/dist/config/orderable/utils/resolvePendingTargetKey.js +24 -0
- package/dist/config/orderable/utils/resolvePendingTargetKey.js.map +1 -0
- package/dist/config/types.d.ts +1 -1
- package/dist/config/types.js.map +1 -1
- package/dist/database/getLocalizedPaths.d.ts.map +1 -1
- package/dist/database/getLocalizedPaths.js +2 -1
- package/dist/database/getLocalizedPaths.js.map +1 -1
- package/dist/database/queryValidation/validateQueryPaths.js +1 -1
- package/dist/database/queryValidation/validateQueryPaths.js.map +1 -1
- package/dist/database/queryValidation/validateSearchParams.d.ts.map +1 -1
- package/dist/database/queryValidation/validateSearchParams.js +2 -1
- package/dist/database/queryValidation/validateSearchParams.js.map +1 -1
- package/dist/database/sanitizeJoinQuery.d.ts.map +1 -1
- package/dist/database/sanitizeJoinQuery.js +6 -0
- package/dist/database/sanitizeJoinQuery.js.map +1 -1
- package/dist/database/types.d.ts +0 -1
- package/dist/database/types.d.ts.map +1 -1
- package/dist/database/types.js.map +1 -1
- package/dist/exports/shared.d.ts +1 -0
- package/dist/exports/shared.d.ts.map +1 -1
- package/dist/exports/shared.js +1 -0
- package/dist/exports/shared.js.map +1 -1
- package/dist/fields/baseFields/slug/index.d.ts +7 -0
- package/dist/fields/baseFields/slug/index.d.ts.map +1 -1
- package/dist/fields/baseFields/slug/index.js +2 -2
- package/dist/fields/baseFields/slug/index.js.map +1 -1
- package/dist/fields/validations.js +1 -1
- package/dist/fields/validations.js.map +1 -1
- package/dist/fields/validations.spec.js +25 -0
- package/dist/fields/validations.spec.js.map +1 -1
- package/dist/globals/operations/update.d.ts.map +1 -1
- package/dist/globals/operations/update.js +2 -1
- package/dist/globals/operations/update.js.map +1 -1
- package/dist/index.bundled.d.ts +16 -13
- package/dist/index.d.ts +1 -7
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -10
- package/dist/index.js.map +1 -1
- package/dist/queues/localAPI.d.ts +0 -1
- package/dist/queues/localAPI.d.ts.map +1 -1
- package/dist/queues/localAPI.js +0 -4
- package/dist/queues/localAPI.js.map +1 -1
- package/dist/queues/operations/runJobs/index.d.ts +0 -1
- package/dist/queues/operations/runJobs/index.d.ts.map +1 -1
- package/dist/queues/operations/runJobs/index.js +1 -96
- package/dist/queues/operations/runJobs/index.js.map +1 -1
- package/dist/queues/utilities/updateJob.d.ts +1 -2
- package/dist/queues/utilities/updateJob.d.ts.map +1 -1
- package/dist/queues/utilities/updateJob.js +31 -92
- package/dist/queues/utilities/updateJob.js.map +1 -1
- package/dist/types/constants.d.ts +5 -0
- package/dist/types/constants.d.ts.map +1 -1
- package/dist/types/constants.js +4 -0
- package/dist/types/constants.js.map +1 -1
- package/dist/uploads/endpoints/getFile.d.ts.map +1 -1
- package/dist/uploads/endpoints/getFile.js +7 -1
- package/dist/uploads/endpoints/getFile.js.map +1 -1
- package/dist/uploads/endpoints/getFileFromURL.d.ts.map +1 -1
- package/dist/uploads/endpoints/getFileFromURL.js +67 -28
- package/dist/uploads/endpoints/getFileFromURL.js.map +1 -1
- package/dist/uploads/getExternalFile.d.ts.map +1 -1
- package/dist/uploads/getExternalFile.js +3 -0
- package/dist/uploads/getExternalFile.js.map +1 -1
- package/dist/uploads/safeFetch.d.ts +1 -1
- package/dist/uploads/safeFetch.d.ts.map +1 -1
- package/dist/uploads/safeFetch.js.map +1 -1
- package/dist/utilities/addDataAndFileToRequest.d.ts.map +1 -1
- package/dist/utilities/addDataAndFileToRequest.js +7 -1
- package/dist/utilities/addDataAndFileToRequest.js.map +1 -1
- package/dist/utilities/configToJSONSchema.d.ts +7 -3
- package/dist/utilities/configToJSONSchema.d.ts.map +1 -1
- package/dist/utilities/configToJSONSchema.js +23 -33
- package/dist/utilities/configToJSONSchema.js.map +1 -1
- package/dist/utilities/configToJSONSchema.spec.js +75 -1
- package/dist/utilities/configToJSONSchema.spec.js.map +1 -1
- package/dist/utilities/getRequestOrigin.d.ts +10 -0
- package/dist/utilities/getRequestOrigin.d.ts.map +1 -0
- package/dist/utilities/getRequestOrigin.js +50 -0
- package/dist/utilities/getRequestOrigin.js.map +1 -0
- package/dist/utilities/getRequestOrigin.spec.js +151 -0
- package/dist/utilities/getRequestOrigin.spec.js.map +1 -0
- package/dist/utilities/sanitizeUrl.d.ts +7 -0
- package/dist/utilities/sanitizeUrl.d.ts.map +1 -0
- package/dist/utilities/sanitizeUrl.js +28 -0
- package/dist/utilities/sanitizeUrl.js.map +1 -0
- package/dist/versions/saveVersion.d.ts +1 -0
- package/dist/versions/saveVersion.d.ts.map +1 -1
- package/dist/versions/saveVersion.js +16 -66
- package/dist/versions/saveVersion.js.map +1 -1
- package/dist/versions/updateLatestVersion.d.ts +24 -0
- package/dist/versions/updateLatestVersion.d.ts.map +1 -0
- package/dist/versions/updateLatestVersion.js +64 -0
- package/dist/versions/updateLatestVersion.js.map +1 -0
- package/package.json +4 -4
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/utilities/addDataAndFileToRequest.ts"],"sourcesContent":["import type { PayloadRequest } from '../types/index.js'\n\nimport { APIError } from '../errors/APIError.js'\nimport { processMultipartFormdata } from '../uploads/fetchAPI-multipart/index.js'\n\ntype AddDataAndFileToRequest = (req: PayloadRequest) => Promise<void>\n\n/**\n * Mutates the Request, appending 'data' and 'file' if found\n */\nexport const addDataAndFileToRequest: AddDataAndFileToRequest = async (req) => {\n const { body, headers, method, payload } = req\n\n if (method && ['PATCH', 'POST', 'PUT'].includes(method.toUpperCase()) && body) {\n const [contentType] = (headers.get('Content-Type') || '').split(';', 1)\n const bodyByteSize = parseInt(req.headers.get('Content-Length') || '0', 10)\n\n if (contentType === 'application/json') {\n try {\n const text = await req.text?.()\n const data = text ? JSON.parse(text) : {}\n req.data = data\n // @ts-expect-error attach json method to request\n req.json = () => Promise.resolve(data)\n } catch (error) {\n if (error instanceof SyntaxError) {\n throw new APIError('Invalid JSON', 400)\n }\n req.payload.logger.error(error)\n throw error\n }\n } else if (bodyByteSize && contentType?.includes('multipart/')) {\n const { error, fields, files } = await processMultipartFormdata({\n options: {\n ...(payload.config.bodyParser || {}),\n ...(payload.config.upload || {}),\n },\n request: req as Request,\n })\n\n if (error) {\n throw new APIError(error.message)\n }\n\n if (files?.file) {\n req.file = files.file\n }\n\n if (fields?._payload && typeof fields._payload === 'string') {\n req.data = JSON.parse(fields._payload)\n }\n\n if (!req.file && fields?.file && typeof fields?.file === 'string') {\n
|
|
1
|
+
{"version":3,"sources":["../../src/utilities/addDataAndFileToRequest.ts"],"sourcesContent":["import type { PayloadRequest } from '../types/index.js'\n\nimport { APIError } from '../errors/APIError.js'\nimport { processMultipartFormdata } from '../uploads/fetchAPI-multipart/index.js'\n\ntype AddDataAndFileToRequest = (req: PayloadRequest) => Promise<void>\n\n/**\n * Mutates the Request, appending 'data' and 'file' if found\n */\nexport const addDataAndFileToRequest: AddDataAndFileToRequest = async (req) => {\n const { body, headers, method, payload } = req\n\n if (method && ['PATCH', 'POST', 'PUT'].includes(method.toUpperCase()) && body) {\n const [contentType] = (headers.get('Content-Type') || '').split(';', 1)\n const bodyByteSize = parseInt(req.headers.get('Content-Length') || '0', 10)\n\n if (contentType === 'application/json') {\n try {\n const text = await req.text?.()\n const data = text ? JSON.parse(text) : {}\n req.data = data\n // @ts-expect-error attach json method to request\n req.json = () => Promise.resolve(data)\n } catch (error) {\n if (error instanceof SyntaxError) {\n throw new APIError('Invalid JSON', 400)\n }\n req.payload.logger.error(error)\n throw error\n }\n } else if (bodyByteSize && contentType?.includes('multipart/')) {\n const { error, fields, files } = await processMultipartFormdata({\n options: {\n ...(payload.config.bodyParser || {}),\n ...(payload.config.upload || {}),\n },\n request: req as Request,\n })\n\n if (error) {\n throw new APIError(error.message)\n }\n\n if (files?.file) {\n req.file = files.file\n }\n\n if (fields?._payload && typeof fields._payload === 'string') {\n req.data = JSON.parse(fields._payload)\n }\n\n if (!req.file && fields?.file && typeof fields?.file === 'string') {\n let clientUploadContext, collectionSlug, filename, mimeType, size\n try {\n ;({ clientUploadContext, collectionSlug, filename, mimeType, size } = JSON.parse(\n fields.file,\n ))\n } catch {\n throw new APIError('A file name is required.', 400)\n }\n const uploadConfig = req.payload.collections[collectionSlug]!.config.upload\n\n if (!uploadConfig.handlers) {\n throw new APIError('uploadConfig.handlers is not present for ' + collectionSlug)\n }\n\n let response: null | Response = null\n let error: unknown\n\n for (const handler of uploadConfig.handlers) {\n try {\n const result = await handler(req, {\n doc: null!,\n params: {\n clientUploadContext, // Pass additional specific to adapters context returned from UploadHandler, then staticHandler can use them.\n collection: collectionSlug,\n filename,\n },\n })\n if (result) {\n response = result\n }\n // If we couldn't get the file from that handler, save the error and try other.\n } catch (err) {\n error = err\n }\n }\n\n if (!response) {\n if (error) {\n payload.logger.error(error)\n }\n\n throw new APIError('Expected response from the upload handler.')\n }\n\n req.file = {\n name: filename,\n clientUploadContext,\n data: Buffer.from(await response.arrayBuffer()),\n mimetype: response.headers.get('Content-Type') || mimeType,\n size,\n }\n }\n }\n }\n}\n"],"names":["APIError","processMultipartFormdata","addDataAndFileToRequest","req","body","headers","method","payload","includes","toUpperCase","contentType","get","split","bodyByteSize","parseInt","text","data","JSON","parse","json","Promise","resolve","error","SyntaxError","logger","fields","files","options","config","bodyParser","upload","request","message","file","_payload","clientUploadContext","collectionSlug","filename","mimeType","size","uploadConfig","collections","handlers","response","handler","result","doc","params","collection","err","name","Buffer","from","arrayBuffer","mimetype"],"mappings":"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"}
|
|
@@ -8,6 +8,9 @@ import type { SanitizedGlobalConfig } from '../globals/config/types.js';
|
|
|
8
8
|
* Returns a JSON Schema Type with 'null' added if the field is not required.
|
|
9
9
|
*/
|
|
10
10
|
export declare function withNullableJSONSchemaType(fieldType: JSONSchema4TypeName, isRequired: boolean): JSONSchema4TypeName | JSONSchema4TypeName[];
|
|
11
|
+
type ConfigToJSONSchemaOptions = {
|
|
12
|
+
forceInlineBlocks?: boolean;
|
|
13
|
+
};
|
|
11
14
|
export declare function fieldsToJSONSchema(
|
|
12
15
|
/**
|
|
13
16
|
* Used for relationship fields, to determine whether to use a string or number type for the ID.
|
|
@@ -20,7 +23,7 @@ collectionIDFieldTypes: {
|
|
|
20
23
|
/**
|
|
21
24
|
* Allows you to define new top-level interfaces that can be re-used in the output schema.
|
|
22
25
|
*/
|
|
23
|
-
interfaceNameDefinitions: Map<string, JSONSchema4>, config?: SanitizedConfig, i18n?: I18n): {
|
|
26
|
+
interfaceNameDefinitions: Map<string, JSONSchema4>, config?: SanitizedConfig, i18n?: I18n, opts?: ConfigToJSONSchemaOptions): {
|
|
24
27
|
properties: {
|
|
25
28
|
[k: string]: JSONSchema4;
|
|
26
29
|
};
|
|
@@ -28,7 +31,7 @@ interfaceNameDefinitions: Map<string, JSONSchema4>, config?: SanitizedConfig, i1
|
|
|
28
31
|
};
|
|
29
32
|
export declare function entityToJSONSchema(config: SanitizedConfig, entity: SanitizedCollectionConfig | SanitizedGlobalConfig, interfaceNameDefinitions: Map<string, JSONSchema4>, defaultIDType: 'number' | 'text', collectionIDFieldTypes?: {
|
|
30
33
|
[key: string]: 'number' | 'string';
|
|
31
|
-
}, i18n?: I18n): JSONSchema4;
|
|
34
|
+
}, i18n?: I18n, opts?: ConfigToJSONSchemaOptions): JSONSchema4;
|
|
32
35
|
export declare function fieldsToSelectJSONSchema({ config, fields, interfaceNameDefinitions, }: {
|
|
33
36
|
config: SanitizedConfig;
|
|
34
37
|
fields: FlattenedField[];
|
|
@@ -39,5 +42,6 @@ export declare function timezonesToJSONSchema(supportedTimezones: SanitizedConfi
|
|
|
39
42
|
/**
|
|
40
43
|
* This is used for generating the TypeScript types (payload-types.ts) with the payload generate:types command.
|
|
41
44
|
*/
|
|
42
|
-
export declare function configToJSONSchema(config: SanitizedConfig, defaultIDType?: 'number' | 'text', i18n?: I18n): JSONSchema4;
|
|
45
|
+
export declare function configToJSONSchema(config: SanitizedConfig, defaultIDType?: 'number' | 'text', i18n?: I18n, opts?: ConfigToJSONSchemaOptions): JSONSchema4;
|
|
46
|
+
export {};
|
|
43
47
|
//# sourceMappingURL=configToJSONSchema.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"configToJSONSchema.d.ts","sourceRoot":"","sources":["../../src/utilities/configToJSONSchema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,0BAA0B,CAAA;AACpD,OAAO,KAAK,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAA;AAGnE,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,gCAAgC,CAAA;AAC/E,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAA;AACzD,OAAO,KAAK,EAAsB,cAAc,EAAU,MAAM,2BAA2B,CAAA;AAC3F,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAA;
|
|
1
|
+
{"version":3,"file":"configToJSONSchema.d.ts","sourceRoot":"","sources":["../../src/utilities/configToJSONSchema.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,IAAI,EAAE,MAAM,0BAA0B,CAAA;AACpD,OAAO,KAAK,EAAE,WAAW,EAAE,mBAAmB,EAAE,MAAM,aAAa,CAAA;AAGnE,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,gCAAgC,CAAA;AAC/E,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,oBAAoB,CAAA;AACzD,OAAO,KAAK,EAAsB,cAAc,EAAU,MAAM,2BAA2B,CAAA;AAC3F,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,4BAA4B,CAAA;AA4SvE;;GAEG;AACH,wBAAgB,0BAA0B,CACxC,SAAS,EAAE,mBAAmB,EAC9B,UAAU,EAAE,OAAO,GAClB,mBAAmB,GAAG,mBAAmB,EAAE,CAO7C;AA4BD,KAAK,yBAAyB,GAAG;IAC/B,iBAAiB,CAAC,EAAE,OAAO,CAAA;CAC5B,CAAA;AAED,wBAAgB,kBAAkB;AAChC;;;;GAIG;AACH,sBAAsB,EAAE;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,QAAQ,GAAG,QAAQ,CAAA;CAAE,EAC9D,MAAM,EAAE,cAAc,EAAE;AACxB;;GAEG;AACH,wBAAwB,EAAE,GAAG,CAAC,MAAM,EAAE,WAAW,CAAC,EAClD,MAAM,CAAC,EAAE,eAAe,EACxB,IAAI,CAAC,EAAE,IAAI,EACX,IAAI,GAAE,yBAA8B,GACnC;IACD,UAAU,EAAE;QACV,CAAC,CAAC,EAAE,MAAM,GAAG,WAAW,CAAA;KACzB,CAAA;IACD,QAAQ,EAAE,MAAM,EAAE,CAAA;CACnB,CAyfA;AAGD,wBAAgB,kBAAkB,CAChC,MAAM,EAAE,eAAe,EACvB,MAAM,EAAE,yBAAyB,GAAG,qBAAqB,EACzD,wBAAwB,EAAE,GAAG,CAAC,MAAM,EAAE,WAAW,CAAC,EAClD,aAAa,EAAE,QAAQ,GAAG,MAAM,EAChC,sBAAsB,CAAC,EAAE;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,QAAQ,GAAG,QAAQ,CAAA;CAAE,EAC/D,IAAI,CAAC,EAAE,IAAI,EACX,IAAI,GAAE,yBAA8B,GACnC,WAAW,CAsFb;AAED,wBAAgB,wBAAwB,CAAC,EACvC,MAAM,EACN,MAAM,EACN,wBAAwB,GACzB,EAAE;IACD,MAAM,EAAE,eAAe,CAAA;IACvB,MAAM,EAAE,cAAc,EAAE,CAAA;IACxB,wBAAwB,EAAE,GAAG,CAAC,MAAM,EAAE,WAAW,CAAC,CAAA;CACnD,GAAG,WAAW,CAgGd;AAgHD,wBAAgB,oCAAoC,CAClD,MAAM,EAAE,yBAAyB,GAChC,WAAW,CA0Bb;AAGD,wBAAgB,qBAAqB,CACnC,kBAAkB,EAAE,eAAe,CAAC,OAAO,CAAC,CAAC,WAAW,CAAC,CAAC,oBAAoB,CAAC,GAC9E,WAAW,CAOb;AAuBD;;GAEG;AACH,wBAAgB,kBAAkB,CAChC,MAAM,EAAE,eAAe,EACvB,aAAa,CAAC,EAAE,QAAQ,GAAG,MAAM,EACjC,IAAI,CAAC,EAAE,IAAI,EACX,IAAI,GAAE,yBAA8B,GACnC,WAAW,CAuMb"}
|
|
@@ -120,7 +120,7 @@ function getAllowedWidgetWidths({ maxWidth, minWidth }) {
|
|
|
120
120
|
}
|
|
121
121
|
return widgetWidths.slice(minIndex, maxIndex + 1);
|
|
122
122
|
}
|
|
123
|
-
function generateWidgetSchemas({ collectionIDFieldTypes, config, i18n, interfaceNameDefinitions }) {
|
|
123
|
+
function generateWidgetSchemas({ collectionIDFieldTypes, config, i18n, interfaceNameDefinitions, opts = {} }) {
|
|
124
124
|
const widgets = config.admin?.dashboard?.widgets ?? [];
|
|
125
125
|
const definitions = {};
|
|
126
126
|
const properties = {};
|
|
@@ -134,7 +134,7 @@ function generateWidgetSchemas({ collectionIDFieldTypes, config, i18n, interface
|
|
|
134
134
|
if (widget.fields?.length) {
|
|
135
135
|
const widgetFieldSchemas = fieldsToJSONSchema(collectionIDFieldTypes, flattenAllFields({
|
|
136
136
|
fields: widget.fields
|
|
137
|
-
}), interfaceNameDefinitions, config, i18n);
|
|
137
|
+
}), interfaceNameDefinitions, config, i18n, opts);
|
|
138
138
|
dataSchema = {
|
|
139
139
|
type: 'object',
|
|
140
140
|
additionalProperties: false,
|
|
@@ -305,7 +305,7 @@ export function fieldsToJSONSchema(/**
|
|
|
305
305
|
* if they have custom ID fields.
|
|
306
306
|
*/ collectionIDFieldTypes, fields, /**
|
|
307
307
|
* Allows you to define new top-level interfaces that can be re-used in the output schema.
|
|
308
|
-
*/ interfaceNameDefinitions, config, i18n) {
|
|
308
|
+
*/ interfaceNameDefinitions, config, i18n, opts = {}) {
|
|
309
309
|
const requiredFieldNames = new Set();
|
|
310
310
|
return {
|
|
311
311
|
properties: Object.fromEntries(fields.reduce((fieldSchemas, field, index)=>{
|
|
@@ -328,7 +328,7 @@ export function fieldsToJSONSchema(/**
|
|
|
328
328
|
items: {
|
|
329
329
|
type: 'object',
|
|
330
330
|
additionalProperties: false,
|
|
331
|
-
...fieldsToJSONSchema(collectionIDFieldTypes, field.flattenedFields, interfaceNameDefinitions, config, i18n)
|
|
331
|
+
...fieldsToJSONSchema(collectionIDFieldTypes, field.flattenedFields, interfaceNameDefinitions, config, i18n, opts)
|
|
332
332
|
}
|
|
333
333
|
};
|
|
334
334
|
if (field.interfaceName) {
|
|
@@ -355,27 +355,14 @@ export function fieldsToJSONSchema(/**
|
|
|
355
355
|
if (!resolvedBlock) {
|
|
356
356
|
return {};
|
|
357
357
|
}
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
properties: {
|
|
363
|
-
...resolvedBlockFieldSchemas.properties,
|
|
364
|
-
blockType: {
|
|
365
|
-
const: resolvedBlock.slug
|
|
366
|
-
}
|
|
367
|
-
},
|
|
368
|
-
required: [
|
|
369
|
-
'blockType',
|
|
370
|
-
...resolvedBlockFieldSchemas.required
|
|
371
|
-
]
|
|
372
|
-
};
|
|
373
|
-
if (resolvedBlock.interfaceName) {
|
|
374
|
-
interfaceNameDefinitions.set(resolvedBlock.interfaceName, resolvedBlockSchema);
|
|
358
|
+
if (!opts.forceInlineBlocks) {
|
|
359
|
+
return {
|
|
360
|
+
$ref: `#/definitions/${resolvedBlock.interfaceName ?? resolvedBlock.slug}`
|
|
361
|
+
};
|
|
375
362
|
}
|
|
376
|
-
|
|
363
|
+
block = resolvedBlock;
|
|
377
364
|
}
|
|
378
|
-
const blockFieldSchemas = fieldsToJSONSchema(collectionIDFieldTypes, block.flattenedFields, interfaceNameDefinitions, config, i18n);
|
|
365
|
+
const blockFieldSchemas = fieldsToJSONSchema(collectionIDFieldTypes, block.flattenedFields, interfaceNameDefinitions, config, i18n, opts);
|
|
379
366
|
const blockSchema = {
|
|
380
367
|
type: 'object',
|
|
381
368
|
additionalProperties: false,
|
|
@@ -390,9 +377,11 @@ export function fieldsToJSONSchema(/**
|
|
|
390
377
|
...blockFieldSchemas.required
|
|
391
378
|
]
|
|
392
379
|
};
|
|
393
|
-
if (block.interfaceName) {
|
|
380
|
+
if (!opts.forceInlineBlocks && block.interfaceName) {
|
|
394
381
|
interfaceNameDefinitions.set(block.interfaceName, blockSchema);
|
|
395
|
-
return
|
|
382
|
+
return {
|
|
383
|
+
$ref: `#/definitions/${block.interfaceName}`
|
|
384
|
+
};
|
|
396
385
|
}
|
|
397
386
|
return blockSchema;
|
|
398
387
|
})
|
|
@@ -426,7 +415,7 @@ export function fieldsToJSONSchema(/**
|
|
|
426
415
|
...baseFieldSchema,
|
|
427
416
|
type: 'object',
|
|
428
417
|
additionalProperties: false,
|
|
429
|
-
...fieldsToJSONSchema(collectionIDFieldTypes, field.flattenedFields, interfaceNameDefinitions, config, i18n)
|
|
418
|
+
...fieldsToJSONSchema(collectionIDFieldTypes, field.flattenedFields, interfaceNameDefinitions, config, i18n, opts)
|
|
430
419
|
};
|
|
431
420
|
if (field.interfaceName) {
|
|
432
421
|
interfaceNameDefinitions.set(field.interfaceName, fieldSchema);
|
|
@@ -745,7 +734,7 @@ export function fieldsToJSONSchema(/**
|
|
|
745
734
|
...baseFieldSchema,
|
|
746
735
|
type: 'object',
|
|
747
736
|
additionalProperties: false,
|
|
748
|
-
...fieldsToJSONSchema(collectionIDFieldTypes, field.flattenedFields, interfaceNameDefinitions, config, i18n)
|
|
737
|
+
...fieldsToJSONSchema(collectionIDFieldTypes, field.flattenedFields, interfaceNameDefinitions, config, i18n, opts)
|
|
749
738
|
};
|
|
750
739
|
if (field.interfaceName) {
|
|
751
740
|
interfaceNameDefinitions.set(field.interfaceName, fieldSchema);
|
|
@@ -795,7 +784,7 @@ export function fieldsToJSONSchema(/**
|
|
|
795
784
|
};
|
|
796
785
|
}
|
|
797
786
|
// This function is part of the public API and is exported through payload/utilities
|
|
798
|
-
export function entityToJSONSchema(config, entity, interfaceNameDefinitions, defaultIDType, collectionIDFieldTypes, i18n) {
|
|
787
|
+
export function entityToJSONSchema(config, entity, interfaceNameDefinitions, defaultIDType, collectionIDFieldTypes, i18n, opts = {}) {
|
|
799
788
|
if (!collectionIDFieldTypes) {
|
|
800
789
|
collectionIDFieldTypes = getCollectionIDFieldTypes({
|
|
801
790
|
config,
|
|
@@ -844,7 +833,7 @@ export function entityToJSONSchema(config, entity, interfaceNameDefinitions, def
|
|
|
844
833
|
});
|
|
845
834
|
}
|
|
846
835
|
const isAuthCollection = 'auth' in entity && entity.auth;
|
|
847
|
-
const fieldsSchema = fieldsToJSONSchema(collectionIDFieldTypes, mutableFields, interfaceNameDefinitions, config, i18n);
|
|
836
|
+
const fieldsSchema = fieldsToJSONSchema(collectionIDFieldTypes, mutableFields, interfaceNameDefinitions, config, i18n, opts);
|
|
848
837
|
// Add collection property to auth collections
|
|
849
838
|
if (isAuthCollection) {
|
|
850
839
|
fieldsSchema.properties = {
|
|
@@ -1146,7 +1135,7 @@ function generateAuthOperationSchemas(collections) {
|
|
|
1146
1135
|
}
|
|
1147
1136
|
/**
|
|
1148
1137
|
* This is used for generating the TypeScript types (payload-types.ts) with the payload generate:types command.
|
|
1149
|
-
*/ export function configToJSONSchema(config, defaultIDType, i18n) {
|
|
1138
|
+
*/ export function configToJSONSchema(config, defaultIDType, i18n, opts = {}) {
|
|
1150
1139
|
// a mutable Map to store custom top-level `interfaceName` types. Fields with an `interfaceName` property will be moved to the top-level definitions here
|
|
1151
1140
|
const interfaceNameDefinitions = new Map();
|
|
1152
1141
|
// Used for relationship fields, to determine whether to use a string or number type for the ID.
|
|
@@ -1167,7 +1156,7 @@ function generateAuthOperationSchemas(collections) {
|
|
|
1167
1156
|
}))
|
|
1168
1157
|
];
|
|
1169
1158
|
const entityDefinitions = entities.reduce((acc, { type, entity })=>{
|
|
1170
|
-
acc[entity.slug] = entityToJSONSchema(config, entity, interfaceNameDefinitions, defaultIDType, collectionIDFieldTypes, i18n);
|
|
1159
|
+
acc[entity.slug] = entityToJSONSchema(config, entity, interfaceNameDefinitions, defaultIDType, collectionIDFieldTypes, i18n, opts);
|
|
1171
1160
|
const select = fieldsToSelectJSONSchema({
|
|
1172
1161
|
config,
|
|
1173
1162
|
fields: entity.flattenedFields,
|
|
@@ -1190,7 +1179,8 @@ function generateAuthOperationSchemas(collections) {
|
|
|
1190
1179
|
collectionIDFieldTypes,
|
|
1191
1180
|
config,
|
|
1192
1181
|
i18n,
|
|
1193
|
-
interfaceNameDefinitions
|
|
1182
|
+
interfaceNameDefinitions,
|
|
1183
|
+
opts
|
|
1194
1184
|
});
|
|
1195
1185
|
const authOperationDefinitions = [
|
|
1196
1186
|
...config.collections
|
|
@@ -1209,7 +1199,7 @@ function generateAuthOperationSchemas(collections) {
|
|
|
1209
1199
|
};
|
|
1210
1200
|
if (config?.blocks?.length) {
|
|
1211
1201
|
for (const block of config.blocks){
|
|
1212
|
-
const blockFieldSchemas = fieldsToJSONSchema(collectionIDFieldTypes, block.flattenedFields, interfaceNameDefinitions, config, i18n);
|
|
1202
|
+
const blockFieldSchemas = fieldsToJSONSchema(collectionIDFieldTypes, block.flattenedFields, interfaceNameDefinitions, config, i18n, opts);
|
|
1213
1203
|
const blockSchema = {
|
|
1214
1204
|
type: 'object',
|
|
1215
1205
|
additionalProperties: false,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../../src/utilities/configToJSONSchema.ts"],"sourcesContent":["import type { I18n } from '@payloadcms/translations'\nimport type { JSONSchema4, JSONSchema4TypeName } from 'json-schema'\n\nimport type { Auth } from '../auth/types.js'\nimport type { SanitizedCollectionConfig } from '../collections/config/types.js'\nimport type { SanitizedConfig } from '../config/types.js'\nimport type { FieldAffectingData, FlattenedField, Option } from '../fields/config/types.js'\nimport type { SanitizedGlobalConfig } from '../globals/config/types.js'\n\nimport { MissingEditorProp } from '../errors/MissingEditorProp.js'\nimport { fieldAffectsData } from '../fields/config/types.js'\nimport { generateJobsJSONSchemas } from '../queues/config/generateJobsJSONSchemas.js'\nimport { flattenAllFields } from './flattenAllFields.js'\nimport { formatNames } from './formatLabels.js'\nimport { getCollectionIDFieldTypes } from './getCollectionIDFieldTypes.js'\nimport { optionsAreEqual } from './optionsAreEqual.js'\n\nconst fieldIsRequired = (field: FlattenedField): boolean => {\n const isConditional = Boolean(field?.admin && field?.admin?.condition)\n if (isConditional) {\n return false\n }\n\n const isMarkedRequired = 'required' in field && field.required === true\n if (fieldAffectsData(field) && isMarkedRequired) {\n return true\n }\n\n // if any subfields are required, this field is required\n if ('fields' in field && field.type !== 'array') {\n return field.flattenedFields.some((subField) => fieldIsRequired(subField))\n }\n\n return false\n}\n\nfunction buildOptionEnums(options: Option[]): string[] {\n return options.map((option) => {\n if (typeof option === 'object' && 'value' in option) {\n return option.value\n }\n\n return option\n })\n}\n\nfunction generateEntitySchemas(\n entities: (SanitizedCollectionConfig | SanitizedGlobalConfig)[],\n): JSONSchema4 {\n const properties = [...entities].reduce(\n (acc, { slug }) => {\n acc[slug] = {\n $ref: `#/definitions/${slug}`,\n }\n\n return acc\n },\n {} as Record<string, JSONSchema4>,\n )\n\n return {\n type: 'object',\n additionalProperties: false,\n properties,\n required: Object.keys(properties),\n }\n}\n\nfunction generateEntitySelectSchemas(\n entities: (SanitizedCollectionConfig | SanitizedGlobalConfig)[],\n): JSONSchema4 {\n const properties = [...entities].reduce(\n (acc, { slug }) => {\n acc[slug] = {\n $ref: `#/definitions/${slug}_select`,\n }\n\n return acc\n },\n {} as Record<string, JSONSchema4>,\n )\n\n return {\n type: 'object',\n additionalProperties: false,\n properties,\n required: Object.keys(properties),\n }\n}\n\nfunction generateCollectionJoinsSchemas(collections: SanitizedCollectionConfig[]): JSONSchema4 {\n const properties = [...collections].reduce<Record<string, JSONSchema4>>(\n (acc, { slug, joins, polymorphicJoins }) => {\n const schema = {\n type: 'object',\n additionalProperties: false,\n properties: {},\n required: [] as string[],\n } satisfies JSONSchema4\n\n for (const collectionSlug in joins) {\n for (const join of joins[collectionSlug]!) {\n ;(schema.properties as any)[join.joinPath] = {\n type: 'string',\n enum: [collectionSlug],\n }\n schema.required.push(join.joinPath)\n }\n }\n\n for (const join of polymorphicJoins) {\n ;(schema.properties as any)[join.joinPath] = {\n type: 'string',\n enum: join.field.collection,\n }\n schema.required.push(join.joinPath)\n }\n\n if (Object.keys(schema.properties).length > 0) {\n acc[slug] = schema\n }\n\n return acc\n },\n {},\n )\n\n return {\n type: 'object',\n additionalProperties: false,\n properties,\n required: Object.keys(properties),\n }\n}\n\nconst widgetWidths = ['x-small', 'small', 'medium', 'large', 'x-large', 'full'] as const\n\nfunction getAllowedWidgetWidths({\n maxWidth,\n minWidth,\n}: {\n maxWidth?: (typeof widgetWidths)[number]\n minWidth?: (typeof widgetWidths)[number]\n}): string[] {\n const minIndex = minWidth ? widgetWidths.indexOf(minWidth) : 0\n const maxIndex = maxWidth ? widgetWidths.indexOf(maxWidth) : widgetWidths.length - 1\n\n if (minIndex === -1 || maxIndex === -1 || minIndex > maxIndex) {\n return [...widgetWidths]\n }\n\n return widgetWidths.slice(minIndex, maxIndex + 1)\n}\n\nfunction generateWidgetSchemas({\n collectionIDFieldTypes,\n config,\n i18n,\n interfaceNameDefinitions,\n}: {\n collectionIDFieldTypes: { [key: string]: 'number' | 'string' }\n config: SanitizedConfig\n i18n?: I18n\n interfaceNameDefinitions: Map<string, JSONSchema4>\n}): {\n definitions: Record<string, JSONSchema4>\n schema: JSONSchema4\n} {\n const widgets = config.admin?.dashboard?.widgets ?? []\n const definitions: Record<string, JSONSchema4> = {}\n const properties: Record<string, JSONSchema4> = {}\n\n for (const widget of widgets) {\n const definition = `${widget.slug}_widget`\n const widthEnum = getAllowedWidgetWidths({\n maxWidth: widget.maxWidth,\n minWidth: widget.minWidth,\n })\n let dataSchema: JSONSchema4\n\n if (widget.fields?.length) {\n const widgetFieldSchemas = fieldsToJSONSchema(\n collectionIDFieldTypes,\n flattenAllFields({ fields: widget.fields }),\n interfaceNameDefinitions,\n config,\n i18n,\n )\n\n dataSchema = {\n type: 'object',\n additionalProperties: false,\n ...widgetFieldSchemas,\n }\n } else {\n dataSchema = {\n type: 'object',\n additionalProperties: true,\n }\n }\n\n definitions[definition] = {\n type: 'object',\n additionalProperties: false,\n properties: {\n data: dataSchema,\n width: {\n type: 'string',\n enum: widthEnum,\n },\n },\n required: ['width'],\n }\n\n properties[widget.slug] = {\n $ref: `#/definitions/${definition}`,\n }\n }\n\n return {\n definitions,\n schema: {\n type: 'object',\n additionalProperties: false,\n properties,\n required: Object.keys(properties),\n },\n }\n}\n\nfunction generateLocaleEntitySchemas(localization: SanitizedConfig['localization']): JSONSchema4 {\n if (localization && 'locales' in localization && localization?.locales) {\n const localesFromConfig = localization?.locales\n\n const locales = [...localesFromConfig].map((locale) => {\n return locale.code\n }, [])\n\n return {\n type: 'string',\n enum: locales,\n }\n }\n\n return {\n type: 'null',\n }\n}\n\nfunction generateFallbackLocaleEntitySchemas(\n localization: SanitizedConfig['localization'],\n): JSONSchema4 {\n if (localization && 'localeCodes' in localization && localization?.localeCodes) {\n const localeCodes = [...localization.localeCodes].map((localeCode) => {\n return localeCode\n }, [])\n\n return {\n oneOf: [\n { type: 'string', enum: ['false', 'none', 'null'] },\n { type: 'boolean', enum: [false] },\n { type: 'null' },\n { type: 'string', enum: localeCodes },\n { type: 'array', items: { type: 'string', enum: localeCodes } },\n ],\n }\n }\n\n return {\n type: 'null',\n }\n}\n\nfunction generateAuthEntitySchemas(entities: SanitizedCollectionConfig[]): JSONSchema4 {\n const properties: JSONSchema4[] = [...entities]\n .filter(({ auth }) => Boolean(auth))\n .map(({ slug }) => {\n return { $ref: `#/definitions/${slug}` }\n }, {})\n\n return {\n oneOf: properties,\n }\n}\n\n/**\n * Generates the JSON Schema for database configuration\n *\n * @example { db: idType: string }\n */\nfunction generateDbEntitySchema(config: SanitizedConfig): JSONSchema4 {\n const defaultIDType: JSONSchema4 =\n config.db?.defaultIDType === 'number' ? { type: 'number' } : { type: 'string' }\n\n return {\n type: 'object',\n additionalProperties: false,\n properties: {\n defaultIDType,\n },\n required: ['defaultIDType'],\n }\n}\n\n/**\n * Returns a JSON Schema Type with 'null' added if the field is not required.\n */\nexport function withNullableJSONSchemaType(\n fieldType: JSONSchema4TypeName,\n isRequired: boolean,\n): JSONSchema4TypeName | JSONSchema4TypeName[] {\n const fieldTypes = [fieldType]\n if (isRequired) {\n return fieldType\n }\n fieldTypes.push('null')\n return fieldTypes\n}\n\nfunction entityOrFieldToJsDocs({\n entity,\n i18n,\n}: {\n entity: FlattenedField | SanitizedCollectionConfig | SanitizedGlobalConfig\n i18n?: I18n\n}): string | undefined {\n let description: string | undefined = undefined\n if (entity?.admin?.description) {\n if (typeof entity?.admin?.description === 'string') {\n description = entity?.admin?.description\n } else if (typeof entity?.admin?.description === 'object') {\n if (entity?.admin?.description?.en) {\n description = entity?.admin?.description?.en\n } else if (entity?.admin?.description?.[i18n!.language]) {\n description = entity?.admin?.description?.[i18n!.language]\n }\n } else if (typeof entity?.admin?.description === 'function' && i18n) {\n // do not evaluate description functions for generating JSDocs. The output of\n // those can differ depending on where and when they are called, creating\n // inconsistencies in the generated JSDocs.\n }\n }\n return description\n}\nexport function fieldsToJSONSchema(\n /**\n * Used for relationship fields, to determine whether to use a string or number type for the ID.\n * While there is a default ID field type set by the db adapter, they can differ on a collection-level\n * if they have custom ID fields.\n */\n collectionIDFieldTypes: { [key: string]: 'number' | 'string' },\n fields: FlattenedField[],\n /**\n * Allows you to define new top-level interfaces that can be re-used in the output schema.\n */\n interfaceNameDefinitions: Map<string, JSONSchema4>,\n config?: SanitizedConfig,\n i18n?: I18n,\n): {\n properties: {\n [k: string]: JSONSchema4\n }\n required: string[]\n} {\n const requiredFieldNames = new Set<string>()\n\n return {\n properties: Object.fromEntries(\n fields.reduce((fieldSchemas, field, index) => {\n const isRequired = fieldAffectsData(field) && fieldIsRequired(field)\n\n const fieldDescription = entityOrFieldToJsDocs({ entity: field, i18n })\n const baseFieldSchema: JSONSchema4 = {}\n if (fieldDescription) {\n baseFieldSchema.description = fieldDescription\n }\n\n let fieldSchema: JSONSchema4\n\n switch (field.type) {\n case 'array': {\n fieldSchema = {\n ...baseFieldSchema,\n type: withNullableJSONSchemaType('array', isRequired),\n items: {\n type: 'object',\n additionalProperties: false,\n ...fieldsToJSONSchema(\n collectionIDFieldTypes,\n field.flattenedFields,\n interfaceNameDefinitions,\n config,\n i18n,\n ),\n },\n }\n\n if (field.interfaceName) {\n interfaceNameDefinitions.set(field.interfaceName, fieldSchema)\n\n fieldSchema = {\n $ref: `#/definitions/${field.interfaceName}`,\n }\n }\n break\n }\n case 'blocks': {\n // Check for a case where no blocks are provided.\n // We need to generate an empty array for this case, note that JSON schema 4 doesn't support empty arrays\n // so the best we can get is `unknown[]`\n const hasBlocks = Boolean(\n field.blockReferences ? field.blockReferences.length : field.blocks.length,\n )\n\n fieldSchema = {\n ...baseFieldSchema,\n type: withNullableJSONSchemaType('array', isRequired),\n items: hasBlocks\n ? {\n oneOf: (field.blockReferences ?? field.blocks).map((block) => {\n if (typeof block === 'string') {\n const resolvedBlock = config?.blocks?.find((b) => b.slug === block)\n if (!resolvedBlock) {\n return {}\n }\n\n const resolvedBlockFieldSchemas = fieldsToJSONSchema(\n collectionIDFieldTypes,\n resolvedBlock.flattenedFields,\n interfaceNameDefinitions,\n config,\n i18n,\n )\n\n const resolvedBlockSchema: JSONSchema4 = {\n type: 'object',\n additionalProperties: false,\n properties: {\n ...resolvedBlockFieldSchemas.properties,\n blockType: {\n const: resolvedBlock.slug,\n },\n },\n required: ['blockType', ...resolvedBlockFieldSchemas.required],\n }\n\n if (resolvedBlock.interfaceName) {\n interfaceNameDefinitions.set(\n resolvedBlock.interfaceName,\n resolvedBlockSchema,\n )\n }\n\n return resolvedBlockSchema\n }\n\n const blockFieldSchemas = fieldsToJSONSchema(\n collectionIDFieldTypes,\n block.flattenedFields,\n interfaceNameDefinitions,\n config,\n i18n,\n )\n const blockSchema: JSONSchema4 = {\n type: 'object',\n additionalProperties: false,\n properties: {\n ...blockFieldSchemas.properties,\n blockType: {\n const: block.slug,\n },\n },\n required: ['blockType', ...blockFieldSchemas.required],\n }\n\n if (block.interfaceName) {\n interfaceNameDefinitions.set(block.interfaceName, blockSchema)\n return blockSchema\n }\n\n return blockSchema\n }),\n }\n : {},\n }\n break\n }\n case 'checkbox': {\n fieldSchema = {\n ...baseFieldSchema,\n type: withNullableJSONSchemaType('boolean', isRequired),\n }\n break\n }\n case 'code':\n case 'date':\n case 'email':\n case 'textarea': {\n fieldSchema = {\n ...baseFieldSchema,\n type: withNullableJSONSchemaType('string', isRequired),\n }\n break\n }\n\n case 'group': {\n if (fieldAffectsData(field)) {\n fieldSchema = {\n ...baseFieldSchema,\n type: 'object',\n additionalProperties: false,\n ...fieldsToJSONSchema(\n collectionIDFieldTypes,\n field.flattenedFields,\n interfaceNameDefinitions,\n config,\n i18n,\n ),\n }\n\n if (field.interfaceName) {\n interfaceNameDefinitions.set(field.interfaceName, fieldSchema)\n\n fieldSchema = { $ref: `#/definitions/${field.interfaceName}` }\n }\n }\n break\n }\n\n case 'join': {\n let items: JSONSchema4\n\n if (Array.isArray(field.collection)) {\n items = {\n oneOf: field.collection.map((collection) => ({\n type: 'object',\n additionalProperties: false,\n properties: {\n relationTo: {\n const: collection,\n },\n value: {\n oneOf: [\n {\n type: collectionIDFieldTypes[collection],\n },\n {\n $ref: `#/definitions/${collection}`,\n },\n ],\n },\n },\n required: ['collectionSlug', 'value'],\n })),\n }\n } else {\n items = {\n oneOf: [\n {\n type: collectionIDFieldTypes[field.collection],\n },\n {\n $ref: `#/definitions/${field.collection}`,\n },\n ],\n }\n }\n\n fieldSchema = {\n ...baseFieldSchema,\n type: 'object',\n additionalProperties: false,\n properties: {\n docs: {\n type: 'array',\n items,\n },\n hasNextPage: { type: 'boolean' },\n totalDocs: { type: 'number' },\n },\n }\n break\n }\n\n case 'json': {\n fieldSchema = field.jsonSchema?.schema || {\n ...baseFieldSchema,\n type: ['object', 'array', 'string', 'number', 'boolean', 'null'],\n }\n break\n }\n\n case 'number': {\n if (field.hasMany === true) {\n fieldSchema = {\n ...baseFieldSchema,\n type: withNullableJSONSchemaType('array', isRequired),\n items: { type: 'number' },\n }\n } else {\n fieldSchema = {\n ...baseFieldSchema,\n type: withNullableJSONSchemaType('number', isRequired),\n }\n }\n break\n }\n\n case 'point': {\n fieldSchema = {\n ...baseFieldSchema,\n type: withNullableJSONSchemaType('array', isRequired),\n items: [\n {\n type: 'number',\n },\n {\n type: 'number',\n },\n ],\n maxItems: 2,\n minItems: 2,\n }\n break\n }\n\n case 'radio': {\n fieldSchema = {\n ...baseFieldSchema,\n type: withNullableJSONSchemaType('string', isRequired),\n enum: buildOptionEnums(field.options),\n }\n\n if (field.interfaceName) {\n interfaceNameDefinitions.set(field.interfaceName, fieldSchema)\n\n fieldSchema = {\n $ref: `#/definitions/${field.interfaceName}`,\n }\n }\n\n break\n }\n case 'relationship':\n case 'upload': {\n if (Array.isArray(field.relationTo)) {\n if (field.hasMany) {\n fieldSchema = {\n ...baseFieldSchema,\n type: withNullableJSONSchemaType('array', isRequired),\n items: {\n oneOf: field.relationTo.map((relation) => {\n return {\n type: 'object',\n additionalProperties: false,\n properties: {\n relationTo: {\n const: relation,\n },\n value: {\n oneOf: [\n {\n type: collectionIDFieldTypes[relation],\n },\n {\n $ref: `#/definitions/${relation}`,\n },\n ],\n },\n },\n required: ['value', 'relationTo'],\n }\n }),\n },\n }\n } else {\n fieldSchema = {\n ...baseFieldSchema,\n oneOf: field.relationTo.map((relation) => {\n return {\n type: withNullableJSONSchemaType('object', isRequired),\n additionalProperties: false,\n properties: {\n relationTo: {\n const: relation,\n },\n value: {\n oneOf: [\n {\n type: collectionIDFieldTypes[relation],\n },\n {\n $ref: `#/definitions/${relation}`,\n },\n ],\n },\n },\n required: ['value', 'relationTo'],\n }\n }),\n }\n }\n } else if (field.hasMany) {\n fieldSchema = {\n ...baseFieldSchema,\n type: withNullableJSONSchemaType('array', isRequired),\n items: {\n oneOf: [\n {\n type: collectionIDFieldTypes[field.relationTo],\n },\n {\n $ref: `#/definitions/${field.relationTo}`,\n },\n ],\n },\n }\n } else {\n fieldSchema = {\n ...baseFieldSchema,\n oneOf: [\n {\n type: withNullableJSONSchemaType(\n collectionIDFieldTypes[field.relationTo]!,\n isRequired,\n ),\n },\n { $ref: `#/definitions/${field.relationTo}` },\n ],\n }\n }\n\n break\n }\n case 'richText': {\n if (!field?.editor) {\n throw new MissingEditorProp(field) // while we allow disabling editor functionality, you should not have any richText fields defined if you do not have an editor\n }\n if (typeof field.editor === 'function') {\n throw new Error('Attempted to access unsanitized rich text editor.')\n }\n if (field.editor.outputSchema) {\n fieldSchema = {\n ...baseFieldSchema,\n ...field.editor.outputSchema({\n collectionIDFieldTypes,\n config,\n field,\n i18n,\n interfaceNameDefinitions,\n isRequired,\n }),\n }\n } else {\n // Maintain backwards compatibility with existing rich text editors\n fieldSchema = {\n ...baseFieldSchema,\n type: withNullableJSONSchemaType('array', isRequired),\n items: {\n type: 'object',\n },\n }\n }\n\n break\n }\n\n case 'select': {\n const optionEnums = buildOptionEnums(field.options)\n // We get the previous field to check for a date in the case of a timezone select\n // This works because timezone selects are always inserted right after a date with 'timezone: true'\n const previousField = fields?.[index - 1]\n const isTimezoneField =\n previousField?.type === 'date' && previousField.timezone && field.name.includes('_tz')\n\n // Check if the timezone field's options match the global config's supported timezones\n const hasMatchingGlobalTimezones =\n isTimezoneField &&\n config &&\n optionsAreEqual(field.options, config.admin?.timezones?.supportedTimezones)\n\n // Timezone selects should reference the supportedTimezones definition\n // only if the field's options match the global config\n if (isTimezoneField && hasMatchingGlobalTimezones) {\n fieldSchema = {\n $ref: `#/definitions/supportedTimezones`,\n }\n } else {\n if (field.hasMany) {\n fieldSchema = {\n ...baseFieldSchema,\n type: withNullableJSONSchemaType('array', isRequired),\n items: {\n type: 'string',\n },\n }\n if (optionEnums?.length) {\n ;(fieldSchema.items as JSONSchema4).enum = optionEnums\n }\n } else {\n fieldSchema = {\n ...baseFieldSchema,\n type: withNullableJSONSchemaType('string', isRequired),\n }\n if (optionEnums?.length) {\n fieldSchema.enum = optionEnums\n }\n }\n\n if (field.interfaceName) {\n interfaceNameDefinitions.set(field.interfaceName, fieldSchema)\n\n fieldSchema = {\n $ref: `#/definitions/${field.interfaceName}`,\n }\n }\n break\n }\n\n break\n }\n case 'tab': {\n fieldSchema = {\n ...baseFieldSchema,\n type: 'object',\n additionalProperties: false,\n ...fieldsToJSONSchema(\n collectionIDFieldTypes,\n field.flattenedFields,\n interfaceNameDefinitions,\n config,\n i18n,\n ),\n }\n\n if (field.interfaceName) {\n interfaceNameDefinitions.set(field.interfaceName, fieldSchema)\n\n fieldSchema = { $ref: `#/definitions/${field.interfaceName}` }\n }\n break\n }\n\n case 'text':\n if (field.hasMany === true) {\n fieldSchema = {\n ...baseFieldSchema,\n type: withNullableJSONSchemaType('array', isRequired),\n items: { type: 'string' },\n }\n } else {\n fieldSchema = {\n ...baseFieldSchema,\n type: withNullableJSONSchemaType('string', isRequired),\n }\n }\n break\n\n default: {\n break\n }\n }\n\n if ('typescriptSchema' in field && field?.typescriptSchema?.length) {\n for (const schema of field.typescriptSchema) {\n fieldSchema = schema({ jsonSchema: fieldSchema! })\n }\n }\n\n if (fieldSchema! && fieldAffectsData(field)) {\n if (isRequired && fieldSchema.required !== false) {\n requiredFieldNames.add(field.name)\n }\n fieldSchemas.set(field.name, fieldSchema)\n }\n\n return fieldSchemas\n }, new Map<string, JSONSchema4>()),\n ),\n required: Array.from(requiredFieldNames),\n }\n}\n\n// This function is part of the public API and is exported through payload/utilities\nexport function entityToJSONSchema(\n config: SanitizedConfig,\n entity: SanitizedCollectionConfig | SanitizedGlobalConfig,\n interfaceNameDefinitions: Map<string, JSONSchema4>,\n defaultIDType: 'number' | 'text',\n collectionIDFieldTypes?: { [key: string]: 'number' | 'string' },\n i18n?: I18n,\n): JSONSchema4 {\n if (!collectionIDFieldTypes) {\n collectionIDFieldTypes = getCollectionIDFieldTypes({ config, defaultIDType })\n }\n\n const title = entity.typescript?.interface\n ? entity.typescript.interface\n : formatNames(entity.slug).singular\n\n let mutableFields = [...entity.flattenedFields]\n\n const idField: FieldAffectingData = { name: 'id', type: defaultIDType as 'text', required: true }\n const customIdField = mutableFields.find((field) => field.name === 'id') as FieldAffectingData\n\n if (customIdField && customIdField.type !== 'group' && customIdField.type !== 'tab') {\n mutableFields = mutableFields.map((field) => {\n if (field === customIdField) {\n return { ...field, required: true }\n }\n\n return field\n })\n } else {\n mutableFields.unshift(idField)\n }\n\n // mark timestamp fields required\n if ('timestamps' in entity && entity.timestamps !== false) {\n mutableFields = mutableFields.map((field) => {\n if (field.name === 'createdAt' || field.name === 'updatedAt') {\n return {\n ...field,\n required: true,\n }\n }\n return field\n })\n }\n\n if (\n 'auth' in entity &&\n entity.auth &&\n (!entity.auth?.disableLocalStrategy ||\n (typeof entity.auth?.disableLocalStrategy === 'object' &&\n entity.auth.disableLocalStrategy.enableFields))\n ) {\n mutableFields.push({\n name: 'password',\n type: 'text',\n })\n }\n\n const isAuthCollection = 'auth' in entity && entity.auth\n\n const fieldsSchema = fieldsToJSONSchema(\n collectionIDFieldTypes,\n mutableFields,\n interfaceNameDefinitions,\n config,\n i18n,\n )\n\n // Add collection property to auth collections\n if (isAuthCollection) {\n fieldsSchema.properties = {\n ...fieldsSchema.properties,\n collection: { type: 'string', enum: [entity.slug] },\n }\n fieldsSchema.required = [...(fieldsSchema.required || []), 'collection']\n }\n\n const jsonSchema: JSONSchema4 = {\n type: 'object',\n additionalProperties: false,\n title,\n ...fieldsSchema,\n }\n\n const entityDescription = entityOrFieldToJsDocs({ entity, i18n })\n\n if (entityDescription) {\n jsonSchema.description = entityDescription\n }\n\n return jsonSchema\n}\n\nexport function fieldsToSelectJSONSchema({\n config,\n fields,\n interfaceNameDefinitions,\n}: {\n config: SanitizedConfig\n fields: FlattenedField[]\n interfaceNameDefinitions: Map<string, JSONSchema4>\n}): JSONSchema4 {\n const schema: JSONSchema4 = {\n type: 'object',\n additionalProperties: false,\n properties: {},\n }\n\n for (const field of fields) {\n switch (field.type) {\n case 'array':\n case 'group':\n case 'tab': {\n let fieldSchema: JSONSchema4 = fieldsToSelectJSONSchema({\n config,\n fields: field.flattenedFields,\n interfaceNameDefinitions,\n })\n\n if (field.interfaceName) {\n const definition = `${field.interfaceName}_select`\n interfaceNameDefinitions.set(definition, fieldSchema)\n\n fieldSchema = {\n $ref: `#/definitions/${definition}`,\n }\n }\n\n schema.properties![field.name] = {\n oneOf: [\n {\n type: 'boolean',\n },\n fieldSchema,\n ],\n }\n\n break\n }\n\n case 'blocks': {\n const blocksSchema: JSONSchema4 = {\n type: 'object',\n additionalProperties: false,\n properties: {},\n }\n\n for (const block of field.blockReferences ?? field.blocks) {\n if (typeof block === 'string') {\n continue // TODO\n }\n\n let blockSchema = fieldsToSelectJSONSchema({\n config,\n fields: block.flattenedFields,\n interfaceNameDefinitions,\n })\n\n if (block.interfaceName) {\n const definition = `${block.interfaceName}_select`\n interfaceNameDefinitions.set(definition, blockSchema)\n blockSchema = {\n $ref: `#/definitions/${definition}`,\n }\n }\n\n blocksSchema.properties![block.slug] = {\n oneOf: [\n {\n type: 'boolean',\n },\n blockSchema,\n ],\n }\n }\n\n schema.properties![field.name] = {\n oneOf: [\n {\n type: 'boolean',\n },\n blocksSchema,\n ],\n }\n\n break\n }\n\n default:\n schema.properties![field.name] = {\n type: 'boolean',\n }\n break\n }\n }\n\n return schema\n}\n\nconst fieldType: JSONSchema4 = {\n type: 'string',\n required: false,\n}\nconst generateAuthFieldTypes = ({\n type,\n loginWithUsername,\n}: {\n loginWithUsername: Auth['loginWithUsername']\n type: 'forgotOrUnlock' | 'login' | 'register'\n}): JSONSchema4 => {\n if (loginWithUsername) {\n switch (type) {\n case 'forgotOrUnlock': {\n if (loginWithUsername.allowEmailLogin) {\n // allow email or username for unlock/forgot-password\n return {\n additionalProperties: false,\n oneOf: [\n {\n additionalProperties: false,\n properties: { email: fieldType },\n required: ['email'],\n },\n {\n additionalProperties: false,\n properties: { username: fieldType },\n required: ['username'],\n },\n ],\n }\n } else {\n // allow only username for unlock/forgot-password\n return {\n additionalProperties: false,\n properties: { username: fieldType },\n required: ['username'],\n }\n }\n }\n\n case 'login': {\n if (loginWithUsername.allowEmailLogin) {\n // allow username or email and require password for login\n return {\n additionalProperties: false,\n oneOf: [\n {\n additionalProperties: false,\n properties: { email: fieldType, password: fieldType },\n required: ['email', 'password'],\n },\n {\n additionalProperties: false,\n properties: { password: fieldType, username: fieldType },\n required: ['username', 'password'],\n },\n ],\n }\n } else {\n // allow only username and password for login\n return {\n additionalProperties: false,\n properties: {\n password: fieldType,\n username: fieldType,\n },\n required: ['username', 'password'],\n }\n }\n }\n\n case 'register': {\n const requiredFields: ('email' | 'password' | 'username')[] = ['password']\n const properties: {\n email?: JSONSchema4['properties']\n password?: JSONSchema4['properties']\n username?: JSONSchema4['properties']\n } = {\n password: fieldType,\n username: fieldType,\n }\n\n if (loginWithUsername.requireEmail) {\n requiredFields.push('email')\n }\n if (loginWithUsername.requireUsername) {\n requiredFields.push('username')\n }\n if (loginWithUsername.requireEmail || loginWithUsername.allowEmailLogin) {\n properties.email = fieldType\n }\n\n return {\n additionalProperties: false,\n properties,\n required: requiredFields,\n }\n }\n }\n }\n\n // default email (and password for login/register)\n return {\n additionalProperties: false,\n properties: { email: fieldType, password: fieldType },\n required: ['email', 'password'],\n }\n}\n\nexport function authCollectionToOperationsJSONSchema(\n config: SanitizedCollectionConfig,\n): JSONSchema4 {\n const loginWithUsername = config.auth?.loginWithUsername\n const loginUserFields: JSONSchema4 = generateAuthFieldTypes({ type: 'login', loginWithUsername })\n const forgotOrUnlockUserFields: JSONSchema4 = generateAuthFieldTypes({\n type: 'forgotOrUnlock',\n loginWithUsername,\n })\n const registerUserFields: JSONSchema4 = generateAuthFieldTypes({\n type: 'register',\n loginWithUsername,\n })\n\n const properties: JSONSchema4['properties'] = {\n forgotPassword: forgotOrUnlockUserFields,\n login: loginUserFields,\n registerFirstUser: registerUserFields,\n unlock: forgotOrUnlockUserFields,\n }\n\n return {\n type: 'object',\n additionalProperties: false,\n properties,\n required: Object.keys(properties),\n title: `${formatNames(config.slug).singular}AuthOperations`,\n }\n}\n\n// Generates the JSON Schema for supported timezones\nexport function timezonesToJSONSchema(\n supportedTimezones: SanitizedConfig['admin']['timezones']['supportedTimezones'],\n): JSONSchema4 {\n return {\n description: 'Supported timezones in IANA format.',\n enum: supportedTimezones.map((timezone) =>\n typeof timezone === 'string' ? timezone : timezone.value,\n ),\n }\n}\n\nfunction generateAuthOperationSchemas(collections: SanitizedCollectionConfig[]): JSONSchema4 {\n const properties = collections.reduce(\n (acc, collection) => {\n if (collection.auth) {\n acc[collection.slug] = {\n $ref: `#/definitions/auth/${collection.slug}`,\n }\n }\n return acc\n },\n {} as Record<string, JSONSchema4>,\n )\n\n return {\n type: 'object',\n additionalProperties: false,\n properties,\n required: Object.keys(properties),\n }\n}\n\n/**\n * This is used for generating the TypeScript types (payload-types.ts) with the payload generate:types command.\n */\nexport function configToJSONSchema(\n config: SanitizedConfig,\n defaultIDType?: 'number' | 'text',\n i18n?: I18n,\n): JSONSchema4 {\n // a mutable Map to store custom top-level `interfaceName` types. Fields with an `interfaceName` property will be moved to the top-level definitions here\n const interfaceNameDefinitions: Map<string, JSONSchema4> = new Map()\n\n // Used for relationship fields, to determine whether to use a string or number type for the ID.\n const collectionIDFieldTypes = getCollectionIDFieldTypes({\n config,\n defaultIDType: defaultIDType!,\n })\n\n // Collections and Globals have to be moved to the top-level definitions as well. Reason: The top-level type will be the `Config` type - we don't want all collection and global\n // types to be inlined inside the `Config` type\n\n const entities: {\n entity: SanitizedCollectionConfig | SanitizedGlobalConfig\n type: 'collection' | 'global'\n }[] = [\n ...config.globals.map((global) => ({ type: 'global' as const, entity: global })),\n ...config.collections.map((collection) => ({\n type: 'collection' as const,\n entity: collection,\n })),\n ]\n\n const entityDefinitions: { [k: string]: JSONSchema4 } = entities.reduce(\n (acc, { type, entity }) => {\n acc[entity.slug] = entityToJSONSchema(\n config,\n entity,\n interfaceNameDefinitions,\n defaultIDType!,\n collectionIDFieldTypes,\n i18n,\n )\n const select = fieldsToSelectJSONSchema({\n config,\n fields: entity.flattenedFields,\n interfaceNameDefinitions,\n })\n\n if (type === 'global') {\n select.properties!.globalType = {\n type: 'boolean',\n }\n }\n\n acc[`${entity.slug}_select`] = {\n type: 'object',\n additionalProperties: false,\n ...select,\n }\n\n return acc\n },\n {} as Record<string, JSONSchema4>,\n )\n\n const timezoneDefinitions = timezonesToJSONSchema(config.admin.timezones.supportedTimezones)\n const widgetSchemas = generateWidgetSchemas({\n collectionIDFieldTypes,\n config,\n i18n,\n interfaceNameDefinitions,\n })\n\n const authOperationDefinitions = [...config.collections]\n .filter(({ auth }) => Boolean(auth))\n .reduce(\n (acc, authCollection) => {\n acc.auth[authCollection.slug] = authCollectionToOperationsJSONSchema(authCollection)\n return acc\n },\n { auth: {} as Record<string, JSONSchema4> },\n )\n\n const jobsSchemas = config.jobs\n ? generateJobsJSONSchemas(\n config,\n config.jobs,\n interfaceNameDefinitions,\n collectionIDFieldTypes,\n i18n,\n )\n : {}\n\n const blocksDefinition: JSONSchema4 | undefined = {\n type: 'object',\n additionalProperties: false,\n properties: {},\n required: [],\n }\n if (config?.blocks?.length) {\n for (const block of config.blocks) {\n const blockFieldSchemas = fieldsToJSONSchema(\n collectionIDFieldTypes,\n block.flattenedFields,\n interfaceNameDefinitions,\n config,\n i18n,\n )\n\n const blockSchema: JSONSchema4 = {\n type: 'object',\n additionalProperties: false,\n properties: {\n ...blockFieldSchemas.properties,\n blockType: {\n const: block.slug,\n },\n },\n required: ['blockType', ...blockFieldSchemas.required],\n }\n\n const interfaceName = block.interfaceName ?? block.slug\n interfaceNameDefinitions.set(interfaceName, blockSchema)\n\n blocksDefinition.properties![block.slug] = {\n $ref: `#/definitions/${interfaceName}`,\n }\n ;(blocksDefinition.required as string[]).push(block.slug)\n }\n }\n\n let jsonSchema: JSONSchema4 = {\n additionalProperties: false,\n definitions: {\n supportedTimezones: timezoneDefinitions,\n ...entityDefinitions,\n ...widgetSchemas.definitions,\n ...Object.fromEntries(interfaceNameDefinitions),\n ...authOperationDefinitions,\n },\n // These properties here will be very simple, as all the complexity is in the definitions. These are just the properties for the top-level `Config` type\n type: 'object',\n properties: {\n auth: generateAuthOperationSchemas(config.collections),\n blocks: blocksDefinition,\n collections: generateEntitySchemas(config.collections || []),\n collectionsJoins: generateCollectionJoinsSchemas(config.collections || []),\n collectionsSelect: generateEntitySelectSchemas(config.collections || []),\n db: generateDbEntitySchema(config),\n fallbackLocale: generateFallbackLocaleEntitySchemas(config.localization),\n globals: generateEntitySchemas(config.globals || []),\n globalsSelect: generateEntitySelectSchemas(config.globals || []),\n locale: generateLocaleEntitySchemas(config.localization),\n widgets: widgetSchemas.schema,\n ...(config.typescript?.strictDraftTypes\n ? {\n strictDraftTypes: {\n type: 'boolean',\n const: true,\n },\n }\n : {}),\n user: generateAuthEntitySchemas(config.collections),\n },\n required: [\n 'user',\n 'locale',\n 'fallbackLocale',\n 'collections',\n 'collectionsSelect',\n 'collectionsJoins',\n 'globalsSelect',\n ...(config.typescript?.strictDraftTypes ? ['strictDraftTypes'] : []),\n 'globals',\n 'auth',\n 'db',\n 'jobs',\n 'blocks',\n 'widgets',\n ],\n title: 'Config',\n }\n\n if (jobsSchemas.definitions?.size) {\n for (const [key, value] of jobsSchemas.definitions) {\n jsonSchema.definitions![key] = value\n }\n }\n if (jobsSchemas.properties) {\n jsonSchema.properties!.jobs = {\n type: 'object',\n additionalProperties: false,\n properties: jobsSchemas.properties,\n required: ['tasks', 'workflows'],\n }\n }\n\n if (config?.typescript?.schema?.length) {\n for (const schema of config.typescript.schema) {\n jsonSchema = schema({ collectionIDFieldTypes, config, i18n: i18n!, jsonSchema })\n }\n }\n\n return jsonSchema\n}\n"],"names":["MissingEditorProp","fieldAffectsData","generateJobsJSONSchemas","flattenAllFields","formatNames","getCollectionIDFieldTypes","optionsAreEqual","fieldIsRequired","field","isConditional","Boolean","admin","condition","isMarkedRequired","required","type","flattenedFields","some","subField","buildOptionEnums","options","map","option","value","generateEntitySchemas","entities","properties","reduce","acc","slug","$ref","additionalProperties","Object","keys","generateEntitySelectSchemas","generateCollectionJoinsSchemas","collections","joins","polymorphicJoins","schema","collectionSlug","join","joinPath","enum","push","collection","length","widgetWidths","getAllowedWidgetWidths","maxWidth","minWidth","minIndex","indexOf","maxIndex","slice","generateWidgetSchemas","collectionIDFieldTypes","config","i18n","interfaceNameDefinitions","widgets","dashboard","definitions","widget","definition","widthEnum","dataSchema","fields","widgetFieldSchemas","fieldsToJSONSchema","data","width","generateLocaleEntitySchemas","localization","locales","localesFromConfig","locale","code","generateFallbackLocaleEntitySchemas","localeCodes","localeCode","oneOf","items","generateAuthEntitySchemas","filter","auth","generateDbEntitySchema","defaultIDType","db","withNullableJSONSchemaType","fieldType","isRequired","fieldTypes","entityOrFieldToJsDocs","entity","description","undefined","en","language","requiredFieldNames","Set","fromEntries","fieldSchemas","index","fieldDescription","baseFieldSchema","fieldSchema","interfaceName","set","hasBlocks","blockReferences","blocks","block","resolvedBlock","find","b","resolvedBlockFieldSchemas","resolvedBlockSchema","blockType","const","blockFieldSchemas","blockSchema","Array","isArray","relationTo","docs","hasNextPage","totalDocs","jsonSchema","hasMany","maxItems","minItems","relation","editor","Error","outputSchema","optionEnums","previousField","isTimezoneField","timezone","name","includes","hasMatchingGlobalTimezones","timezones","supportedTimezones","typescriptSchema","add","Map","from","entityToJSONSchema","title","typescript","interface","singular","mutableFields","idField","customIdField","unshift","timestamps","disableLocalStrategy","enableFields","isAuthCollection","fieldsSchema","entityDescription","fieldsToSelectJSONSchema","blocksSchema","generateAuthFieldTypes","loginWithUsername","allowEmailLogin","email","username","password","requiredFields","requireEmail","requireUsername","authCollectionToOperationsJSONSchema","loginUserFields","forgotOrUnlockUserFields","registerUserFields","forgotPassword","login","registerFirstUser","unlock","timezonesToJSONSchema","generateAuthOperationSchemas","configToJSONSchema","globals","global","entityDefinitions","select","globalType","timezoneDefinitions","widgetSchemas","authOperationDefinitions","authCollection","jobsSchemas","jobs","blocksDefinition","collectionsJoins","collectionsSelect","fallbackLocale","globalsSelect","strictDraftTypes","user","size","key"],"mappings":"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"}
|
|
1
|
+
{"version":3,"sources":["../../src/utilities/configToJSONSchema.ts"],"sourcesContent":["import type { I18n } from '@payloadcms/translations'\nimport type { JSONSchema4, JSONSchema4TypeName } from 'json-schema'\n\nimport type { Auth } from '../auth/types.js'\nimport type { SanitizedCollectionConfig } from '../collections/config/types.js'\nimport type { SanitizedConfig } from '../config/types.js'\nimport type { FieldAffectingData, FlattenedField, Option } from '../fields/config/types.js'\nimport type { SanitizedGlobalConfig } from '../globals/config/types.js'\n\nimport { MissingEditorProp } from '../errors/MissingEditorProp.js'\nimport { fieldAffectsData } from '../fields/config/types.js'\nimport { generateJobsJSONSchemas } from '../queues/config/generateJobsJSONSchemas.js'\nimport { flattenAllFields } from './flattenAllFields.js'\nimport { formatNames } from './formatLabels.js'\nimport { getCollectionIDFieldTypes } from './getCollectionIDFieldTypes.js'\nimport { optionsAreEqual } from './optionsAreEqual.js'\n\nconst fieldIsRequired = (field: FlattenedField): boolean => {\n const isConditional = Boolean(field?.admin && field?.admin?.condition)\n if (isConditional) {\n return false\n }\n\n const isMarkedRequired = 'required' in field && field.required === true\n if (fieldAffectsData(field) && isMarkedRequired) {\n return true\n }\n\n // if any subfields are required, this field is required\n if ('fields' in field && field.type !== 'array') {\n return field.flattenedFields.some((subField) => fieldIsRequired(subField))\n }\n\n return false\n}\n\nfunction buildOptionEnums(options: Option[]): string[] {\n return options.map((option) => {\n if (typeof option === 'object' && 'value' in option) {\n return option.value\n }\n\n return option\n })\n}\n\nfunction generateEntitySchemas(\n entities: (SanitizedCollectionConfig | SanitizedGlobalConfig)[],\n): JSONSchema4 {\n const properties = [...entities].reduce(\n (acc, { slug }) => {\n acc[slug] = {\n $ref: `#/definitions/${slug}`,\n }\n\n return acc\n },\n {} as Record<string, JSONSchema4>,\n )\n\n return {\n type: 'object',\n additionalProperties: false,\n properties,\n required: Object.keys(properties),\n }\n}\n\nfunction generateEntitySelectSchemas(\n entities: (SanitizedCollectionConfig | SanitizedGlobalConfig)[],\n): JSONSchema4 {\n const properties = [...entities].reduce(\n (acc, { slug }) => {\n acc[slug] = {\n $ref: `#/definitions/${slug}_select`,\n }\n\n return acc\n },\n {} as Record<string, JSONSchema4>,\n )\n\n return {\n type: 'object',\n additionalProperties: false,\n properties,\n required: Object.keys(properties),\n }\n}\n\nfunction generateCollectionJoinsSchemas(collections: SanitizedCollectionConfig[]): JSONSchema4 {\n const properties = [...collections].reduce<Record<string, JSONSchema4>>(\n (acc, { slug, joins, polymorphicJoins }) => {\n const schema = {\n type: 'object',\n additionalProperties: false,\n properties: {},\n required: [] as string[],\n } satisfies JSONSchema4\n\n for (const collectionSlug in joins) {\n for (const join of joins[collectionSlug]!) {\n ;(schema.properties as any)[join.joinPath] = {\n type: 'string',\n enum: [collectionSlug],\n }\n schema.required.push(join.joinPath)\n }\n }\n\n for (const join of polymorphicJoins) {\n ;(schema.properties as any)[join.joinPath] = {\n type: 'string',\n enum: join.field.collection,\n }\n schema.required.push(join.joinPath)\n }\n\n if (Object.keys(schema.properties).length > 0) {\n acc[slug] = schema\n }\n\n return acc\n },\n {},\n )\n\n return {\n type: 'object',\n additionalProperties: false,\n properties,\n required: Object.keys(properties),\n }\n}\n\nconst widgetWidths = ['x-small', 'small', 'medium', 'large', 'x-large', 'full'] as const\n\nfunction getAllowedWidgetWidths({\n maxWidth,\n minWidth,\n}: {\n maxWidth?: (typeof widgetWidths)[number]\n minWidth?: (typeof widgetWidths)[number]\n}): string[] {\n const minIndex = minWidth ? widgetWidths.indexOf(minWidth) : 0\n const maxIndex = maxWidth ? widgetWidths.indexOf(maxWidth) : widgetWidths.length - 1\n\n if (minIndex === -1 || maxIndex === -1 || minIndex > maxIndex) {\n return [...widgetWidths]\n }\n\n return widgetWidths.slice(minIndex, maxIndex + 1)\n}\n\nfunction generateWidgetSchemas({\n collectionIDFieldTypes,\n config,\n i18n,\n interfaceNameDefinitions,\n opts = {},\n}: {\n collectionIDFieldTypes: { [key: string]: 'number' | 'string' }\n config: SanitizedConfig\n i18n?: I18n\n interfaceNameDefinitions: Map<string, JSONSchema4>\n opts?: ConfigToJSONSchemaOptions\n}): {\n definitions: Record<string, JSONSchema4>\n schema: JSONSchema4\n} {\n const widgets = config.admin?.dashboard?.widgets ?? []\n const definitions: Record<string, JSONSchema4> = {}\n const properties: Record<string, JSONSchema4> = {}\n\n for (const widget of widgets) {\n const definition = `${widget.slug}_widget`\n const widthEnum = getAllowedWidgetWidths({\n maxWidth: widget.maxWidth,\n minWidth: widget.minWidth,\n })\n let dataSchema: JSONSchema4\n\n if (widget.fields?.length) {\n const widgetFieldSchemas = fieldsToJSONSchema(\n collectionIDFieldTypes,\n flattenAllFields({ fields: widget.fields }),\n interfaceNameDefinitions,\n config,\n i18n,\n opts,\n )\n\n dataSchema = {\n type: 'object',\n additionalProperties: false,\n ...widgetFieldSchemas,\n }\n } else {\n dataSchema = {\n type: 'object',\n additionalProperties: true,\n }\n }\n\n definitions[definition] = {\n type: 'object',\n additionalProperties: false,\n properties: {\n data: dataSchema,\n width: {\n type: 'string',\n enum: widthEnum,\n },\n },\n required: ['width'],\n }\n\n properties[widget.slug] = {\n $ref: `#/definitions/${definition}`,\n }\n }\n\n return {\n definitions,\n schema: {\n type: 'object',\n additionalProperties: false,\n properties,\n required: Object.keys(properties),\n },\n }\n}\n\nfunction generateLocaleEntitySchemas(localization: SanitizedConfig['localization']): JSONSchema4 {\n if (localization && 'locales' in localization && localization?.locales) {\n const localesFromConfig = localization?.locales\n\n const locales = [...localesFromConfig].map((locale) => {\n return locale.code\n }, [])\n\n return {\n type: 'string',\n enum: locales,\n }\n }\n\n return {\n type: 'null',\n }\n}\n\nfunction generateFallbackLocaleEntitySchemas(\n localization: SanitizedConfig['localization'],\n): JSONSchema4 {\n if (localization && 'localeCodes' in localization && localization?.localeCodes) {\n const localeCodes = [...localization.localeCodes].map((localeCode) => {\n return localeCode\n }, [])\n\n return {\n oneOf: [\n { type: 'string', enum: ['false', 'none', 'null'] },\n { type: 'boolean', enum: [false] },\n { type: 'null' },\n { type: 'string', enum: localeCodes },\n { type: 'array', items: { type: 'string', enum: localeCodes } },\n ],\n }\n }\n\n return {\n type: 'null',\n }\n}\n\nfunction generateAuthEntitySchemas(entities: SanitizedCollectionConfig[]): JSONSchema4 {\n const properties: JSONSchema4[] = [...entities]\n .filter(({ auth }) => Boolean(auth))\n .map(({ slug }) => {\n return { $ref: `#/definitions/${slug}` }\n }, {})\n\n return {\n oneOf: properties,\n }\n}\n\n/**\n * Generates the JSON Schema for database configuration\n *\n * @example { db: idType: string }\n */\nfunction generateDbEntitySchema(config: SanitizedConfig): JSONSchema4 {\n const defaultIDType: JSONSchema4 =\n config.db?.defaultIDType === 'number' ? { type: 'number' } : { type: 'string' }\n\n return {\n type: 'object',\n additionalProperties: false,\n properties: {\n defaultIDType,\n },\n required: ['defaultIDType'],\n }\n}\n\n/**\n * Returns a JSON Schema Type with 'null' added if the field is not required.\n */\nexport function withNullableJSONSchemaType(\n fieldType: JSONSchema4TypeName,\n isRequired: boolean,\n): JSONSchema4TypeName | JSONSchema4TypeName[] {\n const fieldTypes = [fieldType]\n if (isRequired) {\n return fieldType\n }\n fieldTypes.push('null')\n return fieldTypes\n}\n\nfunction entityOrFieldToJsDocs({\n entity,\n i18n,\n}: {\n entity: FlattenedField | SanitizedCollectionConfig | SanitizedGlobalConfig\n i18n?: I18n\n}): string | undefined {\n let description: string | undefined = undefined\n if (entity?.admin?.description) {\n if (typeof entity?.admin?.description === 'string') {\n description = entity?.admin?.description\n } else if (typeof entity?.admin?.description === 'object') {\n if (entity?.admin?.description?.en) {\n description = entity?.admin?.description?.en\n } else if (entity?.admin?.description?.[i18n!.language]) {\n description = entity?.admin?.description?.[i18n!.language]\n }\n } else if (typeof entity?.admin?.description === 'function' && i18n) {\n // do not evaluate description functions for generating JSDocs. The output of\n // those can differ depending on where and when they are called, creating\n // inconsistencies in the generated JSDocs.\n }\n }\n return description\n}\n\ntype ConfigToJSONSchemaOptions = {\n forceInlineBlocks?: boolean\n}\n\nexport function fieldsToJSONSchema(\n /**\n * Used for relationship fields, to determine whether to use a string or number type for the ID.\n * While there is a default ID field type set by the db adapter, they can differ on a collection-level\n * if they have custom ID fields.\n */\n collectionIDFieldTypes: { [key: string]: 'number' | 'string' },\n fields: FlattenedField[],\n /**\n * Allows you to define new top-level interfaces that can be re-used in the output schema.\n */\n interfaceNameDefinitions: Map<string, JSONSchema4>,\n config?: SanitizedConfig,\n i18n?: I18n,\n opts: ConfigToJSONSchemaOptions = {},\n): {\n properties: {\n [k: string]: JSONSchema4\n }\n required: string[]\n} {\n const requiredFieldNames = new Set<string>()\n\n return {\n properties: Object.fromEntries(\n fields.reduce((fieldSchemas, field, index) => {\n const isRequired = fieldAffectsData(field) && fieldIsRequired(field)\n\n const fieldDescription = entityOrFieldToJsDocs({ entity: field, i18n })\n const baseFieldSchema: JSONSchema4 = {}\n if (fieldDescription) {\n baseFieldSchema.description = fieldDescription\n }\n\n let fieldSchema: JSONSchema4\n\n switch (field.type) {\n case 'array': {\n fieldSchema = {\n ...baseFieldSchema,\n type: withNullableJSONSchemaType('array', isRequired),\n items: {\n type: 'object',\n additionalProperties: false,\n ...fieldsToJSONSchema(\n collectionIDFieldTypes,\n field.flattenedFields,\n interfaceNameDefinitions,\n config,\n i18n,\n opts,\n ),\n },\n }\n\n if (field.interfaceName) {\n interfaceNameDefinitions.set(field.interfaceName, fieldSchema)\n\n fieldSchema = {\n $ref: `#/definitions/${field.interfaceName}`,\n }\n }\n break\n }\n case 'blocks': {\n // Check for a case where no blocks are provided.\n // We need to generate an empty array for this case, note that JSON schema 4 doesn't support empty arrays\n // so the best we can get is `unknown[]`\n const hasBlocks = Boolean(\n field.blockReferences ? field.blockReferences.length : field.blocks.length,\n )\n\n fieldSchema = {\n ...baseFieldSchema,\n type: withNullableJSONSchemaType('array', isRequired),\n items: hasBlocks\n ? {\n oneOf: (field.blockReferences ?? field.blocks).map((block) => {\n if (typeof block === 'string') {\n const resolvedBlock = config?.blocks?.find((b) => b.slug === block)\n\n if (!resolvedBlock) {\n return {}\n }\n\n if (!opts.forceInlineBlocks) {\n return {\n $ref: `#/definitions/${resolvedBlock.interfaceName ?? resolvedBlock.slug}`,\n }\n }\n\n block = resolvedBlock\n }\n const blockFieldSchemas = fieldsToJSONSchema(\n collectionIDFieldTypes,\n block.flattenedFields,\n interfaceNameDefinitions,\n config,\n i18n,\n opts,\n )\n\n const blockSchema: JSONSchema4 = {\n type: 'object',\n additionalProperties: false,\n properties: {\n ...blockFieldSchemas.properties,\n blockType: {\n const: block.slug,\n },\n },\n required: ['blockType', ...blockFieldSchemas.required],\n }\n\n if (!opts.forceInlineBlocks && block.interfaceName) {\n interfaceNameDefinitions.set(block.interfaceName, blockSchema)\n\n return {\n $ref: `#/definitions/${block.interfaceName}`,\n }\n }\n\n return blockSchema\n }),\n }\n : {},\n }\n break\n }\n case 'checkbox': {\n fieldSchema = {\n ...baseFieldSchema,\n type: withNullableJSONSchemaType('boolean', isRequired),\n }\n break\n }\n case 'code':\n case 'date':\n case 'email':\n case 'textarea': {\n fieldSchema = {\n ...baseFieldSchema,\n type: withNullableJSONSchemaType('string', isRequired),\n }\n break\n }\n\n case 'group': {\n if (fieldAffectsData(field)) {\n fieldSchema = {\n ...baseFieldSchema,\n type: 'object',\n additionalProperties: false,\n ...fieldsToJSONSchema(\n collectionIDFieldTypes,\n field.flattenedFields,\n interfaceNameDefinitions,\n config,\n i18n,\n opts,\n ),\n }\n\n if (field.interfaceName) {\n interfaceNameDefinitions.set(field.interfaceName, fieldSchema)\n\n fieldSchema = { $ref: `#/definitions/${field.interfaceName}` }\n }\n }\n break\n }\n\n case 'join': {\n let items: JSONSchema4\n\n if (Array.isArray(field.collection)) {\n items = {\n oneOf: field.collection.map((collection) => ({\n type: 'object',\n additionalProperties: false,\n properties: {\n relationTo: {\n const: collection,\n },\n value: {\n oneOf: [\n {\n type: collectionIDFieldTypes[collection],\n },\n {\n $ref: `#/definitions/${collection}`,\n },\n ],\n },\n },\n required: ['collectionSlug', 'value'],\n })),\n }\n } else {\n items = {\n oneOf: [\n {\n type: collectionIDFieldTypes[field.collection],\n },\n {\n $ref: `#/definitions/${field.collection}`,\n },\n ],\n }\n }\n\n fieldSchema = {\n ...baseFieldSchema,\n type: 'object',\n additionalProperties: false,\n properties: {\n docs: {\n type: 'array',\n items,\n },\n hasNextPage: { type: 'boolean' },\n totalDocs: { type: 'number' },\n },\n }\n break\n }\n\n case 'json': {\n fieldSchema = field.jsonSchema?.schema || {\n ...baseFieldSchema,\n type: ['object', 'array', 'string', 'number', 'boolean', 'null'],\n }\n break\n }\n\n case 'number': {\n if (field.hasMany === true) {\n fieldSchema = {\n ...baseFieldSchema,\n type: withNullableJSONSchemaType('array', isRequired),\n items: { type: 'number' },\n }\n } else {\n fieldSchema = {\n ...baseFieldSchema,\n type: withNullableJSONSchemaType('number', isRequired),\n }\n }\n break\n }\n\n case 'point': {\n fieldSchema = {\n ...baseFieldSchema,\n type: withNullableJSONSchemaType('array', isRequired),\n items: [\n {\n type: 'number',\n },\n {\n type: 'number',\n },\n ],\n maxItems: 2,\n minItems: 2,\n }\n break\n }\n\n case 'radio': {\n fieldSchema = {\n ...baseFieldSchema,\n type: withNullableJSONSchemaType('string', isRequired),\n enum: buildOptionEnums(field.options),\n }\n\n if (field.interfaceName) {\n interfaceNameDefinitions.set(field.interfaceName, fieldSchema)\n\n fieldSchema = {\n $ref: `#/definitions/${field.interfaceName}`,\n }\n }\n\n break\n }\n case 'relationship':\n case 'upload': {\n if (Array.isArray(field.relationTo)) {\n if (field.hasMany) {\n fieldSchema = {\n ...baseFieldSchema,\n type: withNullableJSONSchemaType('array', isRequired),\n items: {\n oneOf: field.relationTo.map((relation) => {\n return {\n type: 'object',\n additionalProperties: false,\n properties: {\n relationTo: {\n const: relation,\n },\n value: {\n oneOf: [\n {\n type: collectionIDFieldTypes[relation],\n },\n {\n $ref: `#/definitions/${relation}`,\n },\n ],\n },\n },\n required: ['value', 'relationTo'],\n }\n }),\n },\n }\n } else {\n fieldSchema = {\n ...baseFieldSchema,\n oneOf: field.relationTo.map((relation) => {\n return {\n type: withNullableJSONSchemaType('object', isRequired),\n additionalProperties: false,\n properties: {\n relationTo: {\n const: relation,\n },\n value: {\n oneOf: [\n {\n type: collectionIDFieldTypes[relation],\n },\n {\n $ref: `#/definitions/${relation}`,\n },\n ],\n },\n },\n required: ['value', 'relationTo'],\n }\n }),\n }\n }\n } else if (field.hasMany) {\n fieldSchema = {\n ...baseFieldSchema,\n type: withNullableJSONSchemaType('array', isRequired),\n items: {\n oneOf: [\n {\n type: collectionIDFieldTypes[field.relationTo],\n },\n {\n $ref: `#/definitions/${field.relationTo}`,\n },\n ],\n },\n }\n } else {\n fieldSchema = {\n ...baseFieldSchema,\n oneOf: [\n {\n type: withNullableJSONSchemaType(\n collectionIDFieldTypes[field.relationTo]!,\n isRequired,\n ),\n },\n { $ref: `#/definitions/${field.relationTo}` },\n ],\n }\n }\n\n break\n }\n case 'richText': {\n if (!field?.editor) {\n throw new MissingEditorProp(field) // while we allow disabling editor functionality, you should not have any richText fields defined if you do not have an editor\n }\n if (typeof field.editor === 'function') {\n throw new Error('Attempted to access unsanitized rich text editor.')\n }\n if (field.editor.outputSchema) {\n fieldSchema = {\n ...baseFieldSchema,\n ...field.editor.outputSchema({\n collectionIDFieldTypes,\n config,\n field,\n i18n,\n interfaceNameDefinitions,\n isRequired,\n }),\n }\n } else {\n // Maintain backwards compatibility with existing rich text editors\n fieldSchema = {\n ...baseFieldSchema,\n type: withNullableJSONSchemaType('array', isRequired),\n items: {\n type: 'object',\n },\n }\n }\n\n break\n }\n\n case 'select': {\n const optionEnums = buildOptionEnums(field.options)\n // We get the previous field to check for a date in the case of a timezone select\n // This works because timezone selects are always inserted right after a date with 'timezone: true'\n const previousField = fields?.[index - 1]\n const isTimezoneField =\n previousField?.type === 'date' && previousField.timezone && field.name.includes('_tz')\n\n // Check if the timezone field's options match the global config's supported timezones\n const hasMatchingGlobalTimezones =\n isTimezoneField &&\n config &&\n optionsAreEqual(field.options, config.admin?.timezones?.supportedTimezones)\n\n // Timezone selects should reference the supportedTimezones definition\n // only if the field's options match the global config\n if (isTimezoneField && hasMatchingGlobalTimezones) {\n fieldSchema = {\n $ref: `#/definitions/supportedTimezones`,\n }\n } else {\n if (field.hasMany) {\n fieldSchema = {\n ...baseFieldSchema,\n type: withNullableJSONSchemaType('array', isRequired),\n items: {\n type: 'string',\n },\n }\n if (optionEnums?.length) {\n ;(fieldSchema.items as JSONSchema4).enum = optionEnums\n }\n } else {\n fieldSchema = {\n ...baseFieldSchema,\n type: withNullableJSONSchemaType('string', isRequired),\n }\n if (optionEnums?.length) {\n fieldSchema.enum = optionEnums\n }\n }\n\n if (field.interfaceName) {\n interfaceNameDefinitions.set(field.interfaceName, fieldSchema)\n\n fieldSchema = {\n $ref: `#/definitions/${field.interfaceName}`,\n }\n }\n break\n }\n\n break\n }\n case 'tab': {\n fieldSchema = {\n ...baseFieldSchema,\n type: 'object',\n additionalProperties: false,\n ...fieldsToJSONSchema(\n collectionIDFieldTypes,\n field.flattenedFields,\n interfaceNameDefinitions,\n config,\n i18n,\n opts,\n ),\n }\n\n if (field.interfaceName) {\n interfaceNameDefinitions.set(field.interfaceName, fieldSchema)\n\n fieldSchema = { $ref: `#/definitions/${field.interfaceName}` }\n }\n break\n }\n\n case 'text':\n if (field.hasMany === true) {\n fieldSchema = {\n ...baseFieldSchema,\n type: withNullableJSONSchemaType('array', isRequired),\n items: { type: 'string' },\n }\n } else {\n fieldSchema = {\n ...baseFieldSchema,\n type: withNullableJSONSchemaType('string', isRequired),\n }\n }\n break\n\n default: {\n break\n }\n }\n\n if ('typescriptSchema' in field && field?.typescriptSchema?.length) {\n for (const schema of field.typescriptSchema) {\n fieldSchema = schema({ jsonSchema: fieldSchema! })\n }\n }\n\n if (fieldSchema! && fieldAffectsData(field)) {\n if (isRequired && fieldSchema.required !== false) {\n requiredFieldNames.add(field.name)\n }\n fieldSchemas.set(field.name, fieldSchema)\n }\n\n return fieldSchemas\n }, new Map<string, JSONSchema4>()),\n ),\n required: Array.from(requiredFieldNames),\n }\n}\n\n// This function is part of the public API and is exported through payload/utilities\nexport function entityToJSONSchema(\n config: SanitizedConfig,\n entity: SanitizedCollectionConfig | SanitizedGlobalConfig,\n interfaceNameDefinitions: Map<string, JSONSchema4>,\n defaultIDType: 'number' | 'text',\n collectionIDFieldTypes?: { [key: string]: 'number' | 'string' },\n i18n?: I18n,\n opts: ConfigToJSONSchemaOptions = {},\n): JSONSchema4 {\n if (!collectionIDFieldTypes) {\n collectionIDFieldTypes = getCollectionIDFieldTypes({ config, defaultIDType })\n }\n\n const title = entity.typescript?.interface\n ? entity.typescript.interface\n : formatNames(entity.slug).singular\n\n let mutableFields = [...entity.flattenedFields]\n\n const idField: FieldAffectingData = { name: 'id', type: defaultIDType as 'text', required: true }\n const customIdField = mutableFields.find((field) => field.name === 'id') as FieldAffectingData\n\n if (customIdField && customIdField.type !== 'group' && customIdField.type !== 'tab') {\n mutableFields = mutableFields.map((field) => {\n if (field === customIdField) {\n return { ...field, required: true }\n }\n\n return field\n })\n } else {\n mutableFields.unshift(idField)\n }\n\n // mark timestamp fields required\n if ('timestamps' in entity && entity.timestamps !== false) {\n mutableFields = mutableFields.map((field) => {\n if (field.name === 'createdAt' || field.name === 'updatedAt') {\n return {\n ...field,\n required: true,\n }\n }\n return field\n })\n }\n\n if (\n 'auth' in entity &&\n entity.auth &&\n (!entity.auth?.disableLocalStrategy ||\n (typeof entity.auth?.disableLocalStrategy === 'object' &&\n entity.auth.disableLocalStrategy.enableFields))\n ) {\n mutableFields.push({\n name: 'password',\n type: 'text',\n })\n }\n\n const isAuthCollection = 'auth' in entity && entity.auth\n\n const fieldsSchema = fieldsToJSONSchema(\n collectionIDFieldTypes,\n mutableFields,\n interfaceNameDefinitions,\n config,\n i18n,\n opts,\n )\n\n // Add collection property to auth collections\n if (isAuthCollection) {\n fieldsSchema.properties = {\n ...fieldsSchema.properties,\n collection: { type: 'string', enum: [entity.slug] },\n }\n fieldsSchema.required = [...(fieldsSchema.required || []), 'collection']\n }\n\n const jsonSchema: JSONSchema4 = {\n type: 'object',\n additionalProperties: false,\n title,\n ...fieldsSchema,\n }\n\n const entityDescription = entityOrFieldToJsDocs({ entity, i18n })\n\n if (entityDescription) {\n jsonSchema.description = entityDescription\n }\n\n return jsonSchema\n}\n\nexport function fieldsToSelectJSONSchema({\n config,\n fields,\n interfaceNameDefinitions,\n}: {\n config: SanitizedConfig\n fields: FlattenedField[]\n interfaceNameDefinitions: Map<string, JSONSchema4>\n}): JSONSchema4 {\n const schema: JSONSchema4 = {\n type: 'object',\n additionalProperties: false,\n properties: {},\n }\n\n for (const field of fields) {\n switch (field.type) {\n case 'array':\n case 'group':\n case 'tab': {\n let fieldSchema: JSONSchema4 = fieldsToSelectJSONSchema({\n config,\n fields: field.flattenedFields,\n interfaceNameDefinitions,\n })\n\n if (field.interfaceName) {\n const definition = `${field.interfaceName}_select`\n interfaceNameDefinitions.set(definition, fieldSchema)\n\n fieldSchema = {\n $ref: `#/definitions/${definition}`,\n }\n }\n\n schema.properties![field.name] = {\n oneOf: [\n {\n type: 'boolean',\n },\n fieldSchema,\n ],\n }\n\n break\n }\n\n case 'blocks': {\n const blocksSchema: JSONSchema4 = {\n type: 'object',\n additionalProperties: false,\n properties: {},\n }\n\n for (const block of field.blockReferences ?? field.blocks) {\n if (typeof block === 'string') {\n continue // TODO\n }\n\n let blockSchema = fieldsToSelectJSONSchema({\n config,\n fields: block.flattenedFields,\n interfaceNameDefinitions,\n })\n\n if (block.interfaceName) {\n const definition = `${block.interfaceName}_select`\n interfaceNameDefinitions.set(definition, blockSchema)\n blockSchema = {\n $ref: `#/definitions/${definition}`,\n }\n }\n\n blocksSchema.properties![block.slug] = {\n oneOf: [\n {\n type: 'boolean',\n },\n blockSchema,\n ],\n }\n }\n\n schema.properties![field.name] = {\n oneOf: [\n {\n type: 'boolean',\n },\n blocksSchema,\n ],\n }\n\n break\n }\n\n default:\n schema.properties![field.name] = {\n type: 'boolean',\n }\n break\n }\n }\n\n return schema\n}\n\nconst fieldType: JSONSchema4 = {\n type: 'string',\n required: false,\n}\nconst generateAuthFieldTypes = ({\n type,\n loginWithUsername,\n}: {\n loginWithUsername: Auth['loginWithUsername']\n type: 'forgotOrUnlock' | 'login' | 'register'\n}): JSONSchema4 => {\n if (loginWithUsername) {\n switch (type) {\n case 'forgotOrUnlock': {\n if (loginWithUsername.allowEmailLogin) {\n // allow email or username for unlock/forgot-password\n return {\n additionalProperties: false,\n oneOf: [\n {\n additionalProperties: false,\n properties: { email: fieldType },\n required: ['email'],\n },\n {\n additionalProperties: false,\n properties: { username: fieldType },\n required: ['username'],\n },\n ],\n }\n } else {\n // allow only username for unlock/forgot-password\n return {\n additionalProperties: false,\n properties: { username: fieldType },\n required: ['username'],\n }\n }\n }\n\n case 'login': {\n if (loginWithUsername.allowEmailLogin) {\n // allow username or email and require password for login\n return {\n additionalProperties: false,\n oneOf: [\n {\n additionalProperties: false,\n properties: { email: fieldType, password: fieldType },\n required: ['email', 'password'],\n },\n {\n additionalProperties: false,\n properties: { password: fieldType, username: fieldType },\n required: ['username', 'password'],\n },\n ],\n }\n } else {\n // allow only username and password for login\n return {\n additionalProperties: false,\n properties: {\n password: fieldType,\n username: fieldType,\n },\n required: ['username', 'password'],\n }\n }\n }\n\n case 'register': {\n const requiredFields: ('email' | 'password' | 'username')[] = ['password']\n const properties: {\n email?: JSONSchema4['properties']\n password?: JSONSchema4['properties']\n username?: JSONSchema4['properties']\n } = {\n password: fieldType,\n username: fieldType,\n }\n\n if (loginWithUsername.requireEmail) {\n requiredFields.push('email')\n }\n if (loginWithUsername.requireUsername) {\n requiredFields.push('username')\n }\n if (loginWithUsername.requireEmail || loginWithUsername.allowEmailLogin) {\n properties.email = fieldType\n }\n\n return {\n additionalProperties: false,\n properties,\n required: requiredFields,\n }\n }\n }\n }\n\n // default email (and password for login/register)\n return {\n additionalProperties: false,\n properties: { email: fieldType, password: fieldType },\n required: ['email', 'password'],\n }\n}\n\nexport function authCollectionToOperationsJSONSchema(\n config: SanitizedCollectionConfig,\n): JSONSchema4 {\n const loginWithUsername = config.auth?.loginWithUsername\n const loginUserFields: JSONSchema4 = generateAuthFieldTypes({ type: 'login', loginWithUsername })\n const forgotOrUnlockUserFields: JSONSchema4 = generateAuthFieldTypes({\n type: 'forgotOrUnlock',\n loginWithUsername,\n })\n const registerUserFields: JSONSchema4 = generateAuthFieldTypes({\n type: 'register',\n loginWithUsername,\n })\n\n const properties: JSONSchema4['properties'] = {\n forgotPassword: forgotOrUnlockUserFields,\n login: loginUserFields,\n registerFirstUser: registerUserFields,\n unlock: forgotOrUnlockUserFields,\n }\n\n return {\n type: 'object',\n additionalProperties: false,\n properties,\n required: Object.keys(properties),\n title: `${formatNames(config.slug).singular}AuthOperations`,\n }\n}\n\n// Generates the JSON Schema for supported timezones\nexport function timezonesToJSONSchema(\n supportedTimezones: SanitizedConfig['admin']['timezones']['supportedTimezones'],\n): JSONSchema4 {\n return {\n description: 'Supported timezones in IANA format.',\n enum: supportedTimezones.map((timezone) =>\n typeof timezone === 'string' ? timezone : timezone.value,\n ),\n }\n}\n\nfunction generateAuthOperationSchemas(collections: SanitizedCollectionConfig[]): JSONSchema4 {\n const properties = collections.reduce(\n (acc, collection) => {\n if (collection.auth) {\n acc[collection.slug] = {\n $ref: `#/definitions/auth/${collection.slug}`,\n }\n }\n return acc\n },\n {} as Record<string, JSONSchema4>,\n )\n\n return {\n type: 'object',\n additionalProperties: false,\n properties,\n required: Object.keys(properties),\n }\n}\n\n/**\n * This is used for generating the TypeScript types (payload-types.ts) with the payload generate:types command.\n */\nexport function configToJSONSchema(\n config: SanitizedConfig,\n defaultIDType?: 'number' | 'text',\n i18n?: I18n,\n opts: ConfigToJSONSchemaOptions = {},\n): JSONSchema4 {\n // a mutable Map to store custom top-level `interfaceName` types. Fields with an `interfaceName` property will be moved to the top-level definitions here\n const interfaceNameDefinitions: Map<string, JSONSchema4> = new Map()\n\n // Used for relationship fields, to determine whether to use a string or number type for the ID.\n const collectionIDFieldTypes = getCollectionIDFieldTypes({\n config,\n defaultIDType: defaultIDType!,\n })\n\n // Collections and Globals have to be moved to the top-level definitions as well. Reason: The top-level type will be the `Config` type - we don't want all collection and global\n // types to be inlined inside the `Config` type\n\n const entities: {\n entity: SanitizedCollectionConfig | SanitizedGlobalConfig\n type: 'collection' | 'global'\n }[] = [\n ...config.globals.map((global) => ({ type: 'global' as const, entity: global })),\n ...config.collections.map((collection) => ({\n type: 'collection' as const,\n entity: collection,\n })),\n ]\n\n const entityDefinitions: { [k: string]: JSONSchema4 } = entities.reduce(\n (acc, { type, entity }) => {\n acc[entity.slug] = entityToJSONSchema(\n config,\n entity,\n interfaceNameDefinitions,\n defaultIDType!,\n collectionIDFieldTypes,\n i18n,\n opts,\n )\n const select = fieldsToSelectJSONSchema({\n config,\n fields: entity.flattenedFields,\n interfaceNameDefinitions,\n })\n\n if (type === 'global') {\n select.properties!.globalType = {\n type: 'boolean',\n }\n }\n\n acc[`${entity.slug}_select`] = {\n type: 'object',\n additionalProperties: false,\n ...select,\n }\n\n return acc\n },\n {} as Record<string, JSONSchema4>,\n )\n\n const timezoneDefinitions = timezonesToJSONSchema(config.admin.timezones.supportedTimezones)\n const widgetSchemas = generateWidgetSchemas({\n collectionIDFieldTypes,\n config,\n i18n,\n interfaceNameDefinitions,\n opts,\n })\n\n const authOperationDefinitions = [...config.collections]\n .filter(({ auth }) => Boolean(auth))\n .reduce(\n (acc, authCollection) => {\n acc.auth[authCollection.slug] = authCollectionToOperationsJSONSchema(authCollection)\n return acc\n },\n { auth: {} as Record<string, JSONSchema4> },\n )\n\n const jobsSchemas = config.jobs\n ? generateJobsJSONSchemas(\n config,\n config.jobs,\n interfaceNameDefinitions,\n collectionIDFieldTypes,\n i18n,\n )\n : {}\n\n const blocksDefinition: JSONSchema4 | undefined = {\n type: 'object',\n additionalProperties: false,\n properties: {},\n required: [],\n }\n if (config?.blocks?.length) {\n for (const block of config.blocks) {\n const blockFieldSchemas = fieldsToJSONSchema(\n collectionIDFieldTypes,\n block.flattenedFields,\n interfaceNameDefinitions,\n config,\n i18n,\n opts,\n )\n\n const blockSchema: JSONSchema4 = {\n type: 'object',\n additionalProperties: false,\n properties: {\n ...blockFieldSchemas.properties,\n blockType: {\n const: block.slug,\n },\n },\n required: ['blockType', ...blockFieldSchemas.required],\n }\n\n const interfaceName = block.interfaceName ?? block.slug\n interfaceNameDefinitions.set(interfaceName, blockSchema)\n\n blocksDefinition.properties![block.slug] = {\n $ref: `#/definitions/${interfaceName}`,\n }\n ;(blocksDefinition.required as string[]).push(block.slug)\n }\n }\n\n let jsonSchema: JSONSchema4 = {\n additionalProperties: false,\n definitions: {\n supportedTimezones: timezoneDefinitions,\n ...entityDefinitions,\n ...widgetSchemas.definitions,\n ...Object.fromEntries(interfaceNameDefinitions),\n ...authOperationDefinitions,\n },\n // These properties here will be very simple, as all the complexity is in the definitions. These are just the properties for the top-level `Config` type\n type: 'object',\n properties: {\n auth: generateAuthOperationSchemas(config.collections),\n blocks: blocksDefinition,\n collections: generateEntitySchemas(config.collections || []),\n collectionsJoins: generateCollectionJoinsSchemas(config.collections || []),\n collectionsSelect: generateEntitySelectSchemas(config.collections || []),\n db: generateDbEntitySchema(config),\n fallbackLocale: generateFallbackLocaleEntitySchemas(config.localization),\n globals: generateEntitySchemas(config.globals || []),\n globalsSelect: generateEntitySelectSchemas(config.globals || []),\n locale: generateLocaleEntitySchemas(config.localization),\n widgets: widgetSchemas.schema,\n ...(config.typescript?.strictDraftTypes\n ? {\n strictDraftTypes: {\n type: 'boolean',\n const: true,\n },\n }\n : {}),\n user: generateAuthEntitySchemas(config.collections),\n },\n required: [\n 'user',\n 'locale',\n 'fallbackLocale',\n 'collections',\n 'collectionsSelect',\n 'collectionsJoins',\n 'globalsSelect',\n ...(config.typescript?.strictDraftTypes ? ['strictDraftTypes'] : []),\n 'globals',\n 'auth',\n 'db',\n 'jobs',\n 'blocks',\n 'widgets',\n ],\n title: 'Config',\n }\n\n if (jobsSchemas.definitions?.size) {\n for (const [key, value] of jobsSchemas.definitions) {\n jsonSchema.definitions![key] = value\n }\n }\n if (jobsSchemas.properties) {\n jsonSchema.properties!.jobs = {\n type: 'object',\n additionalProperties: false,\n properties: jobsSchemas.properties,\n required: ['tasks', 'workflows'],\n }\n }\n\n if (config?.typescript?.schema?.length) {\n for (const schema of config.typescript.schema) {\n jsonSchema = schema({ collectionIDFieldTypes, config, i18n: i18n!, jsonSchema })\n }\n }\n\n return jsonSchema\n}\n"],"names":["MissingEditorProp","fieldAffectsData","generateJobsJSONSchemas","flattenAllFields","formatNames","getCollectionIDFieldTypes","optionsAreEqual","fieldIsRequired","field","isConditional","Boolean","admin","condition","isMarkedRequired","required","type","flattenedFields","some","subField","buildOptionEnums","options","map","option","value","generateEntitySchemas","entities","properties","reduce","acc","slug","$ref","additionalProperties","Object","keys","generateEntitySelectSchemas","generateCollectionJoinsSchemas","collections","joins","polymorphicJoins","schema","collectionSlug","join","joinPath","enum","push","collection","length","widgetWidths","getAllowedWidgetWidths","maxWidth","minWidth","minIndex","indexOf","maxIndex","slice","generateWidgetSchemas","collectionIDFieldTypes","config","i18n","interfaceNameDefinitions","opts","widgets","dashboard","definitions","widget","definition","widthEnum","dataSchema","fields","widgetFieldSchemas","fieldsToJSONSchema","data","width","generateLocaleEntitySchemas","localization","locales","localesFromConfig","locale","code","generateFallbackLocaleEntitySchemas","localeCodes","localeCode","oneOf","items","generateAuthEntitySchemas","filter","auth","generateDbEntitySchema","defaultIDType","db","withNullableJSONSchemaType","fieldType","isRequired","fieldTypes","entityOrFieldToJsDocs","entity","description","undefined","en","language","requiredFieldNames","Set","fromEntries","fieldSchemas","index","fieldDescription","baseFieldSchema","fieldSchema","interfaceName","set","hasBlocks","blockReferences","blocks","block","resolvedBlock","find","b","forceInlineBlocks","blockFieldSchemas","blockSchema","blockType","const","Array","isArray","relationTo","docs","hasNextPage","totalDocs","jsonSchema","hasMany","maxItems","minItems","relation","editor","Error","outputSchema","optionEnums","previousField","isTimezoneField","timezone","name","includes","hasMatchingGlobalTimezones","timezones","supportedTimezones","typescriptSchema","add","Map","from","entityToJSONSchema","title","typescript","interface","singular","mutableFields","idField","customIdField","unshift","timestamps","disableLocalStrategy","enableFields","isAuthCollection","fieldsSchema","entityDescription","fieldsToSelectJSONSchema","blocksSchema","generateAuthFieldTypes","loginWithUsername","allowEmailLogin","email","username","password","requiredFields","requireEmail","requireUsername","authCollectionToOperationsJSONSchema","loginUserFields","forgotOrUnlockUserFields","registerUserFields","forgotPassword","login","registerFirstUser","unlock","timezonesToJSONSchema","generateAuthOperationSchemas","configToJSONSchema","globals","global","entityDefinitions","select","globalType","timezoneDefinitions","widgetSchemas","authOperationDefinitions","authCollection","jobsSchemas","jobs","blocksDefinition","collectionsJoins","collectionsSelect","fallbackLocale","globalsSelect","strictDraftTypes","user","size","key"],"mappings":"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"}
|