Skip to content

Update generated SDKs #870

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
Apr 7, 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,6 +20,7 @@
import org.apache.commons.lang3.builder.HashCodeBuilder;

/**
* <p>Deletes a ShoppingList in a BusinessUnit.</p>
* <p>If the ShoppingList exists in the Project but does not reference the requested BusinessUnit, this method returns an InvalidOperation error.</p>
*
* <hr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
import org.apache.commons.lang3.builder.HashCodeBuilder;

/**
* <p>Retrieves a ShoppingList with the provided <code>key</code> in a BusinessUnit.</p>
* <p>If the ShoppingList exists in the Project but does not reference the requested BusinessUnit, this method returns an InvalidOperation error.</p>
*
* <hr>
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 ShoppingList exists with the provided <code>id</code>. Returns a <code>200 OK</code> if the ShoppingList exists; otherwise, returns a ResourceNotFound error.</p>
* <p>Checks if a ShoppingList exists with the provided <code>id</code> in a BusinessUnit. Returns a <code>200 OK</code> if the ShoppingList exists; otherwise, returns Not Found.</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>If the ShoppingList exists in the Project but does not reference the requested BusinessUnit, this method returns an InvalidOperation error.</p>
* <p>Updates a ShoppingList in a BusinessUnit using one or more update actions. If the ShoppingList exists in the Project but does not reference the requested BusinessUnit, this method returns an InvalidOperation error.</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>If the ShoppingList exists in the Project but does not reference the requested BusinessUnit, this method returns an InvalidOperation error.</p>
* <p>Updates a ShoppingList in a BusinessUnit using one or more update actions. If the ShoppingList exists in the Project but does not reference the requested BusinessUnit, this method returns an InvalidOperation error.</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 ShoppingLists in a BusinessUnit.</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 ShoppingLists exist for the provided query predicate. Returns a <code>200 OK</code> if any ShoppingLists match the Query Predicate; otherwise, returns a ResourceNotFound error.</p>
* <p>Checks if one or more ShoppingLists exist for the provided query predicate in a BusinessUnit. Returns a <code>200 OK</code> if any ShoppingLists match the query predicate; otherwise, returns Not Found.</p>
*
* <hr>
* <div class=code-example>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
import org.apache.commons.lang3.builder.HashCodeBuilder;

/**
* <p>Deletes a ShoppingList in a BusinessUnit.</p>
* <p>If the ShoppingList exists in the Project but does not reference the requested BusinessUnit, this method returns an InvalidOperation error.</p>
*
* <hr>
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>If the ShoppingList exists in the Project but does not reference the requested BusinessUnit, this method returns an InvalidOperation error.</p>
* <p>Retrieves a ShoppingList with the provided <code>key</code> in a BusinessUnit. If the ShoppingList exists in the Project but does not reference the requested BusinessUnit, this method returns an InvalidOperation error.</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 ShoppingList exists with the provided <code>key</code>. Returns a <code>200 OK</code> if the ShoppingList exists; otherwise, returns a ResourceNotFound error.</p>
* <p>Checks if a ShoppingList exists with the provided <code>key</code> in a BusinessUnit. Returns a <code>200 OK</code> if the ShoppingList exists; otherwise, returns Not Found.</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>If the Shopping List exists in the Project but does not reference the requested BusinessUnit, this method returns an InvalidOperation error.</p>
* <p>Updates a ShoppingList in a BusinessUnit using one or more update actions. If the ShoppingList exists in the Project but does not reference the requested BusinessUnit, this method returns an InvalidOperation error.</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>If the Shopping List exists in the Project but does not reference the requested BusinessUnit, this method returns an InvalidOperation error.</p>
* <p>Updates a ShoppingList in a BusinessUnit using one or more update actions. If the ShoppingList exists in the Project but does not reference the requested BusinessUnit, this method returns an InvalidOperation error.</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 Cart exists for the provided <code>id</code> in a Store. Returns a <code>200 OK</code> status if the Cart exists or Not Found otherwise.</p>
* <p>Checks if a Cart exists with the provided <code>id</code> in a Store. Returns a <code>200 OK</code> status if the Cart exists or Not Found otherwise.</p>
*
* <hr>
* <div class=code-example>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
import org.apache.commons.lang3.builder.HashCodeBuilder;

/**
* <p>Deletes the ShoppingList for a given <code>id</code> in a Store. Returns a <code>200 OK</code> status if successful.</p>
* <p>Deletes a ShoppingList in a Store. Returns a <code>200 OK</code> status if successful.</p>
* <p>A ResourceNotFound error is returned in the following scenarios:</p>
* <ul>
* <li>If no ShoppingList matches the given <code>id</code> in a Store.</li>
* <li>If a ShoppingList matches the given <code>id</code> but does not have a <code>store</code> specified, or the <code>store</code> field references a different Store.</li>
* <li>If a ShoppingList matches the given <code>id</code> in a Store but does not contain either an <code>anonymousId</code> that matches the anonymous_id:{id} scope, or a <code>customer</code> with <code>id</code> value that matches the customer:{id} scope.</li>
* <li>If no ShoppingList matches the provided <code>id</code> in a Store.</li>
* <li>If a ShoppingList matches the provided <code>id</code> but does not have a <code>store</code> specified, or the <code>store</code> field references a different Store.</li>
* <li>If a ShoppingList matches the provided <code>id</code> in a Store but does not contain either an <code>anonymousId</code> that matches the anonymous_id:{id} scope, or a <code>customer</code> with <code>id</code> value that matches the customer:{id} scope.</li>
* </ul>
*
* <hr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
import org.apache.commons.lang3.builder.HashCodeBuilder;

/**
* <p>Returns a ShoppingList for a given <code>id</code> in a Store. Returns <code>200 OK</code> status if successful.</p>
* <p>Retrieves a ShoppingList with the provided <code>id</code> for the authenticated Customer or anonymous user in a Store. Returns <code>200 OK</code> status if successful.</p>
* <p>A ResourceNotFound error is returned in the following scenarios:</p>
* <ul>
* <li>If no ShoppingList matches the given <code>id</code> in a Store.</li>
* <li>If a ShoppingList matches the given <code>id</code> but does not have a <code>store</code> specified, or the <code>store</code> field references a different Store.</li>
* <li>If a ShoppingList matches the given <code>id</code> in a Store but does not contain either an <code>anonymousId</code> that matches the anonymous_id:{id} scope, or a <code>customer</code> with <code>id</code> value that matches the customer:{id} scope.</li>
* <li>If no ShoppingList matches the provided <code>id</code> in a Store.</li>
* <li>If a ShoppingList matches the provided <code>id</code> but does not have a <code>store</code> specified, or the <code>store</code> field references a different Store.</li>
* <li>If a ShoppingList matches the provided <code>id</code> in a Store but does not contain either an <code>anonymousId</code> that matches the anonymous_id:{id} scope, or a <code>customer</code> with <code>id</code> value that matches the customer:{id} scope.</li>
* </ul>
*
* <hr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
import org.apache.commons.lang3.builder.HashCodeBuilder;

/**
* <p>Checks if a ShoppingList exists with the provided <code>id</code> in a Store. Returns a <code>200 OK</code> status if successful.</p>
* <p>A ResourceNotFound error is returned in the following scenarios:</p>
* <p>Checks if a ShoppingList exists with the provided <code>id</code> for the authenticated Customer or anonymous user in a Store. Returns a <code>200 OK</code> status if successful.</p>
* <p>A Not Found error is returned in the following scenarios:</p>
* <ul>
* <li>If no ShoppingList matches the given <code>id</code> in a Store.</li>
* <li>If a ShoppingList matches the given <code>id</code> but does not have a <code>store</code> specified, or the <code>store</code> field references a different Store.</li>
* <li>If a ShoppingList matches the given <code>id</code> in a Store but does not contain either an <code>anonymousId</code> that matches the anonymous_id:{id} scope, or a <code>customer</code> with <code>id</code> value that matches the customer:{id} scope.</li>
* <li>If no ShoppingList matches the provided <code>id</code> in a Store.</li>
* <li>If a ShoppingList matches the provided <code>id</code> but does not have a <code>store</code> specified, or the <code>store</code> field references a different Store.</li>
* <li>If a ShoppingList matches the provided <code>id</code> in a Store but does not contain either an <code>anonymousId</code> that matches the anonymous_id:{id} scope, or a <code>customer</code> with <code>id</code> value that matches the customer:{id} scope.</li>
* </ul>
*
* <hr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
import org.apache.commons.lang3.builder.HashCodeBuilder;

/**
* <p>Updates a ShoppingList for a given <code>id</code> in a Store. Returns a <code>200 OK</code> status if successful.</p>
* <p>Updates a ShoppingList for the authenticated Customer or anonymous user in a Store using one or more update actions. Returns a <code>200 OK</code> status if successful.</p>
* <p>A ResourceNotFound error is returned in the following scenarios:</p>
* <ul>
* <li>If no ShoppingList matches the given <code>id</code> in a Store.</li>
* <li>If a ShoppingList matches the given <code>id</code> but does not have a <code>store</code> specified, or the <code>store</code> field references a different Store.</li>
* <li>If a ShoppingList matches the given <code>id</code> in a Store but does not contain either an <code>anonymousId</code> that matches the anonymous_id:{id} scope, or a <code>customer</code> with <code>id</code> value that matches the customer:{id} scope.</li>
* <li>If no ShoppingList matches the provided <code>id</code> in a Store.</li>
* <li>If a ShoppingList matches the provided <code>id</code> but does not have a <code>store</code> specified, or the <code>store</code> field references a different Store.</li>
* <li>If a ShoppingList matches the provided <code>id</code> in a Store but does not contain either an <code>anonymousId</code> that matches the anonymous_id:{id} scope, or a <code>customer</code> with <code>id</code> value that matches the customer:{id} scope.</li>
* </ul>
*
* <hr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
import org.apache.commons.lang3.builder.HashCodeBuilder;

/**
* <p>Updates a ShoppingList for a given <code>id</code> in a Store. Returns a <code>200 OK</code> status if successful.</p>
* <p>Updates a ShoppingList for the authenticated Customer or anonymous user in a Store using one or more update actions. Returns a <code>200 OK</code> status if successful.</p>
* <p>A ResourceNotFound error is returned in the following scenarios:</p>
* <ul>
* <li>If no ShoppingList matches the given <code>id</code> in a Store.</li>
* <li>If a ShoppingList matches the given <code>id</code> but does not have a <code>store</code> specified, or the <code>store</code> field references a different Store.</li>
* <li>If a ShoppingList matches the given <code>id</code> in a Store but does not contain either an <code>anonymousId</code> that matches the anonymous_id:{id} scope, or a <code>customer</code> with <code>id</code> value that matches the customer:{id} scope.</li>
* <li>If no ShoppingList matches the provided <code>id</code> in a Store.</li>
* <li>If a ShoppingList matches the provided <code>id</code> but does not have a <code>store</code> specified, or the <code>store</code> field references a different Store.</li>
* <li>If a ShoppingList matches the provided <code>id</code> in a Store but does not contain either an <code>anonymousId</code> that matches the anonymous_id:{id} scope, or a <code>customer</code> with <code>id</code> value that matches the customer:{id} scope.</li>
* </ul>
*
* <hr>
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>Returns ShoppingLists that match the given Query Predicate in a Store. Returns <code>200 OK</code> status if successful.</p>
* <p>Retrieves all ShoppingLists for the authenticated Customer or anonymous user in a Store. Returns <code>200 OK</code> status if successful.</p>
* <p>A ResourceNotFound error is returned in the following scenarios:</p>
* <ul>
* <li>If no ShoppingLists exist in a Store.</li>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@
import org.apache.commons.lang3.builder.HashCodeBuilder;

/**
* <p>Checks if a ShoppingList exists for the given Query Predicate in a Store. Returns <code>200 OK</code> status if successful.</p>
* <p>A ResourceNotFound error is returned in the following scenarios:</p>
* <p>Checks if one or more ShoppingLists exist for the provided query predicate for the authenticated Customer or anonymous user in a Store. Returns <code>200 OK</code> status if successful.</p>
* <p>A Not Found error is returned in the following scenarios:</p>
* <ul>
* <li>If no ShoppingLists exist for a given Query Predicate in a Store.</li>
* <li>If a ShoppingList matches the Query Predicate but does not have a <code>store</code> specified, or the <code>store</code> field references a different Store.</li>
* <li>If no ShoppingLists exist for the provided query predicate in a Store.</li>
* <li>If a ShoppingList matches the query predicate but does not have a <code>store</code> specified, or the <code>store</code> field references a different Store.</li>
* <li>If a ShoppingList exists in a Store but does not contain either an <code>anonymousId</code> that matches the anonymous_id:{id} scope, or a <code>customer</code> with <code>id</code> value that matches the customer:{id} scope.</li>
* </ul>
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
import org.apache.commons.lang3.builder.HashCodeBuilder;

/**
* <p>Deletes the ShoppingList for a given <code>key</code> in a Store. Returns a <code>200 OK</code> status if successful.</p>
* <p>Deletes a ShoppingList in a Store. Returns a <code>200 OK</code> status if successful.</p>
* <p>A ResourceNotFound error is returned in the following scenarios:</p>
* <ul>
* <li>If no ShoppingList matches the given <code>key</code> in a Store.</li>
* <li>If a ShoppingList matches the given <code>key</code> but does not have a <code>store</code> specified, or the <code>store</code> field references a different Store.</li>
* <li>If a ShoppingList matches the given <code>key</code> in a Store but does not contain either an <code>anonymousId</code> that matches the anonymous_id:{id} scope, or a <code>customer</code> with <code>id</code> value that matches the customer:{id} scope.</li>
* <li>If no ShoppingList matches the provided <code>key</code> in a Store.</li>
* <li>If a ShoppingList matches the provided <code>key</code> but does not have a <code>store</code> specified, or the <code>store</code> field references a different Store.</li>
* <li>If a ShoppingList matches the provided <code>key</code> in a Store but does not contain either an <code>anonymousId</code> that matches the anonymous_id:{id} scope, or a <code>customer</code> with <code>id</code> value that matches the customer:{id} scope.</li>
* </ul>
*
* <hr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
import org.apache.commons.lang3.builder.HashCodeBuilder;

/**
* <p>Returns a ShoppingList for a given <code>key</code> in a Store. Returns <code>200 OK</code> status if successful.</p>
* <p>Retrieves a ShoppingList with the provided <code>key</code> for the authenticated Customer or anonymous user in a Store. Returns <code>200 OK</code> status if successful.</p>
* <p>A ResourceNotFound error is returned in the following scenarios:</p>
* <ul>
* <li>If no ShoppingList matches the given <code>key</code> in a Store.</li>
* <li>If a ShoppingList matches the given <code>key</code> but does not have a <code>store</code> specified, or the <code>store</code> field references a different Store.</li>
* <li>If a ShoppingList matches the given <code>key</code> in a Store but does not contain either an <code>anonymousId</code> that matches the anonymous_id:{id} scope, or a <code>customer</code> with <code>id</code> value that matches the customer:{id} scope.</li>
* <li>If no ShoppingList matches the provided <code>key</code> in a Store.</li>
* <li>If a ShoppingList matches the provided <code>key</code> but does not have a <code>store</code> specified, or the <code>store</code> field references a different Store.</li>
* <li>If a ShoppingList matches the provided <code>key</code> in a Store but does not contain either an <code>anonymousId</code> that matches the anonymous_id:{id} scope, or a <code>customer</code> with <code>id</code> value that matches the customer:{id} scope.</li>
* </ul>
*
* <hr>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
import org.apache.commons.lang3.builder.HashCodeBuilder;

/**
* <p>Checks if a ShoppingList exists with the provided <code>key</code> in a Store. Returns a <code>200 OK</code> status if successful.</p>
* <p>A ResourceNotFound error is returned in the following scenarios:</p>
* <p>Checks if a ShoppingList exists with the provided <code>key</code> for the authenticated Customer or anonymous user in a Store. Returns a <code>200 OK</code> status if successful.</p>
* <p>A Not Found error is returned in the following scenarios:</p>
* <ul>
* <li>If no ShoppingList exists that matches the given <code>key</code> in a Store.</li>
* <li>If a ShoppingList matches the given <code>key</code> but does not have a <code>store</code> specified, or the <code>store</code> field references a different Store.</li>
* <li>If a ShoppingList matches the given <code>key</code> in a Store but does not contain either an <code>anonymousId</code> that matches the anonymous_id:{id} scope, or a <code>customer</code> with <code>id</code> value that matches the customer:{id} scope.</li>
* <li>If no ShoppingList exists that matches the provided <code>key</code> in a Store.</li>
* <li>If a ShoppingList matches the provided <code>key</code> but does not have a <code>store</code> specified, or the <code>store</code> field references a different Store.</li>
* <li>If a ShoppingList matches the provided <code>key</code> in a Store but does not contain either an <code>anonymousId</code> that matches the anonymous_id:{id} scope, or a <code>customer</code> with <code>id</code> value that matches the customer:{id} scope.</li>
* </ul>
*
* <hr>
Expand Down
Loading