package manifest_entities type DifyManifestType string const ( PluginType DifyManifestType = "plugin" BundleType DifyManifestType = "bundle" )