|
363 | 363 | * pdfVersion?: string, |
364 | 364 | * status_changed_at?: string, |
365 | 365 | * } |
| 366 | + * @psalm-type LibresignFileRuntimeMetadata = LibresignValidateMetadata|array<string, mixed> |
366 | 367 | * @psalm-type LibresignValidationPageResolution = array{ |
367 | 368 | * w: float, |
368 | 369 | * h: float, |
|
465 | 466 | * statusText: string, |
466 | 467 | * nodeType: 'file'|'envelope', |
467 | 468 | * created_at: string, |
468 | | - * metadata: LibresignValidateMetadata, |
| 469 | + * metadata: LibresignFileRuntimeMetadata, |
469 | 470 | * docmdpLevel: int, |
470 | 471 | * signatureFlow: 'none'|'parallel'|'ordered_numeric', |
471 | 472 | * signersCount: int, |
472 | | - * signers: list<empty>, |
| 473 | + * signers: list<LibresignSignerSummary>, |
473 | 474 | * requested_by: LibresignRequestedBy, |
474 | 475 | * filesCount: int<0, max>, |
475 | 476 | * canSign: bool, |
|
485 | 486 | * docmdpLevel: int, |
486 | 487 | * signersCount: int, |
487 | 488 | * file: string, |
488 | | - * metadata: LibresignValidateMetadata, |
| 489 | + * metadata: LibresignFileRuntimeMetadata, |
489 | 490 | * size: non-negative-int, |
490 | 491 | * signers: list<LibresignSignerSummary>, |
491 | 492 | * } |
|
499 | 500 | * name: string, |
500 | 501 | * status: int, |
501 | 502 | * statusText: string, |
502 | | - * nodeType: string, |
503 | | - * metadata: array<string, mixed>, |
| 503 | + * nodeType: 'file'|'envelope', |
| 504 | + * metadata: LibresignFileRuntimeMetadata, |
504 | 505 | * size: non-negative-int, |
505 | 506 | * docmdpLevel: int, |
506 | 507 | * signatureFlow: 'none'|'parallel'|'ordered_numeric', |
|
513 | 514 | * message: string, |
514 | 515 | * name: non-falsy-string, |
515 | 516 | * nodeType: 'file'|'envelope', |
516 | | - * metadata: LibresignValidateMetadata, |
| 517 | + * metadata: LibresignFileRuntimeMetadata, |
517 | 518 | * signatureFlow: 'none'|'parallel'|'ordered_numeric', |
518 | 519 | * } |
519 | 520 | * @psalm-type LibresignFileListResponse = array{ |
|
593 | 594 | * } |
594 | 595 | * @psalm-type LibresignConfigValueResponse = array{ |
595 | 596 | * key: string, |
596 | | - * value: mixed, |
| 597 | + * value: ?string, |
597 | 598 | * } |
598 | 599 | * @psalm-type LibresignIdDocsUploadErrorResponse = array{ |
599 | 600 | * file: ?int, |
|
0 commit comments