File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -44,11 +44,17 @@ export interface RESTPostAPIApplicationUploadFormDataBody {
4444 file : unknown ;
4545}
4646
47+ /**
48+ * @see https://docs.squarecloud.app/api-reference/endpoint/apps/upload
49+ */
4750export interface RESTPostAPIApplicationUploadResultLanguage {
4851 name : ApplicationLanguage ;
4952 version : string ;
5053}
5154
55+ /**
56+ * @see https://docs.squarecloud.app/api-reference/endpoint/apps/upload
57+ */
5258export interface RESTPostAPIApplicationUploadResult {
5359 id : ApplicationId ;
5460 name : string ;
Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ export interface RESTPostAPIGithubWebhookJSONBody {
77 access_token : string ;
88}
99
10+ /**
11+ * @see https://docs.squarecloud.app/api-reference/endpoint/apps/deploy/webhooks
12+ */
1013export interface RESTPostAPIGithubWebhookResult {
1114 webhook : string ;
1215}
Original file line number Diff line number Diff line change @@ -7,7 +7,4 @@ export interface RESTPostAPINetworkCustomDomainJSONBody {
77 custom : string ;
88}
99
10- /**
11- * @see https://docs.squarecloud.app/api-reference/endpoint/apps/network/custom
12- */
1310export type RESTPostAPINetworkCustomDomainResultPayload = APIPayloadStatusOnly ;
You can’t perform that action at this time.
0 commit comments