Commit fa764f9
committed
models: Split PdfSignatureConfiguration into separate types
- Introduced `PdfNewSignatureConfiguration` and `PdfExistingSignatureConfiguration`
to replace the unified `PdfSignatureConfiguration` type.
- `PdfSignatureConfiguration` is now a union of `PdfNewSignatureConfiguration`
and `PdfExistingSignatureConfiguration`, allowing stricter type validation
and clarity.
- Ensures each signature type has its respective required and optional fields.
Assisted-by: Codex1 parent d2ea3a7 commit fa764f9
1 file changed
Lines changed: 15 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | | - | |
165 | | - | |
| 164 | + | |
| 165 | + | |
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
172 | 185 | | |
173 | 186 | | |
174 | 187 | | |
| |||
0 commit comments