From b5c9f546e675b073615f63b099b1f57b6312bb6c Mon Sep 17 00:00:00 2001
From: jerge <31534211+jerge@users.noreply.github.com>
Date: Thu, 3 Sep 2026 09:32:44 +0000
Subject: [PATCH] chore: sync Kleer XSD & regenerated models
---
Kleer/Models/Kleer.Models.cs | 21 +++++++++++++++++++++
Kleer/doc.xsd | 18 ++++++++++++++++--
2 files changed, 37 insertions(+), 2 deletions(-)
diff --git a/Kleer/Models/Kleer.Models.cs b/Kleer/Models/Kleer.Models.cs
index 952e75c..5861112 100644
--- a/Kleer/Models/Kleer.Models.cs
+++ b/Kleer/Models/Kleer.Models.cs
@@ -5628,9 +5628,30 @@ public bool DimensionEntriesSpecified
}
}
+ ///
+ /// Sets the manager of this payroll user. Skip to leave the current manager as is.
+ /// The id must reference an existing user in this company; an omitted, null or zero id
+ /// is rejected. Use remove-manager-user to remove the current manager.
+ ///
+ [System.ComponentModel.DescriptionAttribute(("Sets the manager of this payroll user. Skip to leave the current manager as is. T" +
+ "he id must reference an existing user in this company; an omitted, null or zero " +
+ "id is rejected. Use remove-manager-user to remove the current manager."))]
[System.Xml.Serialization.XmlElementAttribute("manager-user", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public UserReference ManagerUser { get; set; }
+ ///
+ /// Set to true to remove the current manager. Mutually exclusive with manager-user.
+ ///
+ [System.ComponentModel.DescriptionAttribute("Set to true to remove the current manager. Mutually exclusive with manager-user.")]
+ [System.Xml.Serialization.XmlElementAttribute("remove-manager-user", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
+ public bool RemoveManagerUser { get; set; }
+
+ ///
+ /// Gets or sets a value indicating whether the RemoveManagerUser property is specified.
+ ///
+ [System.Xml.Serialization.XmlIgnoreAttribute()]
+ public bool RemoveManagerUserSpecified { get; set; }
+
[System.Xml.Serialization.XmlElementAttribute("vacation-entitlement", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]
public VacationEntitlement VacationEntitlement { get; set; }
diff --git a/Kleer/doc.xsd b/Kleer/doc.xsd
index ea983ba..aeab959 100644
--- a/Kleer/doc.xsd
+++ b/Kleer/doc.xsd
@@ -2383,8 +2383,22 @@
-
-
+
+
+
+ Sets the manager of this payroll user. Skip to leave the current manager as is.
+ The id must reference an existing user in this company; an omitted, null or zero id
+ is rejected. Use remove-manager-user to remove the current manager.
+
+
+
+
+
+
+ Set to true to remove the current manager. Mutually exclusive with manager-user.
+
+
+