Skip to content

Commit 4c3a4fd

Browse files
Add uncommitted changes
1 parent 0b7959c commit 4c3a4fd

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Core/Bones.Api.Client/AutoGen/Models/AssignmentType.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
using System;
44
namespace Bones.Api.Client.AutoGen.Models
55
{
6-
/// <summary>The assignment type</summary>
6+
/// <summary>The level of assignment for this assignee slot, user or role</summary>
77
[global::System.CodeDom.Compiler.GeneratedCode("ReQuesty", "0")]
88
public enum AssignmentType
99
{

Core/Bones.Api.Client/AutoGen/Models/ItemLayoutUse.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
using System;
44
namespace Bones.Api.Client.AutoGen.Models
55
{
6-
/// <summary>The uses for which this layout is enabled</summary>
6+
/// <summary>The use for which this layout is intended</summary>
77
[global::System.CodeDom.Compiler.GeneratedCode("ReQuesty", "0")]
88
public enum ItemLayoutUse
99
{

Core/Bones.Api.Client/AutoGen/Models/SelectionType.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
using System;
44
namespace Bones.Api.Client.AutoGen.Models
55
{
6-
/// <summary>The selection type</summary>
6+
/// <summary>The selection type for this assignee slot, single or multiple</summary>
77
[global::System.CodeDom.Compiler.GeneratedCode("ReQuesty", "0")]
88
public enum SelectionType
99
{

0 commit comments

Comments
 (0)