File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -177,6 +177,7 @@ module.exports = {
177177 highlight : "typescript" ,
178178 operationMapPath :
179179 ".sdk-repos/orchestration-cluster-api-js/examples/operation-map.json" ,
180+ autoImports : true ,
180181 defaultImports :
181182 "import { createCamundaClient } from '@camunda8/orchestration-cluster-api';" ,
182183 } ,
@@ -185,6 +186,7 @@ module.exports = {
185186 highlight : "python" ,
186187 operationMapPath :
187188 ".sdk-repos/orchestration-cluster-api-python/examples/operation-map.json" ,
189+ autoImports : true ,
188190 defaultImports :
189191 "from camunda_orchestration_sdk import CamundaClient" ,
190192 } ,
@@ -193,6 +195,7 @@ module.exports = {
193195 highlight : "csharp" ,
194196 operationMapPath :
195197 ".sdk-repos/orchestration-cluster-api-csharp/examples/operation-map.json" ,
198+ autoImports : true ,
196199 defaultImports : "using Camunda.Orchestration.Sdk;" ,
197200 } ,
198201 ] ,
You can’t perform that action at this time.
0 commit comments