Skip to content

Commit eaaad59

Browse files
authored
build(codegen): updating SDK (#1064)
Co-authored-by: ct-sdks[bot] <153784748+ct-sdks[bot]@users.noreply.github.com>
1 parent 78314c8 commit eaaad59

File tree

3 files changed

+26
-4
lines changed

3 files changed

+26
-4
lines changed

.changeset/changes_import.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
'@commercetools/importapi-sdk': minor
3+
---
4+
5+
**Import changes**
6+
7+
<details>
8+
<summary>Added Property(s)</summary>
9+
10+
- added property `/^[a-zA-Z]{2,3}(?:-[a-zA-Z]{4})?(?:-(?:[a-zA-Z]{2}|\d{3}))?$/` to type `SearchKeywords`
11+
- added property `/^[a-zA-Z]{2,3}(?:-[a-zA-Z]{4})?(?:-(?:[a-zA-Z]{2}|\d{3}))?$/` to type `LocalizedString`
12+
</details>
13+
14+
<details>
15+
<summary>Removed Property(s)</summary>
16+
17+
- :warning: removed property `/^[a-z]{2}(-[A-Z]{2})?$/` from type `SearchKeywords`
18+
- :warning: removed property `/^[a-z]{2}(-[A-Z]{2})?$/` from type `LocalizedString`
19+
</details>

changes.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
1-
**Api changes**
1+
**Import changes**
22

33
<details>
44
<summary>Added Property(s)</summary>
55

6-
- added property `published` to type `ShoppingListLineItem`
6+
- added property `/^[a-zA-Z]{2,3}(?:-[a-zA-Z]{4})?(?:-(?:[a-zA-Z]{2}|\d{3}))?$/` to type `SearchKeywords`
7+
- added property `/^[a-zA-Z]{2,3}(?:-[a-zA-Z]{4})?(?:-(?:[a-zA-Z]{2}|\d{3}))?$/` to type `LocalizedString`
78
</details>
89

910
<details>
10-
<summary>Changed Property(s)</summary>
11+
<summary>Removed Property(s)</summary>
1112

12-
- :warning: changed property `actions` of type `MyBusinessUnitUpdate` from type `BusinessUnitUpdateAction[]` to `MyBusinessUnitUpdateAction[]`
13+
- :warning: removed property `/^[a-z]{2}(-[A-Z]{2})?$/` from type `SearchKeywords`
14+
- :warning: removed property `/^[a-z]{2}(-[A-Z]{2})?$/` from type `LocalizedString`
1315
</details>

references.txt

+1
Original file line numberDiff line numberDiff line change
@@ -408,3 +408,4 @@ dec65e707130185745930bde27ce78ae64ab29c1
408408
7fc89775aaee48e4af3c517e46b1bd7f4de4779f
409409
ba64943be238cc04b24cfafc30b4e1d47976fd4e
410410
f308ced4b427eea3642d2d183f6d15f0c1287aa8
411+
ab2859c84d9f146e5d8556e905538b92af4aa044

0 commit comments

Comments
 (0)