diff --git a/src/api/order/content-types/order/schema.json b/src/api/order/content-types/order/schema.json index 2151a13..00bd675 100644 --- a/src/api/order/content-types/order/schema.json +++ b/src/api/order/content-types/order/schema.json @@ -20,7 +20,7 @@ "scheduled", "approved", "completed", - "cancellation", + "cancelling", "cancelled" ] }, diff --git a/types/generated/contentTypes.d.ts b/types/generated/contentTypes.d.ts index 74320bf..cca6aa0 100644 --- a/types/generated/contentTypes.d.ts +++ b/types/generated/contentTypes.d.ts @@ -485,7 +485,7 @@ export interface ApiOrderOrder extends Struct.CollectionTypeSchema { 'scheduled', 'approved', 'completed', - 'cancellation', + 'cancelling', 'cancelled', ] > &