|
1 | 1 | **Api changes** |
2 | 2 |
|
3 | 3 | <details> |
4 | | -<summary>Added Type(s)</summary> |
5 | | - |
6 | | -- added type `CartDiscountSetDiscountGroupAction` |
7 | | -- added type `CartChangePriceRoundingModeAction` |
8 | | -- added type `DiscountGroup` |
9 | | -- added type `DiscountGroupDraft` |
10 | | -- added type `DiscountGroupPagedQueryResponse` |
11 | | -- added type `DiscountGroupReference` |
12 | | -- added type `DiscountGroupResourceIdentifier` |
13 | | -- added type `DiscountGroupUpdate` |
14 | | -- added type `DiscountGroupUpdateAction` |
15 | | -- added type `DiscountGroupSetDescriptionAction` |
16 | | -- added type `DiscountGroupSetKeyAction` |
17 | | -- added type `DiscountGroupSetNameAction` |
18 | | -- added type `DiscountGroupSetSortOrderAction` |
19 | | -- added type `DiscountGroupCreatedMessage` |
20 | | -- added type `DiscountGroupDeletedMessage` |
21 | | -- added type `DiscountGroupKeySetMessage` |
22 | | -- added type `DiscountGroupSortOrderSetMessage` |
23 | | -- added type `DiscountGroupCreatedMessagePayload` |
24 | | -- added type `DiscountGroupDeletedMessagePayload` |
25 | | -- added type `DiscountGroupKeySetMessagePayload` |
26 | | -- added type `DiscountGroupSortOrderSetMessagePayload` |
27 | | -- added type `StagedOrderChangePriceRoundingModeAction` |
28 | | -- added type `ProductTailoringSetProductAttributeAction` |
29 | | -- added type `AttributeLevelEnum` |
30 | | -- added type `ProductSetProductAttributeAction` |
31 | | -- added type `ProjectChangePriceRoundingModeAction` |
32 | | -- added type `ProjectChangeTaxRoundingModeAction` |
33 | | -</details> |
34 | | - |
35 | | - |
36 | | -<details> |
37 | | -<summary>Added Resource(s)</summary> |
38 | | - |
39 | | -- added resource `/{projectKey}/discount-groups` |
40 | | -- added resource `/{projectKey}/discount-groups/key={key}` |
41 | | -- added resource `/{projectKey}/discount-groups/{ID}` |
42 | | -</details> |
43 | | - |
44 | | - |
45 | | -<details> |
46 | | -<summary>Removed Property(s)</summary> |
47 | | - |
48 | | -- :warning: removed property `messages` from type `SubscriptionSetEventsAction` |
49 | | -</details> |
50 | | - |
51 | | - |
52 | | -<details> |
53 | | -<summary>Required Property(s)</summary> |
| 4 | +<summary>Added Enum(s)</summary> |
54 | 5 |
|
55 | | -- changed property `sortOrder` of type `CartDiscountDraft` to be optional |
| 6 | +- added enum `ApplicationStoppedByGroupBestDeal` to type `DiscountCodeState` |
| 7 | +- added enum `discount-group` to type `ReferenceTypeId` |
| 8 | +- added enum `payment-method` to type `ReferenceTypeId` |
| 9 | +- added enum `payment-method` to type `ExtensionResourceTypeId` |
56 | 10 | </details> |
57 | 11 |
|
58 | 12 |
|
|
68 | 22 | - added property `priceRoundingMode` to type `StagedOrder` |
69 | 23 | - added property `priceRoundingMode` to type `Order` |
70 | 24 | - added property `priceRoundingMode` to type `OrderImportDraft` |
| 25 | +- added property `token` to type `PaymentMethodInfo` |
| 26 | +- added property `interfaceAccount` to type `PaymentMethodInfo` |
| 27 | +- added property `custom` to type `PaymentMethodInfo` |
71 | 28 | - added property `attributes` to type `ProductTailoringData` |
72 | 29 | - added property `attributes` to type `ProductTailoringDraft` |
73 | 30 | - added property `attributes` to type `ProductTailoringInStoreDraft` |
|
84 | 41 | </details> |
85 | 42 |
|
86 | 43 |
|
| 44 | +<details> |
| 45 | +<summary>Changed Property(s)</summary> |
| 46 | + |
| 47 | +- :warning: changed property `paymentMethodInfo` of type `MyPaymentDraft` from type `PaymentMethodInfo` to `PaymentMethodInfoDraft` |
| 48 | +- :warning: changed property `paymentMethodInfo` of type `PaymentDraft` from type `PaymentMethodInfo` to `PaymentMethodInfoDraft` |
| 49 | +</details> |
| 50 | + |
| 51 | + |
| 52 | +<details> |
| 53 | +<summary>Required Property(s)</summary> |
| 54 | + |
| 55 | +- changed property `sortOrder` of type `CartDiscountDraft` to be optional |
| 56 | +</details> |
| 57 | + |
| 58 | + |
| 59 | +<details> |
| 60 | +<summary>Removed Property(s)</summary> |
| 61 | + |
| 62 | +- :warning: removed property `messages` from type `SubscriptionSetEventsAction` |
| 63 | +</details> |
| 64 | + |
| 65 | + |
87 | 66 | <details> |
88 | 67 | <summary>Added Method(s)</summary> |
89 | 68 |
|
90 | 69 | - added method `apiRoot.withProjectKey().discountGroups().get()` |
91 | 70 | - added method `apiRoot.withProjectKey().discountGroups().head()` |
92 | 71 | - added method `apiRoot.withProjectKey().discountGroups().post()` |
| 72 | +- added method `apiRoot.withProjectKey().paymentMethods().get()` |
| 73 | +- added method `apiRoot.withProjectKey().paymentMethods().head()` |
| 74 | +- added method `apiRoot.withProjectKey().paymentMethods().post()` |
93 | 75 | - added method `apiRoot.withProjectKey().discountGroups().withKey().get()` |
94 | 76 | - added method `apiRoot.withProjectKey().discountGroups().withKey().head()` |
95 | 77 | - added method `apiRoot.withProjectKey().discountGroups().withKey().post()` |
|
98 | 80 | - added method `apiRoot.withProjectKey().discountGroups().withId().head()` |
99 | 81 | - added method `apiRoot.withProjectKey().discountGroups().withId().post()` |
100 | 82 | - added method `apiRoot.withProjectKey().discountGroups().withId().delete()` |
| 83 | +- added method `apiRoot.withProjectKey().paymentMethods().withKey().get()` |
| 84 | +- added method `apiRoot.withProjectKey().paymentMethods().withKey().head()` |
| 85 | +- added method `apiRoot.withProjectKey().paymentMethods().withKey().post()` |
| 86 | +- added method `apiRoot.withProjectKey().paymentMethods().withKey().delete()` |
| 87 | +- added method `apiRoot.withProjectKey().paymentMethods().withId().get()` |
| 88 | +- added method `apiRoot.withProjectKey().paymentMethods().withId().head()` |
| 89 | +- added method `apiRoot.withProjectKey().paymentMethods().withId().post()` |
| 90 | +- added method `apiRoot.withProjectKey().paymentMethods().withId().delete()` |
101 | 91 | </details> |
102 | 92 |
|
103 | 93 |
|
104 | 94 | <details> |
105 | | -<summary>Added Enum(s)</summary> |
| 95 | +<summary>Added Type(s)</summary> |
106 | 96 |
|
107 | | -- added enum `ApplicationStoppedByGroupBestDeal` to type `DiscountCodeState` |
108 | | -- added enum `discount-group` to type `ReferenceTypeId` |
| 97 | +- added type `CartDiscountSetDiscountGroupAction` |
| 98 | +- added type `CartChangePriceRoundingModeAction` |
| 99 | +- added type `DiscountGroup` |
| 100 | +- added type `DiscountGroupDraft` |
| 101 | +- added type `DiscountGroupPagedQueryResponse` |
| 102 | +- added type `DiscountGroupReference` |
| 103 | +- added type `DiscountGroupResourceIdentifier` |
| 104 | +- added type `DiscountGroupUpdate` |
| 105 | +- added type `DiscountGroupUpdateAction` |
| 106 | +- added type `DiscountGroupSetDescriptionAction` |
| 107 | +- added type `DiscountGroupSetKeyAction` |
| 108 | +- added type `DiscountGroupSetNameAction` |
| 109 | +- added type `DiscountGroupSetSortOrderAction` |
| 110 | +- added type `MyPaymentSetMethodInfoCustomFieldAction` |
| 111 | +- added type `MyPaymentSetMethodInfoCustomTypeAction` |
| 112 | +- added type `MyPaymentSetMethodInfoInterfaceAccountAction` |
| 113 | +- added type `DiscountGroupCreatedMessage` |
| 114 | +- added type `DiscountGroupDeletedMessage` |
| 115 | +- added type `DiscountGroupKeySetMessage` |
| 116 | +- added type `DiscountGroupSortOrderSetMessage` |
| 117 | +- added type `PaymentInterfaceIdSetMessage` |
| 118 | +- added type `PaymentMethodCreatedMessage` |
| 119 | +- added type `PaymentMethodCustomFieldAddedMessage` |
| 120 | +- added type `PaymentMethodCustomFieldChangedMessage` |
| 121 | +- added type `PaymentMethodCustomFieldRemovedMessage` |
| 122 | +- added type `PaymentMethodCustomTypeRemovedMessage` |
| 123 | +- added type `PaymentMethodCustomTypeSetMessage` |
| 124 | +- added type `PaymentMethodDefaultSetMessage` |
| 125 | +- added type `PaymentMethodDeletedMessage` |
| 126 | +- added type `PaymentMethodInfoCustomFieldAddedMessage` |
| 127 | +- added type `PaymentMethodInfoCustomFieldChangedMessage` |
| 128 | +- added type `PaymentMethodInfoCustomFieldRemovedMessage` |
| 129 | +- added type `PaymentMethodInfoCustomTypeRemovedMessage` |
| 130 | +- added type `PaymentMethodInfoCustomTypeSetMessage` |
| 131 | +- added type `PaymentMethodInfoInterfaceAccountSetMessage` |
| 132 | +- added type `PaymentMethodInfoInterfaceSetMessage` |
| 133 | +- added type `PaymentMethodInfoMethodSetMessage` |
| 134 | +- added type `PaymentMethodInfoNameSetMessage` |
| 135 | +- added type `PaymentMethodInfoTokenSetMessage` |
| 136 | +- added type `PaymentMethodInterfaceAccountSetMessage` |
| 137 | +- added type `PaymentMethodKeySetMessage` |
| 138 | +- added type `PaymentMethodMethodSetMessage` |
| 139 | +- added type `PaymentMethodNameSetMessage` |
| 140 | +- added type `PaymentMethodPaymentInterfaceSetMessage` |
| 141 | +- added type `PaymentMethodPaymentMethodStatusSetMessage` |
| 142 | +- added type `DiscountGroupCreatedMessagePayload` |
| 143 | +- added type `DiscountGroupDeletedMessagePayload` |
| 144 | +- added type `DiscountGroupKeySetMessagePayload` |
| 145 | +- added type `DiscountGroupSortOrderSetMessagePayload` |
| 146 | +- added type `PaymentInterfaceIdSetMessagePayload` |
| 147 | +- added type `PaymentMethodCreatedMessagePayload` |
| 148 | +- added type `PaymentMethodCustomFieldAddedMessagePayload` |
| 149 | +- added type `PaymentMethodCustomFieldChangedMessagePayload` |
| 150 | +- added type `PaymentMethodCustomFieldRemovedMessagePayload` |
| 151 | +- added type `PaymentMethodCustomTypeRemovedMessagePayload` |
| 152 | +- added type `PaymentMethodCustomTypeSetMessagePayload` |
| 153 | +- added type `PaymentMethodDefaultSetMessagePayload` |
| 154 | +- added type `PaymentMethodDeletedMessagePayload` |
| 155 | +- added type `PaymentMethodInfoCustomFieldAddedMessagePayload` |
| 156 | +- added type `PaymentMethodInfoCustomFieldChangedMessagePayload` |
| 157 | +- added type `PaymentMethodInfoCustomFieldRemovedMessagePayload` |
| 158 | +- added type `PaymentMethodInfoCustomTypeRemovedMessagePayload` |
| 159 | +- added type `PaymentMethodInfoCustomTypeSetMessagePayload` |
| 160 | +- added type `PaymentMethodInfoInterfaceAccountSetMessagePayload` |
| 161 | +- added type `PaymentMethodInfoInterfaceSetMessagePayload` |
| 162 | +- added type `PaymentMethodInfoMethodSetMessagePayload` |
| 163 | +- added type `PaymentMethodInfoNameSetMessagePayload` |
| 164 | +- added type `PaymentMethodInfoTokenSetMessagePayload` |
| 165 | +- added type `PaymentMethodInterfaceAccountSetMessagePayload` |
| 166 | +- added type `PaymentMethodKeySetMessagePayload` |
| 167 | +- added type `PaymentMethodMethodSetMessagePayload` |
| 168 | +- added type `PaymentMethodNameSetMessagePayload` |
| 169 | +- added type `PaymentMethodPaymentInterfaceSetMessagePayload` |
| 170 | +- added type `PaymentMethodPaymentMethodStatusSetMessagePayload` |
| 171 | +- added type `StagedOrderChangePriceRoundingModeAction` |
| 172 | +- added type `PaymentMethod` |
| 173 | +- added type `PaymentMethodDraft` |
| 174 | +- added type `PaymentMethodPagedQueryResponse` |
| 175 | +- added type `PaymentMethodReference` |
| 176 | +- added type `PaymentMethodStatus` |
| 177 | +- added type `PaymentMethodToken` |
| 178 | +- added type `PaymentMethodUpdate` |
| 179 | +- added type `PaymentMethodUpdateAction` |
| 180 | +- added type `PaymentMethodSetCustomFieldAction` |
| 181 | +- added type `PaymentMethodSetCustomTypeAction` |
| 182 | +- added type `PaymentMethodSetDefaultAction` |
| 183 | +- added type `PaymentMethodSetInterfaceAccountAction` |
| 184 | +- added type `PaymentMethodSetKeyAction` |
| 185 | +- added type `PaymentMethodSetMethodAction` |
| 186 | +- added type `PaymentMethodSetNameAction` |
| 187 | +- added type `PaymentMethodSetPaymentInterfaceAction` |
| 188 | +- added type `PaymentMethodSetPaymentMethodStatusAction` |
| 189 | +- added type `PaymentMethodInfoDraft` |
| 190 | +- added type `PaymentSetMethodInfoAction` |
| 191 | +- added type `PaymentSetMethodInfoCustomFieldAction` |
| 192 | +- added type `PaymentSetMethodInfoCustomTypeAction` |
| 193 | +- added type `PaymentSetMethodInfoInterfaceAccountAction` |
| 194 | +- added type `PaymentSetMethodInfoTokenAction` |
| 195 | +- added type `ProductTailoringSetProductAttributeAction` |
| 196 | +- added type `AttributeLevelEnum` |
| 197 | +- added type `ProductSetProductAttributeAction` |
| 198 | +- added type `ProjectChangePriceRoundingModeAction` |
| 199 | +- added type `ProjectChangeTaxRoundingModeAction` |
109 | 200 | </details> |
110 | 201 |
|
111 | | -**Import changes** |
112 | 202 |
|
113 | 203 | <details> |
114 | | -<summary>Added Type(s)</summary> |
| 204 | +<summary>Added Resource(s)</summary> |
115 | 205 |
|
116 | | -- added type `AttributeLevel` |
| 206 | +- added resource `/{projectKey}/discount-groups` |
| 207 | +- added resource `/{projectKey}/payment-methods` |
| 208 | +- added resource `/{projectKey}/discount-groups/key={key}` |
| 209 | +- added resource `/{projectKey}/discount-groups/{ID}` |
| 210 | +- added resource `/{projectKey}/payment-methods/key={key}` |
| 211 | +- added resource `/{projectKey}/payment-methods/{ID}` |
117 | 212 | </details> |
118 | 213 |
|
| 214 | +**Import changes** |
119 | 215 |
|
120 | 216 | <details> |
121 | 217 | <summary>Added Property(s)</summary> |
|
125 | 221 | - added property `level` to type `AttributeDefinition` |
126 | 222 | </details> |
127 | 223 |
|
| 224 | + |
| 225 | +<details> |
| 226 | +<summary>Added Type(s)</summary> |
| 227 | + |
| 228 | +- added type `AttributeLevel` |
| 229 | +</details> |
| 230 | + |
128 | 231 | **History changes** |
129 | 232 |
|
130 | 233 | <details> |
131 | 234 | <summary>Added Enum(s)</summary> |
132 | 235 |
|
133 | 236 | - added enum `ApplicationStoppedByGroupBestDeal` to type `DiscountCodeState` |
| 237 | +- added enum `payment-method` to type `ReferenceTypeId` |
134 | 238 | </details> |
135 | 239 |
|
0 commit comments