Skip to content

Commit

Permalink
Merge pull request #262 from commercetools/gen-sdk-updates
Browse files Browse the repository at this point in the history
Update generated SDKs
  • Loading branch information
kodiakhq[bot] authored Nov 7, 2024
2 parents e433537 + a6fe0a3 commit 4b8560e
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 19 deletions.
2 changes: 1 addition & 1 deletion lib/commercetools-api/docs/RequestBuilder.md
Original file line number Diff line number Diff line change
Expand Up @@ -2380,7 +2380,7 @@ $request = $builder
If an object with the given container/key exists, the object will be replaced with the new value and the version is incremented.
If the request contains a version and an object with the given container/key, then the version must match the version of the existing object. Concurrent updates to the same Custom Object returns a [ConcurrentModification](ctp:api:type:ConcurrentModificationError) error even if the version is not provided.

Fields with `null` values will **not be saved**.
Fields within `value` that have `null` values **are not saved**.


### Example
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,10 @@ public function getContainer();
public function getKey();

/**
* <p>JSON standard types Number, String, Boolean, Array, Object, and <a href="/../api/types">common API data types</a>.
* For values of type <a href="ctp:api:type:Reference">Reference</a> the integrity of the data is not guaranteed.
* If the referenced object is deleted, the API does not delete the corresponding reference to it and the <code>value</code> points to a non-existing object in such case.</p>
* <p>Can be any JSON standard type, such as number, string, boolean, array, object, or a <a href="/../api/types">common API data type</a>.</p>
* <ul>
* <li>For values of type <a href="ctp:api:type:Reference">Reference</a> the integrity of the data is not guaranteed. If the referenced object is deleted, the API does not delete the corresponding reference to it and the <code>value</code> points to a non-existing object in such case.</li>
* </ul>
*
* @return null|mixed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,10 @@ public function getKey()
}

/**
* <p>JSON standard types Number, String, Boolean, Array, Object, and <a href="/../api/types">common API data types</a>.
* For values of type <a href="ctp:api:type:Reference">Reference</a> the integrity of the data is not guaranteed.
* If the referenced object is deleted, the API does not delete the corresponding reference to it and the <code>value</code> points to a non-existing object in such case.</p>
* <p>Can be any JSON standard type, such as number, string, boolean, array, object, or a <a href="/../api/types">common API data type</a>.</p>
* <ul>
* <li>For values of type <a href="ctp:api:type:Reference">Reference</a> the integrity of the data is not guaranteed. If the referenced object is deleted, the API does not delete the corresponding reference to it and the <code>value</code> points to a non-existing object in such case.</li>
* </ul>
*
* @return null|mixed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,11 @@ public function getContainer();
public function getKey();

/**
* <p>JSON standard types Number, String, Boolean, Array, Object, and <a href="/../api/types">common API data types</a>.
* For values of type <a href="ctp:api:type:Reference">Reference</a> the integrity of the data is not guaranteed.
* If the referenced object is deleted, the API does not delete the corresponding reference to it and the <code>value</code> points to a non-existing object in such case.</p>
* <p>Can be any JSON standard type, such as number, string, boolean, array, object, or a <a href="/../api/types">common API data type</a>.</p>
* <ul>
* <li>Fields within <code>value</code> that have <code>null</code> values <strong>are not saved</strong>.</li>
* <li>For values of type <a href="ctp:api:type:Reference">Reference</a> the integrity of the data is not guaranteed. If the referenced object is deleted, the API does not delete the corresponding reference to it and the <code>value</code> points to a non-existing object in such case.</li>
* </ul>
*
* @return null|mixed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,11 @@ public function getKey()
}

/**
* <p>JSON standard types Number, String, Boolean, Array, Object, and <a href="/../api/types">common API data types</a>.
* For values of type <a href="ctp:api:type:Reference">Reference</a> the integrity of the data is not guaranteed.
* If the referenced object is deleted, the API does not delete the corresponding reference to it and the <code>value</code> points to a non-existing object in such case.</p>
* <p>Can be any JSON standard type, such as number, string, boolean, array, object, or a <a href="/../api/types">common API data type</a>.</p>
* <ul>
* <li>Fields within <code>value</code> that have <code>null</code> values <strong>are not saved</strong>.</li>
* <li>For values of type <a href="ctp:api:type:Reference">Reference</a> the integrity of the data is not guaranteed. If the referenced object is deleted, the API does not delete the corresponding reference to it and the <code>value</code> points to a non-existing object in such case.</li>
* </ul>
*
* @return null|mixed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,11 @@ public function getKey()
}

/**
* <p>JSON standard types Number, String, Boolean, Array, Object, and <a href="/../api/types">common API data types</a>.
* For values of type <a href="ctp:api:type:Reference">Reference</a> the integrity of the data is not guaranteed.
* If the referenced object is deleted, the API does not delete the corresponding reference to it and the <code>value</code> points to a non-existing object in such case.</p>
* <p>Can be any JSON standard type, such as number, string, boolean, array, object, or a <a href="/../api/types">common API data type</a>.</p>
* <ul>
* <li>Fields within <code>value</code> that have <code>null</code> values <strong>are not saved</strong>.</li>
* <li>For values of type <a href="ctp:api:type:Reference">Reference</a> the integrity of the data is not guaranteed. If the referenced object is deleted, the API does not delete the corresponding reference to it and the <code>value</code> points to a non-existing object in such case.</li>
* </ul>
*
*
* @return null|mixed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -277,9 +277,10 @@ public function getKey()
}

/**
* <p>JSON standard types Number, String, Boolean, Array, Object, and <a href="/../api/types">common API data types</a>.
* For values of type <a href="ctp:api:type:Reference">Reference</a> the integrity of the data is not guaranteed.
* If the referenced object is deleted, the API does not delete the corresponding reference to it and the <code>value</code> points to a non-existing object in such case.</p>
* <p>Can be any JSON standard type, such as number, string, boolean, array, object, or a <a href="/../api/types">common API data type</a>.</p>
* <ul>
* <li>For values of type <a href="ctp:api:type:Reference">Reference</a> the integrity of the data is not guaranteed. If the referenced object is deleted, the API does not delete the corresponding reference to it and the <code>value</code> points to a non-existing object in such case.</li>
* </ul>
*
*
* @return null|mixed
Expand Down
1 change: 1 addition & 0 deletions references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -319,3 +319,4 @@ c8c2455221baca20421082b7715eaa0a712af7f1
d410bad973f2fe90ea8239c4cb586fe0cfc13856
0dec565903d52229b25140447f4216f4781bd976
ccf4522140c12b0093aefe0e2a27d62bcc4834a6
6bb8d35316a92441d0a59417b49ad3a8c7037e45

0 comments on commit 4b8560e

Please sign in to comment.