We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f421ab2 + 065743f commit 094209dCopy full SHA for 094209d
package.json
@@ -76,6 +76,11 @@
76
"validator": "13.11.0",
77
"yargs": "17.7.1"
78
},
79
+ "overrides": {
80
+ "axios": {
81
+ "form-data": "^4.0.4"
82
+ }
83
+ },
84
"engines": {
85
"node": ">=18.20.5"
86
src/api.ts
@@ -25,6 +25,7 @@ import {
25
Specification,
26
SpecificationInputDto,
27
TosDto,
28
+ Visibility,
29
WebhookHandleBasicDto,
30
WebhookHandleDescriptionGenerationDto,
31
WebhookHandleDto,
src/commands/function.ts
@@ -4,6 +4,7 @@ import shell from 'shelljs';
4
import {
5
CreateServerCustomFunctionResponseDto,
6
FunctionDetailsDto,
7
8
} from '../types';
9
10
createOrUpdateClientFunction,
0 commit comments