Skip to content

Commit 094209d

Browse files
authored
Merge branch 'main' into develop
2 parents f421ab2 + 065743f commit 094209d

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,11 @@
7676
"validator": "13.11.0",
7777
"yargs": "17.7.1"
7878
},
79+
"overrides": {
80+
"axios": {
81+
"form-data": "^4.0.4"
82+
}
83+
},
7984
"engines": {
8085
"node": ">=18.20.5"
8186
},

src/api.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ import {
2525
Specification,
2626
SpecificationInputDto,
2727
TosDto,
28+
Visibility,
2829
WebhookHandleBasicDto,
2930
WebhookHandleDescriptionGenerationDto,
3031
WebhookHandleDto,

src/commands/function.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import shell from 'shelljs';
44
import {
55
CreateServerCustomFunctionResponseDto,
66
FunctionDetailsDto,
7+
Visibility,
78
} from '../types';
89
import {
910
createOrUpdateClientFunction,

0 commit comments

Comments
 (0)