File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
packages/platform-sdk/src/generated/models Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ export interface ShippingMethod extends BaseResource {
7979 */
8080 readonly key ?: string
8181 /**
82- * Name of the ShippingMethod.
82+ * Unique name of the ShippingMethod within a [Project](ctp:api:type:Project) .
8383 *
8484 */
8585 readonly name : string
@@ -134,7 +134,7 @@ export interface ShippingMethodDraft {
134134 */
135135 readonly key ?: string
136136 /**
137- * Name of the ShippingMethod.
137+ * Unique name for the ShippingMethod within a [Project](ctp:api:type:Project) .
138138 *
139139 */
140140 readonly name : string
@@ -491,7 +491,7 @@ export interface ShippingMethodChangeIsDefaultAction {
491491export interface ShippingMethodChangeNameAction {
492492 readonly action : 'changeName'
493493 /**
494- * Value to set. Must not be empty.
494+ * Unique value to set within a [Project](ctp:api:type:Project) . Must not be empty.
495495 *
496496 */
497497 readonly name : string
Original file line number Diff line number Diff line change @@ -175,3 +175,4 @@ b25b7cc02df72845f3045528120267d1b6330e0a
1751758e6bc39ae805ea9d9f046fb70734980f82bbb272
1761768e6bc39ae805ea9d9f046fb70734980f82bbb272
177177a42ea3414ae796fb2950409c4b0df88b49630af1
178+ 0f29272a37fe4a95a52ca8b6de729aac1eb67756
You can’t perform that action at this time.
0 commit comments