Skip to content

Commit e386b9c

Browse files
author
farhoud.m7
committed
Update SDK workflow to enable single class generation in TypeScript Axios client
1 parent 0320419 commit e386b9c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
-i docs/swagger.json \
4949
-g typescript-axios \
5050
-o sdk/typescript \
51-
--additional-properties=npmName=@vhybzOS/api,npmVersion=$FULL_VERSION,supportsES6=true,useSingleRequestParameter=true,public=true
51+
--additional-properties=npmName=@vhybzOS/api,npmVersion=$FULL_VERSION,supportsES6=true,useSingleRequestParameter=true,useSingleClass=true,public=true
5252
5353
- name: Configure npm
5454
run: |

0 commit comments

Comments
 (0)