Skip to content

Commit 770cc17

Browse files
committed
Auto Generate
1 parent 4249537 commit 770cc17

File tree

86 files changed

+790
-359
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

86 files changed

+790
-359
lines changed

DktApi/Classwork.cs

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,30 @@
1-
using System.Text.Json.Serialization;
1+
/*
2+
This file is auto generated using Kréta Builder by TheBlueLines
3+
Generated on: 2023. 12. 13. 21:07:32
4+
*/
5+
6+
using System.Text.Json.Serialization;
27

38
namespace TTMC.Kréta
49
{
510
public class Classwork
611
{
712
[JsonPropertyName("csatolasEngedelyezesTipusId")]
8-
public long? allowToAttachFileTypeId { get; set; }
13+
public long? allowToAttachFileTypeId { get; set; }
914
[JsonPropertyName("csoportId")]
10-
public long? classGroupId { get; set; }
15+
public long? classGroupId { get; set; }
1116
[JsonPropertyName("osztalyId")]
12-
public long? classId { get; set; }
17+
public long? classId { get; set; }
1318
[JsonPropertyName("osztalyNev")]
14-
public string? className { get; set; }
19+
public string? className { get; set; }
1520
[JsonPropertyName("letrehozasIdeje")]
16-
public string? creationTimeAsString { get; set; }
21+
public string? creationTimeAsString { get; set; }
1722
[JsonPropertyName("alkalmazottId")]
18-
public long? employeeId { get; set; }
23+
public long? employeeId { get; set; }
1924
[JsonPropertyName("groupId")]
2025
public string? groupId { get; set; }
2126
[JsonPropertyName("id")]
22-
public long id { get; set; }
27+
public long? id { get; set; }
2328
[JsonPropertyName("idotartamPerc")]
2429
public int? lengthInMinutes { get; set; }
2530
[JsonPropertyName("oraDatum")]
@@ -45,6 +50,6 @@ public class Classwork
4550
[JsonPropertyName("cim")]
4651
public string? title { get; set; }
4752
[JsonPropertyName("egyediId")]
48-
public string? uid { get; set; }
53+
public string? uniqueId { get; set; }
4954
}
50-
}
55+
}

DktApi/ClassworkAttachment.cs

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,25 @@
1-
using System.Text.Json.Serialization;
1+
/*
2+
This file is auto generated using Kréta Builder by TheBlueLines
3+
Generated on: 2023. 12. 13. 21:07:32
4+
*/
5+
6+
using System.Text.Json.Serialization;
27

38
namespace TTMC.Kréta
49
{
510
public class ClassworkAttachment
611
{
712
[JsonPropertyName("feladatId")]
8-
public long classworkId { get; set; }
13+
public long? classworkId { get; set; }
914
[JsonPropertyName("kiterjesztes")]
10-
public string? extension { get; set; }
15+
public string? extension { get; set; }
1116
[JsonPropertyName("fajlNev")]
12-
public string? fileName { get; set; }
17+
public string? fileName { get; set; }
1318
[JsonPropertyName("id")]
14-
public long id { get; set; }
19+
public long? id { get; set; }
1520
[JsonPropertyName("nev")]
16-
public string? name { get; set; }
21+
public string? name { get; set; }
1722
[JsonPropertyName("egyediId")]
18-
public string? uid { get; set; }
23+
public string? uniqueId { get; set; }
1924
}
20-
}
25+
}
Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,25 @@
1-
using System.Text.Json.Serialization;
1+
/*
2+
This file is auto generated using Kréta Builder by TheBlueLines
3+
Generated on: 2023. 12. 13. 21:07:32
4+
*/
5+
6+
using System.Text.Json.Serialization;
27

38
namespace TTMC.Kréta
49
{
5-
public class ClassworkSolutionAttachmentPost
10+
public class ClassworkSolutionAttachment
611
{
712
[JsonPropertyName("kiterjesztes")]
813
public string? extension { get; set; }
914
[JsonPropertyName("fajlNev")]
1015
public string? fileName { get; set; }
1116
[JsonPropertyName("id")]
12-
public long id { get; set; }
17+
public long? id { get; set; }
1318
[JsonPropertyName("nev")]
1419
public string? name { get; set; }
1520
[JsonPropertyName("feladatBeadasId")]
16-
public long submittedClassworkId { get; set; }
21+
public long? submittedClassworkId { get; set; }
1722
[JsonPropertyName("egyediId")]
18-
public string? uid { get; set; }
23+
public string? uniqueId { get; set; }
1924
}
20-
}
25+
}
Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
1-
using System.Text.Json.Serialization;
1+
/*
2+
This file is auto generated using Kréta Builder by TheBlueLines
3+
Generated on: 2023. 12. 13. 21:07:32
4+
*/
5+
6+
using System.Text.Json.Serialization;
27

38
namespace TTMC.Kréta
49
{
5-
public class ClassworkSolutionAttachment
10+
public class ClassworkSolutionAttachmentPost
611
{
712
[JsonPropertyName("fajlId")]
813
public string? fileId { get; set; }
@@ -11,4 +16,4 @@ public class ClassworkSolutionAttachment
1116
[JsonPropertyName("meretInBytes")]
1217
public long? sizeInBytes { get; set; }
1318
}
14-
}
19+
}

DktApi/ClassworkSolutionPut.cs

Lines changed: 9 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,15 @@
1-
using System.Text.Json.Serialization;
1+
/*
2+
This file is auto generated using Kréta Builder by TheBlueLines
3+
Generated on: 2023. 12. 13. 21:07:32
4+
*/
5+
6+
using System.Text.Json.Serialization;
27

38
namespace TTMC.Kréta
49
{
510
public class ClassworkSolutionPut
611
{
7-
[JsonPropertyName("osztalyId")]
8-
public long? classId { get; set; }
9-
[JsonPropertyName("feladatId")]
10-
public long classworkId { get; set; }
11-
[JsonPropertyName("datum")]
12-
public string? date { get; set; }
13-
[JsonPropertyName("alkalmazottId")]
14-
public long employeeId { get; set; }
15-
[JsonPropertyName("csoportId")]
16-
public long? groupId { get; set; }
17-
[JsonPropertyName("oraszam")]
18-
public long lessonNumber { get; set; }
19-
[JsonPropertyName("tantargyId")]
20-
public long subjectId { get; set; }
21-
[JsonPropertyName("idopont")]
22-
public string? time { get; set; }
12+
[JsonPropertyName("szoveg")]
13+
public string? text { get; set; }
2314
}
24-
}
15+
}
Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,23 @@
1-
using System.Text.Json.Serialization;
1+
/*
2+
This file is auto generated using Kréta Builder by TheBlueLines
3+
Generated on: 2023. 12. 13. 21:07:32
4+
*/
5+
6+
using System.Text.Json.Serialization;
27

38
namespace TTMC.Kréta
49
{
510
public class ClassworkTeachingMaterial
611
{
712
[JsonPropertyName("feladatId")]
8-
public long classworkId { get; set; }
13+
public long? classworkId { get; set; }
914
[JsonPropertyName("id")]
10-
public long id { get; set; }
15+
public long? id { get; set; }
1116
[JsonPropertyName("link")]
1217
public string? link { get; set; }
1318
[JsonPropertyName("forrasTipusId")]
14-
public int materialTypeId { get; set; }
19+
public int? materialTypeId { get; set; }
1520
[JsonPropertyName("cim")]
1621
public string? title { get; set; }
1722
}
18-
}
23+
}
Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
using System.Text.Json.Serialization;
1+
/*
2+
This file is auto generated using Kréta Builder by TheBlueLines
3+
Generated on: 2023. 12. 13. 21:07:32
4+
*/
5+
6+
using System.Text.Json.Serialization;
27

38
namespace TTMC.Kréta
49
{
@@ -7,18 +12,18 @@ public class ClassworkTeachingMaterialPost
712
[JsonPropertyName("osztalyId")]
813
public long? classId { get; set; }
914
[JsonPropertyName("feladatId")]
10-
public long classworkId { get; set; }
15+
public long? classworkId { get; set; }
1116
[JsonPropertyName("datum")]
1217
public string? date { get; set; }
1318
[JsonPropertyName("alkalmazottId")]
14-
public long employeeId { get; set; }
19+
public long? employeeId { get; set; }
1520
[JsonPropertyName("csoportId")]
1621
public long? groupId { get; set; }
1722
[JsonPropertyName("oraszam")]
18-
public long lessonNumber { get; set; }
23+
public long? lessonNumber { get; set; }
1924
[JsonPropertyName("tantargyId")]
20-
public long subjectId { get; set; }
25+
public long? subjectId { get; set; }
2126
[JsonPropertyName("idopont")]
2227
public string? time { get; set; }
2328
}
24-
}
29+
}
Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
using System.Text.Json.Serialization;
1+
/*
2+
This file is auto generated using Kréta Builder by TheBlueLines
3+
Generated on: 2023. 12. 13. 21:07:32
4+
*/
5+
6+
using System.Text.Json.Serialization;
27

38
namespace TTMC.Kréta
49
{
@@ -9,16 +14,16 @@ public class HomeworkSolutionAttachment
914
[JsonPropertyName("fajlNev")]
1015
public string? fileName { get; set; }
1116
[JsonPropertyName("id")]
12-
public long id { get; set; }
17+
public long? id { get; set; }
1318
[JsonPropertyName("nev")]
1419
public string? name { get; set; }
1520
[JsonPropertyName("feladatBeadasId")]
16-
public long submittedHomeworkId { get; set; }
21+
public long? submittedHomeworkId { get; set; }
1722
[JsonPropertyName("egyediId")]
18-
public string? uid { get; set; }
23+
public string? uniqueId { get; set; }
1924
[JsonPropertyName("feltoltoAlkalmazottId")]
2025
public long? uploaderEmployeeId { get; set; }
2126
[JsonPropertyName("feltoltoTanuloId")]
2227
public long? uploaderStudentId { get; set; }
2328
}
24-
}
29+
}

DktApi/HomeworkSolutionAttachmentPost.cs

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
using System.Text.Json.Serialization;
1+
/*
2+
This file is auto generated using Kréta Builder by TheBlueLines
3+
Generated on: 2023. 12. 13. 21:07:32
4+
*/
5+
6+
using System.Text.Json.Serialization;
27

38
namespace TTMC.Kréta
49
{
@@ -11,4 +16,4 @@ public class HomeworkSolutionAttachmentPost
1116
[JsonPropertyName("meretInBytes")]
1217
public long? sizeInBytes { get; set; }
1318
}
14-
}
19+
}

DktApi/HomeworkSolutionPut.cs

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
using System.Text.Json.Serialization;
1+
/*
2+
This file is auto generated using Kréta Builder by TheBlueLines
3+
Generated on: 2023. 12. 13. 21:07:32
4+
*/
5+
6+
using System.Text.Json.Serialization;
27

38
namespace TTMC.Kréta
49
{
@@ -7,4 +12,4 @@ public class HomeworkSolutionPut
712
[JsonPropertyName("szoveg")]
813
public string? text { get; set; }
914
}
10-
}
15+
}

0 commit comments

Comments
 (0)