Commit Graph

214 Commits

Author SHA1 Message Date
KurimuzonAkuma
6814277a74 Update API schema to Layer 181 2024-05-31 23:03:06 +03:00
KurimuzonAkuma
0d61c4ef7e Update API schema 2024-05-15 17:52:52 +03:00
KurimuzonAkuma
5c92daf408 Update API schema to Layer 179 2024-04-30 17:55:00 +03:00
KurimuzonAkuma
48b94429c7 Update API schema to Layer 178 2024-04-23 23:43:49 +03:00
KurimuzonAkuma
68ffa1ffc2 Update API schema to Layer 177 2024-04-01 23:23:54 +03:00
KurimuzonAkuma
351fda3208 Update API schema to Layer 176 2024-03-08 11:29:57 +03:00
KurimuzonAkuma
1a4cb86a16 Update API schema to Layer 174 2024-02-16 17:35:58 +03:00
KurimuzonAkuma
acbedec20a Update API schema to Layer 173 2024-02-01 21:03:00 +03:00
KurimuzonAkuma
ecf56abe77 Update API schema to Layer 172 2024-01-18 14:32:00 +03:00
KurimuzonAkuma
964e156630 Update API schema to Layer 171 2024-01-17 10:46:42 +03:00
KurimuzonAkuma
3b00d1b847 Update API schema to Layer 170 2023-12-31 20:55:53 +03:00
KurimuzonAkuma
4f588d7a6c Update API schema to Layer 169 2023-12-24 00:21:35 +03:00
KurimuzonAkuma
2a3725e605 Fix api compiling 2023-11-30 20:46:27 +03:00
KurimuzonAkuma
d63b4d3001 Update API schema to Layer 167 2023-11-30 20:04:29 +03:00
KurimuzonAkuma
7f3a2916fd Update API schema to Layer 166 2023-10-29 00:38:08 +03:00
KurimuzonAkuma
215bc1bebc Update API schema to Layer 165 2023-10-11 22:15:48 +03:00
KurimuzonAkuma
7cde15f6d5 Update API schema to Layer 164 2023-10-11 22:15:28 +03:00
KurimuzonAkuma
728035c87c Update API schema to Layer 163 2023-10-11 22:15:10 +03:00
KurimuzonAkuma
925261d7f9 Update API schema to Layer 162 2023-10-11 22:14:57 +03:00
KurimuzonAkuma
3c01a293bf Update API schema to Layer 161 2023-10-11 22:14:40 +03:00
KurimuzonAkuma
33ab550919 Update API schema to Layer 160 2023-10-11 22:14:19 +03:00
KurimuzonAkuma
ee19a885fd Update API schema to Layer 159 2023-10-11 22:12:42 +03:00
Dan
bb678a4fb6 Update API schema to Layer 158 2023-04-21 14:56:12 +02:00
Dan
8cff5594c0 Update API schema to Layer 155 2023-04-03 16:29:04 +02:00
Nick
5c5dce6620
Update API schema to Layer 152 (#1207) 2023-02-10 12:34:43 +01:00
Nick
e0dda5ab26
Update API schema to Layer 151 (#1182) 2022-12-30 14:10:37 +01:00
Dan
1d7852a44b Update API schema to Layer 150 2022-12-06 13:59:06 +01:00
Dan
b81c379548 Update API schema to Layer 149 2022-11-25 22:11:35 +01:00
Nick
a374e0175d
Update API schema to Layer 148 2022-11-13 13:55:44 +01:00
Dan
8077eb4130
Update docs 2022-10-06 12:03:05 +02:00
Dan
8fd79c93c7 Update API schema to Layer 146 2022-09-15 16:51:46 +02:00
Dan
2cd0f38602 Update API schema to Layer 145 2022-09-03 13:08:35 +02:00
Dan
95aae430a8 Fix serialization of empty optional lists 2022-08-28 16:43:45 +02:00
Nick
bc9161c354
Update API schema to Layer 144 (#1050) 2022-08-11 13:59:55 +02:00
Dan
7f9e841ccd Update API schema to Layer 143 2022-06-14 17:09:02 +02:00
Dan
8961da7a2c Update API schema to Layer 142 2022-05-13 11:56:42 +02:00
Dan
295060d190 Remove "0x" prefix from IDs in the documentation 2022-04-27 09:56:58 +02:00
Dan
32624ef5e6 Improve type hints 2022-04-24 11:56:06 +02:00
Dan
1885acd594 Reformat code 2022-04-16 20:02:10 +02:00
Dan
42fdb03d24 Revert "Remove unneeded parts"
This reverts commit 849321e5ca.
2022-04-16 20:01:38 +02:00
Dan
d6c80ff0f9 Fix non-flags parameters with the same name "flags" being treated as TL flags 2022-04-11 14:52:59 +02:00
Dan
82b029c3bf Use Optional[Type] instead of Union[Type, None] 2022-04-11 14:34:29 +02:00
Dan
e8250bd576 Add missing backslash to the pattern 2022-04-11 14:29:17 +02:00
Dan
849321e5ca Remove unneeded parts 2022-04-11 14:27:20 +02:00
Dan
8b92ac8b7f Add support for multiple TL flags 2022-04-11 12:46:29 +02:00
Nick
688c24bc3e
Update API schema to Layer 140 (#949) 2022-04-11 11:16:26 +02:00
Nick
8d7b62654c
Update API schema to Layer 139 (#936) 2022-03-11 12:14:59 +01:00
Dan
b676297ca9 Update API schema to Layer 138 2022-02-01 11:36:46 +01:00
Dan
333d22afca Update API schema to Layer 137 2022-01-29 14:45:35 +01:00
Dan
a6299f8401 Use a proper condition check when dealing with flag vectors
When reading flag vectors, non-existent vectors are being translated
to [] (empty list). When writing them, the flag condition was
strictly checking for None and an empty list [] would result in an
empty vector being serialized, which should not happen.
Related to #871.
2022-01-11 17:24:17 +01:00