Skip to content

Commit

Permalink
TASK: Updating SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
Auto Mation committed Aug 22, 2023
1 parent 7ab3778 commit cabbcda
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
7 changes: 7 additions & 0 deletions changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@

**Import changes**

<details>
<summary>Added Property(s)</summary>

- added property `canceled` to type `OperationStates`
</details>


<details>
<summary>Added Enum(s)</summary>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,7 @@ public partial interface IOperationStates

long Rejected { get; set; }

long Canceled { get; set; }

}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@ public partial class OperationStates : IOperationStates
public long Imported { get; set; }

public long Rejected { get; set; }

public long Canceled { get; set; }
}
}
1 change: 1 addition & 0 deletions references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -108,3 +108,4 @@ eca4a27d33f36199ddc9aa226e6ad8051fff12b5
b87a5af949a8f5ed96109ac56ec0df61758145dd
8aae1123d0eca08ca673c152a43adf2e915c0dce
17da4aad01ab00bf0bbabdbd23940a0254c467ba
97b5234919598fa0df51743391a351d68b7fa4f0

0 comments on commit cabbcda

Please sign in to comment.