mirror of
https://github.com/appwrite/appwrite
synced 2026-05-22 08:28:42 +00:00
Merge branch '1.6.x' into update-sdk-gen
This commit is contained in:
commit
dbfb158452
18 changed files with 752 additions and 4843 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -16,4 +16,4 @@ dev/yasd_init.php
|
|||
.phpunit.result.cache
|
||||
Makefile
|
||||
appwrite.json
|
||||
/.zed/
|
||||
/.zed/
|
||||
|
|
@ -2548,6 +2548,17 @@ return [
|
|||
'array' => false,
|
||||
'filters' => [],
|
||||
],
|
||||
[
|
||||
'$id' => 'transformedAt',
|
||||
'type' => Database::VAR_DATETIME,
|
||||
'format' => '',
|
||||
'size' => 0,
|
||||
'signed' => false,
|
||||
'required' => false,
|
||||
'default' => null,
|
||||
'array' => false,
|
||||
'filters' => ['datetime'],
|
||||
],
|
||||
[
|
||||
'$id' => ID::custom('search'),
|
||||
'type' => Database::VAR_STRING,
|
||||
|
|
@ -2617,6 +2628,13 @@ return [
|
|||
'lengths' => [],
|
||||
'orders' => [Database::ORDER_ASC],
|
||||
],
|
||||
[
|
||||
'$id' => ID::custom('_key_transformedAt'),
|
||||
'type' => Database::INDEX_KEY,
|
||||
'attributes' => ['transformedAt'],
|
||||
'lengths' => [],
|
||||
'orders' => [],
|
||||
]
|
||||
]
|
||||
],
|
||||
];
|
||||
|
|
|
|||
|
|
@ -58,9 +58,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "\/account",
|
||||
"offline-key": "current",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -109,9 +106,6 @@
|
|||
"client"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -196,9 +190,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "\/account",
|
||||
"offline-key": "current",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -274,9 +265,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "\/account\/identities",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -335,9 +323,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -400,9 +385,6 @@
|
|||
"client"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -451,9 +433,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -519,9 +498,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "\/account",
|
||||
"offline-key": "current",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -591,9 +567,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "\/account",
|
||||
"offline-key": "current",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -659,9 +632,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "\/account",
|
||||
"offline-key": "current",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -739,9 +709,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -809,9 +776,6 @@
|
|||
"client"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -857,10 +821,10 @@
|
|||
],
|
||||
"description": "Complete the MFA challenge by providing the one-time password. Finish the process of MFA verification by providing the one-time password. To begin the flow, use [createMfaChallenge](\/docs\/references\/cloud\/client-web\/account#createMfaChallenge) method.",
|
||||
"responses": {
|
||||
"204": {
|
||||
"description": "No content",
|
||||
"200": {
|
||||
"description": "Session",
|
||||
"content": {
|
||||
"": {
|
||||
"application\/json": {
|
||||
"schema": {
|
||||
"$ref": "#\/components\/schemas\/session"
|
||||
}
|
||||
|
|
@ -885,9 +849,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -963,9 +924,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "\/account",
|
||||
"offline-key": "current",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -1016,9 +974,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "\/account",
|
||||
"offline-key": "current",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -1067,9 +1022,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "\/account",
|
||||
"offline-key": "current",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -1118,9 +1070,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "\/account",
|
||||
"offline-key": "current",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -1171,9 +1120,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "\/account",
|
||||
"offline-key": "current",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -1243,9 +1189,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "\/account",
|
||||
"offline-key": "current",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -1320,9 +1263,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "\/account",
|
||||
"offline-key": "current",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -1398,9 +1338,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "\/account\/prefs",
|
||||
"offline-key": "current",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -1449,9 +1386,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "\/account\/prefs",
|
||||
"offline-key": "current",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -1524,9 +1458,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -1600,9 +1531,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -1684,9 +1612,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "\/account\/sessions",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -1728,9 +1653,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -1781,9 +1703,6 @@
|
|||
"client"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -1832,9 +1751,6 @@
|
|||
"client"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -1908,9 +1824,6 @@
|
|||
"client"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -1977,9 +1890,6 @@
|
|||
"client"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -2120,9 +2030,6 @@
|
|||
"client"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -2196,9 +2103,6 @@
|
|||
"client"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -2272,9 +2176,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "\/account\/sessions",
|
||||
"offline-key": "{sessionId}",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -2335,9 +2236,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -2391,9 +2289,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -2456,9 +2351,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -2479,7 +2371,7 @@
|
|||
"tags": [
|
||||
"account"
|
||||
],
|
||||
"description": "",
|
||||
"description": "Use this endpoint to register a device for push notifications. Provide a target ID (custom or generated using ID.unique()), a device identifier (usually a device token), and optionally specify which provider should send notifications to this target. The target is automatically linked to the current session and includes device information like brand and model.",
|
||||
"responses": {
|
||||
"201": {
|
||||
"description": "Target",
|
||||
|
|
@ -2499,7 +2391,7 @@
|
|||
"type": "",
|
||||
"deprecated": false,
|
||||
"demo": "account\/create-push-target.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/account\/create-push-target.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
|
|
@ -2508,9 +2400,6 @@
|
|||
"client"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -2560,7 +2449,7 @@
|
|||
"tags": [
|
||||
"account"
|
||||
],
|
||||
"description": "",
|
||||
"description": "Update the currently logged in user's push notification target. You can modify the target's identifier (device token) and provider ID (token, email, phone etc.). The target must exist and belong to the current user. If you change the provider ID, notifications will be sent through the new messaging provider instead.",
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "Target",
|
||||
|
|
@ -2580,7 +2469,7 @@
|
|||
"type": "",
|
||||
"deprecated": false,
|
||||
"demo": "account\/update-push-target.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/account\/update-push-target.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
|
|
@ -2589,9 +2478,6 @@
|
|||
"client"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -2640,17 +2526,10 @@
|
|||
"tags": [
|
||||
"account"
|
||||
],
|
||||
"description": "",
|
||||
"description": "Delete a push notification target for the currently logged in user. After deletion, the device will no longer receive push notifications. The target must exist and belong to the current user.",
|
||||
"responses": {
|
||||
"204": {
|
||||
"description": "No content",
|
||||
"content": {
|
||||
"application\/json": {
|
||||
"schema": {
|
||||
"$ref": "#\/components\/schemas\/target"
|
||||
}
|
||||
}
|
||||
}
|
||||
"description": "No content"
|
||||
}
|
||||
},
|
||||
"x-appwrite": {
|
||||
|
|
@ -2660,7 +2539,7 @@
|
|||
"type": "",
|
||||
"deprecated": false,
|
||||
"demo": "account\/delete-push-target.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/account\/delete-push-target.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
|
|
@ -2669,9 +2548,6 @@
|
|||
"client"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -2733,9 +2609,6 @@
|
|||
"client"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -2817,9 +2690,6 @@
|
|||
"client"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -2896,9 +2766,6 @@
|
|||
"client"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -3042,9 +2909,6 @@
|
|||
"client"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -3118,9 +2982,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -3188,9 +3049,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -3269,9 +3127,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -3320,9 +3175,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -3392,9 +3244,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -3520,9 +3369,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -3652,9 +3498,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -3712,9 +3555,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -4202,9 +4042,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -4286,9 +4123,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -4380,9 +4214,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -4481,9 +4312,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "\/databases\/{databaseId}\/collections\/{collectionId}\/documents",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -4568,9 +4396,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "\/databases\/{databaseId}\/collections\/{collectionId}\/documents",
|
||||
"offline-key": "{documentId}",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -4677,9 +4502,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "\/databases\/{databaseId}\/collections\/{collectionId}\/documents",
|
||||
"offline-key": "{documentId}",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -4774,9 +4596,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "\/databases\/{databaseId}\/collections\/{collectionId}\/documents",
|
||||
"offline-key": "{documentId}",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -4875,9 +4694,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "\/databases\/{databaseId}\/collections\/{collectionId}\/documents",
|
||||
"offline-key": "{documentId}",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -4961,9 +4777,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -5049,9 +4862,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -5166,9 +4976,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -5242,9 +5049,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -5296,9 +5100,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -5350,9 +5151,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "\/localed",
|
||||
"offline-key": "current",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -5404,9 +5202,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "\/locale\/localeCode",
|
||||
"offline-key": "current",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -5458,9 +5253,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "\/locale\/continents",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "code",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -5512,9 +5304,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "\/locale\/countries",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "code",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -5566,9 +5355,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "\/locale\/countries\/eu",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "code",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -5620,9 +5406,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "\/locale\/countries\/phones",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "countryCode",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -5674,9 +5457,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "\/locale\/currencies",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "code",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -5728,9 +5508,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "\/locale\/languages",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "code",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -5783,9 +5560,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -5868,9 +5642,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -5944,9 +5715,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -6032,9 +5800,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -6132,9 +5897,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -6206,9 +5968,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -6297,9 +6056,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -6366,9 +6122,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -6435,9 +6188,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -6611,6 +6361,7 @@
|
|||
"gif",
|
||||
"png",
|
||||
"webp",
|
||||
"heic",
|
||||
"avif"
|
||||
],
|
||||
"x-enum-name": "ImageFormat",
|
||||
|
|
@ -6653,9 +6404,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -6729,9 +6477,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "\/teams",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -6807,9 +6552,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -6894,9 +6636,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "\/teams",
|
||||
"offline-key": "{teamId}",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -6958,9 +6697,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "\/teams",
|
||||
"offline-key": "{teamId}",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -7034,9 +6770,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -7100,9 +6833,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "\/teams\/{teamId}\/memberships",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -7188,9 +6918,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -7301,9 +7028,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "\/teams\/{teamId}\/memberships",
|
||||
"offline-key": "{membershipId}",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -7375,9 +7099,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -7464,9 +7185,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -7539,9 +7257,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -7639,9 +7354,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "\/teams\/{teamId}\/prefs",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -7702,9 +7414,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "\/teams\/{teamId}\/prefs",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
|
@ -13373,7 +13373,7 @@
|
|||
"tags": [
|
||||
"messaging"
|
||||
],
|
||||
"description": "Update an email message by its unique ID.\n",
|
||||
"description": "Update an email message by its unique ID. This endpoint only works on messages that are in draft status. Messages that are already processing, sent, or failed cannot be updated.\n",
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "Message",
|
||||
|
|
@ -13691,7 +13691,7 @@
|
|||
"tags": [
|
||||
"messaging"
|
||||
],
|
||||
"description": "Update a push notification by its unique ID.\n",
|
||||
"description": "Update a push notification by its unique ID. This endpoint only works on messages that are in draft status. Messages that are already processing, sent, or failed cannot be updated.\n",
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "Message",
|
||||
|
|
@ -13976,7 +13976,7 @@
|
|||
"tags": [
|
||||
"messaging"
|
||||
],
|
||||
"description": "Update an SMS message by its unique ID.\n",
|
||||
"description": "Update an SMS message by its unique ID. This endpoint only works on messages that are in draft status. Messages that are already processing, sent, or failed cannot be updated.\n",
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "Message",
|
||||
|
|
|
|||
|
|
@ -12287,7 +12287,7 @@
|
|||
"tags": [
|
||||
"messaging"
|
||||
],
|
||||
"description": "Update an email message by its unique ID.\n",
|
||||
"description": "Update an email message by its unique ID. This endpoint only works on messages that are in draft status. Messages that are already processing, sent, or failed cannot be updated.\n",
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "Message",
|
||||
|
|
@ -12607,7 +12607,7 @@
|
|||
"tags": [
|
||||
"messaging"
|
||||
],
|
||||
"description": "Update a push notification by its unique ID.\n",
|
||||
"description": "Update a push notification by its unique ID. This endpoint only works on messages that are in draft status. Messages that are already processing, sent, or failed cannot be updated.\n",
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "Message",
|
||||
|
|
@ -12894,7 +12894,7 @@
|
|||
"tags": [
|
||||
"messaging"
|
||||
],
|
||||
"description": "Update an SMS message by its unique ID.\n",
|
||||
"description": "Update an SMS message by its unique ID. This endpoint only works on messages that are in draft status. Messages that are already processing, sent, or failed cannot be updated.\n",
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "Message",
|
||||
|
|
|
|||
|
|
@ -102,9 +102,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "\/account",
|
||||
"offline-key": "current",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -155,9 +152,6 @@
|
|||
"client"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -248,9 +242,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "\/account",
|
||||
"offline-key": "current",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -330,9 +321,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "\/account\/identities",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -394,9 +382,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -459,9 +444,6 @@
|
|||
"client"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -512,9 +494,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -581,9 +560,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "\/account",
|
||||
"offline-key": "current",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -656,9 +632,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "\/account",
|
||||
"offline-key": "current",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -724,9 +697,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "\/account",
|
||||
"offline-key": "current",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -805,9 +775,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -875,9 +842,6 @@
|
|||
"client"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -922,14 +886,19 @@
|
|||
"consumes": [
|
||||
"application\/json"
|
||||
],
|
||||
"produces": [],
|
||||
"produces": [
|
||||
"application\/json"
|
||||
],
|
||||
"tags": [
|
||||
"account"
|
||||
],
|
||||
"description": "Complete the MFA challenge by providing the one-time password. Finish the process of MFA verification by providing the one-time password. To begin the flow, use [createMfaChallenge](\/docs\/references\/cloud\/client-web\/account#createMfaChallenge) method.",
|
||||
"responses": {
|
||||
"204": {
|
||||
"description": "No content"
|
||||
"200": {
|
||||
"description": "Session",
|
||||
"schema": {
|
||||
"$ref": "#\/definitions\/session"
|
||||
}
|
||||
}
|
||||
},
|
||||
"x-appwrite": {
|
||||
|
|
@ -949,9 +918,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -1031,9 +997,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "\/account",
|
||||
"offline-key": "current",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -1086,9 +1049,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "\/account",
|
||||
"offline-key": "current",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -1139,9 +1099,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "\/account",
|
||||
"offline-key": "current",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -1192,9 +1149,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "\/account",
|
||||
"offline-key": "current",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -1247,9 +1201,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "\/account",
|
||||
"offline-key": "current",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -1322,9 +1273,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "\/account",
|
||||
"offline-key": "current",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -1403,9 +1351,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "\/account",
|
||||
"offline-key": "current",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -1485,9 +1430,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "\/account\/prefs",
|
||||
"offline-key": "current",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -1538,9 +1480,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "\/account\/prefs",
|
||||
"offline-key": "current",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -1616,9 +1555,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -1696,9 +1632,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -1785,9 +1718,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "\/account\/sessions",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -1833,9 +1763,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -1888,9 +1815,6 @@
|
|||
"client"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -1941,9 +1865,6 @@
|
|||
"client"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -2021,9 +1942,6 @@
|
|||
"client"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -2098,9 +2016,6 @@
|
|||
"client"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -2236,9 +2151,6 @@
|
|||
"client"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -2316,9 +2228,6 @@
|
|||
"client"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -2396,9 +2305,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "\/account\/sessions",
|
||||
"offline-key": "{sessionId}",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -2459,9 +2365,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -2517,9 +2420,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -2582,9 +2482,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -2611,7 +2508,7 @@
|
|||
"tags": [
|
||||
"account"
|
||||
],
|
||||
"description": "",
|
||||
"description": "Use this endpoint to register a device for push notifications. Provide a target ID (custom or generated using ID.unique()), a device identifier (usually a device token), and optionally specify which provider should send notifications to this target. The target is automatically linked to the current session and includes device information like brand and model.",
|
||||
"responses": {
|
||||
"201": {
|
||||
"description": "Target",
|
||||
|
|
@ -2627,7 +2524,7 @@
|
|||
"type": "",
|
||||
"deprecated": false,
|
||||
"demo": "account\/create-push-target.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/account\/create-push-target.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
|
|
@ -2636,9 +2533,6 @@
|
|||
"client"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -2697,7 +2591,7 @@
|
|||
"tags": [
|
||||
"account"
|
||||
],
|
||||
"description": "",
|
||||
"description": "Update the currently logged in user's push notification target. You can modify the target's identifier (device token) and provider ID (token, email, phone etc.). The target must exist and belong to the current user. If you change the provider ID, notifications will be sent through the new messaging provider instead.",
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "Target",
|
||||
|
|
@ -2713,7 +2607,7 @@
|
|||
"type": "",
|
||||
"deprecated": false,
|
||||
"demo": "account\/update-push-target.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/account\/update-push-target.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
|
|
@ -2722,9 +2616,6 @@
|
|||
"client"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -2770,13 +2661,11 @@
|
|||
"consumes": [
|
||||
"application\/json"
|
||||
],
|
||||
"produces": [
|
||||
"application\/json"
|
||||
],
|
||||
"produces": [],
|
||||
"tags": [
|
||||
"account"
|
||||
],
|
||||
"description": "",
|
||||
"description": "Delete a push notification target for the currently logged in user. After deletion, the device will no longer receive push notifications. The target must exist and belong to the current user.",
|
||||
"responses": {
|
||||
"204": {
|
||||
"description": "No content"
|
||||
|
|
@ -2789,7 +2678,7 @@
|
|||
"type": "",
|
||||
"deprecated": false,
|
||||
"demo": "account\/delete-push-target.md",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master",
|
||||
"edit": "https:\/\/github.com\/appwrite\/appwrite\/edit\/master\/docs\/references\/account\/delete-push-target.md",
|
||||
"rate-limit": 0,
|
||||
"rate-time": 3600,
|
||||
"rate-key": "url:{url},ip:{ip}",
|
||||
|
|
@ -2798,9 +2687,6 @@
|
|||
"client"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -2862,9 +2748,6 @@
|
|||
"client"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -2951,9 +2834,6 @@
|
|||
"client"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -3040,9 +2920,6 @@
|
|||
"client"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -3181,9 +3058,6 @@
|
|||
"client"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -3261,9 +3135,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -3334,9 +3205,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -3419,9 +3287,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -3472,9 +3337,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -3555,9 +3417,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -3684,9 +3543,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -3817,9 +3673,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -3884,9 +3737,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -4375,9 +4225,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -4462,9 +4309,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -4557,9 +4401,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -4652,9 +4493,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "\/databases\/{databaseId}\/collections\/{collectionId}\/documents",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -4736,9 +4574,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "\/databases\/{databaseId}\/collections\/{collectionId}\/documents",
|
||||
"offline-key": "{documentId}",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -4844,9 +4679,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "\/databases\/{databaseId}\/collections\/{collectionId}\/documents",
|
||||
"offline-key": "{documentId}",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -4936,9 +4768,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "\/databases\/{databaseId}\/collections\/{collectionId}\/documents",
|
||||
"offline-key": "{documentId}",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -5035,9 +4864,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "\/databases\/{databaseId}\/collections\/{collectionId}\/documents",
|
||||
"offline-key": "{documentId}",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -5117,9 +4943,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -5202,9 +5025,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -5323,9 +5143,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -5397,9 +5214,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -5473,9 +5287,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -5549,9 +5360,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "\/localed",
|
||||
"offline-key": "current",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -5605,9 +5413,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "\/locale\/localeCode",
|
||||
"offline-key": "current",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -5661,9 +5466,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "\/locale\/continents",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "code",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -5717,9 +5519,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "\/locale\/countries",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "code",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -5773,9 +5572,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "\/locale\/countries\/eu",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "code",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -5829,9 +5625,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "\/locale\/countries\/phones",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "countryCode",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -5885,9 +5678,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "\/locale\/currencies",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "code",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -5941,9 +5731,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "\/locale\/languages",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "code",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -5998,9 +5785,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -6056,9 +5840,7 @@
|
|||
"consumes": [
|
||||
"application\/json"
|
||||
],
|
||||
"produces": [
|
||||
"application\/json"
|
||||
],
|
||||
"produces": [],
|
||||
"tags": [
|
||||
"messaging"
|
||||
],
|
||||
|
|
@ -6087,9 +5869,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -6161,9 +5940,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -6246,9 +6022,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -6340,9 +6113,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -6412,9 +6182,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -6503,9 +6270,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -6577,9 +6341,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -6651,9 +6412,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -6802,6 +6560,7 @@
|
|||
"gif",
|
||||
"png",
|
||||
"webp",
|
||||
"heic",
|
||||
"avif"
|
||||
],
|
||||
"x-enum-name": "ImageFormat",
|
||||
|
|
@ -6852,9 +6611,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -6926,9 +6682,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "\/teams",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -7003,9 +6756,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -7097,9 +6847,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "\/teams",
|
||||
"offline-key": "{teamId}",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -7161,9 +6908,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "\/teams",
|
||||
"offline-key": "{teamId}",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -7238,9 +6982,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -7304,9 +7045,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "\/teams\/{teamId}\/memberships",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -7389,9 +7127,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -7506,9 +7241,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "\/teams\/{teamId}\/memberships",
|
||||
"offline-key": "{membershipId}",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -7578,9 +7310,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -7666,9 +7395,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -7739,9 +7465,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -7837,9 +7560,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "\/teams\/{teamId}\/prefs",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
@ -7900,9 +7620,6 @@
|
|||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"offline-model": "\/teams\/{teamId}\/prefs",
|
||||
"offline-key": "",
|
||||
"offline-response-key": "$id",
|
||||
"auth": {
|
||||
"Project": []
|
||||
}
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
|
@ -13639,7 +13639,7 @@
|
|||
"tags": [
|
||||
"messaging"
|
||||
],
|
||||
"description": "Update an email message by its unique ID.\n",
|
||||
"description": "Update an email message by its unique ID. This endpoint only works on messages that are in draft status. Messages that are already processing, sent, or failed cannot be updated.\n",
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "Message",
|
||||
|
|
@ -13987,7 +13987,7 @@
|
|||
"tags": [
|
||||
"messaging"
|
||||
],
|
||||
"description": "Update a push notification by its unique ID.\n",
|
||||
"description": "Update a push notification by its unique ID. This endpoint only works on messages that are in draft status. Messages that are already processing, sent, or failed cannot be updated.\n",
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "Message",
|
||||
|
|
@ -14297,7 +14297,7 @@
|
|||
"tags": [
|
||||
"messaging"
|
||||
],
|
||||
"description": "Update an SMS message by its unique ID.\n",
|
||||
"description": "Update an SMS message by its unique ID. This endpoint only works on messages that are in draft status. Messages that are already processing, sent, or failed cannot be updated.\n",
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "Message",
|
||||
|
|
|
|||
|
|
@ -12556,7 +12556,7 @@
|
|||
"tags": [
|
||||
"messaging"
|
||||
],
|
||||
"description": "Update an email message by its unique ID.\n",
|
||||
"description": "Update an email message by its unique ID. This endpoint only works on messages that are in draft status. Messages that are already processing, sent, or failed cannot be updated.\n",
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "Message",
|
||||
|
|
@ -12906,7 +12906,7 @@
|
|||
"tags": [
|
||||
"messaging"
|
||||
],
|
||||
"description": "Update a push notification by its unique ID.\n",
|
||||
"description": "Update a push notification by its unique ID. This endpoint only works on messages that are in draft status. Messages that are already processing, sent, or failed cannot be updated.\n",
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "Message",
|
||||
|
|
@ -13218,7 +13218,7 @@
|
|||
"tags": [
|
||||
"messaging"
|
||||
],
|
||||
"description": "Update an SMS message by its unique ID.\n",
|
||||
"description": "Update an SMS message by its unique ID. This endpoint only works on messages that are in draft status. Messages that are already processing, sent, or failed cannot be updated.\n",
|
||||
"responses": {
|
||||
"200": {
|
||||
"description": "Message",
|
||||
|
|
|
|||
|
|
@ -21,6 +21,7 @@ use Appwrite\Utopia\Response;
|
|||
use Utopia\App;
|
||||
use Utopia\Config\Config;
|
||||
use Utopia\Database\Database;
|
||||
use Utopia\Database\DateTime;
|
||||
use Utopia\Database\Document;
|
||||
use Utopia\Database\Exception\Duplicate as DuplicateException;
|
||||
use Utopia\Database\Exception\NotFound as NotFoundException;
|
||||
|
|
@ -1075,6 +1076,12 @@ App::get('/v1/storage/buckets/:bucketId/files/:fileId/preview')
|
|||
->addMetric(str_replace('{bucketInternalId}', $bucket->getInternalId(), METRIC_BUCKET_ID_FILES_TRANSFORMATIONS), 1)
|
||||
;
|
||||
|
||||
$transformedAt = $file->getAttribute('transformedAt', '');
|
||||
if (DateTime::formatTz(DateTime::addSeconds(new \DateTime(), -APP_PROJECT_ACCESS)) > $transformedAt) {
|
||||
$file->setAttribute('transformedAt', DateTime::now());
|
||||
Authorization::skip(fn () => $dbForProject->updateDocument('bucket_' . $file->getAttribute('bucketInternalId'), $file->getId(), $file));
|
||||
}
|
||||
|
||||
$response
|
||||
->addHeader('Cache-Control', 'private, max-age=2592000') // 30 days
|
||||
->setContentType($contentType)
|
||||
|
|
|
|||
|
|
@ -607,6 +607,12 @@ App::init()
|
|||
if ($file->isEmpty()) {
|
||||
throw new Exception(Exception::STORAGE_FILE_NOT_FOUND);
|
||||
}
|
||||
|
||||
$transformedAt = $file->getAttribute('transformedAt', '');
|
||||
if (DateTime::formatTz(DateTime::addSeconds(new \DateTime(), -APP_PROJECT_ACCESS)) > $transformedAt) {
|
||||
$file->setAttribute('transformedAt', DateTime::now());
|
||||
Authorization::skip(fn () => $dbForProject->updateDocument('bucket_' . $file->getAttribute('bucketInternalId'), $file->getId(), $file));
|
||||
}
|
||||
}
|
||||
|
||||
$response
|
||||
|
|
|
|||
|
|
@ -122,6 +122,7 @@ const APP_LIMIT_LIST_DEFAULT = 25; // Default maximum number of items to return
|
|||
const APP_KEY_ACCESS = 24 * 60 * 60; // 24 hours
|
||||
const APP_USER_ACCESS = 24 * 60 * 60; // 24 hours
|
||||
const APP_PROJECT_ACCESS = 24 * 60 * 60; // 24 hours
|
||||
const APP_FILE_ACCESS = 24 * 60 * 60; // 24 hours
|
||||
const APP_CACHE_UPDATE = 24 * 60 * 60; // 24 hours
|
||||
const APP_CACHE_BUSTER = 4318;
|
||||
const APP_VERSION_STABLE = '1.6.1';
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Update an email message by its unique ID.
|
||||
Update an email message by its unique ID. This endpoint only works on messages that are in draft status. Messages that are already processing, sent, or failed cannot be updated.
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Update a push notification by its unique ID.
|
||||
Update a push notification by its unique ID. This endpoint only works on messages that are in draft status. Messages that are already processing, sent, or failed cannot be updated.
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Update an SMS message by its unique ID.
|
||||
Update an SMS message by its unique ID. This endpoint only works on messages that are in draft status. Messages that are already processing, sent, or failed cannot be updated.
|
||||
|
|
|
|||
Loading…
Reference in a new issue