File tree Expand file tree Collapse file tree 4 files changed +17
-2
lines changed
packages/platform-sdk/src/generated/models Expand file tree Collapse file tree 4 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 2020- added type ` RecurringOrdersOnlyDraft `
2121</details >
2222
23+ <details >
24+ <summary >Required Property(s)</summary >
25+
26+ - :warning : changed property ` deleteDaysAfterLastModification ` of type ` CartsConfiguration ` to be required
27+ - :warning : changed property ` deleteDaysAfterLastModification ` of type ` ShoppingListsConfiguration ` to be required
28+ </details >
29+
2330<details >
2431<summary >Added Property(s)</summary >
2532
Original file line number Diff line number Diff line change 1616- added type ` RecurringOrdersOnlyDraft `
1717</details >
1818
19+ <details >
20+ <summary >Required Property(s)</summary >
21+
22+ - :warning : changed property ` deleteDaysAfterLastModification ` of type ` CartsConfiguration ` to be required
23+ - :warning : changed property ` deleteDaysAfterLastModification ` of type ` ShoppingListsConfiguration ` to be required
24+ </details >
25+
1926<details >
2027<summary >Added Property(s)</summary >
2128
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ export interface CartsConfiguration {
9797 *
9898 *
9999 */
100- readonly deleteDaysAfterLastModification ? : number
100+ readonly deleteDaysAfterLastModification : number
101101 /**
102102 * Indicates if country _- no state_ Tax Rate fallback should be used when a shipping address state is not explicitly covered in the rates lists of all Tax Categories of a Cart Line Items. This field may not be present on Projects created before June 2020.
103103 *
@@ -438,7 +438,7 @@ export interface ShoppingListsConfiguration {
438438 *
439439 *
440440 */
441- readonly deleteDaysAfterLastModification ? : number
441+ readonly deleteDaysAfterLastModification : number
442442}
443443export interface ProjectChangeBusinessUnitSearchStatusAction
444444 extends IProjectUpdateAction {
Original file line number Diff line number Diff line change @@ -509,3 +509,4 @@ aa83bf0cb2747feefa757d96d5896ba52d05392e
5095098dc063712795ebccb829b2753af8d6a4c8c1f353
510510a9c69a2e32f13e695d381fb1c492ee6ed7e6f046
5115118b51ad0f1cb789c4294135568e272854eea7ac53
512+ da68d777f48ba0233a7542a5344d86ef185db481
You can’t perform that action at this time.
0 commit comments