From 75745b77da13654ffa5feb6f730cbc7e9743e84e Mon Sep 17 00:00:00 2001 From: Erin Date: Thu, 19 Dec 2024 13:15:27 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20update=20oc-codegen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit enable auto-gen of new Promotion Integration endpoints --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 168a524a..49d1d08a 100644 --- a/package.json +++ b/package.json @@ -53,7 +53,7 @@ "buildCodegen": "tsc --p codegen/tsconfig.json" }, "devDependencies": { - "@ordercloud/oc-codegen": "0.0.1-24", + "@ordercloud/oc-codegen": "0.0.1-25", "@types/jest": "^25.1.3", "@typescript-eslint/eslint-plugin": "^2.21.0", "@typescript-eslint/parser": "^2.21.0",