Skip to content

Commit 1754376

Browse files
committed
Commit: 87e31c72
1 parent 46a5b19 commit 1754376

7 files changed

Lines changed: 14 additions & 20 deletions

File tree

.openapi-generator/FILES

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,6 @@ src/Regula.DocumentReader.WebClient/Model/RfidCertificateType.cs
191191
src/Regula.DocumentReader.WebClient/Model/RfidDG1.cs
192192
src/Regula.DocumentReader.WebClient/Model/RfidDataFile.cs
193193
src/Regula.DocumentReader.WebClient/Model/RfidDataFileType.cs
194-
src/Regula.DocumentReader.WebClient/Model/RfidDataGroupTypeTag.cs
195194
src/Regula.DocumentReader.WebClient/Model/RfidDistinguishedName.cs
196195
src/Regula.DocumentReader.WebClient/Model/RfidLocation.cs
197196
src/Regula.DocumentReader.WebClient/Model/RfidOrigin.cs

src/Regula.DocumentReader.WebClient/Model/EncryptedRCLItem.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ protected EncryptedRCLItem() { }
5656
/// </summary>
5757
/// <value>Base64 encoded data</value>
5858
/*
59-
<example>[B@449b4f85</example>
59+
<example>[B@46aed524</example>
6060
*/
6161
[DataMember(Name = "EncryptedRCL", IsRequired = true, EmitDefaultValue = true)]
6262
public byte[] EncryptedRCL { get; set; }

src/Regula.DocumentReader.WebClient/Model/EncryptedRCLResult.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ protected EncryptedRCLResult() { }
6262
/// </summary>
6363
/// <value>Base64 encoded data</value>
6464
/*
65-
<example>[B@449b4f85</example>
65+
<example>[B@46aed524</example>
6666
*/
6767
[DataMember(Name = "EncryptedRCL", IsRequired = true, EmitDefaultValue = true)]
6868
public byte[] EncryptedRCL { get; set; }

src/Regula.DocumentReader.WebClient/Model/LicenseItem.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ protected LicenseItem() { }
5656
/// </summary>
5757
/// <value>Base64 encoded data</value>
5858
/*
59-
<example>[B@769d7d5d</example>
59+
<example>[B@7aa10c0a</example>
6060
*/
6161
[DataMember(Name = "License", IsRequired = true, EmitDefaultValue = true)]
6262
public byte[] License { get; set; }

src/Regula.DocumentReader.WebClient/Model/LicenseResult.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ protected LicenseResult() { }
6262
/// </summary>
6363
/// <value>Base64 encoded data</value>
6464
/*
65-
<example>[B@769d7d5d</example>
65+
<example>[B@7aa10c0a</example>
6666
*/
6767
[DataMember(Name = "License", IsRequired = true, EmitDefaultValue = true)]
6868
public byte[] License { get; set; }

src/Regula.DocumentReader.WebClient/Model/RfidApplicationType.cs

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ namespace Regula.DocumentReader.WebClient.Model
3333
public enum RfidApplicationType
3434
{
3535
/// <summary>
36-
/// Enum UNSPECIFIED for value: 0
36+
/// Enum ROOT_FILES for value: 0
3737
/// </summary>
38-
UNSPECIFIED = 0,
38+
ROOT_FILES = 0,
3939

4040
/// <summary>
4141
/// Enum E_PASSPORT for value: 1
@@ -75,12 +75,7 @@ public enum RfidApplicationType
7575
/// <summary>
7676
/// Enum eDTC_PC for value: 8
7777
/// </summary>
78-
eDTC_PC = 8,
79-
80-
/// <summary>
81-
/// Enum ROOT_FILES for value: 0
82-
/// </summary>
83-
ROOT_FILES = 0
78+
eDTC_PC = 8
8479
}
8580

8681
}

src/Regula.DocumentReader.WebClient/Model/RfidDG1.cs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,6 @@ namespace Regula.DocumentReader.WebClient.Model
3333
public partial class RfidDG1 : IValidatableObject
3434
{
3535

36-
/// <summary>
37-
/// Gets or Sets Type
38-
/// </summary>
39-
[DataMember(Name = "Type", IsRequired = true, EmitDefaultValue = true)]
40-
public RfidDataGroupTypeTag Type { get; set; }
41-
4236
/// <summary>
4337
/// Gets or Sets DocumentID
4438
/// </summary>
@@ -68,7 +62,7 @@ protected RfidDG1() { }
6862
/// <param name="optionalData">DO’s personal number or other additional data (required).</param>
6963
/// <param name="checkDigitOptionalData">Check digit of additional data (required).</param>
7064
/// <param name="checkDigitComposite">General check digit (required).</param>
71-
public RfidDG1(RfidDataGroupTypeTag type = default(RfidDataGroupTypeTag), DocumentFormat documentID = default(DocumentFormat), string documentType = default(string), string state = default(string), string holder = default(string), string documentNumber = default(string), decimal checkDigitDocumentNumber = default(decimal), string nationality = default(string), string birthday = default(string), decimal checkDigitBirthday = default(decimal), string sex = default(string), string expiryDate = default(string), decimal checkDigitExpiryDate = default(decimal), string optionalData = default(string), decimal checkDigitOptionalData = default(decimal), decimal checkDigitComposite = default(decimal))
65+
public RfidDG1(int type = default(int), DocumentFormat documentID = default(DocumentFormat), string documentType = default(string), string state = default(string), string holder = default(string), string documentNumber = default(string), decimal checkDigitDocumentNumber = default(decimal), string nationality = default(string), string birthday = default(string), decimal checkDigitBirthday = default(decimal), string sex = default(string), string expiryDate = default(string), decimal checkDigitExpiryDate = default(decimal), string optionalData = default(string), decimal checkDigitOptionalData = default(decimal), decimal checkDigitComposite = default(decimal))
7266
{
7367
this.Type = type;
7468
this.DocumentID = documentID;
@@ -133,6 +127,12 @@ protected RfidDG1() { }
133127
this.CheckDigitComposite = checkDigitComposite;
134128
}
135129

130+
/// <summary>
131+
/// Gets or Sets Type
132+
/// </summary>
133+
[DataMember(Name = "Type", IsRequired = true, EmitDefaultValue = true)]
134+
public int Type { get; set; }
135+
136136
/// <summary>
137137
/// Symbolic code of document type
138138
/// </summary>

0 commit comments

Comments
 (0)