Skip to content

Commit

Permalink
build(codegen): updating SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
ct-sdks[bot] committed Dec 20, 2024
1 parent 3f6ffd5 commit 7bbcd47
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7186,6 +7186,12 @@ type OrderShippingRateInputSet implements MessagePayload & OrderMessagePayload {
type: String!
}

type OrderShippingUpdated implements MessagePayload & OrderMessagePayload {
current: Shipping!
updated: Shipping!
type: String!
}

enum OrderState {
Cancelled
Complete
Expand Down
1 change: 1 addition & 0 deletions references.txt
Original file line number Diff line number Diff line change
Expand Up @@ -350,3 +350,4 @@ f4f3c42381257c319000e05bd5b61074d18b0a5f
d0ab34123535479eb53d2400ca18fdfab0f9bf4c
e5666d7956fd6de53e41f965b052896d2a2ddd9b
98343f9a365a2f9d4db86190003d00b8682c71d9
f8b69ab19d6be2bcc6732deee0647bd8494c15f1

0 comments on commit 7bbcd47

Please sign in to comment.