Skip to content

Commit c4f2651

Browse files
committed
build(codegen): updating SDK
1 parent 70c3d5f commit c4f2651

4 files changed

Lines changed: 15 additions & 31 deletions

File tree

.changeset/changes_api.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
'@commercetools/platform-sdk': minor
3+
---
4+
5+
**Api changes**
6+
7+
<details>
8+
<summary>Changed Property(s)</summary>
9+
10+
- :warning: changed property `actions` of type `MyBusinessUnitUpdate` from type `BusinessUnitUpdateAction[]` to `MyBusinessUnitUpdateAction[]`
11+
</details>

changes.md

Lines changed: 2 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,7 @@
11
**Api changes**
22

33
<details>
4-
<summary>Changed Type(s)</summary>
4+
<summary>Changed Property(s)</summary>
55

6-
- :warning: changed type `DeliveryPayload` from type `object` to `SubscriptionNotification`
7-
- :warning: changed type `EventDeliveryPayload` from type `DeliveryPayload` to `SubscriptionNotification`
8-
</details>
9-
10-
<details>
11-
<summary>Added Type(s)</summary>
12-
13-
- added type `BusinessUnitSetUnitTypeAction`
14-
- added type `BaseEvent`
15-
- added type `BusinessUnitTopLevelUnitSetMessage`
16-
- added type `BusinessUnitTypeSetMessage`
17-
- added type `BusinessUnitTopLevelUnitSetMessagePayload`
18-
- added type `BusinessUnitTypeSetMessagePayload`
19-
- added type `SubscriptionNotification`
20-
</details>
21-
22-
<details>
23-
<summary>Removed Property(s)</summary>
24-
25-
- :warning: removed property `data` from type `Event`
26-
</details>
27-
28-
<details>
29-
<summary>Added Property(s)</summary>
30-
31-
- added property `projectKey` to type `DeliveryPayload`
32-
- added property `resource` to type `DeliveryPayload`
33-
- added property `resourceUserProvidedIdentifiers` to type `DeliveryPayload`
6+
- :warning: changed property `actions` of type `MyBusinessUnitUpdate` from type `BusinessUnitUpdateAction[]` to `MyBusinessUnitUpdateAction[]`
347
</details>

packages/platform-sdk/src/generated/models/me.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import {
99
AssociateRoleAssignmentDraft,
1010
BusinessUnitResourceIdentifier,
1111
BusinessUnitType,
12-
BusinessUnitUpdateAction,
1312
} from './business-unit'
1413
import {
1514
CartReference,
@@ -148,7 +147,7 @@ export interface MyBusinessUnitUpdate {
148147
*
149148
*
150149
*/
151-
readonly actions: BusinessUnitUpdateAction[]
150+
readonly actions: MyBusinessUnitUpdateAction[]
152151
}
153152
export type MyBusinessUnitUpdateAction =
154153
| MyBusinessUnitAddAddressAction

references.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -400,3 +400,4 @@ de47ebf513b4738e7e766621036e58609acba897
400400
f0288f95a5fe33fd2973df3f8290defb15129192
401401
21aedcd93ff144743f0570a5fd0b65af601baa76
402402
790830d35463033d3b7e35060d16659c82040f4e
403+
761762c7caad45bc86b08db7021a033fff18ba90

0 commit comments

Comments
 (0)