@webiny/api-headless-cms 6.0.0-alpha.0 → 6.0.0-alpha.2
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/constants.d.ts +1 -1
- package/constants.js.map +1 -1
- package/context.d.ts +1 -1
- package/context.js.map +1 -1
- package/crud/AccessControl/AccessControl.d.ts +2 -2
- package/crud/AccessControl/AccessControl.js.map +1 -1
- package/crud/contentEntry/abstractions/IDeleteEntry.d.ts +1 -1
- package/crud/contentEntry/abstractions/IDeleteEntry.js.map +1 -1
- package/crud/contentEntry/abstractions/IDeleteEntryOperation.d.ts +1 -1
- package/crud/contentEntry/abstractions/IDeleteEntryOperation.js.map +1 -1
- package/crud/contentEntry/abstractions/IGetEntriesByIds.d.ts +1 -1
- package/crud/contentEntry/abstractions/IGetEntriesByIds.js.map +1 -1
- package/crud/contentEntry/abstractions/IGetEntry.d.ts +1 -1
- package/crud/contentEntry/abstractions/IGetEntry.js.map +1 -1
- package/crud/contentEntry/abstractions/IGetLatestEntriesByIds.d.ts +1 -1
- package/crud/contentEntry/abstractions/IGetLatestEntriesByIds.js.map +1 -1
- package/crud/contentEntry/abstractions/IGetLatestRevisionByEntryId.d.ts +1 -1
- package/crud/contentEntry/abstractions/IGetLatestRevisionByEntryId.js.map +1 -1
- package/crud/contentEntry/abstractions/IGetPreviousRevisionByEntryId.d.ts +1 -1
- package/crud/contentEntry/abstractions/IGetPreviousRevisionByEntryId.js.map +1 -1
- package/crud/contentEntry/abstractions/IGetPublishedEntriesByIds.d.ts +1 -1
- package/crud/contentEntry/abstractions/IGetPublishedEntriesByIds.js.map +1 -1
- package/crud/contentEntry/abstractions/IGetPublishedRevisionByEntryId.d.ts +1 -1
- package/crud/contentEntry/abstractions/IGetPublishedRevisionByEntryId.js.map +1 -1
- package/crud/contentEntry/abstractions/IGetRevisionById.d.ts +1 -1
- package/crud/contentEntry/abstractions/IGetRevisionById.js.map +1 -1
- package/crud/contentEntry/abstractions/IGetRevisionsByEntryId.d.ts +1 -1
- package/crud/contentEntry/abstractions/IGetRevisionsByEntryId.js.map +1 -1
- package/crud/contentEntry/abstractions/IListEntries.d.ts +1 -1
- package/crud/contentEntry/abstractions/IListEntries.js.map +1 -1
- package/crud/contentEntry/abstractions/IListEntriesOperation.d.ts +1 -1
- package/crud/contentEntry/abstractions/IListEntriesOperation.js.map +1 -1
- package/crud/contentEntry/abstractions/IMoveEntryToBinOperation.d.ts +1 -1
- package/crud/contentEntry/abstractions/IMoveEntryToBinOperation.js.map +1 -1
- package/crud/contentEntry/abstractions/IRestoreEntryFromBin.d.ts +1 -1
- package/crud/contentEntry/abstractions/IRestoreEntryFromBin.js.map +1 -1
- package/crud/contentEntry/abstractions/IRestoreEntryFromBinOperation.d.ts +1 -1
- package/crud/contentEntry/abstractions/IRestoreEntryFromBinOperation.js.map +1 -1
- package/crud/contentEntry/afterDelete.d.ts +2 -2
- package/crud/contentEntry/afterDelete.js.map +1 -1
- package/crud/contentEntry/beforeCreate.d.ts +2 -2
- package/crud/contentEntry/beforeCreate.js.map +1 -1
- package/crud/contentEntry/beforeUpdate.d.ts +2 -2
- package/crud/contentEntry/beforeUpdate.js.map +1 -1
- package/crud/contentEntry/entryDataFactories/createEntryData.d.ts +5 -5
- package/crud/contentEntry/entryDataFactories/createEntryData.js.map +1 -1
- package/crud/contentEntry/entryDataFactories/createEntryRevisionFromData.d.ts +5 -5
- package/crud/contentEntry/entryDataFactories/createEntryRevisionFromData.js.map +1 -1
- package/crud/contentEntry/entryDataFactories/createPublishEntryData.d.ts +4 -4
- package/crud/contentEntry/entryDataFactories/createPublishEntryData.js.map +1 -1
- package/crud/contentEntry/entryDataFactories/createRepublishEntryData.d.ts +2 -2
- package/crud/contentEntry/entryDataFactories/createRepublishEntryData.js.map +1 -1
- package/crud/contentEntry/entryDataFactories/createUnpublishEntryData.d.ts +4 -4
- package/crud/contentEntry/entryDataFactories/createUnpublishEntryData.js.map +1 -1
- package/crud/contentEntry/entryDataFactories/createUpdateEntryData.d.ts +4 -4
- package/crud/contentEntry/entryDataFactories/createUpdateEntryData.js.map +1 -1
- package/crud/contentEntry/entryDataFactories/mapAndCleanUpdatedInputData.d.ts +1 -1
- package/crud/contentEntry/entryDataFactories/mapAndCleanUpdatedInputData.js.map +1 -1
- package/crud/contentEntry/entryDataValidation.d.ts +1 -1
- package/crud/contentEntry/entryDataValidation.js.map +1 -1
- package/crud/contentEntry/markLockedFields.d.ts +1 -1
- package/crud/contentEntry/markLockedFields.js.map +1 -1
- package/crud/contentEntry/referenceFieldsMapping.d.ts +1 -1
- package/crud/contentEntry/referenceFieldsMapping.js.map +1 -1
- package/crud/contentEntry/searchableFields.d.ts +2 -2
- package/crud/contentEntry/searchableFields.js.map +1 -1
- package/crud/contentEntry/useCases/DeleteEntry/DeleteEntry.d.ts +3 -3
- package/crud/contentEntry/useCases/DeleteEntry/DeleteEntry.js.map +1 -1
- package/crud/contentEntry/useCases/DeleteEntry/DeleteEntryOperation.d.ts +2 -2
- package/crud/contentEntry/useCases/DeleteEntry/DeleteEntryOperation.js.map +1 -1
- package/crud/contentEntry/useCases/DeleteEntry/DeleteEntryOperationWithEvents.d.ts +3 -3
- package/crud/contentEntry/useCases/DeleteEntry/DeleteEntryOperationWithEvents.js.map +1 -1
- package/crud/contentEntry/useCases/DeleteEntry/DeleteEntrySecure.d.ts +3 -3
- package/crud/contentEntry/useCases/DeleteEntry/DeleteEntrySecure.js.map +1 -1
- package/crud/contentEntry/useCases/DeleteEntry/MoveEntryToBin.d.ts +3 -3
- package/crud/contentEntry/useCases/DeleteEntry/MoveEntryToBin.js.map +1 -1
- package/crud/contentEntry/useCases/DeleteEntry/MoveEntryToBinOperation.d.ts +2 -2
- package/crud/contentEntry/useCases/DeleteEntry/MoveEntryToBinOperation.js.map +1 -1
- package/crud/contentEntry/useCases/DeleteEntry/MoveEntryToBinOperationWithEvents.d.ts +3 -3
- package/crud/contentEntry/useCases/DeleteEntry/MoveEntryToBinOperationWithEvents.js.map +1 -1
- package/crud/contentEntry/useCases/DeleteEntry/TransformEntryDelete.d.ts +1 -1
- package/crud/contentEntry/useCases/DeleteEntry/TransformEntryDelete.js.map +1 -1
- package/crud/contentEntry/useCases/DeleteEntry/TransformEntryMoveToBin.d.ts +2 -2
- package/crud/contentEntry/useCases/DeleteEntry/TransformEntryMoveToBin.js.map +1 -1
- package/crud/contentEntry/useCases/DeleteEntry/index.d.ts +5 -5
- package/crud/contentEntry/useCases/DeleteEntry/index.js.map +1 -1
- package/crud/contentEntry/useCases/GetEntriesByIds/GetEntriesByIds.d.ts +7 -5
- package/crud/contentEntry/useCases/GetEntriesByIds/GetEntriesByIds.js +6 -2
- package/crud/contentEntry/useCases/GetEntriesByIds/GetEntriesByIds.js.map +1 -1
- package/crud/contentEntry/useCases/GetEntriesByIds/GetEntriesByIdsNotDeleted.d.ts +2 -2
- package/crud/contentEntry/useCases/GetEntriesByIds/GetEntriesByIdsNotDeleted.js.map +1 -1
- package/crud/contentEntry/useCases/GetEntriesByIds/GetEntriesByIdsSecure.d.ts +3 -3
- package/crud/contentEntry/useCases/GetEntriesByIds/GetEntriesByIdsSecure.js.map +1 -1
- package/crud/contentEntry/useCases/GetEntriesByIds/index.d.ts +4 -2
- package/crud/contentEntry/useCases/GetEntriesByIds/index.js +1 -1
- package/crud/contentEntry/useCases/GetEntriesByIds/index.js.map +1 -1
- package/crud/contentEntry/useCases/GetLatestEntriesByIds/GetLatestEntriesByIds.d.ts +7 -5
- package/crud/contentEntry/useCases/GetLatestEntriesByIds/GetLatestEntriesByIds.js +6 -2
- package/crud/contentEntry/useCases/GetLatestEntriesByIds/GetLatestEntriesByIds.js.map +1 -1
- package/crud/contentEntry/useCases/GetLatestEntriesByIds/GetLatestEntriesByIdsNotDeleted.d.ts +2 -2
- package/crud/contentEntry/useCases/GetLatestEntriesByIds/GetLatestEntriesByIdsNotDeleted.js.map +1 -1
- package/crud/contentEntry/useCases/GetLatestEntriesByIds/GetLatestEntriesByIdsSecure.d.ts +3 -3
- package/crud/contentEntry/useCases/GetLatestEntriesByIds/GetLatestEntriesByIdsSecure.js.map +1 -1
- package/crud/contentEntry/useCases/GetLatestEntriesByIds/index.d.ts +4 -2
- package/crud/contentEntry/useCases/GetLatestEntriesByIds/index.js +1 -1
- package/crud/contentEntry/useCases/GetLatestEntriesByIds/index.js.map +1 -1
- package/crud/contentEntry/useCases/GetLatestRevisionByEntryId/GetLatestRevisionByEntryId.d.ts +7 -5
- package/crud/contentEntry/useCases/GetLatestRevisionByEntryId/GetLatestRevisionByEntryId.js +7 -2
- package/crud/contentEntry/useCases/GetLatestRevisionByEntryId/GetLatestRevisionByEntryId.js.map +1 -1
- package/crud/contentEntry/useCases/GetLatestRevisionByEntryId/GetLatestRevisionByEntryIdDeleted.d.ts +2 -2
- package/crud/contentEntry/useCases/GetLatestRevisionByEntryId/GetLatestRevisionByEntryIdDeleted.js.map +1 -1
- package/crud/contentEntry/useCases/GetLatestRevisionByEntryId/GetLatestRevisionByEntryIdNotDeleted.d.ts +2 -2
- package/crud/contentEntry/useCases/GetLatestRevisionByEntryId/GetLatestRevisionByEntryIdNotDeleted.js.map +1 -1
- package/crud/contentEntry/useCases/GetLatestRevisionByEntryId/index.d.ts +3 -1
- package/crud/contentEntry/useCases/GetLatestRevisionByEntryId/index.js +1 -1
- package/crud/contentEntry/useCases/GetLatestRevisionByEntryId/index.js.map +1 -1
- package/crud/contentEntry/useCases/GetPreviousRevisionByEntryId/GetPreviousRevisionByEntryId.d.ts +7 -5
- package/crud/contentEntry/useCases/GetPreviousRevisionByEntryId/GetPreviousRevisionByEntryId.js +7 -2
- package/crud/contentEntry/useCases/GetPreviousRevisionByEntryId/GetPreviousRevisionByEntryId.js.map +1 -1
- package/crud/contentEntry/useCases/GetPreviousRevisionByEntryId/GetPreviousRevisionByEntryIdNotDeleted.d.ts +2 -2
- package/crud/contentEntry/useCases/GetPreviousRevisionByEntryId/GetPreviousRevisionByEntryIdNotDeleted.js.map +1 -1
- package/crud/contentEntry/useCases/GetPreviousRevisionByEntryId/index.d.ts +3 -1
- package/crud/contentEntry/useCases/GetPreviousRevisionByEntryId/index.js +1 -1
- package/crud/contentEntry/useCases/GetPreviousRevisionByEntryId/index.js.map +1 -1
- package/crud/contentEntry/useCases/GetPublishedEntriesByIds/GetPublishedEntriesByIds.d.ts +7 -5
- package/crud/contentEntry/useCases/GetPublishedEntriesByIds/GetPublishedEntriesByIds.js +6 -2
- package/crud/contentEntry/useCases/GetPublishedEntriesByIds/GetPublishedEntriesByIds.js.map +1 -1
- package/crud/contentEntry/useCases/GetPublishedEntriesByIds/GetPublishedEntriesByIdsNotDeleted.d.ts +2 -2
- package/crud/contentEntry/useCases/GetPublishedEntriesByIds/GetPublishedEntriesByIdsNotDeleted.js.map +1 -1
- package/crud/contentEntry/useCases/GetPublishedEntriesByIds/GetPublishedEntriesByIdsSecure.d.ts +3 -3
- package/crud/contentEntry/useCases/GetPublishedEntriesByIds/GetPublishedEntriesByIdsSecure.js.map +1 -1
- package/crud/contentEntry/useCases/GetPublishedEntriesByIds/index.d.ts +4 -2
- package/crud/contentEntry/useCases/GetPublishedEntriesByIds/index.js +1 -1
- package/crud/contentEntry/useCases/GetPublishedEntriesByIds/index.js.map +1 -1
- package/crud/contentEntry/useCases/GetPublishedRevisionByEntryId/GetPublishedRevisionByEntryId.d.ts +7 -5
- package/crud/contentEntry/useCases/GetPublishedRevisionByEntryId/GetPublishedRevisionByEntryId.js +7 -2
- package/crud/contentEntry/useCases/GetPublishedRevisionByEntryId/GetPublishedRevisionByEntryId.js.map +1 -1
- package/crud/contentEntry/useCases/GetPublishedRevisionByEntryId/GetPublishedRevisionByEntryIdNotDeleted.d.ts +2 -2
- package/crud/contentEntry/useCases/GetPublishedRevisionByEntryId/GetPublishedRevisionByEntryIdNotDeleted.js.map +1 -1
- package/crud/contentEntry/useCases/GetPublishedRevisionByEntryId/index.d.ts +3 -1
- package/crud/contentEntry/useCases/GetPublishedRevisionByEntryId/index.js +1 -1
- package/crud/contentEntry/useCases/GetPublishedRevisionByEntryId/index.js.map +1 -1
- package/crud/contentEntry/useCases/GetRevisionById/GetRevisionById.d.ts +7 -5
- package/crud/contentEntry/useCases/GetRevisionById/GetRevisionById.js +7 -2
- package/crud/contentEntry/useCases/GetRevisionById/GetRevisionById.js.map +1 -1
- package/crud/contentEntry/useCases/GetRevisionById/GetRevisionByIdNotDeleted.d.ts +2 -2
- package/crud/contentEntry/useCases/GetRevisionById/GetRevisionByIdNotDeleted.js.map +1 -1
- package/crud/contentEntry/useCases/GetRevisionById/index.d.ts +3 -1
- package/crud/contentEntry/useCases/GetRevisionById/index.js +1 -1
- package/crud/contentEntry/useCases/GetRevisionById/index.js.map +1 -1
- package/crud/contentEntry/useCases/GetRevisionsByEntryId/GetRevisionsByEntryId.d.ts +7 -5
- package/crud/contentEntry/useCases/GetRevisionsByEntryId/GetRevisionsByEntryId.js +6 -2
- package/crud/contentEntry/useCases/GetRevisionsByEntryId/GetRevisionsByEntryId.js.map +1 -1
- package/crud/contentEntry/useCases/GetRevisionsByEntryId/GetRevisionsByEntryIdNotDeleted.d.ts +2 -2
- package/crud/contentEntry/useCases/GetRevisionsByEntryId/GetRevisionsByEntryIdNotDeleted.js.map +1 -1
- package/crud/contentEntry/useCases/GetRevisionsByEntryId/index.d.ts +4 -2
- package/crud/contentEntry/useCases/GetRevisionsByEntryId/index.js +1 -1
- package/crud/contentEntry/useCases/GetRevisionsByEntryId/index.js.map +1 -1
- package/crud/contentEntry/useCases/ListEntries/GetEntry.d.ts +2 -2
- package/crud/contentEntry/useCases/ListEntries/GetEntry.js.map +1 -1
- package/crud/contentEntry/useCases/ListEntries/GetEntrySecure.d.ts +4 -4
- package/crud/contentEntry/useCases/ListEntries/GetEntrySecure.js.map +1 -1
- package/crud/contentEntry/useCases/ListEntries/ListEntries.d.ts +2 -2
- package/crud/contentEntry/useCases/ListEntries/ListEntries.js.map +1 -1
- package/crud/contentEntry/useCases/ListEntries/ListEntriesOperation.d.ts +12 -5
- package/crud/contentEntry/useCases/ListEntries/ListEntriesOperation.js +9 -2
- package/crud/contentEntry/useCases/ListEntries/ListEntriesOperation.js.map +1 -1
- package/crud/contentEntry/useCases/ListEntries/ListEntriesOperationDeleted.d.ts +2 -2
- package/crud/contentEntry/useCases/ListEntries/ListEntriesOperationDeleted.js.map +1 -1
- package/crud/contentEntry/useCases/ListEntries/ListEntriesOperationLatest.d.ts +2 -2
- package/crud/contentEntry/useCases/ListEntries/ListEntriesOperationLatest.js.map +1 -1
- package/crud/contentEntry/useCases/ListEntries/ListEntriesOperationNotDeleted.d.ts +2 -2
- package/crud/contentEntry/useCases/ListEntries/ListEntriesOperationNotDeleted.js.map +1 -1
- package/crud/contentEntry/useCases/ListEntries/ListEntriesOperationPublished.d.ts +2 -2
- package/crud/contentEntry/useCases/ListEntries/ListEntriesOperationPublished.js.map +1 -1
- package/crud/contentEntry/useCases/ListEntries/ListEntriesOperationWithEvents.d.ts +3 -3
- package/crud/contentEntry/useCases/ListEntries/ListEntriesOperationWithEvents.js.map +1 -1
- package/crud/contentEntry/useCases/ListEntries/ListEntriesOperationWithSearchableFields.d.ts +2 -2
- package/crud/contentEntry/useCases/ListEntries/ListEntriesOperationWithSearchableFields.js.map +1 -1
- package/crud/contentEntry/useCases/ListEntries/ListEntriesOperationWithSort.d.ts +2 -2
- package/crud/contentEntry/useCases/ListEntries/ListEntriesOperationWithSort.js.map +1 -1
- package/crud/contentEntry/useCases/ListEntries/ListEntriesOperationWithStatusCheck.d.ts +2 -2
- package/crud/contentEntry/useCases/ListEntries/ListEntriesOperationWithStatusCheck.js.map +1 -1
- package/crud/contentEntry/useCases/ListEntries/ListEntriesSecure.d.ts +4 -4
- package/crud/contentEntry/useCases/ListEntries/ListEntriesSecure.js.map +1 -1
- package/crud/contentEntry/useCases/ListEntries/index.d.ts +6 -4
- package/crud/contentEntry/useCases/ListEntries/index.js +1 -1
- package/crud/contentEntry/useCases/ListEntries/index.js.map +1 -1
- package/crud/contentEntry/useCases/RestoreEntryFromBin/RestoreEntryFromBin.d.ts +3 -3
- package/crud/contentEntry/useCases/RestoreEntryFromBin/RestoreEntryFromBin.js.map +1 -1
- package/crud/contentEntry/useCases/RestoreEntryFromBin/RestoreEntryFromBinOperation.d.ts +7 -5
- package/crud/contentEntry/useCases/RestoreEntryFromBin/RestoreEntryFromBinOperation.js +4 -2
- package/crud/contentEntry/useCases/RestoreEntryFromBin/RestoreEntryFromBinOperation.js.map +1 -1
- package/crud/contentEntry/useCases/RestoreEntryFromBin/RestoreEntryFromBinOperationWithEvents.d.ts +3 -3
- package/crud/contentEntry/useCases/RestoreEntryFromBin/RestoreEntryFromBinOperationWithEvents.js.map +1 -1
- package/crud/contentEntry/useCases/RestoreEntryFromBin/RestoreEntryFromBinSecure.d.ts +3 -3
- package/crud/contentEntry/useCases/RestoreEntryFromBin/RestoreEntryFromBinSecure.js.map +1 -1
- package/crud/contentEntry/useCases/RestoreEntryFromBin/TransformEntryRestoreFromBin.d.ts +2 -2
- package/crud/contentEntry/useCases/RestoreEntryFromBin/TransformEntryRestoreFromBin.js.map +1 -1
- package/crud/contentEntry/useCases/RestoreEntryFromBin/index.d.ts +7 -5
- package/crud/contentEntry/useCases/RestoreEntryFromBin/index.js +1 -1
- package/crud/contentEntry/useCases/RestoreEntryFromBin/index.js.map +1 -1
- package/crud/contentEntry.crud.d.ts +5 -5
- package/crud/contentEntry.crud.js +16 -3
- package/crud/contentEntry.crud.js.map +1 -1
- package/crud/contentModel/beforeCreate.d.ts +2 -2
- package/crud/contentModel/beforeCreate.js.map +1 -1
- package/crud/contentModel/beforeDelete.d.ts +2 -2
- package/crud/contentModel/beforeDelete.js.map +1 -1
- package/crud/contentModel/beforeUpdate.d.ts +2 -2
- package/crud/contentModel/beforeUpdate.js.map +1 -1
- package/crud/contentModel/compatibility/modelApiName.d.ts +1 -1
- package/crud/contentModel/compatibility/modelApiName.js.map +1 -1
- package/crud/contentModel/contentModelManagerFactory.d.ts +1 -1
- package/crud/contentModel/contentModelManagerFactory.js.map +1 -1
- package/crud/contentModel/createFieldStorageId.d.ts +1 -1
- package/crud/contentModel/createFieldStorageId.js.map +1 -1
- package/crud/contentModel/defaultFields.d.ts +1 -1
- package/crud/contentModel/defaultFields.js.map +1 -1
- package/crud/contentModel/ensureTypeTag.d.ts +1 -1
- package/crud/contentModel/ensureTypeTag.js.map +1 -1
- package/crud/contentModel/fields/descriptionField.d.ts +1 -1
- package/crud/contentModel/fields/descriptionField.js.map +1 -1
- package/crud/contentModel/fields/getApplicableFieldById.d.ts +1 -1
- package/crud/contentModel/fields/getApplicableFieldById.js.map +1 -1
- package/crud/contentModel/fields/imageField.d.ts +1 -1
- package/crud/contentModel/fields/imageField.js.map +1 -1
- package/crud/contentModel/fields/titleField.d.ts +1 -1
- package/crud/contentModel/fields/titleField.js.map +1 -1
- package/crud/contentModel/listModelsFromDatabase.d.ts +3 -3
- package/crud/contentModel/listModelsFromDatabase.js.map +1 -1
- package/crud/contentModel/validate/endingAllowed.d.ts +1 -1
- package/crud/contentModel/validate/endingAllowed.js.map +1 -1
- package/crud/contentModel/validate/modelId.d.ts +1 -1
- package/crud/contentModel/validate/modelId.js.map +1 -1
- package/crud/contentModel/validate/pluralApiName.d.ts +1 -1
- package/crud/contentModel/validate/pluralApiName.js.map +1 -1
- package/crud/contentModel/validate/singularApiName.d.ts +1 -1
- package/crud/contentModel/validate/singularApiName.js.map +1 -1
- package/crud/contentModel/validateModel.d.ts +1 -1
- package/crud/contentModel/validateModel.js.map +1 -1
- package/crud/contentModel/validateModelFields.d.ts +1 -1
- package/crud/contentModel/validateModelFields.js.map +1 -1
- package/crud/contentModel/validation.d.ts +132 -132
- package/crud/contentModel.crud.d.ts +5 -5
- package/crud/contentModel.crud.js.map +1 -1
- package/crud/contentModelGroup/beforeCreate.d.ts +3 -3
- package/crud/contentModelGroup/beforeCreate.js.map +1 -1
- package/crud/contentModelGroup/beforeDelete.d.ts +3 -3
- package/crud/contentModelGroup/beforeDelete.js.map +1 -1
- package/crud/contentModelGroup/beforeUpdate.d.ts +3 -3
- package/crud/contentModelGroup/beforeUpdate.js.map +1 -1
- package/crud/contentModelGroup/listGroupsFromDatabase.d.ts +1 -1
- package/crud/contentModelGroup/listGroupsFromDatabase.js.map +1 -1
- package/crud/contentModelGroup/validation.d.ts +2 -2
- package/crud/contentModelGroup.crud.d.ts +5 -5
- package/crud/contentModelGroup.crud.js.map +1 -1
- package/crud/system.crud.d.ts +4 -4
- package/crud/system.crud.js +10 -0
- package/crud/system.crud.js.map +1 -1
- package/export/crud/exporting.d.ts +2 -2
- package/export/crud/exporting.js.map +1 -1
- package/export/crud/importing.d.ts +2 -2
- package/export/crud/importing.js.map +1 -1
- package/export/crud/imports/importData.d.ts +2 -2
- package/export/crud/imports/importData.js.map +1 -1
- package/export/crud/imports/importGroups.d.ts +2 -2
- package/export/crud/imports/importGroups.js.map +1 -1
- package/export/crud/imports/importModels.d.ts +2 -2
- package/export/crud/imports/importModels.js.map +1 -1
- package/export/crud/imports/validateGroups.d.ts +2 -2
- package/export/crud/imports/validateGroups.js.map +1 -1
- package/export/crud/imports/validateInput.d.ts +2 -2
- package/export/crud/imports/validateInput.js.map +1 -1
- package/export/crud/imports/validateModels.d.ts +2 -2
- package/export/crud/imports/validateModels.js.map +1 -1
- package/export/crud/index.d.ts +1 -1
- package/export/crud/index.js.map +1 -1
- package/export/crud/sanitize.d.ts +2 -2
- package/export/crud/sanitize.js.map +1 -1
- package/export/graphql/index.d.ts +1 -1
- package/export/graphql/index.js.map +1 -1
- package/export/types.d.ts +1 -1
- package/export/types.js.map +1 -1
- package/fieldConverters/CmsModelDefaultFieldConverterPlugin.d.ts +3 -2
- package/fieldConverters/CmsModelDefaultFieldConverterPlugin.js.map +1 -1
- package/fieldConverters/CmsModelDynamicZoneFieldConverterPlugin.d.ts +3 -2
- package/fieldConverters/CmsModelDynamicZoneFieldConverterPlugin.js.map +1 -1
- package/fieldConverters/CmsModelObjectFieldConverterPlugin.d.ts +3 -2
- package/fieldConverters/CmsModelObjectFieldConverterPlugin.js.map +1 -1
- package/graphql/buildSchemaPlugins.d.ts +2 -2
- package/graphql/buildSchemaPlugins.js.map +1 -1
- package/graphql/checkEndpointAccess.d.ts +1 -1
- package/graphql/checkEndpointAccess.js.map +1 -1
- package/graphql/createExecutableSchema.d.ts +1 -1
- package/graphql/createExecutableSchema.js.map +1 -1
- package/graphql/createRequestBody.d.ts +1 -1
- package/graphql/createRequestBody.js.map +1 -1
- package/graphql/generateSchema.d.ts +2 -2
- package/graphql/generateSchema.js.map +1 -1
- package/graphql/getSchema/generateCacheId.d.ts +3 -3
- package/graphql/getSchema/generateCacheId.js.map +1 -1
- package/graphql/getSchema/generateCacheKey.d.ts +1 -1
- package/graphql/getSchema/generateCacheKey.js.map +1 -1
- package/graphql/getSchema.d.ts +4 -4
- package/graphql/getSchema.js.map +1 -1
- package/graphql/graphQLHandlerFactory.d.ts +1 -1
- package/graphql/graphQLHandlerFactory.js.map +1 -1
- package/graphql/handleRequest.d.ts +2 -2
- package/graphql/handleRequest.js.map +1 -1
- package/graphql/index.d.ts +2 -2
- package/graphql/index.js.map +1 -1
- package/graphql/scalars/RevisionIdScalarPlugin.d.ts +1 -1
- package/graphql/scalars/RevisionIdScalarPlugin.js.map +1 -1
- package/graphql/schema/baseContentSchema.d.ts +2 -2
- package/graphql/schema/baseContentSchema.js.map +1 -1
- package/graphql/schema/baseSchema.js.map +1 -1
- package/graphql/schema/contentEntries.d.ts +2 -2
- package/graphql/schema/contentEntries.js.map +1 -1
- package/graphql/schema/contentModelGroups.d.ts +2 -2
- package/graphql/schema/contentModelGroups.js.map +1 -1
- package/graphql/schema/contentModels.d.ts +2 -2
- package/graphql/schema/contentModels.js.map +1 -1
- package/graphql/schema/createFieldResolvers.d.ts +2 -2
- package/graphql/schema/createFieldResolvers.js.map +1 -1
- package/graphql/schema/createFieldTypePluginRecords.d.ts +2 -2
- package/graphql/schema/createFieldTypePluginRecords.js.map +1 -1
- package/graphql/schema/createManageSDL.d.ts +2 -2
- package/graphql/schema/createManageSDL.js.map +1 -1
- package/graphql/schema/createReadSDL.d.ts +2 -2
- package/graphql/schema/createReadSDL.js.map +1 -1
- package/graphql/schema/createSingularSDL.d.ts +1 -1
- package/graphql/schema/createSingularSDL.js.map +1 -1
- package/graphql/schema/resolvers/manage/normalizeGraphQlInput.d.ts +1 -1
- package/graphql/schema/resolvers/manage/normalizeGraphQlInput.js.map +1 -1
- package/graphql/schema/resolvers/manage/resolveCreate.d.ts +1 -1
- package/graphql/schema/resolvers/manage/resolveCreate.js.map +1 -1
- package/graphql/schema/resolvers/manage/resolveCreateFrom.d.ts +1 -1
- package/graphql/schema/resolvers/manage/resolveCreateFrom.js.map +1 -1
- package/graphql/schema/resolvers/manage/resolveDelete.d.ts +1 -1
- package/graphql/schema/resolvers/manage/resolveDelete.js.map +1 -1
- package/graphql/schema/resolvers/manage/resolveDeleteMultiple.d.ts +1 -1
- package/graphql/schema/resolvers/manage/resolveDeleteMultiple.js.map +1 -1
- package/graphql/schema/resolvers/manage/resolveGet.d.ts +1 -1
- package/graphql/schema/resolvers/manage/resolveGet.js.map +1 -1
- package/graphql/schema/resolvers/manage/resolveGetByIds.d.ts +1 -1
- package/graphql/schema/resolvers/manage/resolveGetByIds.js.map +1 -1
- package/graphql/schema/resolvers/manage/resolveGetRevisions.d.ts +1 -1
- package/graphql/schema/resolvers/manage/resolveGetRevisions.js.map +1 -1
- package/graphql/schema/resolvers/manage/resolveGetUniqueFieldValues.d.ts +1 -1
- package/graphql/schema/resolvers/manage/resolveGetUniqueFieldValues.js.map +1 -1
- package/graphql/schema/resolvers/manage/resolveList.d.ts +1 -1
- package/graphql/schema/resolvers/manage/resolveList.js.map +1 -1
- package/graphql/schema/resolvers/manage/resolveListDeleted.d.ts +1 -1
- package/graphql/schema/resolvers/manage/resolveListDeleted.js.map +1 -1
- package/graphql/schema/resolvers/manage/resolveMove.d.ts +1 -1
- package/graphql/schema/resolvers/manage/resolveMove.js.map +1 -1
- package/graphql/schema/resolvers/manage/resolvePublish.d.ts +1 -1
- package/graphql/schema/resolvers/manage/resolvePublish.js.map +1 -1
- package/graphql/schema/resolvers/manage/resolveRepublish.d.ts +1 -1
- package/graphql/schema/resolvers/manage/resolveRepublish.js.map +1 -1
- package/graphql/schema/resolvers/manage/resolveRestoreFromBin.d.ts +1 -1
- package/graphql/schema/resolvers/manage/resolveRestoreFromBin.js.map +1 -1
- package/graphql/schema/resolvers/manage/resolveUnpublish.d.ts +1 -1
- package/graphql/schema/resolvers/manage/resolveUnpublish.js.map +1 -1
- package/graphql/schema/resolvers/manage/resolveUpdate.d.ts +1 -1
- package/graphql/schema/resolvers/manage/resolveUpdate.js.map +1 -1
- package/graphql/schema/resolvers/manage/resolveValidate.d.ts +1 -1
- package/graphql/schema/resolvers/manage/resolveValidate.js.map +1 -1
- package/graphql/schema/resolvers/preview/resolveGet.d.ts +1 -1
- package/graphql/schema/resolvers/preview/resolveGet.js.map +1 -1
- package/graphql/schema/resolvers/preview/resolveList.d.ts +1 -1
- package/graphql/schema/resolvers/preview/resolveList.js.map +1 -1
- package/graphql/schema/resolvers/read/resolveGet.d.ts +1 -1
- package/graphql/schema/resolvers/read/resolveGet.js.map +1 -1
- package/graphql/schema/resolvers/read/resolveList.d.ts +1 -1
- package/graphql/schema/resolvers/read/resolveList.js.map +1 -1
- package/graphql/schema/resolvers/singular/resolveGet.d.ts +1 -1
- package/graphql/schema/resolvers/singular/resolveGet.js.map +1 -1
- package/graphql/schema/resolvers/singular/resolveUpdate.d.ts +1 -1
- package/graphql/schema/resolvers/singular/resolveUpdate.js.map +1 -1
- package/graphql/schema/schemaPlugins.d.ts +1 -1
- package/graphql/schema/schemaPlugins.js.map +1 -1
- package/graphql/system.d.ts +1 -1
- package/graphql/system.js.map +1 -1
- package/graphqlFields/boolean.d.ts +1 -1
- package/graphqlFields/boolean.js.map +1 -1
- package/graphqlFields/datetime.d.ts +1 -1
- package/graphqlFields/datetime.js.map +1 -1
- package/graphqlFields/dynamicZone/dynamicZoneField.d.ts +1 -1
- package/graphqlFields/dynamicZone/dynamicZoneField.js.map +1 -1
- package/graphqlFields/file.d.ts +1 -1
- package/graphqlFields/file.js.map +1 -1
- package/graphqlFields/helpers.d.ts +1 -1
- package/graphqlFields/helpers.js.map +1 -1
- package/graphqlFields/index.d.ts +1 -1
- package/graphqlFields/index.js.map +1 -1
- package/graphqlFields/json.d.ts +1 -1
- package/graphqlFields/json.js.map +1 -1
- package/graphqlFields/longText.d.ts +1 -1
- package/graphqlFields/longText.js.map +1 -1
- package/graphqlFields/number.d.ts +1 -1
- package/graphqlFields/number.js.map +1 -1
- package/graphqlFields/object.d.ts +1 -1
- package/graphqlFields/object.js.map +1 -1
- package/graphqlFields/ref.d.ts +1 -1
- package/graphqlFields/ref.js.map +1 -1
- package/graphqlFields/richText/RichTextPluginsProcessor.d.ts +1 -1
- package/graphqlFields/richText/RichTextPluginsProcessor.js.map +1 -1
- package/graphqlFields/richText/richTextResolver.d.ts +2 -2
- package/graphqlFields/richText/richTextResolver.js.map +1 -1
- package/graphqlFields/richText.d.ts +1 -1
- package/graphqlFields/richText.js.map +1 -1
- package/graphqlFields/searchableJson.d.ts +1 -1
- package/graphqlFields/searchableJson.js +5 -0
- package/graphqlFields/searchableJson.js.map +1 -1
- package/graphqlFields/text.d.ts +1 -1
- package/graphqlFields/text.js.map +1 -1
- package/htmlRenderer/LexicalRenderer.d.ts +1 -1
- package/htmlRenderer/LexicalRenderer.js.map +1 -1
- package/htmlRenderer/createLexicalHTMLRenderer.js.map +1 -1
- package/index.d.ts +3 -3
- package/index.js.map +1 -1
- package/modelManager/SingletonModelManager.d.ts +1 -1
- package/modelManager/SingletonModelManager.js.map +1 -1
- package/modelManager/index.d.ts +1 -1
- package/modelManager/index.js.map +1 -1
- package/package.json +21 -21
- package/parameters/header.js.map +1 -1
- package/parameters/manual.d.ts +2 -1
- package/parameters/manual.js.map +1 -1
- package/parameters/path.js.map +1 -1
- package/plugins/CmsGraphQLSchemaPlugin/CmsGraphQLSchemaPlugin.d.ts +3 -2
- package/plugins/CmsGraphQLSchemaPlugin/CmsGraphQLSchemaPlugin.js.map +1 -1
- package/plugins/CmsGraphQLSchemaSorterPlugin.d.ts +1 -1
- package/plugins/CmsGraphQLSchemaSorterPlugin.js.map +1 -1
- package/plugins/CmsGroupPlugin.d.ts +1 -1
- package/plugins/CmsGroupPlugin.js.map +1 -1
- package/plugins/CmsModelFieldConverterPlugin.d.ts +2 -2
- package/plugins/CmsModelFieldConverterPlugin.js.map +1 -1
- package/plugins/CmsModelPlugin.d.ts +1 -1
- package/plugins/CmsModelPlugin.js.map +1 -1
- package/plugins/CmsParametersPlugin.d.ts +1 -1
- package/plugins/CmsParametersPlugin.js.map +1 -1
- package/plugins/StorageOperationsCmsModelPlugin.d.ts +1 -1
- package/plugins/StorageOperationsCmsModelPlugin.js.map +1 -1
- package/plugins/StorageTransformPlugin.d.ts +2 -2
- package/plugins/StorageTransformPlugin.js.map +1 -1
- package/storage/date.d.ts +1 -1
- package/storage/date.js.map +1 -1
- package/storage/dynamicZone.js.map +1 -1
- package/storage/json.js +34 -5
- package/storage/json.js.map +1 -1
- package/storage/object.js.map +1 -1
- package/types/context.d.ts +7 -7
- package/types/context.js.map +1 -1
- package/types/fields/dynamicZoneField.d.ts +1 -1
- package/types/fields/dynamicZoneField.js.map +1 -1
- package/types/fields/objectField.d.ts +1 -1
- package/types/fields/objectField.js.map +1 -1
- package/types/model.d.ts +3 -3
- package/types/model.js.map +1 -1
- package/types/modelAst.d.ts +1 -1
- package/types/modelAst.js.map +1 -1
- package/types/modelField.d.ts +2 -2
- package/types/modelField.js.map +1 -1
- package/types/modelGroup.d.ts +1 -1
- package/types/modelGroup.js.map +1 -1
- package/types/plugins.d.ts +6 -6
- package/types/plugins.js.map +1 -1
- package/types/types.d.ts +19 -19
- package/types/types.js.map +1 -1
- package/utils/RichTextRenderer.d.ts +2 -2
- package/utils/RichTextRenderer.js.map +1 -1
- package/utils/caching/Cache.d.ts +1 -1
- package/utils/caching/Cache.js.map +1 -1
- package/utils/caching/CacheKey.d.ts +2 -2
- package/utils/caching/CacheKey.js.map +1 -1
- package/utils/contentEntryTraverser/ContentEntryTraverser.d.ts +1 -1
- package/utils/contentEntryTraverser/ContentEntryTraverser.js.map +1 -1
- package/utils/contentModelAst/CmsModelFieldToAstConverterFromPlugins.d.ts +1 -1
- package/utils/contentModelAst/CmsModelFieldToAstConverterFromPlugins.js.map +1 -1
- package/utils/contentModelAst/CmsModelFieldToAstFromPlugin.d.ts +1 -1
- package/utils/contentModelAst/CmsModelFieldToAstFromPlugin.js.map +1 -1
- package/utils/contentModelAst/CmsModelToAstConverter.d.ts +1 -1
- package/utils/contentModelAst/CmsModelToAstConverter.js.map +1 -1
- package/utils/converters/Converter.d.ts +3 -3
- package/utils/converters/Converter.js.map +1 -1
- package/utils/converters/ConverterCollection.d.ts +2 -2
- package/utils/converters/ConverterCollection.js.map +1 -1
- package/utils/converters/valueKeyStorageConverter.d.ts +3 -3
- package/utils/converters/valueKeyStorageConverter.js.map +1 -1
- package/utils/createModelField.d.ts +1 -1
- package/utils/createModelField.js.map +1 -1
- package/utils/createTypeFromFields.d.ts +1 -1
- package/utils/createTypeFromFields.js.map +1 -1
- package/utils/entryStorage.d.ts +8 -1
- package/utils/entryStorage.js +37 -4
- package/utils/entryStorage.js.map +1 -1
- package/utils/getBaseFieldType.d.ts +1 -1
- package/utils/getBaseFieldType.js.map +1 -1
- package/utils/getEntryDescription.d.ts +1 -1
- package/utils/getEntryDescription.js.map +1 -1
- package/utils/getEntryImage.d.ts +1 -1
- package/utils/getEntryImage.js.map +1 -1
- package/utils/getEntryTitle.d.ts +1 -1
- package/utils/getEntryTitle.js.map +1 -1
- package/utils/getSchemaFromFieldPlugins.d.ts +4 -4
- package/utils/getSchemaFromFieldPlugins.js.map +1 -1
- package/utils/identity.d.ts +1 -1
- package/utils/identity.js.map +1 -1
- package/utils/isHeadlessCmsReady.d.ts +1 -1
- package/utils/isHeadlessCmsReady.js.map +1 -1
- package/utils/modelFieldTraverser/ModelFieldTraverser.d.ts +1 -1
- package/utils/modelFieldTraverser/ModelFieldTraverser.js.map +1 -1
- package/utils/renderFields.d.ts +1 -1
- package/utils/renderFields.js.map +1 -1
- package/utils/renderGetFilterFields.d.ts +1 -1
- package/utils/renderGetFilterFields.js.map +1 -1
- package/utils/renderInputFields.d.ts +1 -1
- package/utils/renderInputFields.js.map +1 -1
- package/utils/renderListFilterFields.d.ts +1 -1
- package/utils/renderListFilterFields.js.map +1 -1
- package/utils/renderSortEnum.d.ts +2 -2
- package/utils/renderSortEnum.js.map +1 -1
- package/validators/dateGte.d.ts +1 -1
- package/validators/dateGte.js.map +1 -1
- package/validators/dateLte.d.ts +1 -1
- package/validators/dateLte.js.map +1 -1
- package/validators/gte.d.ts +1 -1
- package/validators/gte.js.map +1 -1
- package/validators/in.d.ts +1 -1
- package/validators/in.js.map +1 -1
- package/validators/lte.d.ts +1 -1
- package/validators/lte.js.map +1 -1
- package/validators/maxLength.d.ts +1 -1
- package/validators/maxLength.js.map +1 -1
- package/validators/minLength.d.ts +1 -1
- package/validators/minLength.js.map +1 -1
- package/validators/pattern.d.ts +1 -1
- package/validators/pattern.js.map +1 -1
- package/validators/patternPlugins/email.d.ts +1 -1
- package/validators/patternPlugins/email.js.map +1 -1
- package/validators/patternPlugins/index.d.ts +1 -1
- package/validators/patternPlugins/index.js.map +1 -1
- package/validators/patternPlugins/lowerCase.d.ts +1 -1
- package/validators/patternPlugins/lowerCase.js.map +1 -1
- package/validators/patternPlugins/lowerCaseSpace.d.ts +1 -1
- package/validators/patternPlugins/lowerCaseSpace.js.map +1 -1
- package/validators/patternPlugins/upperCase.d.ts +1 -1
- package/validators/patternPlugins/upperCase.js.map +1 -1
- package/validators/patternPlugins/upperCaseSpace.d.ts +1 -1
- package/validators/patternPlugins/upperCaseSpace.js.map +1 -1
- package/validators/patternPlugins/url.d.ts +1 -1
- package/validators/patternPlugins/url.js.map +1 -1
- package/validators/required.d.ts +1 -1
- package/validators/required.js.map +1 -1
- package/validators/timeGte.d.ts +1 -1
- package/validators/timeGte.js.map +1 -1
- package/validators/timeLte.d.ts +1 -1
- package/validators/timeLte.js.map +1 -1
- package/validators/unique.d.ts +1 -1
- package/validators/unique.js.map +1 -1
|
@@ -24,26 +24,26 @@ export declare const createModelCreateValidation: () => zod.ZodObject<{
|
|
|
24
24
|
label: zod.ZodString;
|
|
25
25
|
selected: zod.ZodDefault<zod.ZodOptional<zod.ZodBoolean>>;
|
|
26
26
|
}, "strip", zod.ZodTypeAny, {
|
|
27
|
-
value: string;
|
|
28
27
|
label: string;
|
|
28
|
+
value: string;
|
|
29
29
|
selected: boolean;
|
|
30
30
|
}, {
|
|
31
|
-
value: string;
|
|
32
31
|
label: string;
|
|
32
|
+
value: string;
|
|
33
33
|
selected?: boolean | undefined;
|
|
34
34
|
}>, "many">>;
|
|
35
35
|
}, "strip", zod.ZodTypeAny, {
|
|
36
36
|
values: {
|
|
37
|
-
value: string;
|
|
38
37
|
label: string;
|
|
38
|
+
value: string;
|
|
39
39
|
selected: boolean;
|
|
40
40
|
}[];
|
|
41
41
|
enabled: boolean;
|
|
42
42
|
}, {
|
|
43
43
|
enabled: boolean;
|
|
44
44
|
values?: {
|
|
45
|
-
value: string;
|
|
46
45
|
label: string;
|
|
46
|
+
value: string;
|
|
47
47
|
selected?: boolean | undefined;
|
|
48
48
|
}[] | undefined;
|
|
49
49
|
}>>>;
|
|
@@ -62,61 +62,58 @@ export declare const createModelCreateValidation: () => zod.ZodObject<{
|
|
|
62
62
|
message: zod.ZodDefault<zod.ZodOptional<zod.ZodString>>;
|
|
63
63
|
settings: zod.ZodDefault<zod.ZodEffects<zod.ZodOptional<zod.ZodNullable<zod.ZodOptional<zod.ZodObject<{}, "passthrough", zod.ZodTypeAny, zod.objectOutputType<{}, zod.ZodTypeAny, "passthrough">, zod.objectInputType<{}, zod.ZodTypeAny, "passthrough">>>>>, zod.objectOutputType<{}, zod.ZodTypeAny, "passthrough">, zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined>>;
|
|
64
64
|
}, "strip", zod.ZodTypeAny, {
|
|
65
|
-
message: string;
|
|
66
65
|
name: string;
|
|
67
66
|
settings: {} & {
|
|
68
67
|
[k: string]: unknown;
|
|
69
68
|
};
|
|
69
|
+
message: string;
|
|
70
70
|
}, {
|
|
71
71
|
name: string;
|
|
72
|
-
message?: string | undefined;
|
|
73
72
|
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
73
|
+
message?: string | undefined;
|
|
74
74
|
}>, "many">>>>>, {
|
|
75
|
-
message: string;
|
|
76
75
|
name: string;
|
|
77
76
|
settings: {} & {
|
|
78
77
|
[k: string]: unknown;
|
|
79
78
|
};
|
|
79
|
+
message: string;
|
|
80
80
|
}[], {
|
|
81
81
|
name: string;
|
|
82
|
-
message?: string | undefined;
|
|
83
82
|
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
83
|
+
message?: string | undefined;
|
|
84
84
|
}[] | null | undefined>;
|
|
85
85
|
listValidation: zod.ZodEffects<zod.ZodDefault<zod.ZodOptional<zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
86
86
|
name: zod.ZodString;
|
|
87
87
|
message: zod.ZodDefault<zod.ZodOptional<zod.ZodString>>;
|
|
88
88
|
settings: zod.ZodDefault<zod.ZodEffects<zod.ZodOptional<zod.ZodNullable<zod.ZodOptional<zod.ZodObject<{}, "passthrough", zod.ZodTypeAny, zod.objectOutputType<{}, zod.ZodTypeAny, "passthrough">, zod.objectInputType<{}, zod.ZodTypeAny, "passthrough">>>>>, zod.objectOutputType<{}, zod.ZodTypeAny, "passthrough">, zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined>>;
|
|
89
89
|
}, "strip", zod.ZodTypeAny, {
|
|
90
|
-
message: string;
|
|
91
90
|
name: string;
|
|
92
91
|
settings: {} & {
|
|
93
92
|
[k: string]: unknown;
|
|
94
93
|
};
|
|
94
|
+
message: string;
|
|
95
95
|
}, {
|
|
96
96
|
name: string;
|
|
97
|
-
message?: string | undefined;
|
|
98
97
|
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
98
|
+
message?: string | undefined;
|
|
99
99
|
}>, "many">>>>>, {
|
|
100
|
-
message: string;
|
|
101
100
|
name: string;
|
|
102
101
|
settings: {} & {
|
|
103
102
|
[k: string]: unknown;
|
|
104
103
|
};
|
|
104
|
+
message: string;
|
|
105
105
|
}[], {
|
|
106
106
|
name: string;
|
|
107
|
-
message?: string | undefined;
|
|
108
107
|
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
108
|
+
message?: string | undefined;
|
|
109
109
|
}[] | null | undefined>;
|
|
110
110
|
settings: zod.ZodDefault<zod.ZodEffects<zod.ZodOptional<zod.ZodNullable<zod.ZodOptional<zod.ZodObject<{}, "passthrough", zod.ZodTypeAny, zod.objectOutputType<{}, zod.ZodTypeAny, "passthrough">, zod.objectInputType<{}, zod.ZodTypeAny, "passthrough">>>>>, zod.objectOutputType<{}, zod.ZodTypeAny, "passthrough">, zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined>>;
|
|
111
111
|
}, "strip", zod.ZodTypeAny, {
|
|
112
|
-
type: string;
|
|
113
112
|
id: string;
|
|
114
|
-
|
|
115
|
-
settings: {} & {
|
|
116
|
-
[k: string]: unknown;
|
|
117
|
-
};
|
|
113
|
+
type: string;
|
|
118
114
|
storageId: string;
|
|
119
115
|
fieldId: string;
|
|
116
|
+
label: string;
|
|
120
117
|
helpText: string | null;
|
|
121
118
|
placeholderText: string | null;
|
|
122
119
|
renderer: {
|
|
@@ -124,43 +121,45 @@ export declare const createModelCreateValidation: () => zod.ZodObject<{
|
|
|
124
121
|
settings?: zod.objectOutputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
125
122
|
} | null;
|
|
126
123
|
validation: {
|
|
127
|
-
message: string;
|
|
128
124
|
name: string;
|
|
129
125
|
settings: {} & {
|
|
130
126
|
[k: string]: unknown;
|
|
131
127
|
};
|
|
128
|
+
message: string;
|
|
132
129
|
}[];
|
|
133
130
|
listValidation: {
|
|
134
|
-
message: string;
|
|
135
131
|
name: string;
|
|
136
132
|
settings: {} & {
|
|
137
133
|
[k: string]: unknown;
|
|
138
134
|
};
|
|
135
|
+
message: string;
|
|
139
136
|
}[];
|
|
140
137
|
multipleValues: boolean;
|
|
141
138
|
tags: string[];
|
|
139
|
+
settings: {} & {
|
|
140
|
+
[k: string]: unknown;
|
|
141
|
+
};
|
|
142
142
|
predefinedValues?: {
|
|
143
143
|
values: {
|
|
144
|
-
value: string;
|
|
145
144
|
label: string;
|
|
145
|
+
value: string;
|
|
146
146
|
selected: boolean;
|
|
147
147
|
}[];
|
|
148
148
|
enabled: boolean;
|
|
149
149
|
} | undefined;
|
|
150
150
|
}, {
|
|
151
|
-
type: string;
|
|
152
151
|
id: string;
|
|
153
|
-
|
|
152
|
+
type: string;
|
|
154
153
|
fieldId: string;
|
|
155
|
-
|
|
154
|
+
label: string;
|
|
156
155
|
storageId?: string | undefined;
|
|
157
156
|
helpText?: string | null | undefined;
|
|
158
157
|
placeholderText?: string | null | undefined;
|
|
159
158
|
predefinedValues?: {
|
|
160
159
|
enabled: boolean;
|
|
161
160
|
values?: {
|
|
162
|
-
value: string;
|
|
163
161
|
label: string;
|
|
162
|
+
value: string;
|
|
164
163
|
selected?: boolean | undefined;
|
|
165
164
|
}[] | undefined;
|
|
166
165
|
} | undefined;
|
|
@@ -170,16 +169,17 @@ export declare const createModelCreateValidation: () => zod.ZodObject<{
|
|
|
170
169
|
} | null | undefined;
|
|
171
170
|
validation?: {
|
|
172
171
|
name: string;
|
|
173
|
-
message?: string | undefined;
|
|
174
172
|
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
173
|
+
message?: string | undefined;
|
|
175
174
|
}[] | null | undefined;
|
|
176
175
|
listValidation?: {
|
|
177
176
|
name: string;
|
|
178
|
-
message?: string | undefined;
|
|
179
177
|
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
178
|
+
message?: string | undefined;
|
|
180
179
|
}[] | null | undefined;
|
|
181
180
|
multipleValues?: boolean | null | undefined;
|
|
182
181
|
tags?: string[] | undefined;
|
|
182
|
+
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
183
183
|
}>, "many">>;
|
|
184
184
|
layout: zod.ZodDefault<zod.ZodArray<zod.ZodArray<zod.ZodString, "many">, "many">>;
|
|
185
185
|
tags: zod.ZodOptional<zod.ZodArray<zod.ZodString, "many">>;
|
|
@@ -189,16 +189,12 @@ export declare const createModelCreateValidation: () => zod.ZodObject<{
|
|
|
189
189
|
defaultFields: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
190
190
|
}, "strip", zod.ZodTypeAny, {
|
|
191
191
|
name: string;
|
|
192
|
-
group: string;
|
|
193
192
|
fields: {
|
|
194
|
-
type: string;
|
|
195
193
|
id: string;
|
|
196
|
-
|
|
197
|
-
settings: {} & {
|
|
198
|
-
[k: string]: unknown;
|
|
199
|
-
};
|
|
194
|
+
type: string;
|
|
200
195
|
storageId: string;
|
|
201
196
|
fieldId: string;
|
|
197
|
+
label: string;
|
|
202
198
|
helpText: string | null;
|
|
203
199
|
placeholderText: string | null;
|
|
204
200
|
renderer: {
|
|
@@ -206,25 +202,28 @@ export declare const createModelCreateValidation: () => zod.ZodObject<{
|
|
|
206
202
|
settings?: zod.objectOutputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
207
203
|
} | null;
|
|
208
204
|
validation: {
|
|
209
|
-
message: string;
|
|
210
205
|
name: string;
|
|
211
206
|
settings: {} & {
|
|
212
207
|
[k: string]: unknown;
|
|
213
208
|
};
|
|
209
|
+
message: string;
|
|
214
210
|
}[];
|
|
215
211
|
listValidation: {
|
|
216
|
-
message: string;
|
|
217
212
|
name: string;
|
|
218
213
|
settings: {} & {
|
|
219
214
|
[k: string]: unknown;
|
|
220
215
|
};
|
|
216
|
+
message: string;
|
|
221
217
|
}[];
|
|
222
218
|
multipleValues: boolean;
|
|
223
219
|
tags: string[];
|
|
220
|
+
settings: {} & {
|
|
221
|
+
[k: string]: unknown;
|
|
222
|
+
};
|
|
224
223
|
predefinedValues?: {
|
|
225
224
|
values: {
|
|
226
|
-
value: string;
|
|
227
225
|
label: string;
|
|
226
|
+
value: string;
|
|
228
227
|
selected: boolean;
|
|
229
228
|
}[];
|
|
230
229
|
enabled: boolean;
|
|
@@ -233,6 +232,7 @@ export declare const createModelCreateValidation: () => zod.ZodObject<{
|
|
|
233
232
|
layout: string[][];
|
|
234
233
|
singularApiName: string;
|
|
235
234
|
pluralApiName: string;
|
|
235
|
+
group: string;
|
|
236
236
|
description?: string | null | undefined;
|
|
237
237
|
icon?: string | null | undefined;
|
|
238
238
|
tags?: string[] | undefined;
|
|
@@ -243,24 +243,25 @@ export declare const createModelCreateValidation: () => zod.ZodObject<{
|
|
|
243
243
|
defaultFields?: boolean | null | undefined;
|
|
244
244
|
}, {
|
|
245
245
|
name: string;
|
|
246
|
-
group: string;
|
|
247
246
|
singularApiName: string;
|
|
248
247
|
pluralApiName: string;
|
|
248
|
+
group: string;
|
|
249
249
|
description?: string | null | undefined;
|
|
250
|
+
icon?: string | null | undefined;
|
|
251
|
+
tags?: string[] | undefined;
|
|
250
252
|
fields?: {
|
|
251
|
-
type: string;
|
|
252
253
|
id: string;
|
|
253
|
-
|
|
254
|
+
type: string;
|
|
254
255
|
fieldId: string;
|
|
255
|
-
|
|
256
|
+
label: string;
|
|
256
257
|
storageId?: string | undefined;
|
|
257
258
|
helpText?: string | null | undefined;
|
|
258
259
|
placeholderText?: string | null | undefined;
|
|
259
260
|
predefinedValues?: {
|
|
260
261
|
enabled: boolean;
|
|
261
262
|
values?: {
|
|
262
|
-
value: string;
|
|
263
263
|
label: string;
|
|
264
|
+
value: string;
|
|
264
265
|
selected?: boolean | undefined;
|
|
265
266
|
}[] | undefined;
|
|
266
267
|
} | undefined;
|
|
@@ -270,19 +271,18 @@ export declare const createModelCreateValidation: () => zod.ZodObject<{
|
|
|
270
271
|
} | null | undefined;
|
|
271
272
|
validation?: {
|
|
272
273
|
name: string;
|
|
273
|
-
message?: string | undefined;
|
|
274
274
|
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
275
|
+
message?: string | undefined;
|
|
275
276
|
}[] | null | undefined;
|
|
276
277
|
listValidation?: {
|
|
277
278
|
name: string;
|
|
278
|
-
message?: string | undefined;
|
|
279
279
|
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
280
|
+
message?: string | undefined;
|
|
280
281
|
}[] | null | undefined;
|
|
281
282
|
multipleValues?: boolean | null | undefined;
|
|
282
283
|
tags?: string[] | undefined;
|
|
284
|
+
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
283
285
|
}[] | undefined;
|
|
284
|
-
icon?: string | null | undefined;
|
|
285
|
-
tags?: string[] | undefined;
|
|
286
286
|
layout?: string[][] | undefined;
|
|
287
287
|
modelId?: string | undefined;
|
|
288
288
|
titleFieldId?: string | null | undefined;
|
|
@@ -315,26 +315,26 @@ export declare const createModelImportValidation: () => zod.ZodObject<{
|
|
|
315
315
|
label: zod.ZodString;
|
|
316
316
|
selected: zod.ZodDefault<zod.ZodOptional<zod.ZodBoolean>>;
|
|
317
317
|
}, "strip", zod.ZodTypeAny, {
|
|
318
|
-
value: string;
|
|
319
318
|
label: string;
|
|
319
|
+
value: string;
|
|
320
320
|
selected: boolean;
|
|
321
321
|
}, {
|
|
322
|
-
value: string;
|
|
323
322
|
label: string;
|
|
323
|
+
value: string;
|
|
324
324
|
selected?: boolean | undefined;
|
|
325
325
|
}>, "many">>;
|
|
326
326
|
}, "strip", zod.ZodTypeAny, {
|
|
327
327
|
values: {
|
|
328
|
-
value: string;
|
|
329
328
|
label: string;
|
|
329
|
+
value: string;
|
|
330
330
|
selected: boolean;
|
|
331
331
|
}[];
|
|
332
332
|
enabled: boolean;
|
|
333
333
|
}, {
|
|
334
334
|
enabled: boolean;
|
|
335
335
|
values?: {
|
|
336
|
-
value: string;
|
|
337
336
|
label: string;
|
|
337
|
+
value: string;
|
|
338
338
|
selected?: boolean | undefined;
|
|
339
339
|
}[] | undefined;
|
|
340
340
|
}>>>;
|
|
@@ -353,61 +353,58 @@ export declare const createModelImportValidation: () => zod.ZodObject<{
|
|
|
353
353
|
message: zod.ZodDefault<zod.ZodOptional<zod.ZodString>>;
|
|
354
354
|
settings: zod.ZodDefault<zod.ZodEffects<zod.ZodOptional<zod.ZodNullable<zod.ZodOptional<zod.ZodObject<{}, "passthrough", zod.ZodTypeAny, zod.objectOutputType<{}, zod.ZodTypeAny, "passthrough">, zod.objectInputType<{}, zod.ZodTypeAny, "passthrough">>>>>, zod.objectOutputType<{}, zod.ZodTypeAny, "passthrough">, zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined>>;
|
|
355
355
|
}, "strip", zod.ZodTypeAny, {
|
|
356
|
-
message: string;
|
|
357
356
|
name: string;
|
|
358
357
|
settings: {} & {
|
|
359
358
|
[k: string]: unknown;
|
|
360
359
|
};
|
|
360
|
+
message: string;
|
|
361
361
|
}, {
|
|
362
362
|
name: string;
|
|
363
|
-
message?: string | undefined;
|
|
364
363
|
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
364
|
+
message?: string | undefined;
|
|
365
365
|
}>, "many">>>>>, {
|
|
366
|
-
message: string;
|
|
367
366
|
name: string;
|
|
368
367
|
settings: {} & {
|
|
369
368
|
[k: string]: unknown;
|
|
370
369
|
};
|
|
370
|
+
message: string;
|
|
371
371
|
}[], {
|
|
372
372
|
name: string;
|
|
373
|
-
message?: string | undefined;
|
|
374
373
|
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
374
|
+
message?: string | undefined;
|
|
375
375
|
}[] | null | undefined>;
|
|
376
376
|
listValidation: zod.ZodEffects<zod.ZodDefault<zod.ZodOptional<zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
377
377
|
name: zod.ZodString;
|
|
378
378
|
message: zod.ZodDefault<zod.ZodOptional<zod.ZodString>>;
|
|
379
379
|
settings: zod.ZodDefault<zod.ZodEffects<zod.ZodOptional<zod.ZodNullable<zod.ZodOptional<zod.ZodObject<{}, "passthrough", zod.ZodTypeAny, zod.objectOutputType<{}, zod.ZodTypeAny, "passthrough">, zod.objectInputType<{}, zod.ZodTypeAny, "passthrough">>>>>, zod.objectOutputType<{}, zod.ZodTypeAny, "passthrough">, zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined>>;
|
|
380
380
|
}, "strip", zod.ZodTypeAny, {
|
|
381
|
-
message: string;
|
|
382
381
|
name: string;
|
|
383
382
|
settings: {} & {
|
|
384
383
|
[k: string]: unknown;
|
|
385
384
|
};
|
|
385
|
+
message: string;
|
|
386
386
|
}, {
|
|
387
387
|
name: string;
|
|
388
|
-
message?: string | undefined;
|
|
389
388
|
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
389
|
+
message?: string | undefined;
|
|
390
390
|
}>, "many">>>>>, {
|
|
391
|
-
message: string;
|
|
392
391
|
name: string;
|
|
393
392
|
settings: {} & {
|
|
394
393
|
[k: string]: unknown;
|
|
395
394
|
};
|
|
395
|
+
message: string;
|
|
396
396
|
}[], {
|
|
397
397
|
name: string;
|
|
398
|
-
message?: string | undefined;
|
|
399
398
|
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
399
|
+
message?: string | undefined;
|
|
400
400
|
}[] | null | undefined>;
|
|
401
401
|
settings: zod.ZodDefault<zod.ZodEffects<zod.ZodOptional<zod.ZodNullable<zod.ZodOptional<zod.ZodObject<{}, "passthrough", zod.ZodTypeAny, zod.objectOutputType<{}, zod.ZodTypeAny, "passthrough">, zod.objectInputType<{}, zod.ZodTypeAny, "passthrough">>>>>, zod.objectOutputType<{}, zod.ZodTypeAny, "passthrough">, zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined>>;
|
|
402
402
|
}, "strip", zod.ZodTypeAny, {
|
|
403
|
-
type: string;
|
|
404
403
|
id: string;
|
|
405
|
-
|
|
406
|
-
settings: {} & {
|
|
407
|
-
[k: string]: unknown;
|
|
408
|
-
};
|
|
404
|
+
type: string;
|
|
409
405
|
storageId: string;
|
|
410
406
|
fieldId: string;
|
|
407
|
+
label: string;
|
|
411
408
|
helpText: string | null;
|
|
412
409
|
placeholderText: string | null;
|
|
413
410
|
renderer: {
|
|
@@ -415,43 +412,45 @@ export declare const createModelImportValidation: () => zod.ZodObject<{
|
|
|
415
412
|
settings?: zod.objectOutputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
416
413
|
} | null;
|
|
417
414
|
validation: {
|
|
418
|
-
message: string;
|
|
419
415
|
name: string;
|
|
420
416
|
settings: {} & {
|
|
421
417
|
[k: string]: unknown;
|
|
422
418
|
};
|
|
419
|
+
message: string;
|
|
423
420
|
}[];
|
|
424
421
|
listValidation: {
|
|
425
|
-
message: string;
|
|
426
422
|
name: string;
|
|
427
423
|
settings: {} & {
|
|
428
424
|
[k: string]: unknown;
|
|
429
425
|
};
|
|
426
|
+
message: string;
|
|
430
427
|
}[];
|
|
431
428
|
multipleValues: boolean;
|
|
432
429
|
tags: string[];
|
|
430
|
+
settings: {} & {
|
|
431
|
+
[k: string]: unknown;
|
|
432
|
+
};
|
|
433
433
|
predefinedValues?: {
|
|
434
434
|
values: {
|
|
435
|
-
value: string;
|
|
436
435
|
label: string;
|
|
436
|
+
value: string;
|
|
437
437
|
selected: boolean;
|
|
438
438
|
}[];
|
|
439
439
|
enabled: boolean;
|
|
440
440
|
} | undefined;
|
|
441
441
|
}, {
|
|
442
|
-
type: string;
|
|
443
442
|
id: string;
|
|
444
|
-
|
|
443
|
+
type: string;
|
|
445
444
|
fieldId: string;
|
|
446
|
-
|
|
445
|
+
label: string;
|
|
447
446
|
storageId?: string | undefined;
|
|
448
447
|
helpText?: string | null | undefined;
|
|
449
448
|
placeholderText?: string | null | undefined;
|
|
450
449
|
predefinedValues?: {
|
|
451
450
|
enabled: boolean;
|
|
452
451
|
values?: {
|
|
453
|
-
value: string;
|
|
454
452
|
label: string;
|
|
453
|
+
value: string;
|
|
455
454
|
selected?: boolean | undefined;
|
|
456
455
|
}[] | undefined;
|
|
457
456
|
} | undefined;
|
|
@@ -461,16 +460,17 @@ export declare const createModelImportValidation: () => zod.ZodObject<{
|
|
|
461
460
|
} | null | undefined;
|
|
462
461
|
validation?: {
|
|
463
462
|
name: string;
|
|
464
|
-
message?: string | undefined;
|
|
465
463
|
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
464
|
+
message?: string | undefined;
|
|
466
465
|
}[] | null | undefined;
|
|
467
466
|
listValidation?: {
|
|
468
467
|
name: string;
|
|
469
|
-
message?: string | undefined;
|
|
470
468
|
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
469
|
+
message?: string | undefined;
|
|
471
470
|
}[] | null | undefined;
|
|
472
471
|
multipleValues?: boolean | null | undefined;
|
|
473
472
|
tags?: string[] | undefined;
|
|
473
|
+
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
474
474
|
}>, "many">;
|
|
475
475
|
layout: zod.ZodArray<zod.ZodArray<zod.ZodString, "many">, "many">;
|
|
476
476
|
tags: zod.ZodOptional<zod.ZodArray<zod.ZodString, "many">>;
|
|
@@ -479,16 +479,12 @@ export declare const createModelImportValidation: () => zod.ZodObject<{
|
|
|
479
479
|
imageFieldId: zod.ZodOptional<zod.ZodNullable<zod.ZodOptional<zod.ZodString>>>;
|
|
480
480
|
}, "strip", zod.ZodTypeAny, {
|
|
481
481
|
name: string;
|
|
482
|
-
group: string;
|
|
483
482
|
fields: {
|
|
484
|
-
type: string;
|
|
485
483
|
id: string;
|
|
486
|
-
|
|
487
|
-
settings: {} & {
|
|
488
|
-
[k: string]: unknown;
|
|
489
|
-
};
|
|
484
|
+
type: string;
|
|
490
485
|
storageId: string;
|
|
491
486
|
fieldId: string;
|
|
487
|
+
label: string;
|
|
492
488
|
helpText: string | null;
|
|
493
489
|
placeholderText: string | null;
|
|
494
490
|
renderer: {
|
|
@@ -496,25 +492,28 @@ export declare const createModelImportValidation: () => zod.ZodObject<{
|
|
|
496
492
|
settings?: zod.objectOutputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
497
493
|
} | null;
|
|
498
494
|
validation: {
|
|
499
|
-
message: string;
|
|
500
495
|
name: string;
|
|
501
496
|
settings: {} & {
|
|
502
497
|
[k: string]: unknown;
|
|
503
498
|
};
|
|
499
|
+
message: string;
|
|
504
500
|
}[];
|
|
505
501
|
listValidation: {
|
|
506
|
-
message: string;
|
|
507
502
|
name: string;
|
|
508
503
|
settings: {} & {
|
|
509
504
|
[k: string]: unknown;
|
|
510
505
|
};
|
|
506
|
+
message: string;
|
|
511
507
|
}[];
|
|
512
508
|
multipleValues: boolean;
|
|
513
509
|
tags: string[];
|
|
510
|
+
settings: {} & {
|
|
511
|
+
[k: string]: unknown;
|
|
512
|
+
};
|
|
514
513
|
predefinedValues?: {
|
|
515
514
|
values: {
|
|
516
|
-
value: string;
|
|
517
515
|
label: string;
|
|
516
|
+
value: string;
|
|
518
517
|
selected: boolean;
|
|
519
518
|
}[];
|
|
520
519
|
enabled: boolean;
|
|
@@ -523,6 +522,7 @@ export declare const createModelImportValidation: () => zod.ZodObject<{
|
|
|
523
522
|
layout: string[][];
|
|
524
523
|
singularApiName: string;
|
|
525
524
|
pluralApiName: string;
|
|
525
|
+
group: string;
|
|
526
526
|
description?: string | null | undefined;
|
|
527
527
|
icon?: string | null | undefined;
|
|
528
528
|
tags?: string[] | undefined;
|
|
@@ -532,21 +532,19 @@ export declare const createModelImportValidation: () => zod.ZodObject<{
|
|
|
532
532
|
imageFieldId?: string | null | undefined;
|
|
533
533
|
}, {
|
|
534
534
|
name: string;
|
|
535
|
-
group: string;
|
|
536
535
|
fields: {
|
|
537
|
-
type: string;
|
|
538
536
|
id: string;
|
|
539
|
-
|
|
537
|
+
type: string;
|
|
540
538
|
fieldId: string;
|
|
541
|
-
|
|
539
|
+
label: string;
|
|
542
540
|
storageId?: string | undefined;
|
|
543
541
|
helpText?: string | null | undefined;
|
|
544
542
|
placeholderText?: string | null | undefined;
|
|
545
543
|
predefinedValues?: {
|
|
546
544
|
enabled: boolean;
|
|
547
545
|
values?: {
|
|
548
|
-
value: string;
|
|
549
546
|
label: string;
|
|
547
|
+
value: string;
|
|
550
548
|
selected?: boolean | undefined;
|
|
551
549
|
}[] | undefined;
|
|
552
550
|
} | undefined;
|
|
@@ -556,21 +554,23 @@ export declare const createModelImportValidation: () => zod.ZodObject<{
|
|
|
556
554
|
} | null | undefined;
|
|
557
555
|
validation?: {
|
|
558
556
|
name: string;
|
|
559
|
-
message?: string | undefined;
|
|
560
557
|
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
558
|
+
message?: string | undefined;
|
|
561
559
|
}[] | null | undefined;
|
|
562
560
|
listValidation?: {
|
|
563
561
|
name: string;
|
|
564
|
-
message?: string | undefined;
|
|
565
562
|
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
563
|
+
message?: string | undefined;
|
|
566
564
|
}[] | null | undefined;
|
|
567
565
|
multipleValues?: boolean | null | undefined;
|
|
568
566
|
tags?: string[] | undefined;
|
|
567
|
+
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
569
568
|
}[];
|
|
570
569
|
layout: string[][];
|
|
571
570
|
singularApiName: string;
|
|
572
571
|
pluralApiName: string;
|
|
573
572
|
modelId: string;
|
|
573
|
+
group: string;
|
|
574
574
|
description?: string | null | undefined;
|
|
575
575
|
icon?: string | null | undefined;
|
|
576
576
|
tags?: string[] | undefined;
|
|
@@ -589,20 +589,20 @@ export declare const createModelCreateFromValidation: () => zod.ZodObject<{
|
|
|
589
589
|
locale: zod.ZodOptional<zod.ZodString>;
|
|
590
590
|
}, "strip", zod.ZodTypeAny, {
|
|
591
591
|
name: string;
|
|
592
|
-
group: string;
|
|
593
592
|
singularApiName: string;
|
|
594
593
|
pluralApiName: string;
|
|
595
|
-
|
|
594
|
+
group: string;
|
|
596
595
|
locale?: string | undefined;
|
|
596
|
+
description?: string | null | undefined;
|
|
597
597
|
icon?: string | null | undefined;
|
|
598
598
|
modelId?: string | undefined;
|
|
599
599
|
}, {
|
|
600
600
|
name: string;
|
|
601
|
-
group: string;
|
|
602
601
|
singularApiName: string;
|
|
603
602
|
pluralApiName: string;
|
|
604
|
-
|
|
603
|
+
group: string;
|
|
605
604
|
locale?: string | undefined;
|
|
605
|
+
description?: string | null | undefined;
|
|
606
606
|
icon?: string | null | undefined;
|
|
607
607
|
modelId?: string | undefined;
|
|
608
608
|
}>;
|
|
@@ -630,26 +630,26 @@ export declare const createModelUpdateValidation: () => zod.ZodObject<{
|
|
|
630
630
|
label: zod.ZodString;
|
|
631
631
|
selected: zod.ZodDefault<zod.ZodOptional<zod.ZodBoolean>>;
|
|
632
632
|
}, "strip", zod.ZodTypeAny, {
|
|
633
|
-
value: string;
|
|
634
633
|
label: string;
|
|
634
|
+
value: string;
|
|
635
635
|
selected: boolean;
|
|
636
636
|
}, {
|
|
637
|
-
value: string;
|
|
638
637
|
label: string;
|
|
638
|
+
value: string;
|
|
639
639
|
selected?: boolean | undefined;
|
|
640
640
|
}>, "many">>;
|
|
641
641
|
}, "strip", zod.ZodTypeAny, {
|
|
642
642
|
values: {
|
|
643
|
-
value: string;
|
|
644
643
|
label: string;
|
|
644
|
+
value: string;
|
|
645
645
|
selected: boolean;
|
|
646
646
|
}[];
|
|
647
647
|
enabled: boolean;
|
|
648
648
|
}, {
|
|
649
649
|
enabled: boolean;
|
|
650
650
|
values?: {
|
|
651
|
-
value: string;
|
|
652
651
|
label: string;
|
|
652
|
+
value: string;
|
|
653
653
|
selected?: boolean | undefined;
|
|
654
654
|
}[] | undefined;
|
|
655
655
|
}>>>;
|
|
@@ -668,61 +668,58 @@ export declare const createModelUpdateValidation: () => zod.ZodObject<{
|
|
|
668
668
|
message: zod.ZodDefault<zod.ZodOptional<zod.ZodString>>;
|
|
669
669
|
settings: zod.ZodDefault<zod.ZodEffects<zod.ZodOptional<zod.ZodNullable<zod.ZodOptional<zod.ZodObject<{}, "passthrough", zod.ZodTypeAny, zod.objectOutputType<{}, zod.ZodTypeAny, "passthrough">, zod.objectInputType<{}, zod.ZodTypeAny, "passthrough">>>>>, zod.objectOutputType<{}, zod.ZodTypeAny, "passthrough">, zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined>>;
|
|
670
670
|
}, "strip", zod.ZodTypeAny, {
|
|
671
|
-
message: string;
|
|
672
671
|
name: string;
|
|
673
672
|
settings: {} & {
|
|
674
673
|
[k: string]: unknown;
|
|
675
674
|
};
|
|
675
|
+
message: string;
|
|
676
676
|
}, {
|
|
677
677
|
name: string;
|
|
678
|
-
message?: string | undefined;
|
|
679
678
|
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
679
|
+
message?: string | undefined;
|
|
680
680
|
}>, "many">>>>>, {
|
|
681
|
-
message: string;
|
|
682
681
|
name: string;
|
|
683
682
|
settings: {} & {
|
|
684
683
|
[k: string]: unknown;
|
|
685
684
|
};
|
|
685
|
+
message: string;
|
|
686
686
|
}[], {
|
|
687
687
|
name: string;
|
|
688
|
-
message?: string | undefined;
|
|
689
688
|
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
689
|
+
message?: string | undefined;
|
|
690
690
|
}[] | null | undefined>;
|
|
691
691
|
listValidation: zod.ZodEffects<zod.ZodDefault<zod.ZodOptional<zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
692
692
|
name: zod.ZodString;
|
|
693
693
|
message: zod.ZodDefault<zod.ZodOptional<zod.ZodString>>;
|
|
694
694
|
settings: zod.ZodDefault<zod.ZodEffects<zod.ZodOptional<zod.ZodNullable<zod.ZodOptional<zod.ZodObject<{}, "passthrough", zod.ZodTypeAny, zod.objectOutputType<{}, zod.ZodTypeAny, "passthrough">, zod.objectInputType<{}, zod.ZodTypeAny, "passthrough">>>>>, zod.objectOutputType<{}, zod.ZodTypeAny, "passthrough">, zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined>>;
|
|
695
695
|
}, "strip", zod.ZodTypeAny, {
|
|
696
|
-
message: string;
|
|
697
696
|
name: string;
|
|
698
697
|
settings: {} & {
|
|
699
698
|
[k: string]: unknown;
|
|
700
699
|
};
|
|
700
|
+
message: string;
|
|
701
701
|
}, {
|
|
702
702
|
name: string;
|
|
703
|
-
message?: string | undefined;
|
|
704
703
|
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
704
|
+
message?: string | undefined;
|
|
705
705
|
}>, "many">>>>>, {
|
|
706
|
-
message: string;
|
|
707
706
|
name: string;
|
|
708
707
|
settings: {} & {
|
|
709
708
|
[k: string]: unknown;
|
|
710
709
|
};
|
|
710
|
+
message: string;
|
|
711
711
|
}[], {
|
|
712
712
|
name: string;
|
|
713
|
-
message?: string | undefined;
|
|
714
713
|
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
714
|
+
message?: string | undefined;
|
|
715
715
|
}[] | null | undefined>;
|
|
716
716
|
settings: zod.ZodDefault<zod.ZodEffects<zod.ZodOptional<zod.ZodNullable<zod.ZodOptional<zod.ZodObject<{}, "passthrough", zod.ZodTypeAny, zod.objectOutputType<{}, zod.ZodTypeAny, "passthrough">, zod.objectInputType<{}, zod.ZodTypeAny, "passthrough">>>>>, zod.objectOutputType<{}, zod.ZodTypeAny, "passthrough">, zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined>>;
|
|
717
717
|
}, "strip", zod.ZodTypeAny, {
|
|
718
|
-
type: string;
|
|
719
718
|
id: string;
|
|
720
|
-
|
|
721
|
-
settings: {} & {
|
|
722
|
-
[k: string]: unknown;
|
|
723
|
-
};
|
|
719
|
+
type: string;
|
|
724
720
|
storageId: string;
|
|
725
721
|
fieldId: string;
|
|
722
|
+
label: string;
|
|
726
723
|
helpText: string | null;
|
|
727
724
|
placeholderText: string | null;
|
|
728
725
|
renderer: {
|
|
@@ -730,43 +727,45 @@ export declare const createModelUpdateValidation: () => zod.ZodObject<{
|
|
|
730
727
|
settings?: zod.objectOutputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
731
728
|
} | null;
|
|
732
729
|
validation: {
|
|
733
|
-
message: string;
|
|
734
730
|
name: string;
|
|
735
731
|
settings: {} & {
|
|
736
732
|
[k: string]: unknown;
|
|
737
733
|
};
|
|
734
|
+
message: string;
|
|
738
735
|
}[];
|
|
739
736
|
listValidation: {
|
|
740
|
-
message: string;
|
|
741
737
|
name: string;
|
|
742
738
|
settings: {} & {
|
|
743
739
|
[k: string]: unknown;
|
|
744
740
|
};
|
|
741
|
+
message: string;
|
|
745
742
|
}[];
|
|
746
743
|
multipleValues: boolean;
|
|
747
744
|
tags: string[];
|
|
745
|
+
settings: {} & {
|
|
746
|
+
[k: string]: unknown;
|
|
747
|
+
};
|
|
748
748
|
predefinedValues?: {
|
|
749
749
|
values: {
|
|
750
|
-
value: string;
|
|
751
750
|
label: string;
|
|
751
|
+
value: string;
|
|
752
752
|
selected: boolean;
|
|
753
753
|
}[];
|
|
754
754
|
enabled: boolean;
|
|
755
755
|
} | undefined;
|
|
756
756
|
}, {
|
|
757
|
-
type: string;
|
|
758
757
|
id: string;
|
|
759
|
-
|
|
758
|
+
type: string;
|
|
760
759
|
fieldId: string;
|
|
761
|
-
|
|
760
|
+
label: string;
|
|
762
761
|
storageId?: string | undefined;
|
|
763
762
|
helpText?: string | null | undefined;
|
|
764
763
|
placeholderText?: string | null | undefined;
|
|
765
764
|
predefinedValues?: {
|
|
766
765
|
enabled: boolean;
|
|
767
766
|
values?: {
|
|
768
|
-
value: string;
|
|
769
767
|
label: string;
|
|
768
|
+
value: string;
|
|
770
769
|
selected?: boolean | undefined;
|
|
771
770
|
}[] | undefined;
|
|
772
771
|
} | undefined;
|
|
@@ -776,16 +775,17 @@ export declare const createModelUpdateValidation: () => zod.ZodObject<{
|
|
|
776
775
|
} | null | undefined;
|
|
777
776
|
validation?: {
|
|
778
777
|
name: string;
|
|
779
|
-
message?: string | undefined;
|
|
780
778
|
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
779
|
+
message?: string | undefined;
|
|
781
780
|
}[] | null | undefined;
|
|
782
781
|
listValidation?: {
|
|
783
782
|
name: string;
|
|
784
|
-
message?: string | undefined;
|
|
785
783
|
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
784
|
+
message?: string | undefined;
|
|
786
785
|
}[] | null | undefined;
|
|
787
786
|
multipleValues?: boolean | null | undefined;
|
|
788
787
|
tags?: string[] | undefined;
|
|
788
|
+
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
789
789
|
}>, "many">;
|
|
790
790
|
layout: zod.ZodArray<zod.ZodArray<zod.ZodString, "many">, "many">;
|
|
791
791
|
titleFieldId: zod.ZodOptional<zod.ZodNullable<zod.ZodOptional<zod.ZodString>>>;
|
|
@@ -794,14 +794,11 @@ export declare const createModelUpdateValidation: () => zod.ZodObject<{
|
|
|
794
794
|
tags: zod.ZodOptional<zod.ZodArray<zod.ZodString, "many">>;
|
|
795
795
|
}, "strip", zod.ZodTypeAny, {
|
|
796
796
|
fields: {
|
|
797
|
-
type: string;
|
|
798
797
|
id: string;
|
|
799
|
-
|
|
800
|
-
settings: {} & {
|
|
801
|
-
[k: string]: unknown;
|
|
802
|
-
};
|
|
798
|
+
type: string;
|
|
803
799
|
storageId: string;
|
|
804
800
|
fieldId: string;
|
|
801
|
+
label: string;
|
|
805
802
|
helpText: string | null;
|
|
806
803
|
placeholderText: string | null;
|
|
807
804
|
renderer: {
|
|
@@ -809,25 +806,28 @@ export declare const createModelUpdateValidation: () => zod.ZodObject<{
|
|
|
809
806
|
settings?: zod.objectOutputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
810
807
|
} | null;
|
|
811
808
|
validation: {
|
|
812
|
-
message: string;
|
|
813
809
|
name: string;
|
|
814
810
|
settings: {} & {
|
|
815
811
|
[k: string]: unknown;
|
|
816
812
|
};
|
|
813
|
+
message: string;
|
|
817
814
|
}[];
|
|
818
815
|
listValidation: {
|
|
819
|
-
message: string;
|
|
820
816
|
name: string;
|
|
821
817
|
settings: {} & {
|
|
822
818
|
[k: string]: unknown;
|
|
823
819
|
};
|
|
820
|
+
message: string;
|
|
824
821
|
}[];
|
|
825
822
|
multipleValues: boolean;
|
|
826
823
|
tags: string[];
|
|
824
|
+
settings: {} & {
|
|
825
|
+
[k: string]: unknown;
|
|
826
|
+
};
|
|
827
827
|
predefinedValues?: {
|
|
828
828
|
values: {
|
|
829
|
-
value: string;
|
|
830
829
|
label: string;
|
|
830
|
+
value: string;
|
|
831
831
|
selected: boolean;
|
|
832
832
|
}[];
|
|
833
833
|
enabled: boolean;
|
|
@@ -836,29 +836,28 @@ export declare const createModelUpdateValidation: () => zod.ZodObject<{
|
|
|
836
836
|
layout: string[][];
|
|
837
837
|
name?: string | undefined;
|
|
838
838
|
description?: string | null | undefined;
|
|
839
|
-
group?: string | undefined;
|
|
840
839
|
icon?: string | null | undefined;
|
|
841
840
|
tags?: string[] | undefined;
|
|
842
841
|
singularApiName?: string | undefined;
|
|
843
842
|
pluralApiName?: string | undefined;
|
|
843
|
+
group?: string | undefined;
|
|
844
844
|
titleFieldId?: string | null | undefined;
|
|
845
845
|
descriptionFieldId?: string | null | undefined;
|
|
846
846
|
imageFieldId?: string | null | undefined;
|
|
847
847
|
}, {
|
|
848
848
|
fields: {
|
|
849
|
-
type: string;
|
|
850
849
|
id: string;
|
|
851
|
-
|
|
850
|
+
type: string;
|
|
852
851
|
fieldId: string;
|
|
853
|
-
|
|
852
|
+
label: string;
|
|
854
853
|
storageId?: string | undefined;
|
|
855
854
|
helpText?: string | null | undefined;
|
|
856
855
|
placeholderText?: string | null | undefined;
|
|
857
856
|
predefinedValues?: {
|
|
858
857
|
enabled: boolean;
|
|
859
858
|
values?: {
|
|
860
|
-
value: string;
|
|
861
859
|
label: string;
|
|
860
|
+
value: string;
|
|
862
861
|
selected?: boolean | undefined;
|
|
863
862
|
}[] | undefined;
|
|
864
863
|
} | undefined;
|
|
@@ -868,25 +867,26 @@ export declare const createModelUpdateValidation: () => zod.ZodObject<{
|
|
|
868
867
|
} | null | undefined;
|
|
869
868
|
validation?: {
|
|
870
869
|
name: string;
|
|
871
|
-
message?: string | undefined;
|
|
872
870
|
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
871
|
+
message?: string | undefined;
|
|
873
872
|
}[] | null | undefined;
|
|
874
873
|
listValidation?: {
|
|
875
874
|
name: string;
|
|
876
|
-
message?: string | undefined;
|
|
877
875
|
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
876
|
+
message?: string | undefined;
|
|
878
877
|
}[] | null | undefined;
|
|
879
878
|
multipleValues?: boolean | null | undefined;
|
|
880
879
|
tags?: string[] | undefined;
|
|
880
|
+
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
881
881
|
}[];
|
|
882
882
|
layout: string[][];
|
|
883
883
|
name?: string | undefined;
|
|
884
884
|
description?: string | null | undefined;
|
|
885
|
-
group?: string | undefined;
|
|
886
885
|
icon?: string | null | undefined;
|
|
887
886
|
tags?: string[] | undefined;
|
|
888
887
|
singularApiName?: string | undefined;
|
|
889
888
|
pluralApiName?: string | undefined;
|
|
889
|
+
group?: string | undefined;
|
|
890
890
|
titleFieldId?: string | null | undefined;
|
|
891
891
|
descriptionFieldId?: string | null | undefined;
|
|
892
892
|
imageFieldId?: string | null | undefined;
|