Skip to content

Update generated SDKs #954

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 25, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
import org.apache.commons.lang3.builder.HashCodeBuilder;

/**
* <p>Retrieves the active ShippingMethods that can ship to the shipping address of the given Cart in a given Store. Each ShippingMethod contains exactly one ShippingRate with the flag <code>isMatching</code> set to <code>true</code>. This ShippingRate is used when the ShippingMethod is added to the Cart. If a matching ShippingMethod has <code>isDefault</code> set to <code>true</code>, it is returned as the first item in the array.</p>
* <p>Retrieves the active ShippingMethods that can ship to the shipping address of the provided Cart in a Store.</p>
* <p>Each ShippingMethod contains exactly one ShippingRate with the flag <code>isMatching</code> set to <code>true</code>. This ShippingRate is used when the ShippingMethod is added to the Cart.</p>
* <p>If a matching ShippingMethod has <code>isDefault</code> set to <code>true</code>, it is returned as the first item in the array.</p>
*
* <hr>
* <div class=code-example>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import org.apache.commons.lang3.builder.HashCodeBuilder;

/**
* <p>Checks if an active ShippingMethod that can ship to the shipping address of the given Cart exists in the given Store. Returns a <code>200</code> status if the ShippingMethod exists, or a <code>404</code> status otherwise.</p>
* <p>Checks if an active ShippingMethod that can ship to the shipping address of the provided Cart exists in a Store. Returns a <code>200 OK</code> status if the ShippingMethod exists or a Not Found error otherwise.</p>
*
* <hr>
* <div class=code-example>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import org.apache.commons.lang3.builder.HashCodeBuilder;

/**
*
* <p>Deletes a ShippingMethod in the Project.</p>
*
* <hr>
* <div class=code-example>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import org.apache.commons.lang3.builder.HashCodeBuilder;

/**
*
* <p>Retrieves a ShippingMethod with the provided <code>id</code>.</p>
*
* <hr>
* <div class=code-example>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import org.apache.commons.lang3.builder.HashCodeBuilder;

/**
* <p>Checks if a ShippingMethod exists with the provided <code>id</code>. Returns a <code>200</code> status if the ShippingMethod exists, or a <code>404</code> status otherwise.</p>
* <p>Checks if a ShippingMethod exists with the provided <code>id</code>. Returns a <code>200 OK</code> status if the ShippingMethod exists or a Not Found error otherwise.</p>
*
* <hr>
* <div class=code-example>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import org.apache.commons.lang3.builder.HashCodeBuilder;

/**
*
* <p>Updates a ShippingMethod in the Project using one or more update actions.</p>
*
* <hr>
* <div class=code-example>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import org.apache.commons.lang3.builder.HashCodeBuilder;

/**
*
* <p>Updates a ShippingMethod in the Project using one or more update actions.</p>
*
* <hr>
* <div class=code-example>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import org.apache.commons.lang3.builder.HashCodeBuilder;

/**
*
* <p>Retrieves all ShippingMethods in the Project.</p>
*
* <hr>
* <div class=code-example>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import org.apache.commons.lang3.builder.HashCodeBuilder;

/**
* <p>Checks if one or more ShippingMethods exist for the provided query predicate. Returns a <code>200</code> status if any ShippingMethods match the query predicate, or a <code>404</code> status otherwise.</p>
* <p>Checks if one or more ShippingMethods exist for the provided query predicate. Returns a <code>200 OK</code> status if any ShippingMethods match the query predicate or a Not Found error otherwise.</p>
*
* <hr>
* <div class=code-example>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import org.apache.commons.lang3.builder.HashCodeBuilder;

/**
*
* <p>Deletes a ShippingMethod in the Project.</p>
*
* <hr>
* <div class=code-example>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import org.apache.commons.lang3.builder.HashCodeBuilder;

/**
*
* <p>Retrieves a ShippingMethod with the provided <code>key</code>.</p>
*
* <hr>
* <div class=code-example>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import org.apache.commons.lang3.builder.HashCodeBuilder;

/**
* <p>Checks if a ShippingMethod exists with the provided <code>key</code>. Returns a <code>200</code> status if the ShippingMethod exists, or a <code>404</code> status otherwise.</p>
* <p>Checks if a ShippingMethod exists with the provided <code>key</code>. Returns a <code>200 OK</code> status if the ShippingMethod exists or a Not Found error otherwise.</p>
*
* <hr>
* <div class=code-example>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import org.apache.commons.lang3.builder.HashCodeBuilder;

/**
*
* <p>Updates a ShippingMethod in the Project using one or more update actions.</p>
*
* <hr>
* <div class=code-example>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import org.apache.commons.lang3.builder.HashCodeBuilder;

/**
*
* <p>Updates a ShippingMethod in the Project using one or more update actions.</p>
*
* <hr>
* <div class=code-example>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
import org.apache.commons.lang3.builder.HashCodeBuilder;

/**
* <p>Retrieves the active ShippingMethods that can ship to the shipping address of the given Cart. Each ShippingMethod contains exactly one ShippingRate with the flag <code>isMatching</code> set to <code>true</code>. This ShippingRate is used when the ShippingMethod is added to the Cart. If a matching ShippingMethod has <code>isDefault</code> set to <code>true</code>, it is returned as the first item in the array.</p>
* <p>Retrieves the active ShippingMethods that can ship to the shipping address of the provided Cart.</p>
* <p>Each ShippingMethod contains exactly one ShippingRate with the flag <code>isMatching</code> set to <code>true</code>. This ShippingRate is used when the ShippingMethod is added to the Cart.</p>
* <p>If a matching ShippingMethod has <code>isDefault</code> set to <code>true</code>, it is returned as the first item in the array.</p>
*
* <hr>
* <div class=code-example>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import org.apache.commons.lang3.builder.HashCodeBuilder;

/**
* <p>Checks if an active ShippingMethod exists for the given Cart. If a matching ShippingMethod has <code>isDefault</code> set to <code>true</code>, it is returned as the first item in the array. Returns a <code>200</code> status if the ShippingMethod exists, or a <code>404</code> status otherwise.</p>
* <p>Checks if an active ShippingMethod exists for the provided Cart. Returns a <code>200 OK</code> status if the ShippingMethod exists or a Not Found error otherwise.</p>
*
* <hr>
* <div class=code-example>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
import org.apache.commons.lang3.builder.HashCodeBuilder;

/**
* <p>Retrieves the active ShippingMethods that can ship to the given Location with a <code>predicate</code> that matches the given Cart. Each ShippingMethod contains exactly one ShippingRate with the flag <code>isMatching</code> set to <code>true</code>. This ShippingRate is used when the ShippingMethod is added to the Cart. If a matching ShippingMethod has <code>isDefault</code> set to <code>true</code>, it is returned as the first item in the array.</p>
* <p>Retrieves the active ShippingMethods that can ship to the provided Location with a <code>predicate</code> that matches the provided Cart.</p>
* <p>Each ShippingMethod contains exactly one ShippingRate with the flag <code>isMatching</code> set to <code>true</code>. This ShippingRate is used when the ShippingMethod is added to the Cart.</p>
* <p>If a matching ShippingMethod has <code>isDefault</code> set to <code>true</code>, it is returned as the first item in the array.</p>
*
* <hr>
* <div class=code-example>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import org.apache.commons.lang3.builder.HashCodeBuilder;

/**
* <p>Checks if an active ShippingMethod that can ship to the given Location exists for the given Cart. Returns a <code>200</code> status if the ShippingMethod exists, or a <code>404</code> status otherwise.</p>
* <p>Checks if an active ShippingMethod that can ship to the provided Location exists for the provided Cart. Returns a <code>200 OK</code> status if the ShippingMethod exists or a Not Found error otherwise.</p>
*
* <hr>
* <div class=code-example>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,15 @@
import org.apache.commons.lang3.builder.HashCodeBuilder;

/**
* <p>Retrieves the active ShippingMethods that can ship to the given Location. ShippingMethods that have a <code>predicate</code> defined are automatically disqualified. If the <code>currency</code> parameter is given, then the ShippingMethods must also have a rate defined in the specified currency. Each ShippingMethod contains at least one ShippingRate with the flag <code>isMatching</code> set to <code>true</code>. If the <code>currency</code> parameter is given, exactly one ShippingRate will contain it. If a matching ShippingMethod has <code>isDefault</code> set to <code>true</code>, it is returned as the first item in the array.</p>
* <p>Retrieves the active ShippingMethods that can ship to the provided Location.</p>
* <p>The following applies:</p>
* <ul>
* <li>ShippingMethods that have a <code>predicate</code> defined are automatically disqualified.</li>
* <li>If the <code>currency</code> parameter is provided, then the ShippingMethods must also have a rate defined in the specified currency.</li>
* <li>Each ShippingMethod contains at least one ShippingRate with the flag <code>isMatching</code> set to <code>true</code>.</li>
* <li>If the <code>currency</code> parameter is provided, exactly one ShippingRate will contain it.</li>
* <li>If a matching ShippingMethod has <code>isDefault</code> set to <code>true</code>, it is returned as the first item in the array.</li>
* </ul>
*
* <hr>
* <div class=code-example>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import org.apache.commons.lang3.builder.HashCodeBuilder;

/**
* <p>Checks if an active ShippingMethod that can ship to the given Location exists. Returns a <code>200</code> status if the ShippingMethod exists, or a <code>404</code> status otherwise.</p>
* <p>Checks if an active ShippingMethod that can ship to the provided Location exists. Returns a <code>200 OK</code> status if the ShippingMethod exists or a Not Found error otherwise.</p>
*
* <hr>
* <div class=code-example>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
import org.apache.commons.lang3.builder.HashCodeBuilder;

/**
* <p>Retrieves the active ShippingMethods that can ship to the given Location for an OrderEdit. If a matching ShippingMethod has <code>isDefault</code> set to <code>true</code>, it is returned as the first item in the array. If the OrderEdit preview cannot be generated, an EditPreviewFailed error is returned.</p>
* <p>Retrieves the active ShippingMethods that can ship to the provided Location for an OrderEdit.</p>
* <p>If a matching ShippingMethod has <code>isDefault</code> set to <code>true</code>, it is returned as the first item in the array.</p>
* <p>If the OrderEdit preview cannot be generated, an EditPreviewFailed error is returned.</p>
*
* <hr>
* <div class=code-example>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import org.apache.commons.lang3.builder.HashCodeBuilder;

/**
* <p>Checks if an active ShippingMethod that can ship to the given Location exists for the given OrderEdit. Returns a <code>200</code> status if the ShippingMethod exists, or a <code>404</code> status otherwise.</p>
* <p>Checks if an active ShippingMethod that can ship to the provided Location exists for the provided OrderEdit. Returns a <code>200 OK</code> status if the ShippingMethod exists or a Not Found error otherwise.</p>
*
* <hr>
* <div class=code-example>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import org.apache.commons.lang3.builder.HashCodeBuilder;

/**
*
* <p>Creates a ShippingMethod in the Project.</p>
*
* <hr>
* <div class=code-example>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import org.apache.commons.lang3.builder.HashCodeBuilder;

/**
*
* <p>Creates a ShippingMethod in the Project.</p>
*
* <hr>
* <div class=code-example>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import org.apache.commons.lang3.builder.HashCodeBuilder;

/**
*
* <p>Deletes a Zone in the Project.</p>
*
* <hr>
* <div class=code-example>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import org.apache.commons.lang3.builder.HashCodeBuilder;

/**
*
* <p>Retrieves a Zone with the provided <code>id</code>.</p>
*
* <hr>
* <div class=code-example>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import org.apache.commons.lang3.builder.HashCodeBuilder;

/**
* <p>Checks if a Zone exists with the provided <code>id</code>. Returns a <code>200</code> status if the Zone exists, or a <code>404</code> status otherwise.</p>
* <p>Checks if a Zone exists with the provided <code>id</code>. Returns a <code>200 OK</code> status if the Zone exists or a Not Found error otherwise.</p>
*
* <hr>
* <div class=code-example>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import org.apache.commons.lang3.builder.HashCodeBuilder;

/**
*
* <p>Retrieves all Zones in the Project.</p>
*
* <hr>
* <div class=code-example>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import org.apache.commons.lang3.builder.HashCodeBuilder;

/**
* <p>Checks if one or more Zones exist for the provided query predicate. Returns a <code>200</code> status if any Zones match the query predicate, or a <code>404</code> status otherwise.</p>
* <p>Checks if one or more Zones exist for the provided query predicate. Returns a <code>200 OK</code> status if any Zones match the query predicate, or a Not Found error otherwise.</p>
*
* <hr>
* <div class=code-example>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import org.apache.commons.lang3.builder.HashCodeBuilder;

/**
*
* <p>Deletes a Zone in the Project.</p>
*
* <hr>
* <div class=code-example>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import org.apache.commons.lang3.builder.HashCodeBuilder;

/**
*
* <p>Retrieves a Zone with the provided <code>key</code>.</p>
*
* <hr>
* <div class=code-example>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import org.apache.commons.lang3.builder.HashCodeBuilder;

/**
* <p>Checks if a Zone exists with the provided <code>key</code>. Returns a <code>200</code> status if the Zone exists, or a <code>404</code> status otherwise.</p>
* <p>Checks if a Zone exists with the provided <code>key</code>. Returns a <code>200 OK</code> status if the Zone exists or a Not Found error otherwise.</p>
*
* <hr>
* <div class=code-example>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import org.apache.commons.lang3.builder.HashCodeBuilder;

/**
*
* <p>Updates a Zone in the Project using one or more update actions.</p>
*
* <hr>
* <div class=code-example>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import org.apache.commons.lang3.builder.HashCodeBuilder;

/**
*
* <p>Updates a Zone in the Project using one or more update actions.</p>
*
* <hr>
* <div class=code-example>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import org.apache.commons.lang3.builder.HashCodeBuilder;

/**
*
* <p>Creates a Zone in the Project.</p>
*
* <hr>
* <div class=code-example>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import org.apache.commons.lang3.builder.HashCodeBuilder;

/**
*
* <p>Creates a Zone in the Project.</p>
*
* <hr>
* <div class=code-example>
Expand Down
1 change: 1 addition & 0 deletions references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -447,3 +447,4 @@ e4973c1b97c71699c2945d476161cd47eded2e6d
c47b5eda641591a8ffe2eb071826f157e2150771
48cdda09a82127b5745d64a6b889a500a31139d8
315719fe14a0aa4f14761fe5e768ad59b1a8a3e4
09f7ffec9d7cad1549201cafbf8da0170de93a9a