Skip to content

Commit

Permalink
build(codegen): updating SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
Auto Mation committed Oct 24, 2023
1 parent 0d5e306 commit d9dc969
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/platform-sdk/src/generated/models/shipping-method.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export interface ShippingMethod extends BaseResource {
*/
readonly key?: string
/**
* Name of the ShippingMethod.
* Unique name of the ShippingMethod within a [Project](ctp:api:type:Project).
*
*/
readonly name: string
Expand Down Expand Up @@ -134,7 +134,7 @@ export interface ShippingMethodDraft {
*/
readonly key?: string
/**
* Name of the ShippingMethod.
* Unique name for the ShippingMethod within a [Project](ctp:api:type:Project).
*
*/
readonly name: string
Expand Down Expand Up @@ -491,7 +491,7 @@ export interface ShippingMethodChangeIsDefaultAction {
export interface ShippingMethodChangeNameAction {
readonly action: 'changeName'
/**
* Value to set. Must not be empty.
* Unique value to set within a [Project](ctp:api:type:Project). Must not be empty.
*
*/
readonly name: string
Expand Down
1 change: 1 addition & 0 deletions references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -175,3 +175,4 @@ b25b7cc02df72845f3045528120267d1b6330e0a
8e6bc39ae805ea9d9f046fb70734980f82bbb272
8e6bc39ae805ea9d9f046fb70734980f82bbb272
a42ea3414ae796fb2950409c4b0df88b49630af1
0f29272a37fe4a95a52ca8b6de729aac1eb67756

0 comments on commit d9dc969

Please sign in to comment.