Skip to content

Commit 98afeb2

Browse files
authored
Merge pull request #514 from RachelTucker/update-4-0-x
Updating stale contract used for generation
2 parents a49a2b6 + 9fe72e5 commit 98afeb2

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

contract/4_0_0_contract.xml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4937,6 +4937,7 @@
49374937
<OptionalQueryParams>
49384938
<Param Name="AssignedToStorageDomain" Type="boolean"/>
49394939
<Param Name="BucketId" Type="java.util.UUID"/>
4940+
<Param Name="Guid" Type="java.lang.String"/>
49404941
<Param Name="Health" Type="com.spectralogic.s3.common.dao.domain.pool.PoolHealth"/>
49414942
<Param Name="LastPage" Type="void"/>
49424943
<Param Name="LastVerified" Type="java.util.Date"/>
@@ -4960,7 +4961,7 @@
49604961
</ResponseTypes>
49614962
</ResponseCode>
49624963
</ResponseCodes>
4963-
<Version>1.965E74D83E54746B6877B79D92E8768A</Version>
4964+
<Version>1.033F928F2F6A0DE70086DFE3C999B9B6</Version>
49644965
</RequestHandler>
49654966
<RequestHandler Classification="spectrads3" Name="com.spectralogic.s3.server.handler.reqhandler.spectrads3.pool.ImportAllPoolsRequestHandler">
49664967
<Request Action="BULK_MODIFY" HttpVerb="PUT" IncludeIdInPath="false" Operation="IMPORT" Resource="POOL" ResourceType="NON_SINGLETON">
@@ -7936,7 +7937,7 @@
79367937
</ResponseTypes>
79377938
</ResponseCode>
79387939
<ResponseCode>
7939-
<Code>410</Code>
7940+
<Code>404</Code>
79407941
<ResponseTypes>
79417942
<ResponseType Type="com.spectralogic.s3.server.domain.HttpErrorResultApiBean"/>
79427943
</ResponseTypes>
@@ -12977,6 +12978,12 @@
1297712978
<Property Name="SupportedTapeTypes" Value="[FORBIDDEN, TS_CLEANING_TAPE, TS_JC, TS_JD, TS_JK, TS_JL, UNKNOWN]" ValueType="array"/>
1297812979
</Properties>
1297912980
</EnumConstant>
12981+
<EnumConstant Name="TS1155">
12982+
<Properties>
12983+
<Property Name="CleaningTapeType" Value="TS_CLEANING_TAPE" ValueType="com.spectralogic.s3.common.dao.domain.tape.TapeType"/>
12984+
<Property Name="SupportedTapeTypes" Value="[FORBIDDEN, TS_CLEANING_TAPE, TS_JC, TS_JD, TS_JK, TS_JL, UNKNOWN]" ValueType="array"/>
12985+
</Properties>
12986+
</EnumConstant>
1298012987
</EnumConstants>
1298112988
</Type>
1298212989
<Type Name="com.spectralogic.s3.common.dao.domain.tape.TapeFailure">

0 commit comments

Comments
 (0)