Skip to content

Commit c86c4ae

Browse files
authored
Add Suffix for GetImageSlimOutput (#317)
1 parent 1fb111a commit c86c4ae

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/Descriptions.php

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17365,6 +17365,17 @@ public static function GetImageSlimOutput() {
1736517365
),
1736617366
'Status' => array( 'type' => 'string', 'location' => 'xml', ),
1736717367
'SlimMode' => array( 'type' => 'string', 'location' => 'xml', ),
17368+
'Suffixs' => array(
17369+
'type' => 'object',
17370+
'location' => 'xml',
17371+
'properties' => array(
17372+
'Suffix' => array(
17373+
'type' => 'array',
17374+
'location' => 'xml',
17375+
'items' => array( 'type' => 'string', 'location' => 'xml', ),
17376+
),
17377+
),
17378+
),
1736817379
)
1736917380
);
1737017381
}

0 commit comments

Comments
 (0)