Skip to content

Commit d19e226

Browse files
committed
fix(api): define docmdp policy snapshot metadata type
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 7ffcc51 commit d19e226

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

lib/ResponseDefinitions.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,12 @@
419419
* effectiveValue: string,
420420
* sourceScope: string,
421421
* }
422+
* @psalm-type LibresignPolicySnapshotNumericEntry = array{
423+
* effectiveValue: int,
424+
* sourceScope: string,
425+
* }
422426
* @psalm-type LibresignValidatePolicySnapshot = array{
427+
* docmdp?: LibresignPolicySnapshotNumericEntry,
423428
* signature_flow?: LibresignPolicySnapshotEntry,
424429
* }
425430
* @psalm-type LibresignValidateMetadata = array{

0 commit comments

Comments
 (0)