Skip to content

Commit

Permalink
fix(types): upgrade to latest protobuf types
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerald Baulig committed Nov 13, 2024
1 parent 32bf2a7 commit 61473dc
Show file tree
Hide file tree
Showing 11 changed files with 4,581 additions and 3,455 deletions.
6 changes: 3 additions & 3 deletions cfg/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
"messageObject": "io.restorecommerce.fulfillment.Fulfillment"
},
"fulfillmentDeleted": {
"messageObject": "io.restorecommerce.fulfillment.Deleted"
"messageObject": "io.restorecommerce.resourcebase.Deleted"
},
"fulfillmentCourierCreated": {
"messageObject": "io.restorecommerce.fulfillment_courier.FulfillmentCourier"
Expand All @@ -135,7 +135,7 @@
"messageObject": "io.restorecommerce.fulfillment_courier.FulfillmentCourier"
},
"fulfillmentCourierDeleted": {
"messageObject": "io.restorecommerce.fulfillment_courier.Deleted"
"messageObject": "io.restorecommerce.resourcebase.Deleted"
},
"fulfillmentProductCreated": {
"messageObject": "io.restorecommerce.fulfillment_product.FulfillmentProduct"
Expand All @@ -144,7 +144,7 @@
"messageObject": "io.restorecommerce.fulfillment_product.FulfillmentProduct"
},
"fulfillmentProductDeleted": {
"messageObject": "io.restorecommerce.fulfillment_product.Deleted"
"messageObject": "io.restorecommerce.resourcebase.Deleted"
},

"restoreCommand": {
Expand Down
Loading

0 comments on commit 61473dc

Please sign in to comment.