revert some dumb shit from somewhere else

This commit is contained in:
James Hodgkinson 2025-05-12 18:33:14 +10:00
parent 4d20195ce8
commit 67c0b4f4b9
No known key found for this signature in database
2 changed files with 0 additions and 8 deletions
proto/src/scim_v1
server/core/src/https/apidocs

View file

@ -91,13 +91,6 @@ pub struct ScimEntryPutKanidm {
#[derive(Deserialize, Serialize, Debug, Clone)]
pub struct ScimStrings(#[serde_as(as = "OneOrMany<_, PreferMany>")] pub Vec<String>);
#[derive(Debug, Clone, Deserialize, Default, ToSchema)]
pub struct ScimEntryPostGeneric {
// Create an attribute to contain the following value state.
#[serde(flatten)]
pub attrs: BTreeMap<Attribute, JsonValue>,
}
#[derive(Debug, Clone, Deserialize, Default)]
pub struct ScimEntryPutGeneric {
// id is only used to target the entry in question

View file

@ -211,7 +211,6 @@ impl Modify for SecurityAddon {
schemas(
attribute::Attribute,
scim_v1::client::ScimEntryPostGeneric,
scim_v1::ScimSyncState,
scim_v1::ScimSyncRequest,
scim_v1::ScimSyncRetentionMode,