Skip to content

Commit

Permalink
build(codegen): updating SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
ct-sdks[bot] committed Nov 1, 2024
1 parent a34c7ff commit 87dc8ec
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 8 deletions.
11 changes: 11 additions & 0 deletions .changeset/changes_history.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
'@commercetools/history-sdk': minor
---

**History changes**

<details>
<summary>Required Property(s)</summary>

- changed property `id` of type `ModifiedBy` to be optional
</details>
8 changes: 8 additions & 0 deletions changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -315,3 +315,11 @@

- added enum `customer-group` to type `CustomFieldReferenceValue`
</details>

**History changes**

<details>
<summary>Required Property(s)</summary>

- changed property `id` of type `ModifiedBy` to be optional
</details>
16 changes: 8 additions & 8 deletions packages/history-sdk/src/generated/models/change-history.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,14 +202,20 @@ export interface ErrorResponse {
*
*/
export interface ModifiedBy {
/**
* `true` if the change was made using the Merchant Center or [ImpEx](https://impex.europe-west1.gcp.commercetools.com/).
*
*
*/
readonly isPlatformClient: boolean
/**
* [ID](/general-concepts#identifier) of the Merchant Center user who made the change.
*
* Present only if the change was made in the Merchant Center.
* Present only if `isPlatformClient` is `true`.
*
*
*/
readonly id: string
readonly id?: string
/**
* Indicates who performed the change.
*
Expand Down Expand Up @@ -248,12 +254,6 @@ export interface ModifiedBy {
*
*/
readonly associate?: Reference
/**
* `true` if the change was made using the Merchant Center or [ImpEx](https://impex.europe-west1.gcp.commercetools.com/).
*
*
*/
readonly isPlatformClient: boolean
}
/**
* Updates that are triggered automatically as a result of a user-initiated change.
Expand Down
1 change: 1 addition & 0 deletions references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -328,3 +328,4 @@ c8c2455221baca20421082b7715eaa0a712af7f1
8e5c10a0c61ddaa5eabbd15344258f53ce6971ee
71b6bfba97b7019e0ba081bb188e43c90c6d79e8
41774e015e4f946bd57f0e2dc76522ed757860c4
1406d1e9ac4945b1179cfce2a956a39f67b757a9

0 comments on commit 87dc8ec

Please sign in to comment.