@webiny/api-headless-cms 5.43.3 → 6.0.0-alpha.1
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 +2 -2
- 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 +1 -1
- 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 +3 -3
- package/crud/contentEntry/searchableFields.js +51 -4
- 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 +3 -3
- 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 +5 -4
- package/crud/contentEntry/useCases/ListEntries/ListEntriesOperationWithSearchableFields.js +10 -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 +5 -5
- 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 +2 -2
- 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 +21 -44
- 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 +0 -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/createPreviewResolvers.js +0 -5
- package/graphql/schema/createPreviewResolvers.js.map +1 -1
- package/graphql/schema/createReadResolvers.js +0 -5
- package/graphql/schema/createReadResolvers.js.map +1 -1
- package/graphql/schema/createReadSDL.d.ts +2 -2
- package/graphql/schema/createReadSDL.js +0 -1
- 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 +2 -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 +2 -0
- package/graphqlFields/searchableJson.js +60 -0
- package/graphqlFields/searchableJson.js.map +1 -0
- 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 +20 -43
- 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
- package/crud/contentEntry/FullTextSearchFields.d.ts +0 -22
- package/crud/contentEntry/FullTextSearchFields.js +0 -109
- package/crud/contentEntry/FullTextSearchFields.js.map +0 -1
- package/graphql/schema/resolvers/preview/resolveGetById.d.ts +0 -7
- package/graphql/schema/resolvers/preview/resolveGetById.js +0 -24
- package/graphql/schema/resolvers/preview/resolveGetById.js.map +0 -1
- package/graphql/schema/resolvers/read/resolveGetById.d.ts +0 -7
- package/graphql/schema/resolvers/read/resolveGetById.js +0 -24
- package/graphql/schema/resolvers/read/resolveGetById.js.map +0 -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
|
-
label: string;
|
|
28
27
|
value: string;
|
|
28
|
+
label: string;
|
|
29
29
|
selected: boolean;
|
|
30
30
|
}, {
|
|
31
|
-
label: string;
|
|
32
31
|
value: string;
|
|
32
|
+
label: string;
|
|
33
33
|
selected?: boolean | undefined;
|
|
34
34
|
}>, "many">>;
|
|
35
35
|
}, "strip", zod.ZodTypeAny, {
|
|
36
36
|
values: {
|
|
37
|
-
label: string;
|
|
38
37
|
value: string;
|
|
38
|
+
label: string;
|
|
39
39
|
selected: boolean;
|
|
40
40
|
}[];
|
|
41
41
|
enabled: boolean;
|
|
42
42
|
}, {
|
|
43
43
|
enabled: boolean;
|
|
44
44
|
values?: {
|
|
45
|
-
label: string;
|
|
46
45
|
value: string;
|
|
46
|
+
label: string;
|
|
47
47
|
selected?: boolean | undefined;
|
|
48
48
|
}[] | undefined;
|
|
49
49
|
}>>>;
|
|
@@ -62,58 +62,61 @@ 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;
|
|
65
66
|
name: string;
|
|
66
67
|
settings: {} & {
|
|
67
68
|
[k: string]: unknown;
|
|
68
69
|
};
|
|
69
|
-
message: string;
|
|
70
70
|
}, {
|
|
71
71
|
name: string;
|
|
72
|
-
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
73
72
|
message?: string | undefined;
|
|
73
|
+
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
74
74
|
}>, "many">>>>>, {
|
|
75
|
+
message: string;
|
|
75
76
|
name: string;
|
|
76
77
|
settings: {} & {
|
|
77
78
|
[k: string]: unknown;
|
|
78
79
|
};
|
|
79
|
-
message: string;
|
|
80
80
|
}[], {
|
|
81
81
|
name: string;
|
|
82
|
-
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
83
82
|
message?: string | undefined;
|
|
83
|
+
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | 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;
|
|
90
91
|
name: string;
|
|
91
92
|
settings: {} & {
|
|
92
93
|
[k: string]: unknown;
|
|
93
94
|
};
|
|
94
|
-
message: string;
|
|
95
95
|
}, {
|
|
96
96
|
name: string;
|
|
97
|
-
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
98
97
|
message?: string | undefined;
|
|
98
|
+
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
99
99
|
}>, "many">>>>>, {
|
|
100
|
+
message: string;
|
|
100
101
|
name: string;
|
|
101
102
|
settings: {} & {
|
|
102
103
|
[k: string]: unknown;
|
|
103
104
|
};
|
|
104
|
-
message: string;
|
|
105
105
|
}[], {
|
|
106
106
|
name: string;
|
|
107
|
-
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
108
107
|
message?: string | undefined;
|
|
108
|
+
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | 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
|
-
id: string;
|
|
113
112
|
type: string;
|
|
113
|
+
id: string;
|
|
114
|
+
label: string;
|
|
115
|
+
settings: {} & {
|
|
116
|
+
[k: string]: unknown;
|
|
117
|
+
};
|
|
114
118
|
storageId: string;
|
|
115
119
|
fieldId: string;
|
|
116
|
-
label: string;
|
|
117
120
|
helpText: string | null;
|
|
118
121
|
placeholderText: string | null;
|
|
119
122
|
renderer: {
|
|
@@ -121,45 +124,43 @@ export declare const createModelCreateValidation: () => zod.ZodObject<{
|
|
|
121
124
|
settings?: zod.objectOutputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
122
125
|
} | null;
|
|
123
126
|
validation: {
|
|
127
|
+
message: string;
|
|
124
128
|
name: string;
|
|
125
129
|
settings: {} & {
|
|
126
130
|
[k: string]: unknown;
|
|
127
131
|
};
|
|
128
|
-
message: string;
|
|
129
132
|
}[];
|
|
130
133
|
listValidation: {
|
|
134
|
+
message: string;
|
|
131
135
|
name: string;
|
|
132
136
|
settings: {} & {
|
|
133
137
|
[k: string]: unknown;
|
|
134
138
|
};
|
|
135
|
-
message: string;
|
|
136
139
|
}[];
|
|
137
140
|
multipleValues: boolean;
|
|
138
141
|
tags: string[];
|
|
139
|
-
settings: {} & {
|
|
140
|
-
[k: string]: unknown;
|
|
141
|
-
};
|
|
142
142
|
predefinedValues?: {
|
|
143
143
|
values: {
|
|
144
|
-
label: string;
|
|
145
144
|
value: string;
|
|
145
|
+
label: string;
|
|
146
146
|
selected: boolean;
|
|
147
147
|
}[];
|
|
148
148
|
enabled: boolean;
|
|
149
149
|
} | undefined;
|
|
150
150
|
}, {
|
|
151
|
-
id: string;
|
|
152
151
|
type: string;
|
|
153
|
-
|
|
152
|
+
id: string;
|
|
154
153
|
label: string;
|
|
154
|
+
fieldId: string;
|
|
155
|
+
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
155
156
|
storageId?: string | undefined;
|
|
156
157
|
helpText?: string | null | undefined;
|
|
157
158
|
placeholderText?: string | null | undefined;
|
|
158
159
|
predefinedValues?: {
|
|
159
160
|
enabled: boolean;
|
|
160
161
|
values?: {
|
|
161
|
-
label: string;
|
|
162
162
|
value: string;
|
|
163
|
+
label: string;
|
|
163
164
|
selected?: boolean | undefined;
|
|
164
165
|
}[] | undefined;
|
|
165
166
|
} | undefined;
|
|
@@ -169,17 +170,16 @@ export declare const createModelCreateValidation: () => zod.ZodObject<{
|
|
|
169
170
|
} | null | undefined;
|
|
170
171
|
validation?: {
|
|
171
172
|
name: string;
|
|
172
|
-
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
173
173
|
message?: string | undefined;
|
|
174
|
+
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
174
175
|
}[] | null | undefined;
|
|
175
176
|
listValidation?: {
|
|
176
177
|
name: string;
|
|
177
|
-
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
178
178
|
message?: string | undefined;
|
|
179
|
+
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
179
180
|
}[] | null | undefined;
|
|
180
181
|
multipleValues?: boolean | null | undefined;
|
|
181
182
|
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,12 +189,16 @@ 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;
|
|
192
193
|
fields: {
|
|
193
|
-
id: string;
|
|
194
194
|
type: string;
|
|
195
|
+
id: string;
|
|
196
|
+
label: string;
|
|
197
|
+
settings: {} & {
|
|
198
|
+
[k: string]: unknown;
|
|
199
|
+
};
|
|
195
200
|
storageId: string;
|
|
196
201
|
fieldId: string;
|
|
197
|
-
label: string;
|
|
198
202
|
helpText: string | null;
|
|
199
203
|
placeholderText: string | null;
|
|
200
204
|
renderer: {
|
|
@@ -202,28 +206,25 @@ export declare const createModelCreateValidation: () => zod.ZodObject<{
|
|
|
202
206
|
settings?: zod.objectOutputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
203
207
|
} | null;
|
|
204
208
|
validation: {
|
|
209
|
+
message: string;
|
|
205
210
|
name: string;
|
|
206
211
|
settings: {} & {
|
|
207
212
|
[k: string]: unknown;
|
|
208
213
|
};
|
|
209
|
-
message: string;
|
|
210
214
|
}[];
|
|
211
215
|
listValidation: {
|
|
216
|
+
message: string;
|
|
212
217
|
name: string;
|
|
213
218
|
settings: {} & {
|
|
214
219
|
[k: string]: unknown;
|
|
215
220
|
};
|
|
216
|
-
message: string;
|
|
217
221
|
}[];
|
|
218
222
|
multipleValues: boolean;
|
|
219
223
|
tags: string[];
|
|
220
|
-
settings: {} & {
|
|
221
|
-
[k: string]: unknown;
|
|
222
|
-
};
|
|
223
224
|
predefinedValues?: {
|
|
224
225
|
values: {
|
|
225
|
-
label: string;
|
|
226
226
|
value: string;
|
|
227
|
+
label: string;
|
|
227
228
|
selected: boolean;
|
|
228
229
|
}[];
|
|
229
230
|
enabled: boolean;
|
|
@@ -232,7 +233,6 @@ export declare const createModelCreateValidation: () => zod.ZodObject<{
|
|
|
232
233
|
layout: string[][];
|
|
233
234
|
singularApiName: string;
|
|
234
235
|
pluralApiName: string;
|
|
235
|
-
group: string;
|
|
236
236
|
description?: string | null | undefined;
|
|
237
237
|
icon?: string | null | undefined;
|
|
238
238
|
tags?: string[] | undefined;
|
|
@@ -243,25 +243,24 @@ export declare const createModelCreateValidation: () => zod.ZodObject<{
|
|
|
243
243
|
defaultFields?: boolean | null | undefined;
|
|
244
244
|
}, {
|
|
245
245
|
name: string;
|
|
246
|
+
group: string;
|
|
246
247
|
singularApiName: string;
|
|
247
248
|
pluralApiName: string;
|
|
248
|
-
group: string;
|
|
249
249
|
description?: string | null | undefined;
|
|
250
|
-
icon?: string | null | undefined;
|
|
251
|
-
tags?: string[] | undefined;
|
|
252
250
|
fields?: {
|
|
253
|
-
id: string;
|
|
254
251
|
type: string;
|
|
255
|
-
|
|
252
|
+
id: string;
|
|
256
253
|
label: string;
|
|
254
|
+
fieldId: string;
|
|
255
|
+
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
257
256
|
storageId?: string | undefined;
|
|
258
257
|
helpText?: string | null | undefined;
|
|
259
258
|
placeholderText?: string | null | undefined;
|
|
260
259
|
predefinedValues?: {
|
|
261
260
|
enabled: boolean;
|
|
262
261
|
values?: {
|
|
263
|
-
label: string;
|
|
264
262
|
value: string;
|
|
263
|
+
label: string;
|
|
265
264
|
selected?: boolean | undefined;
|
|
266
265
|
}[] | undefined;
|
|
267
266
|
} | undefined;
|
|
@@ -271,18 +270,19 @@ export declare const createModelCreateValidation: () => zod.ZodObject<{
|
|
|
271
270
|
} | null | undefined;
|
|
272
271
|
validation?: {
|
|
273
272
|
name: string;
|
|
274
|
-
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
275
273
|
message?: string | undefined;
|
|
274
|
+
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
276
275
|
}[] | null | undefined;
|
|
277
276
|
listValidation?: {
|
|
278
277
|
name: string;
|
|
279
|
-
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
280
278
|
message?: string | undefined;
|
|
279
|
+
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
281
280
|
}[] | null | undefined;
|
|
282
281
|
multipleValues?: boolean | null | undefined;
|
|
283
282
|
tags?: string[] | undefined;
|
|
284
|
-
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
285
283
|
}[] | 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
|
-
label: string;
|
|
319
318
|
value: string;
|
|
319
|
+
label: string;
|
|
320
320
|
selected: boolean;
|
|
321
321
|
}, {
|
|
322
|
-
label: string;
|
|
323
322
|
value: string;
|
|
323
|
+
label: string;
|
|
324
324
|
selected?: boolean | undefined;
|
|
325
325
|
}>, "many">>;
|
|
326
326
|
}, "strip", zod.ZodTypeAny, {
|
|
327
327
|
values: {
|
|
328
|
-
label: string;
|
|
329
328
|
value: string;
|
|
329
|
+
label: string;
|
|
330
330
|
selected: boolean;
|
|
331
331
|
}[];
|
|
332
332
|
enabled: boolean;
|
|
333
333
|
}, {
|
|
334
334
|
enabled: boolean;
|
|
335
335
|
values?: {
|
|
336
|
-
label: string;
|
|
337
336
|
value: string;
|
|
337
|
+
label: string;
|
|
338
338
|
selected?: boolean | undefined;
|
|
339
339
|
}[] | undefined;
|
|
340
340
|
}>>>;
|
|
@@ -353,58 +353,61 @@ 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;
|
|
356
357
|
name: string;
|
|
357
358
|
settings: {} & {
|
|
358
359
|
[k: string]: unknown;
|
|
359
360
|
};
|
|
360
|
-
message: string;
|
|
361
361
|
}, {
|
|
362
362
|
name: string;
|
|
363
|
-
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
364
363
|
message?: string | undefined;
|
|
364
|
+
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
365
365
|
}>, "many">>>>>, {
|
|
366
|
+
message: string;
|
|
366
367
|
name: string;
|
|
367
368
|
settings: {} & {
|
|
368
369
|
[k: string]: unknown;
|
|
369
370
|
};
|
|
370
|
-
message: string;
|
|
371
371
|
}[], {
|
|
372
372
|
name: string;
|
|
373
|
-
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
374
373
|
message?: string | undefined;
|
|
374
|
+
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | 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;
|
|
381
382
|
name: string;
|
|
382
383
|
settings: {} & {
|
|
383
384
|
[k: string]: unknown;
|
|
384
385
|
};
|
|
385
|
-
message: string;
|
|
386
386
|
}, {
|
|
387
387
|
name: string;
|
|
388
|
-
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
389
388
|
message?: string | undefined;
|
|
389
|
+
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
390
390
|
}>, "many">>>>>, {
|
|
391
|
+
message: string;
|
|
391
392
|
name: string;
|
|
392
393
|
settings: {} & {
|
|
393
394
|
[k: string]: unknown;
|
|
394
395
|
};
|
|
395
|
-
message: string;
|
|
396
396
|
}[], {
|
|
397
397
|
name: string;
|
|
398
|
-
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
399
398
|
message?: string | undefined;
|
|
399
|
+
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | 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
|
-
id: string;
|
|
404
403
|
type: string;
|
|
404
|
+
id: string;
|
|
405
|
+
label: string;
|
|
406
|
+
settings: {} & {
|
|
407
|
+
[k: string]: unknown;
|
|
408
|
+
};
|
|
405
409
|
storageId: string;
|
|
406
410
|
fieldId: string;
|
|
407
|
-
label: string;
|
|
408
411
|
helpText: string | null;
|
|
409
412
|
placeholderText: string | null;
|
|
410
413
|
renderer: {
|
|
@@ -412,45 +415,43 @@ export declare const createModelImportValidation: () => zod.ZodObject<{
|
|
|
412
415
|
settings?: zod.objectOutputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
413
416
|
} | null;
|
|
414
417
|
validation: {
|
|
418
|
+
message: string;
|
|
415
419
|
name: string;
|
|
416
420
|
settings: {} & {
|
|
417
421
|
[k: string]: unknown;
|
|
418
422
|
};
|
|
419
|
-
message: string;
|
|
420
423
|
}[];
|
|
421
424
|
listValidation: {
|
|
425
|
+
message: string;
|
|
422
426
|
name: string;
|
|
423
427
|
settings: {} & {
|
|
424
428
|
[k: string]: unknown;
|
|
425
429
|
};
|
|
426
|
-
message: string;
|
|
427
430
|
}[];
|
|
428
431
|
multipleValues: boolean;
|
|
429
432
|
tags: string[];
|
|
430
|
-
settings: {} & {
|
|
431
|
-
[k: string]: unknown;
|
|
432
|
-
};
|
|
433
433
|
predefinedValues?: {
|
|
434
434
|
values: {
|
|
435
|
-
label: string;
|
|
436
435
|
value: string;
|
|
436
|
+
label: string;
|
|
437
437
|
selected: boolean;
|
|
438
438
|
}[];
|
|
439
439
|
enabled: boolean;
|
|
440
440
|
} | undefined;
|
|
441
441
|
}, {
|
|
442
|
-
id: string;
|
|
443
442
|
type: string;
|
|
444
|
-
|
|
443
|
+
id: string;
|
|
445
444
|
label: string;
|
|
445
|
+
fieldId: string;
|
|
446
|
+
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
446
447
|
storageId?: string | undefined;
|
|
447
448
|
helpText?: string | null | undefined;
|
|
448
449
|
placeholderText?: string | null | undefined;
|
|
449
450
|
predefinedValues?: {
|
|
450
451
|
enabled: boolean;
|
|
451
452
|
values?: {
|
|
452
|
-
label: string;
|
|
453
453
|
value: string;
|
|
454
|
+
label: string;
|
|
454
455
|
selected?: boolean | undefined;
|
|
455
456
|
}[] | undefined;
|
|
456
457
|
} | undefined;
|
|
@@ -460,17 +461,16 @@ export declare const createModelImportValidation: () => zod.ZodObject<{
|
|
|
460
461
|
} | null | undefined;
|
|
461
462
|
validation?: {
|
|
462
463
|
name: string;
|
|
463
|
-
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
464
464
|
message?: string | undefined;
|
|
465
|
+
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
465
466
|
}[] | null | undefined;
|
|
466
467
|
listValidation?: {
|
|
467
468
|
name: string;
|
|
468
|
-
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
469
469
|
message?: string | undefined;
|
|
470
|
+
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
470
471
|
}[] | null | undefined;
|
|
471
472
|
multipleValues?: boolean | null | undefined;
|
|
472
473
|
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,12 +479,16 @@ 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;
|
|
482
483
|
fields: {
|
|
483
|
-
id: string;
|
|
484
484
|
type: string;
|
|
485
|
+
id: string;
|
|
486
|
+
label: string;
|
|
487
|
+
settings: {} & {
|
|
488
|
+
[k: string]: unknown;
|
|
489
|
+
};
|
|
485
490
|
storageId: string;
|
|
486
491
|
fieldId: string;
|
|
487
|
-
label: string;
|
|
488
492
|
helpText: string | null;
|
|
489
493
|
placeholderText: string | null;
|
|
490
494
|
renderer: {
|
|
@@ -492,28 +496,25 @@ export declare const createModelImportValidation: () => zod.ZodObject<{
|
|
|
492
496
|
settings?: zod.objectOutputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
493
497
|
} | null;
|
|
494
498
|
validation: {
|
|
499
|
+
message: string;
|
|
495
500
|
name: string;
|
|
496
501
|
settings: {} & {
|
|
497
502
|
[k: string]: unknown;
|
|
498
503
|
};
|
|
499
|
-
message: string;
|
|
500
504
|
}[];
|
|
501
505
|
listValidation: {
|
|
506
|
+
message: string;
|
|
502
507
|
name: string;
|
|
503
508
|
settings: {} & {
|
|
504
509
|
[k: string]: unknown;
|
|
505
510
|
};
|
|
506
|
-
message: string;
|
|
507
511
|
}[];
|
|
508
512
|
multipleValues: boolean;
|
|
509
513
|
tags: string[];
|
|
510
|
-
settings: {} & {
|
|
511
|
-
[k: string]: unknown;
|
|
512
|
-
};
|
|
513
514
|
predefinedValues?: {
|
|
514
515
|
values: {
|
|
515
|
-
label: string;
|
|
516
516
|
value: string;
|
|
517
|
+
label: string;
|
|
517
518
|
selected: boolean;
|
|
518
519
|
}[];
|
|
519
520
|
enabled: boolean;
|
|
@@ -522,7 +523,6 @@ export declare const createModelImportValidation: () => zod.ZodObject<{
|
|
|
522
523
|
layout: string[][];
|
|
523
524
|
singularApiName: string;
|
|
524
525
|
pluralApiName: string;
|
|
525
|
-
group: string;
|
|
526
526
|
description?: string | null | undefined;
|
|
527
527
|
icon?: string | null | undefined;
|
|
528
528
|
tags?: string[] | undefined;
|
|
@@ -532,19 +532,21 @@ export declare const createModelImportValidation: () => zod.ZodObject<{
|
|
|
532
532
|
imageFieldId?: string | null | undefined;
|
|
533
533
|
}, {
|
|
534
534
|
name: string;
|
|
535
|
+
group: string;
|
|
535
536
|
fields: {
|
|
536
|
-
id: string;
|
|
537
537
|
type: string;
|
|
538
|
-
|
|
538
|
+
id: string;
|
|
539
539
|
label: string;
|
|
540
|
+
fieldId: string;
|
|
541
|
+
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
540
542
|
storageId?: string | undefined;
|
|
541
543
|
helpText?: string | null | undefined;
|
|
542
544
|
placeholderText?: string | null | undefined;
|
|
543
545
|
predefinedValues?: {
|
|
544
546
|
enabled: boolean;
|
|
545
547
|
values?: {
|
|
546
|
-
label: string;
|
|
547
548
|
value: string;
|
|
549
|
+
label: string;
|
|
548
550
|
selected?: boolean | undefined;
|
|
549
551
|
}[] | undefined;
|
|
550
552
|
} | undefined;
|
|
@@ -554,23 +556,21 @@ export declare const createModelImportValidation: () => zod.ZodObject<{
|
|
|
554
556
|
} | null | undefined;
|
|
555
557
|
validation?: {
|
|
556
558
|
name: string;
|
|
557
|
-
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
558
559
|
message?: string | undefined;
|
|
560
|
+
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
559
561
|
}[] | null | undefined;
|
|
560
562
|
listValidation?: {
|
|
561
563
|
name: string;
|
|
562
|
-
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
563
564
|
message?: string | undefined;
|
|
565
|
+
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
564
566
|
}[] | null | undefined;
|
|
565
567
|
multipleValues?: boolean | null | undefined;
|
|
566
568
|
tags?: string[] | undefined;
|
|
567
|
-
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
568
569
|
}[];
|
|
569
570
|
layout: string[][];
|
|
570
571
|
singularApiName: string;
|
|
571
572
|
pluralApiName: string;
|
|
572
573
|
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;
|
|
592
593
|
singularApiName: string;
|
|
593
594
|
pluralApiName: string;
|
|
594
|
-
group: string;
|
|
595
|
-
locale?: string | undefined;
|
|
596
595
|
description?: string | null | undefined;
|
|
596
|
+
locale?: string | undefined;
|
|
597
597
|
icon?: string | null | undefined;
|
|
598
598
|
modelId?: string | undefined;
|
|
599
599
|
}, {
|
|
600
600
|
name: string;
|
|
601
|
+
group: string;
|
|
601
602
|
singularApiName: string;
|
|
602
603
|
pluralApiName: string;
|
|
603
|
-
group: string;
|
|
604
|
-
locale?: string | undefined;
|
|
605
604
|
description?: string | null | undefined;
|
|
605
|
+
locale?: string | 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
|
-
label: string;
|
|
634
633
|
value: string;
|
|
634
|
+
label: string;
|
|
635
635
|
selected: boolean;
|
|
636
636
|
}, {
|
|
637
|
-
label: string;
|
|
638
637
|
value: string;
|
|
638
|
+
label: string;
|
|
639
639
|
selected?: boolean | undefined;
|
|
640
640
|
}>, "many">>;
|
|
641
641
|
}, "strip", zod.ZodTypeAny, {
|
|
642
642
|
values: {
|
|
643
|
-
label: string;
|
|
644
643
|
value: string;
|
|
644
|
+
label: string;
|
|
645
645
|
selected: boolean;
|
|
646
646
|
}[];
|
|
647
647
|
enabled: boolean;
|
|
648
648
|
}, {
|
|
649
649
|
enabled: boolean;
|
|
650
650
|
values?: {
|
|
651
|
-
label: string;
|
|
652
651
|
value: string;
|
|
652
|
+
label: string;
|
|
653
653
|
selected?: boolean | undefined;
|
|
654
654
|
}[] | undefined;
|
|
655
655
|
}>>>;
|
|
@@ -668,58 +668,61 @@ 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;
|
|
671
672
|
name: string;
|
|
672
673
|
settings: {} & {
|
|
673
674
|
[k: string]: unknown;
|
|
674
675
|
};
|
|
675
|
-
message: string;
|
|
676
676
|
}, {
|
|
677
677
|
name: string;
|
|
678
|
-
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
679
678
|
message?: string | undefined;
|
|
679
|
+
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
680
680
|
}>, "many">>>>>, {
|
|
681
|
+
message: string;
|
|
681
682
|
name: string;
|
|
682
683
|
settings: {} & {
|
|
683
684
|
[k: string]: unknown;
|
|
684
685
|
};
|
|
685
|
-
message: string;
|
|
686
686
|
}[], {
|
|
687
687
|
name: string;
|
|
688
|
-
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
689
688
|
message?: string | undefined;
|
|
689
|
+
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | 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;
|
|
696
697
|
name: string;
|
|
697
698
|
settings: {} & {
|
|
698
699
|
[k: string]: unknown;
|
|
699
700
|
};
|
|
700
|
-
message: string;
|
|
701
701
|
}, {
|
|
702
702
|
name: string;
|
|
703
|
-
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
704
703
|
message?: string | undefined;
|
|
704
|
+
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
705
705
|
}>, "many">>>>>, {
|
|
706
|
+
message: string;
|
|
706
707
|
name: string;
|
|
707
708
|
settings: {} & {
|
|
708
709
|
[k: string]: unknown;
|
|
709
710
|
};
|
|
710
|
-
message: string;
|
|
711
711
|
}[], {
|
|
712
712
|
name: string;
|
|
713
|
-
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
714
713
|
message?: string | undefined;
|
|
714
|
+
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | 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
|
-
id: string;
|
|
719
718
|
type: string;
|
|
719
|
+
id: string;
|
|
720
|
+
label: string;
|
|
721
|
+
settings: {} & {
|
|
722
|
+
[k: string]: unknown;
|
|
723
|
+
};
|
|
720
724
|
storageId: string;
|
|
721
725
|
fieldId: string;
|
|
722
|
-
label: string;
|
|
723
726
|
helpText: string | null;
|
|
724
727
|
placeholderText: string | null;
|
|
725
728
|
renderer: {
|
|
@@ -727,45 +730,43 @@ export declare const createModelUpdateValidation: () => zod.ZodObject<{
|
|
|
727
730
|
settings?: zod.objectOutputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
728
731
|
} | null;
|
|
729
732
|
validation: {
|
|
733
|
+
message: string;
|
|
730
734
|
name: string;
|
|
731
735
|
settings: {} & {
|
|
732
736
|
[k: string]: unknown;
|
|
733
737
|
};
|
|
734
|
-
message: string;
|
|
735
738
|
}[];
|
|
736
739
|
listValidation: {
|
|
740
|
+
message: string;
|
|
737
741
|
name: string;
|
|
738
742
|
settings: {} & {
|
|
739
743
|
[k: string]: unknown;
|
|
740
744
|
};
|
|
741
|
-
message: string;
|
|
742
745
|
}[];
|
|
743
746
|
multipleValues: boolean;
|
|
744
747
|
tags: string[];
|
|
745
|
-
settings: {} & {
|
|
746
|
-
[k: string]: unknown;
|
|
747
|
-
};
|
|
748
748
|
predefinedValues?: {
|
|
749
749
|
values: {
|
|
750
|
-
label: string;
|
|
751
750
|
value: string;
|
|
751
|
+
label: string;
|
|
752
752
|
selected: boolean;
|
|
753
753
|
}[];
|
|
754
754
|
enabled: boolean;
|
|
755
755
|
} | undefined;
|
|
756
756
|
}, {
|
|
757
|
-
id: string;
|
|
758
757
|
type: string;
|
|
759
|
-
|
|
758
|
+
id: string;
|
|
760
759
|
label: string;
|
|
760
|
+
fieldId: string;
|
|
761
|
+
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
761
762
|
storageId?: string | undefined;
|
|
762
763
|
helpText?: string | null | undefined;
|
|
763
764
|
placeholderText?: string | null | undefined;
|
|
764
765
|
predefinedValues?: {
|
|
765
766
|
enabled: boolean;
|
|
766
767
|
values?: {
|
|
767
|
-
label: string;
|
|
768
768
|
value: string;
|
|
769
|
+
label: string;
|
|
769
770
|
selected?: boolean | undefined;
|
|
770
771
|
}[] | undefined;
|
|
771
772
|
} | undefined;
|
|
@@ -775,17 +776,16 @@ export declare const createModelUpdateValidation: () => zod.ZodObject<{
|
|
|
775
776
|
} | null | undefined;
|
|
776
777
|
validation?: {
|
|
777
778
|
name: string;
|
|
778
|
-
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
779
779
|
message?: string | undefined;
|
|
780
|
+
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
780
781
|
}[] | null | undefined;
|
|
781
782
|
listValidation?: {
|
|
782
783
|
name: string;
|
|
783
|
-
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
784
784
|
message?: string | undefined;
|
|
785
|
+
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
785
786
|
}[] | null | undefined;
|
|
786
787
|
multipleValues?: boolean | null | undefined;
|
|
787
788
|
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,11 +794,14 @@ 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
|
-
id: string;
|
|
798
797
|
type: string;
|
|
798
|
+
id: string;
|
|
799
|
+
label: string;
|
|
800
|
+
settings: {} & {
|
|
801
|
+
[k: string]: unknown;
|
|
802
|
+
};
|
|
799
803
|
storageId: string;
|
|
800
804
|
fieldId: string;
|
|
801
|
-
label: string;
|
|
802
805
|
helpText: string | null;
|
|
803
806
|
placeholderText: string | null;
|
|
804
807
|
renderer: {
|
|
@@ -806,28 +809,25 @@ export declare const createModelUpdateValidation: () => zod.ZodObject<{
|
|
|
806
809
|
settings?: zod.objectOutputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
807
810
|
} | null;
|
|
808
811
|
validation: {
|
|
812
|
+
message: string;
|
|
809
813
|
name: string;
|
|
810
814
|
settings: {} & {
|
|
811
815
|
[k: string]: unknown;
|
|
812
816
|
};
|
|
813
|
-
message: string;
|
|
814
817
|
}[];
|
|
815
818
|
listValidation: {
|
|
819
|
+
message: string;
|
|
816
820
|
name: string;
|
|
817
821
|
settings: {} & {
|
|
818
822
|
[k: string]: unknown;
|
|
819
823
|
};
|
|
820
|
-
message: string;
|
|
821
824
|
}[];
|
|
822
825
|
multipleValues: boolean;
|
|
823
826
|
tags: string[];
|
|
824
|
-
settings: {} & {
|
|
825
|
-
[k: string]: unknown;
|
|
826
|
-
};
|
|
827
827
|
predefinedValues?: {
|
|
828
828
|
values: {
|
|
829
|
-
label: string;
|
|
830
829
|
value: string;
|
|
830
|
+
label: string;
|
|
831
831
|
selected: boolean;
|
|
832
832
|
}[];
|
|
833
833
|
enabled: boolean;
|
|
@@ -836,28 +836,29 @@ 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;
|
|
839
840
|
icon?: string | null | undefined;
|
|
840
841
|
tags?: string[] | undefined;
|
|
841
842
|
singularApiName?: string | undefined;
|
|
842
843
|
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
|
-
id: string;
|
|
850
849
|
type: string;
|
|
851
|
-
|
|
850
|
+
id: string;
|
|
852
851
|
label: string;
|
|
852
|
+
fieldId: string;
|
|
853
|
+
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
853
854
|
storageId?: string | undefined;
|
|
854
855
|
helpText?: string | null | undefined;
|
|
855
856
|
placeholderText?: string | null | undefined;
|
|
856
857
|
predefinedValues?: {
|
|
857
858
|
enabled: boolean;
|
|
858
859
|
values?: {
|
|
859
|
-
label: string;
|
|
860
860
|
value: string;
|
|
861
|
+
label: string;
|
|
861
862
|
selected?: boolean | undefined;
|
|
862
863
|
}[] | undefined;
|
|
863
864
|
} | undefined;
|
|
@@ -867,26 +868,25 @@ export declare const createModelUpdateValidation: () => zod.ZodObject<{
|
|
|
867
868
|
} | null | undefined;
|
|
868
869
|
validation?: {
|
|
869
870
|
name: string;
|
|
870
|
-
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
871
871
|
message?: string | undefined;
|
|
872
|
+
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
872
873
|
}[] | null | undefined;
|
|
873
874
|
listValidation?: {
|
|
874
875
|
name: string;
|
|
875
|
-
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
876
876
|
message?: string | undefined;
|
|
877
|
+
settings?: zod.objectInputType<{}, zod.ZodTypeAny, "passthrough"> | null | undefined;
|
|
877
878
|
}[] | null | undefined;
|
|
878
879
|
multipleValues?: boolean | null | undefined;
|
|
879
880
|
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;
|
|
885
886
|
icon?: string | null | undefined;
|
|
886
887
|
tags?: string[] | undefined;
|
|
887
888
|
singularApiName?: string | undefined;
|
|
888
889
|
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;
|