You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
"name": "node-appwrite",
3
3
"homepage": "https://appwrite.io/support",
4
4
"description": "Appwrite is an open-source self-hosted backend server that abstract and simplify complex and repetitive development tasks behind a very simple REST API",
Copy file name to clipboardExpand all lines: src/models.ts
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -3246,10 +3246,6 @@ export namespace Models {
3246
3246
* The url of the vcs provider repository
3247
3247
*/
3248
3248
providerRepositoryUrl: string;
3249
-
/**
3250
-
* The branch of the vcs repository
3251
-
*/
3252
-
providerBranch: string;
3253
3249
/**
3254
3250
* The commit hash of the vcs commit
3255
3251
*/
@@ -3270,6 +3266,10 @@ export namespace Models {
3270
3266
* The url of the vcs commit
3271
3267
*/
3272
3268
providerCommitUrl: string;
3269
+
/**
3270
+
* The branch of the vcs repository
3271
+
*/
3272
+
providerBranch: string;
3273
3273
/**
3274
3274
* The branch of the vcs repository
3275
3275
*/
@@ -3321,7 +3321,7 @@ export namespace Models {
3321
3321
*/
3322
3322
requestPath: string;
3323
3323
/**
3324
-
* HTTP response headers as a key-value object. This will return only whitelisted headers. All headers are returned if execution is created as synchronous.
3324
+
* HTTP request headers as a key-value object. This will return only whitelisted headers. All headers are returned if execution is created as synchronous.
3325
3325
*/
3326
3326
requestHeaders: Headers[];
3327
3327
/**
@@ -3499,7 +3499,7 @@ export namespace Models {
3499
3499
*/
3500
3500
version: string;
3501
3501
/**
3502
-
* Antivirus status. Possible values can are: `disabled`, `offline`, `online`
3502
+
* Antivirus status. Possible values are: `disabled`, `offline`, `online`
3503
3503
*/
3504
3504
status: string;
3505
3505
}
@@ -3527,7 +3527,7 @@ export namespace Models {
3527
3527
*/
3528
3528
ping: number;
3529
3529
/**
3530
-
* Service status. Possible values can are: `pass`, `fail`
3530
+
* Service status. Possible values are: `pass`, `fail`
0 commit comments