mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
update: regen specs with updated deprecations.
This commit is contained in:
@@ -4379,7 +4379,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.listRows"
|
||||
"replaceWith": "grids.listRows"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -4468,7 +4468,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createRow"
|
||||
"replaceWith": "grids.createRow"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
@@ -4612,7 +4612,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.getRow"
|
||||
"replaceWith": "grids.getRow"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -4711,7 +4711,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.upsertRow"
|
||||
"replaceWith": "grids.upsertRow"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
@@ -4853,7 +4853,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateRow"
|
||||
"replaceWith": "grids.updateRow"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -4956,7 +4956,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.deleteRow"
|
||||
"replaceWith": "grids.deleteRow"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
|
||||
@@ -4539,7 +4539,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"deprecated": false,
|
||||
"deprecated": true,
|
||||
"x-appwrite": {
|
||||
"method": "list",
|
||||
"group": "databases",
|
||||
@@ -4556,6 +4556,10 @@
|
||||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.listDatabases"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
"name": "list",
|
||||
@@ -4652,7 +4656,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"deprecated": false,
|
||||
"deprecated": true,
|
||||
"x-appwrite": {
|
||||
"method": "create",
|
||||
"group": "databases",
|
||||
@@ -4669,6 +4673,10 @@
|
||||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.createDatabase"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
"name": "create",
|
||||
@@ -4779,7 +4787,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"deprecated": false,
|
||||
"deprecated": true,
|
||||
"x-appwrite": {
|
||||
"method": "listUsage",
|
||||
"group": null,
|
||||
@@ -4796,6 +4804,10 @@
|
||||
"console"
|
||||
],
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.listDatabaseUsage"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
"name": "listUsage",
|
||||
@@ -4831,7 +4843,7 @@
|
||||
"model": "#\/components\/schemas\/usageDatabases"
|
||||
}
|
||||
],
|
||||
"description": ""
|
||||
"description": "List usage metrics and statistics for all databases in the project. You can view the total number of databases, tables, rows, and storage usage. The response includes both current totals and historical data over time. Use the optional range parameter to specify the time window for historical data: 24h (last 24 hours), 30d (last 30 days), or 90d (last 90 days). If not specified, range defaults to 30 days."
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
@@ -4889,7 +4901,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"deprecated": false,
|
||||
"deprecated": true,
|
||||
"x-appwrite": {
|
||||
"method": "get",
|
||||
"group": "databases",
|
||||
@@ -4906,6 +4918,10 @@
|
||||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.getDatabase"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
"name": "get",
|
||||
@@ -4990,7 +5006,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"deprecated": false,
|
||||
"deprecated": true,
|
||||
"x-appwrite": {
|
||||
"method": "update",
|
||||
"group": "databases",
|
||||
@@ -5007,6 +5023,10 @@
|
||||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.updateDatabase"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
"name": "update",
|
||||
@@ -5114,7 +5134,7 @@
|
||||
"description": "No content"
|
||||
}
|
||||
},
|
||||
"deprecated": false,
|
||||
"deprecated": true,
|
||||
"x-appwrite": {
|
||||
"method": "delete",
|
||||
"group": "databases",
|
||||
@@ -5131,6 +5151,10 @@
|
||||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.deleteDatabase"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
"name": "delete",
|
||||
@@ -5234,7 +5258,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.list"
|
||||
"replaceWith": "grids.listTables"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -5321,7 +5345,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.create"
|
||||
"replaceWith": "grids.createTable"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -5429,7 +5453,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.get"
|
||||
"replaceWith": "grids.getTable"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -5502,7 +5526,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.update"
|
||||
"replaceWith": "grids.updateTable"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -5605,7 +5629,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.delete"
|
||||
"replaceWith": "grids.deleteTable"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -5680,7 +5704,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.listColumns"
|
||||
"replaceWith": "grids.listColumns"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -5768,7 +5792,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createBooleanColumn"
|
||||
"replaceWith": "grids.createBooleanColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -5878,7 +5902,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateBooleanColumn"
|
||||
"replaceWith": "grids.updateBooleanColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -5993,7 +6017,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createDatetimeColumn"
|
||||
"replaceWith": "grids.createDatetimeColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -6103,7 +6127,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateDatetimeColumn"
|
||||
"replaceWith": "grids.updateDatetimeColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -6218,7 +6242,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createEmailColumn"
|
||||
"replaceWith": "grids.createEmailColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -6328,7 +6352,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateEmailColumn"
|
||||
"replaceWith": "grids.updateEmailColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -6443,7 +6467,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createEnumColumn"
|
||||
"replaceWith": "grids.createEnumColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -6562,7 +6586,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateEnumColumn"
|
||||
"replaceWith": "grids.updateEnumColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -6686,7 +6710,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createFloatColumn"
|
||||
"replaceWith": "grids.createFloatColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -6806,7 +6830,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateFloatColumn"
|
||||
"replaceWith": "grids.updateFloatColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -6931,7 +6955,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createIntegerColumn"
|
||||
"replaceWith": "grids.createIntegerColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -7051,7 +7075,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateIntegerColumn"
|
||||
"replaceWith": "grids.updateIntegerColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -7176,7 +7200,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createIpColumn"
|
||||
"replaceWith": "grids.createIpColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -7286,7 +7310,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateIpColumn"
|
||||
"replaceWith": "grids.updateIpColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -7401,7 +7425,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createRelationshipColumn"
|
||||
"replaceWith": "grids.createRelationshipColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -7536,7 +7560,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createStringColumn"
|
||||
"replaceWith": "grids.createStringColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -7657,7 +7681,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateStringColumn"
|
||||
"replaceWith": "grids.updateStringColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -7777,7 +7801,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createUrlColumn"
|
||||
"replaceWith": "grids.createUrlColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -7887,7 +7911,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateUrlColumn"
|
||||
"replaceWith": "grids.updateUrlColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -8033,7 +8057,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.getColumn"
|
||||
"replaceWith": "grids.getColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -8108,7 +8132,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.deleteColumn"
|
||||
"replaceWith": "grids.deleteColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -8192,7 +8216,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateRelationshipColumn"
|
||||
"replaceWith": "grids.updateRelationshipColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -8306,7 +8330,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.listRows"
|
||||
"replaceWith": "grids.listRows"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -8395,7 +8419,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createRow"
|
||||
"replaceWith": "grids.createRow"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
@@ -8560,7 +8584,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.upsertRows"
|
||||
"replaceWith": "grids.upsertRows"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
@@ -8682,7 +8706,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateRows"
|
||||
"replaceWith": "grids.updateRows"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -8780,7 +8804,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.deleteRows"
|
||||
"replaceWith": "grids.deleteRows"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -8876,7 +8900,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.getRow"
|
||||
"replaceWith": "grids.getRow"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -8975,7 +8999,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.upsertRow"
|
||||
"replaceWith": "grids.upsertRow"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
@@ -9117,7 +9141,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateRow"
|
||||
"replaceWith": "grids.updateRow"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -9220,7 +9244,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.deleteRow"
|
||||
"replaceWith": "grids.deleteRow"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -9306,7 +9330,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.listLogs"
|
||||
"replaceWith": "grids.listRowLogs"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -9404,7 +9428,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.decrementRowColumn"
|
||||
"replaceWith": "grids.decrementRowColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -9520,7 +9544,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.incrementRowColumn"
|
||||
"replaceWith": "grids.incrementRowColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -9635,7 +9659,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.listIndexes"
|
||||
"replaceWith": "grids.listIndexes"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -9721,7 +9745,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createIndex"
|
||||
"replaceWith": "grids.createIndex"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -9853,7 +9877,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.getIndex"
|
||||
"replaceWith": "grids.getIndex"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -9928,7 +9952,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.deleteIndex"
|
||||
"replaceWith": "grids.deleteIndex"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -10012,7 +10036,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.listLogs"
|
||||
"replaceWith": "grids.listTableLogs"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -10099,7 +10123,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.getUsage"
|
||||
"replaceWith": "grids.getTableUsage"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -14949,7 +14973,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"deprecated": false,
|
||||
"deprecated": true,
|
||||
"x-appwrite": {
|
||||
"method": "listLogs",
|
||||
"group": "logs",
|
||||
@@ -14966,6 +14990,10 @@
|
||||
"console"
|
||||
],
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.listDatabaseLogs"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
"name": "listLogs",
|
||||
@@ -15007,7 +15035,7 @@
|
||||
"model": "#\/components\/schemas\/logList"
|
||||
}
|
||||
],
|
||||
"description": "Get the database activity logs list by its unique ID."
|
||||
"description": ""
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
@@ -15066,7 +15094,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"deprecated": false,
|
||||
"deprecated": true,
|
||||
"x-appwrite": {
|
||||
"method": "getDatabaseUsage",
|
||||
"group": null,
|
||||
@@ -15083,6 +15111,10 @@
|
||||
"console"
|
||||
],
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.getDatabaseUsage"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
"name": "getDatabaseUsage",
|
||||
|
||||
@@ -4057,7 +4057,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"deprecated": false,
|
||||
"deprecated": true,
|
||||
"x-appwrite": {
|
||||
"method": "list",
|
||||
"group": "databases",
|
||||
@@ -4074,6 +4074,10 @@
|
||||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.listDatabases"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
"name": "list",
|
||||
@@ -4173,7 +4177,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"deprecated": false,
|
||||
"deprecated": true,
|
||||
"x-appwrite": {
|
||||
"method": "create",
|
||||
"group": "databases",
|
||||
@@ -4190,6 +4194,10 @@
|
||||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.createDatabase"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
"name": "create",
|
||||
@@ -4303,7 +4311,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"deprecated": false,
|
||||
"deprecated": true,
|
||||
"x-appwrite": {
|
||||
"method": "get",
|
||||
"group": "databases",
|
||||
@@ -4320,6 +4328,10 @@
|
||||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.getDatabase"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
"name": "get",
|
||||
@@ -4407,7 +4419,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"deprecated": false,
|
||||
"deprecated": true,
|
||||
"x-appwrite": {
|
||||
"method": "update",
|
||||
"group": "databases",
|
||||
@@ -4424,6 +4436,10 @@
|
||||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.updateDatabase"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
"name": "update",
|
||||
@@ -4534,7 +4550,7 @@
|
||||
"description": "No content"
|
||||
}
|
||||
},
|
||||
"deprecated": false,
|
||||
"deprecated": true,
|
||||
"x-appwrite": {
|
||||
"method": "delete",
|
||||
"group": "databases",
|
||||
@@ -4551,6 +4567,10 @@
|
||||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.deleteDatabase"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
"name": "delete",
|
||||
@@ -4657,7 +4677,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.list"
|
||||
"replaceWith": "grids.listTables"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -4745,7 +4765,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.create"
|
||||
"replaceWith": "grids.createTable"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -4854,7 +4874,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.get"
|
||||
"replaceWith": "grids.getTable"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -4928,7 +4948,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.update"
|
||||
"replaceWith": "grids.updateTable"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -5032,7 +5052,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.delete"
|
||||
"replaceWith": "grids.deleteTable"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -5108,7 +5128,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.listColumns"
|
||||
"replaceWith": "grids.listColumns"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -5197,7 +5217,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createBooleanColumn"
|
||||
"replaceWith": "grids.createBooleanColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -5308,7 +5328,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateBooleanColumn"
|
||||
"replaceWith": "grids.updateBooleanColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -5424,7 +5444,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createDatetimeColumn"
|
||||
"replaceWith": "grids.createDatetimeColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -5535,7 +5555,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateDatetimeColumn"
|
||||
"replaceWith": "grids.updateDatetimeColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -5651,7 +5671,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createEmailColumn"
|
||||
"replaceWith": "grids.createEmailColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -5762,7 +5782,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateEmailColumn"
|
||||
"replaceWith": "grids.updateEmailColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -5878,7 +5898,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createEnumColumn"
|
||||
"replaceWith": "grids.createEnumColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -5998,7 +6018,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateEnumColumn"
|
||||
"replaceWith": "grids.updateEnumColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -6123,7 +6143,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createFloatColumn"
|
||||
"replaceWith": "grids.createFloatColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -6244,7 +6264,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateFloatColumn"
|
||||
"replaceWith": "grids.updateFloatColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -6370,7 +6390,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createIntegerColumn"
|
||||
"replaceWith": "grids.createIntegerColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -6491,7 +6511,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateIntegerColumn"
|
||||
"replaceWith": "grids.updateIntegerColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -6617,7 +6637,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createIpColumn"
|
||||
"replaceWith": "grids.createIpColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -6728,7 +6748,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateIpColumn"
|
||||
"replaceWith": "grids.updateIpColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -6844,7 +6864,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createRelationshipColumn"
|
||||
"replaceWith": "grids.createRelationshipColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -6980,7 +7000,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createStringColumn"
|
||||
"replaceWith": "grids.createStringColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -7102,7 +7122,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateStringColumn"
|
||||
"replaceWith": "grids.updateStringColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -7223,7 +7243,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createUrlColumn"
|
||||
"replaceWith": "grids.createUrlColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -7334,7 +7354,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateUrlColumn"
|
||||
"replaceWith": "grids.updateUrlColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -7481,7 +7501,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.getColumn"
|
||||
"replaceWith": "grids.getColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -7557,7 +7577,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.deleteColumn"
|
||||
"replaceWith": "grids.deleteColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -7642,7 +7662,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateRelationshipColumn"
|
||||
"replaceWith": "grids.updateRelationshipColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -7757,7 +7777,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.listRows"
|
||||
"replaceWith": "grids.listRows"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -7848,7 +7868,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createRow"
|
||||
"replaceWith": "grids.createRow"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
@@ -8017,7 +8037,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.upsertRows"
|
||||
"replaceWith": "grids.upsertRows"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
@@ -8141,7 +8161,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateRows"
|
||||
"replaceWith": "grids.updateRows"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -8240,7 +8260,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.deleteRows"
|
||||
"replaceWith": "grids.deleteRows"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -8337,7 +8357,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.getRow"
|
||||
"replaceWith": "grids.getRow"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -8438,7 +8458,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.upsertRow"
|
||||
"replaceWith": "grids.upsertRow"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
@@ -8583,7 +8603,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateRow"
|
||||
"replaceWith": "grids.updateRow"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -8688,7 +8708,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.deleteRow"
|
||||
"replaceWith": "grids.deleteRow"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -8777,7 +8797,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.decrementRowColumn"
|
||||
"replaceWith": "grids.decrementRowColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -8894,7 +8914,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.incrementRowColumn"
|
||||
"replaceWith": "grids.incrementRowColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -9010,7 +9030,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.listIndexes"
|
||||
"replaceWith": "grids.listIndexes"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -9097,7 +9117,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createIndex"
|
||||
"replaceWith": "grids.createIndex"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -9230,7 +9250,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.getIndex"
|
||||
"replaceWith": "grids.getIndex"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -9306,7 +9326,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.deleteIndex"
|
||||
"replaceWith": "grids.deleteIndex"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
|
||||
@@ -4379,7 +4379,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.listRows"
|
||||
"replaceWith": "grids.listRows"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -4468,7 +4468,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createRow"
|
||||
"replaceWith": "grids.createRow"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
@@ -4612,7 +4612,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.getRow"
|
||||
"replaceWith": "grids.getRow"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -4711,7 +4711,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.upsertRow"
|
||||
"replaceWith": "grids.upsertRow"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
@@ -4853,7 +4853,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateRow"
|
||||
"replaceWith": "grids.updateRow"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -4956,7 +4956,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.deleteRow"
|
||||
"replaceWith": "grids.deleteRow"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
|
||||
@@ -4539,7 +4539,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"deprecated": false,
|
||||
"deprecated": true,
|
||||
"x-appwrite": {
|
||||
"method": "list",
|
||||
"group": "databases",
|
||||
@@ -4556,6 +4556,10 @@
|
||||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.listDatabases"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
"name": "list",
|
||||
@@ -4652,7 +4656,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"deprecated": false,
|
||||
"deprecated": true,
|
||||
"x-appwrite": {
|
||||
"method": "create",
|
||||
"group": "databases",
|
||||
@@ -4669,6 +4673,10 @@
|
||||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.createDatabase"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
"name": "create",
|
||||
@@ -4779,7 +4787,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"deprecated": false,
|
||||
"deprecated": true,
|
||||
"x-appwrite": {
|
||||
"method": "listUsage",
|
||||
"group": null,
|
||||
@@ -4796,6 +4804,10 @@
|
||||
"console"
|
||||
],
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.listDatabaseUsage"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
"name": "listUsage",
|
||||
@@ -4831,7 +4843,7 @@
|
||||
"model": "#\/components\/schemas\/usageDatabases"
|
||||
}
|
||||
],
|
||||
"description": ""
|
||||
"description": "List usage metrics and statistics for all databases in the project. You can view the total number of databases, tables, rows, and storage usage. The response includes both current totals and historical data over time. Use the optional range parameter to specify the time window for historical data: 24h (last 24 hours), 30d (last 30 days), or 90d (last 90 days). If not specified, range defaults to 30 days."
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
@@ -4889,7 +4901,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"deprecated": false,
|
||||
"deprecated": true,
|
||||
"x-appwrite": {
|
||||
"method": "get",
|
||||
"group": "databases",
|
||||
@@ -4906,6 +4918,10 @@
|
||||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.getDatabase"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
"name": "get",
|
||||
@@ -4990,7 +5006,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"deprecated": false,
|
||||
"deprecated": true,
|
||||
"x-appwrite": {
|
||||
"method": "update",
|
||||
"group": "databases",
|
||||
@@ -5007,6 +5023,10 @@
|
||||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.updateDatabase"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
"name": "update",
|
||||
@@ -5114,7 +5134,7 @@
|
||||
"description": "No content"
|
||||
}
|
||||
},
|
||||
"deprecated": false,
|
||||
"deprecated": true,
|
||||
"x-appwrite": {
|
||||
"method": "delete",
|
||||
"group": "databases",
|
||||
@@ -5131,6 +5151,10 @@
|
||||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.deleteDatabase"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
"name": "delete",
|
||||
@@ -5234,7 +5258,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.list"
|
||||
"replaceWith": "grids.listTables"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -5321,7 +5345,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.create"
|
||||
"replaceWith": "grids.createTable"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -5429,7 +5453,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.get"
|
||||
"replaceWith": "grids.getTable"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -5502,7 +5526,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.update"
|
||||
"replaceWith": "grids.updateTable"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -5605,7 +5629,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.delete"
|
||||
"replaceWith": "grids.deleteTable"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -5680,7 +5704,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.listColumns"
|
||||
"replaceWith": "grids.listColumns"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -5768,7 +5792,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createBooleanColumn"
|
||||
"replaceWith": "grids.createBooleanColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -5878,7 +5902,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateBooleanColumn"
|
||||
"replaceWith": "grids.updateBooleanColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -5993,7 +6017,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createDatetimeColumn"
|
||||
"replaceWith": "grids.createDatetimeColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -6103,7 +6127,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateDatetimeColumn"
|
||||
"replaceWith": "grids.updateDatetimeColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -6218,7 +6242,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createEmailColumn"
|
||||
"replaceWith": "grids.createEmailColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -6328,7 +6352,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateEmailColumn"
|
||||
"replaceWith": "grids.updateEmailColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -6443,7 +6467,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createEnumColumn"
|
||||
"replaceWith": "grids.createEnumColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -6562,7 +6586,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateEnumColumn"
|
||||
"replaceWith": "grids.updateEnumColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -6686,7 +6710,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createFloatColumn"
|
||||
"replaceWith": "grids.createFloatColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -6806,7 +6830,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateFloatColumn"
|
||||
"replaceWith": "grids.updateFloatColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -6931,7 +6955,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createIntegerColumn"
|
||||
"replaceWith": "grids.createIntegerColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -7051,7 +7075,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateIntegerColumn"
|
||||
"replaceWith": "grids.updateIntegerColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -7176,7 +7200,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createIpColumn"
|
||||
"replaceWith": "grids.createIpColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -7286,7 +7310,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateIpColumn"
|
||||
"replaceWith": "grids.updateIpColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -7401,7 +7425,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createRelationshipColumn"
|
||||
"replaceWith": "grids.createRelationshipColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -7536,7 +7560,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createStringColumn"
|
||||
"replaceWith": "grids.createStringColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -7657,7 +7681,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateStringColumn"
|
||||
"replaceWith": "grids.updateStringColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -7777,7 +7801,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createUrlColumn"
|
||||
"replaceWith": "grids.createUrlColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -7887,7 +7911,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateUrlColumn"
|
||||
"replaceWith": "grids.updateUrlColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -8033,7 +8057,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.getColumn"
|
||||
"replaceWith": "grids.getColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -8108,7 +8132,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.deleteColumn"
|
||||
"replaceWith": "grids.deleteColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -8192,7 +8216,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateRelationshipColumn"
|
||||
"replaceWith": "grids.updateRelationshipColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -8306,7 +8330,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.listRows"
|
||||
"replaceWith": "grids.listRows"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -8395,7 +8419,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createRow"
|
||||
"replaceWith": "grids.createRow"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
@@ -8560,7 +8584,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.upsertRows"
|
||||
"replaceWith": "grids.upsertRows"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
@@ -8682,7 +8706,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateRows"
|
||||
"replaceWith": "grids.updateRows"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -8780,7 +8804,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.deleteRows"
|
||||
"replaceWith": "grids.deleteRows"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -8876,7 +8900,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.getRow"
|
||||
"replaceWith": "grids.getRow"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -8975,7 +8999,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.upsertRow"
|
||||
"replaceWith": "grids.upsertRow"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
@@ -9117,7 +9141,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateRow"
|
||||
"replaceWith": "grids.updateRow"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -9220,7 +9244,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.deleteRow"
|
||||
"replaceWith": "grids.deleteRow"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -9306,7 +9330,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.listLogs"
|
||||
"replaceWith": "grids.listRowLogs"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -9404,7 +9428,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.decrementRowColumn"
|
||||
"replaceWith": "grids.decrementRowColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -9520,7 +9544,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.incrementRowColumn"
|
||||
"replaceWith": "grids.incrementRowColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -9635,7 +9659,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.listIndexes"
|
||||
"replaceWith": "grids.listIndexes"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -9721,7 +9745,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createIndex"
|
||||
"replaceWith": "grids.createIndex"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -9853,7 +9877,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.getIndex"
|
||||
"replaceWith": "grids.getIndex"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -9928,7 +9952,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.deleteIndex"
|
||||
"replaceWith": "grids.deleteIndex"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -10012,7 +10036,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.listLogs"
|
||||
"replaceWith": "grids.listTableLogs"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -10099,7 +10123,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.getUsage"
|
||||
"replaceWith": "grids.getTableUsage"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -14949,7 +14973,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"deprecated": false,
|
||||
"deprecated": true,
|
||||
"x-appwrite": {
|
||||
"method": "listLogs",
|
||||
"group": "logs",
|
||||
@@ -14966,6 +14990,10 @@
|
||||
"console"
|
||||
],
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.listDatabaseLogs"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
"name": "listLogs",
|
||||
@@ -15007,7 +15035,7 @@
|
||||
"model": "#\/components\/schemas\/logList"
|
||||
}
|
||||
],
|
||||
"description": "Get the database activity logs list by its unique ID."
|
||||
"description": ""
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
@@ -15066,7 +15094,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"deprecated": false,
|
||||
"deprecated": true,
|
||||
"x-appwrite": {
|
||||
"method": "getDatabaseUsage",
|
||||
"group": null,
|
||||
@@ -15083,6 +15111,10 @@
|
||||
"console"
|
||||
],
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.getDatabaseUsage"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
"name": "getDatabaseUsage",
|
||||
|
||||
@@ -4057,7 +4057,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"deprecated": false,
|
||||
"deprecated": true,
|
||||
"x-appwrite": {
|
||||
"method": "list",
|
||||
"group": "databases",
|
||||
@@ -4074,6 +4074,10 @@
|
||||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.listDatabases"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
"name": "list",
|
||||
@@ -4173,7 +4177,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"deprecated": false,
|
||||
"deprecated": true,
|
||||
"x-appwrite": {
|
||||
"method": "create",
|
||||
"group": "databases",
|
||||
@@ -4190,6 +4194,10 @@
|
||||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.createDatabase"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
"name": "create",
|
||||
@@ -4303,7 +4311,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"deprecated": false,
|
||||
"deprecated": true,
|
||||
"x-appwrite": {
|
||||
"method": "get",
|
||||
"group": "databases",
|
||||
@@ -4320,6 +4328,10 @@
|
||||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.getDatabase"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
"name": "get",
|
||||
@@ -4407,7 +4419,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"deprecated": false,
|
||||
"deprecated": true,
|
||||
"x-appwrite": {
|
||||
"method": "update",
|
||||
"group": "databases",
|
||||
@@ -4424,6 +4436,10 @@
|
||||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.updateDatabase"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
"name": "update",
|
||||
@@ -4534,7 +4550,7 @@
|
||||
"description": "No content"
|
||||
}
|
||||
},
|
||||
"deprecated": false,
|
||||
"deprecated": true,
|
||||
"x-appwrite": {
|
||||
"method": "delete",
|
||||
"group": "databases",
|
||||
@@ -4551,6 +4567,10 @@
|
||||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.deleteDatabase"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
"name": "delete",
|
||||
@@ -4657,7 +4677,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.list"
|
||||
"replaceWith": "grids.listTables"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -4745,7 +4765,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.create"
|
||||
"replaceWith": "grids.createTable"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -4854,7 +4874,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.get"
|
||||
"replaceWith": "grids.getTable"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -4928,7 +4948,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.update"
|
||||
"replaceWith": "grids.updateTable"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -5032,7 +5052,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.delete"
|
||||
"replaceWith": "grids.deleteTable"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -5108,7 +5128,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.listColumns"
|
||||
"replaceWith": "grids.listColumns"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -5197,7 +5217,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createBooleanColumn"
|
||||
"replaceWith": "grids.createBooleanColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -5308,7 +5328,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateBooleanColumn"
|
||||
"replaceWith": "grids.updateBooleanColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -5424,7 +5444,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createDatetimeColumn"
|
||||
"replaceWith": "grids.createDatetimeColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -5535,7 +5555,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateDatetimeColumn"
|
||||
"replaceWith": "grids.updateDatetimeColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -5651,7 +5671,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createEmailColumn"
|
||||
"replaceWith": "grids.createEmailColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -5762,7 +5782,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateEmailColumn"
|
||||
"replaceWith": "grids.updateEmailColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -5878,7 +5898,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createEnumColumn"
|
||||
"replaceWith": "grids.createEnumColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -5998,7 +6018,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateEnumColumn"
|
||||
"replaceWith": "grids.updateEnumColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -6123,7 +6143,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createFloatColumn"
|
||||
"replaceWith": "grids.createFloatColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -6244,7 +6264,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateFloatColumn"
|
||||
"replaceWith": "grids.updateFloatColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -6370,7 +6390,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createIntegerColumn"
|
||||
"replaceWith": "grids.createIntegerColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -6491,7 +6511,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateIntegerColumn"
|
||||
"replaceWith": "grids.updateIntegerColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -6617,7 +6637,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createIpColumn"
|
||||
"replaceWith": "grids.createIpColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -6728,7 +6748,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateIpColumn"
|
||||
"replaceWith": "grids.updateIpColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -6844,7 +6864,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createRelationshipColumn"
|
||||
"replaceWith": "grids.createRelationshipColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -6980,7 +7000,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createStringColumn"
|
||||
"replaceWith": "grids.createStringColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -7102,7 +7122,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateStringColumn"
|
||||
"replaceWith": "grids.updateStringColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -7223,7 +7243,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createUrlColumn"
|
||||
"replaceWith": "grids.createUrlColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -7334,7 +7354,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateUrlColumn"
|
||||
"replaceWith": "grids.updateUrlColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -7481,7 +7501,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.getColumn"
|
||||
"replaceWith": "grids.getColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -7557,7 +7577,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.deleteColumn"
|
||||
"replaceWith": "grids.deleteColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -7642,7 +7662,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateRelationshipColumn"
|
||||
"replaceWith": "grids.updateRelationshipColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -7757,7 +7777,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.listRows"
|
||||
"replaceWith": "grids.listRows"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -7848,7 +7868,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createRow"
|
||||
"replaceWith": "grids.createRow"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
@@ -8017,7 +8037,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.upsertRows"
|
||||
"replaceWith": "grids.upsertRows"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
@@ -8141,7 +8161,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateRows"
|
||||
"replaceWith": "grids.updateRows"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -8240,7 +8260,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.deleteRows"
|
||||
"replaceWith": "grids.deleteRows"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -8337,7 +8357,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.getRow"
|
||||
"replaceWith": "grids.getRow"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -8438,7 +8458,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.upsertRow"
|
||||
"replaceWith": "grids.upsertRow"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
@@ -8583,7 +8603,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateRow"
|
||||
"replaceWith": "grids.updateRow"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -8688,7 +8708,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.deleteRow"
|
||||
"replaceWith": "grids.deleteRow"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -8777,7 +8797,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.decrementRowColumn"
|
||||
"replaceWith": "grids.decrementRowColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -8894,7 +8914,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.incrementRowColumn"
|
||||
"replaceWith": "grids.incrementRowColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -9010,7 +9030,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.listIndexes"
|
||||
"replaceWith": "grids.listIndexes"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -9097,7 +9117,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createIndex"
|
||||
"replaceWith": "grids.createIndex"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -9230,7 +9250,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.getIndex"
|
||||
"replaceWith": "grids.getIndex"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -9306,7 +9326,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.deleteIndex"
|
||||
"replaceWith": "grids.deleteIndex"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
|
||||
@@ -4520,7 +4520,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.listRows"
|
||||
"replaceWith": "grids.listRows"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -4605,7 +4605,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createRow"
|
||||
"replaceWith": "grids.createRow"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
@@ -4746,7 +4746,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.getRow"
|
||||
"replaceWith": "grids.getRow"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -4839,7 +4839,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.upsertRow"
|
||||
"replaceWith": "grids.upsertRow"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
@@ -4976,7 +4976,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateRow"
|
||||
"replaceWith": "grids.updateRow"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -5076,7 +5076,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.deleteRow"
|
||||
"replaceWith": "grids.deleteRow"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
|
||||
@@ -4699,7 +4699,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"deprecated": false,
|
||||
"deprecated": true,
|
||||
"x-appwrite": {
|
||||
"method": "list",
|
||||
"group": "databases",
|
||||
@@ -4716,6 +4716,10 @@
|
||||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.listDatabases"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
"name": "list",
|
||||
@@ -4811,7 +4815,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"deprecated": false,
|
||||
"deprecated": true,
|
||||
"x-appwrite": {
|
||||
"method": "create",
|
||||
"group": "databases",
|
||||
@@ -4828,6 +4832,10 @@
|
||||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.createDatabase"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
"name": "create",
|
||||
@@ -4941,7 +4949,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"deprecated": false,
|
||||
"deprecated": true,
|
||||
"x-appwrite": {
|
||||
"method": "listUsage",
|
||||
"group": null,
|
||||
@@ -4958,6 +4966,10 @@
|
||||
"console"
|
||||
],
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.listDatabaseUsage"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
"name": "listUsage",
|
||||
@@ -4993,7 +5005,7 @@
|
||||
"model": "#\/definitions\/usageDatabases"
|
||||
}
|
||||
],
|
||||
"description": ""
|
||||
"description": "List usage metrics and statistics for all databases in the project. You can view the total number of databases, tables, rows, and storage usage. The response includes both current totals and historical data over time. Use the optional range parameter to specify the time window for historical data: 24h (last 24 hours), 30d (last 30 days), or 90d (last 90 days). If not specified, range defaults to 30 days."
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
@@ -5049,7 +5061,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"deprecated": false,
|
||||
"deprecated": true,
|
||||
"x-appwrite": {
|
||||
"method": "get",
|
||||
"group": "databases",
|
||||
@@ -5066,6 +5078,10 @@
|
||||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.getDatabase"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
"name": "get",
|
||||
@@ -5150,7 +5166,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"deprecated": false,
|
||||
"deprecated": true,
|
||||
"x-appwrite": {
|
||||
"method": "update",
|
||||
"group": "databases",
|
||||
@@ -5167,6 +5183,10 @@
|
||||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.updateDatabase"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
"name": "update",
|
||||
@@ -5276,7 +5296,7 @@
|
||||
"description": "No content"
|
||||
}
|
||||
},
|
||||
"deprecated": false,
|
||||
"deprecated": true,
|
||||
"x-appwrite": {
|
||||
"method": "delete",
|
||||
"group": "databases",
|
||||
@@ -5293,6 +5313,10 @@
|
||||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.deleteDatabase"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
"name": "delete",
|
||||
@@ -5394,7 +5418,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.list"
|
||||
"replaceWith": "grids.listTables"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -5478,7 +5502,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.create"
|
||||
"replaceWith": "grids.createTable"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -5587,7 +5611,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.get"
|
||||
"replaceWith": "grids.getTable"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -5658,7 +5682,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.update"
|
||||
"replaceWith": "grids.updateTable"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -5763,7 +5787,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.delete"
|
||||
"replaceWith": "grids.deleteTable"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -5834,7 +5858,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.listColumns"
|
||||
"replaceWith": "grids.listColumns"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -5919,7 +5943,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createBooleanColumn"
|
||||
"replaceWith": "grids.createBooleanColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -6029,7 +6053,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateBooleanColumn"
|
||||
"replaceWith": "grids.updateBooleanColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -6141,7 +6165,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createDatetimeColumn"
|
||||
"replaceWith": "grids.createDatetimeColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -6251,7 +6275,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateDatetimeColumn"
|
||||
"replaceWith": "grids.updateDatetimeColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -6363,7 +6387,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createEmailColumn"
|
||||
"replaceWith": "grids.createEmailColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -6473,7 +6497,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateEmailColumn"
|
||||
"replaceWith": "grids.updateEmailColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -6585,7 +6609,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createEnumColumn"
|
||||
"replaceWith": "grids.createEnumColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -6705,7 +6729,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateEnumColumn"
|
||||
"replaceWith": "grids.updateEnumColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -6827,7 +6851,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createFloatColumn"
|
||||
"replaceWith": "grids.createFloatColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -6949,7 +6973,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateFloatColumn"
|
||||
"replaceWith": "grids.updateFloatColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -7073,7 +7097,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createIntegerColumn"
|
||||
"replaceWith": "grids.createIntegerColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -7195,7 +7219,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateIntegerColumn"
|
||||
"replaceWith": "grids.updateIntegerColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -7319,7 +7343,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createIpColumn"
|
||||
"replaceWith": "grids.createIpColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -7429,7 +7453,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateIpColumn"
|
||||
"replaceWith": "grids.updateIpColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -7541,7 +7565,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createRelationshipColumn"
|
||||
"replaceWith": "grids.createRelationshipColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -7678,7 +7702,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createStringColumn"
|
||||
"replaceWith": "grids.createStringColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -7801,7 +7825,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateStringColumn"
|
||||
"replaceWith": "grids.updateStringColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -7919,7 +7943,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createUrlColumn"
|
||||
"replaceWith": "grids.createUrlColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -8029,7 +8053,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateUrlColumn"
|
||||
"replaceWith": "grids.updateUrlColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -8170,7 +8194,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.getColumn"
|
||||
"replaceWith": "grids.getColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -8243,7 +8267,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.deleteColumn"
|
||||
"replaceWith": "grids.deleteColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -8323,7 +8347,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateRelationshipColumn"
|
||||
"replaceWith": "grids.updateRelationshipColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -8430,7 +8454,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.listRows"
|
||||
"replaceWith": "grids.listRows"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -8515,7 +8539,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createRow"
|
||||
"replaceWith": "grids.createRow"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
@@ -8680,7 +8704,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.upsertRows"
|
||||
"replaceWith": "grids.upsertRows"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
@@ -8799,7 +8823,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateRows"
|
||||
"replaceWith": "grids.updateRows"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -8895,7 +8919,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.deleteRows"
|
||||
"replaceWith": "grids.deleteRows"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -8985,7 +9009,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.getRow"
|
||||
"replaceWith": "grids.getRow"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -9078,7 +9102,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.upsertRow"
|
||||
"replaceWith": "grids.upsertRow"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
@@ -9215,7 +9239,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateRow"
|
||||
"replaceWith": "grids.updateRow"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -9315,7 +9339,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.deleteRow"
|
||||
"replaceWith": "grids.deleteRow"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -9395,7 +9419,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.listLogs"
|
||||
"replaceWith": "grids.listRowLogs"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -9488,7 +9512,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.decrementRowColumn"
|
||||
"replaceWith": "grids.decrementRowColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -9598,7 +9622,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.incrementRowColumn"
|
||||
"replaceWith": "grids.incrementRowColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -9705,7 +9729,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.listIndexes"
|
||||
"replaceWith": "grids.listIndexes"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -9788,7 +9812,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createIndex"
|
||||
"replaceWith": "grids.createIndex"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -9919,7 +9943,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.getIndex"
|
||||
"replaceWith": "grids.getIndex"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -9992,7 +10016,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.deleteIndex"
|
||||
"replaceWith": "grids.deleteIndex"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -10070,7 +10094,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.listLogs"
|
||||
"replaceWith": "grids.listTableLogs"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -10152,7 +10176,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.getUsage"
|
||||
"replaceWith": "grids.getTableUsage"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -14883,7 +14907,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"deprecated": false,
|
||||
"deprecated": true,
|
||||
"x-appwrite": {
|
||||
"method": "listLogs",
|
||||
"group": "logs",
|
||||
@@ -14900,6 +14924,10 @@
|
||||
"console"
|
||||
],
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.listDatabaseLogs"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
"name": "listLogs",
|
||||
@@ -14941,7 +14969,7 @@
|
||||
"model": "#\/definitions\/logList"
|
||||
}
|
||||
],
|
||||
"description": "Get the database activity logs list by its unique ID."
|
||||
"description": ""
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
@@ -14997,7 +15025,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"deprecated": false,
|
||||
"deprecated": true,
|
||||
"x-appwrite": {
|
||||
"method": "getDatabaseUsage",
|
||||
"group": null,
|
||||
@@ -15014,6 +15042,10 @@
|
||||
"console"
|
||||
],
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.getDatabaseUsage"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
"name": "getDatabaseUsage",
|
||||
|
||||
@@ -4205,7 +4205,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"deprecated": false,
|
||||
"deprecated": true,
|
||||
"x-appwrite": {
|
||||
"method": "list",
|
||||
"group": "databases",
|
||||
@@ -4222,6 +4222,10 @@
|
||||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.listDatabases"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
"name": "list",
|
||||
@@ -4320,7 +4324,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"deprecated": false,
|
||||
"deprecated": true,
|
||||
"x-appwrite": {
|
||||
"method": "create",
|
||||
"group": "databases",
|
||||
@@ -4337,6 +4341,10 @@
|
||||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.createDatabase"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
"name": "create",
|
||||
@@ -4453,7 +4461,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"deprecated": false,
|
||||
"deprecated": true,
|
||||
"x-appwrite": {
|
||||
"method": "get",
|
||||
"group": "databases",
|
||||
@@ -4470,6 +4478,10 @@
|
||||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.getDatabase"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
"name": "get",
|
||||
@@ -4557,7 +4569,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"deprecated": false,
|
||||
"deprecated": true,
|
||||
"x-appwrite": {
|
||||
"method": "update",
|
||||
"group": "databases",
|
||||
@@ -4574,6 +4586,10 @@
|
||||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.updateDatabase"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
"name": "update",
|
||||
@@ -4686,7 +4702,7 @@
|
||||
"description": "No content"
|
||||
}
|
||||
},
|
||||
"deprecated": false,
|
||||
"deprecated": true,
|
||||
"x-appwrite": {
|
||||
"method": "delete",
|
||||
"group": "databases",
|
||||
@@ -4703,6 +4719,10 @@
|
||||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.deleteDatabase"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
"name": "delete",
|
||||
@@ -4807,7 +4827,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.list"
|
||||
"replaceWith": "grids.listTables"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -4892,7 +4912,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.create"
|
||||
"replaceWith": "grids.createTable"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -5002,7 +5022,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.get"
|
||||
"replaceWith": "grids.getTable"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -5074,7 +5094,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.update"
|
||||
"replaceWith": "grids.updateTable"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -5180,7 +5200,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.delete"
|
||||
"replaceWith": "grids.deleteTable"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -5252,7 +5272,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.listColumns"
|
||||
"replaceWith": "grids.listColumns"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -5338,7 +5358,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createBooleanColumn"
|
||||
"replaceWith": "grids.createBooleanColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -5449,7 +5469,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateBooleanColumn"
|
||||
"replaceWith": "grids.updateBooleanColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -5562,7 +5582,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createDatetimeColumn"
|
||||
"replaceWith": "grids.createDatetimeColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -5673,7 +5693,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateDatetimeColumn"
|
||||
"replaceWith": "grids.updateDatetimeColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -5786,7 +5806,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createEmailColumn"
|
||||
"replaceWith": "grids.createEmailColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -5897,7 +5917,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateEmailColumn"
|
||||
"replaceWith": "grids.updateEmailColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -6010,7 +6030,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createEnumColumn"
|
||||
"replaceWith": "grids.createEnumColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -6131,7 +6151,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateEnumColumn"
|
||||
"replaceWith": "grids.updateEnumColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -6254,7 +6274,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createFloatColumn"
|
||||
"replaceWith": "grids.createFloatColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -6377,7 +6397,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateFloatColumn"
|
||||
"replaceWith": "grids.updateFloatColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -6502,7 +6522,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createIntegerColumn"
|
||||
"replaceWith": "grids.createIntegerColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -6625,7 +6645,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateIntegerColumn"
|
||||
"replaceWith": "grids.updateIntegerColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -6750,7 +6770,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createIpColumn"
|
||||
"replaceWith": "grids.createIpColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -6861,7 +6881,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateIpColumn"
|
||||
"replaceWith": "grids.updateIpColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -6974,7 +6994,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createRelationshipColumn"
|
||||
"replaceWith": "grids.createRelationshipColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -7112,7 +7132,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createStringColumn"
|
||||
"replaceWith": "grids.createStringColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -7236,7 +7256,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateStringColumn"
|
||||
"replaceWith": "grids.updateStringColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -7355,7 +7375,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createUrlColumn"
|
||||
"replaceWith": "grids.createUrlColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -7466,7 +7486,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateUrlColumn"
|
||||
"replaceWith": "grids.updateUrlColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -7608,7 +7628,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.getColumn"
|
||||
"replaceWith": "grids.getColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -7682,7 +7702,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.deleteColumn"
|
||||
"replaceWith": "grids.deleteColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -7763,7 +7783,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateRelationshipColumn"
|
||||
"replaceWith": "grids.updateRelationshipColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -7871,7 +7891,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.listRows"
|
||||
"replaceWith": "grids.listRows"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -7958,7 +7978,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createRow"
|
||||
"replaceWith": "grids.createRow"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
@@ -8127,7 +8147,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.upsertRows"
|
||||
"replaceWith": "grids.upsertRows"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
@@ -8248,7 +8268,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateRows"
|
||||
"replaceWith": "grids.updateRows"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -8345,7 +8365,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.deleteRows"
|
||||
"replaceWith": "grids.deleteRows"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -8436,7 +8456,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.getRow"
|
||||
"replaceWith": "grids.getRow"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -8531,7 +8551,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.upsertRow"
|
||||
"replaceWith": "grids.upsertRow"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
@@ -8671,7 +8691,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateRow"
|
||||
"replaceWith": "grids.updateRow"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -8773,7 +8793,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.deleteRow"
|
||||
"replaceWith": "grids.deleteRow"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -8858,7 +8878,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.decrementRowColumn"
|
||||
"replaceWith": "grids.decrementRowColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -8969,7 +8989,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.incrementRowColumn"
|
||||
"replaceWith": "grids.incrementRowColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -9077,7 +9097,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.listIndexes"
|
||||
"replaceWith": "grids.listIndexes"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -9161,7 +9181,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createIndex"
|
||||
"replaceWith": "grids.createIndex"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -9293,7 +9313,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.getIndex"
|
||||
"replaceWith": "grids.getIndex"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -9367,7 +9387,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.deleteIndex"
|
||||
"replaceWith": "grids.deleteIndex"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
|
||||
@@ -4520,7 +4520,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.listRows"
|
||||
"replaceWith": "grids.listRows"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -4605,7 +4605,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createRow"
|
||||
"replaceWith": "grids.createRow"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
@@ -4746,7 +4746,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.getRow"
|
||||
"replaceWith": "grids.getRow"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -4839,7 +4839,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.upsertRow"
|
||||
"replaceWith": "grids.upsertRow"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
@@ -4976,7 +4976,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateRow"
|
||||
"replaceWith": "grids.updateRow"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -5076,7 +5076,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.deleteRow"
|
||||
"replaceWith": "grids.deleteRow"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
|
||||
@@ -4699,7 +4699,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"deprecated": false,
|
||||
"deprecated": true,
|
||||
"x-appwrite": {
|
||||
"method": "list",
|
||||
"group": "databases",
|
||||
@@ -4716,6 +4716,10 @@
|
||||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.listDatabases"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
"name": "list",
|
||||
@@ -4811,7 +4815,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"deprecated": false,
|
||||
"deprecated": true,
|
||||
"x-appwrite": {
|
||||
"method": "create",
|
||||
"group": "databases",
|
||||
@@ -4828,6 +4832,10 @@
|
||||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.createDatabase"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
"name": "create",
|
||||
@@ -4941,7 +4949,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"deprecated": false,
|
||||
"deprecated": true,
|
||||
"x-appwrite": {
|
||||
"method": "listUsage",
|
||||
"group": null,
|
||||
@@ -4958,6 +4966,10 @@
|
||||
"console"
|
||||
],
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.listDatabaseUsage"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
"name": "listUsage",
|
||||
@@ -4993,7 +5005,7 @@
|
||||
"model": "#\/definitions\/usageDatabases"
|
||||
}
|
||||
],
|
||||
"description": ""
|
||||
"description": "List usage metrics and statistics for all databases in the project. You can view the total number of databases, tables, rows, and storage usage. The response includes both current totals and historical data over time. Use the optional range parameter to specify the time window for historical data: 24h (last 24 hours), 30d (last 30 days), or 90d (last 90 days). If not specified, range defaults to 30 days."
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
@@ -5049,7 +5061,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"deprecated": false,
|
||||
"deprecated": true,
|
||||
"x-appwrite": {
|
||||
"method": "get",
|
||||
"group": "databases",
|
||||
@@ -5066,6 +5078,10 @@
|
||||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.getDatabase"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
"name": "get",
|
||||
@@ -5150,7 +5166,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"deprecated": false,
|
||||
"deprecated": true,
|
||||
"x-appwrite": {
|
||||
"method": "update",
|
||||
"group": "databases",
|
||||
@@ -5167,6 +5183,10 @@
|
||||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.updateDatabase"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
"name": "update",
|
||||
@@ -5276,7 +5296,7 @@
|
||||
"description": "No content"
|
||||
}
|
||||
},
|
||||
"deprecated": false,
|
||||
"deprecated": true,
|
||||
"x-appwrite": {
|
||||
"method": "delete",
|
||||
"group": "databases",
|
||||
@@ -5293,6 +5313,10 @@
|
||||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.deleteDatabase"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
"name": "delete",
|
||||
@@ -5394,7 +5418,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.list"
|
||||
"replaceWith": "grids.listTables"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -5478,7 +5502,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.create"
|
||||
"replaceWith": "grids.createTable"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -5587,7 +5611,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.get"
|
||||
"replaceWith": "grids.getTable"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -5658,7 +5682,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.update"
|
||||
"replaceWith": "grids.updateTable"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -5763,7 +5787,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.delete"
|
||||
"replaceWith": "grids.deleteTable"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -5834,7 +5858,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.listColumns"
|
||||
"replaceWith": "grids.listColumns"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -5919,7 +5943,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createBooleanColumn"
|
||||
"replaceWith": "grids.createBooleanColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -6029,7 +6053,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateBooleanColumn"
|
||||
"replaceWith": "grids.updateBooleanColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -6141,7 +6165,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createDatetimeColumn"
|
||||
"replaceWith": "grids.createDatetimeColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -6251,7 +6275,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateDatetimeColumn"
|
||||
"replaceWith": "grids.updateDatetimeColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -6363,7 +6387,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createEmailColumn"
|
||||
"replaceWith": "grids.createEmailColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -6473,7 +6497,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateEmailColumn"
|
||||
"replaceWith": "grids.updateEmailColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -6585,7 +6609,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createEnumColumn"
|
||||
"replaceWith": "grids.createEnumColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -6705,7 +6729,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateEnumColumn"
|
||||
"replaceWith": "grids.updateEnumColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -6827,7 +6851,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createFloatColumn"
|
||||
"replaceWith": "grids.createFloatColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -6949,7 +6973,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateFloatColumn"
|
||||
"replaceWith": "grids.updateFloatColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -7073,7 +7097,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createIntegerColumn"
|
||||
"replaceWith": "grids.createIntegerColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -7195,7 +7219,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateIntegerColumn"
|
||||
"replaceWith": "grids.updateIntegerColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -7319,7 +7343,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createIpColumn"
|
||||
"replaceWith": "grids.createIpColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -7429,7 +7453,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateIpColumn"
|
||||
"replaceWith": "grids.updateIpColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -7541,7 +7565,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createRelationshipColumn"
|
||||
"replaceWith": "grids.createRelationshipColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -7678,7 +7702,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createStringColumn"
|
||||
"replaceWith": "grids.createStringColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -7801,7 +7825,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateStringColumn"
|
||||
"replaceWith": "grids.updateStringColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -7919,7 +7943,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createUrlColumn"
|
||||
"replaceWith": "grids.createUrlColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -8029,7 +8053,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateUrlColumn"
|
||||
"replaceWith": "grids.updateUrlColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -8170,7 +8194,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.getColumn"
|
||||
"replaceWith": "grids.getColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -8243,7 +8267,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.deleteColumn"
|
||||
"replaceWith": "grids.deleteColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -8323,7 +8347,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateRelationshipColumn"
|
||||
"replaceWith": "grids.updateRelationshipColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -8430,7 +8454,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.listRows"
|
||||
"replaceWith": "grids.listRows"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -8515,7 +8539,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createRow"
|
||||
"replaceWith": "grids.createRow"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
@@ -8680,7 +8704,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.upsertRows"
|
||||
"replaceWith": "grids.upsertRows"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
@@ -8799,7 +8823,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateRows"
|
||||
"replaceWith": "grids.updateRows"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -8895,7 +8919,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.deleteRows"
|
||||
"replaceWith": "grids.deleteRows"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -8985,7 +9009,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.getRow"
|
||||
"replaceWith": "grids.getRow"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -9078,7 +9102,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.upsertRow"
|
||||
"replaceWith": "grids.upsertRow"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
@@ -9215,7 +9239,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateRow"
|
||||
"replaceWith": "grids.updateRow"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -9315,7 +9339,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.deleteRow"
|
||||
"replaceWith": "grids.deleteRow"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -9395,7 +9419,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.listLogs"
|
||||
"replaceWith": "grids.listRowLogs"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -9488,7 +9512,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.decrementRowColumn"
|
||||
"replaceWith": "grids.decrementRowColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -9598,7 +9622,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.incrementRowColumn"
|
||||
"replaceWith": "grids.incrementRowColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -9705,7 +9729,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.listIndexes"
|
||||
"replaceWith": "grids.listIndexes"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -9788,7 +9812,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createIndex"
|
||||
"replaceWith": "grids.createIndex"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -9919,7 +9943,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.getIndex"
|
||||
"replaceWith": "grids.getIndex"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -9992,7 +10016,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.deleteIndex"
|
||||
"replaceWith": "grids.deleteIndex"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -10070,7 +10094,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.listLogs"
|
||||
"replaceWith": "grids.listTableLogs"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -10152,7 +10176,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.getUsage"
|
||||
"replaceWith": "grids.getTableUsage"
|
||||
},
|
||||
"auth": {
|
||||
"Project": []
|
||||
@@ -14883,7 +14907,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"deprecated": false,
|
||||
"deprecated": true,
|
||||
"x-appwrite": {
|
||||
"method": "listLogs",
|
||||
"group": "logs",
|
||||
@@ -14900,6 +14924,10 @@
|
||||
"console"
|
||||
],
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.listDatabaseLogs"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
"name": "listLogs",
|
||||
@@ -14941,7 +14969,7 @@
|
||||
"model": "#\/definitions\/logList"
|
||||
}
|
||||
],
|
||||
"description": "Get the database activity logs list by its unique ID."
|
||||
"description": ""
|
||||
}
|
||||
],
|
||||
"auth": {
|
||||
@@ -14997,7 +15025,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"deprecated": false,
|
||||
"deprecated": true,
|
||||
"x-appwrite": {
|
||||
"method": "getDatabaseUsage",
|
||||
"group": null,
|
||||
@@ -15014,6 +15042,10 @@
|
||||
"console"
|
||||
],
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.getDatabaseUsage"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
"name": "getDatabaseUsage",
|
||||
|
||||
@@ -4205,7 +4205,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"deprecated": false,
|
||||
"deprecated": true,
|
||||
"x-appwrite": {
|
||||
"method": "list",
|
||||
"group": "databases",
|
||||
@@ -4222,6 +4222,10 @@
|
||||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.listDatabases"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
"name": "list",
|
||||
@@ -4320,7 +4324,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"deprecated": false,
|
||||
"deprecated": true,
|
||||
"x-appwrite": {
|
||||
"method": "create",
|
||||
"group": "databases",
|
||||
@@ -4337,6 +4341,10 @@
|
||||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.createDatabase"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
"name": "create",
|
||||
@@ -4453,7 +4461,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"deprecated": false,
|
||||
"deprecated": true,
|
||||
"x-appwrite": {
|
||||
"method": "get",
|
||||
"group": "databases",
|
||||
@@ -4470,6 +4478,10 @@
|
||||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.getDatabase"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
"name": "get",
|
||||
@@ -4557,7 +4569,7 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"deprecated": false,
|
||||
"deprecated": true,
|
||||
"x-appwrite": {
|
||||
"method": "update",
|
||||
"group": "databases",
|
||||
@@ -4574,6 +4586,10 @@
|
||||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.updateDatabase"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
"name": "update",
|
||||
@@ -4686,7 +4702,7 @@
|
||||
"description": "No content"
|
||||
}
|
||||
},
|
||||
"deprecated": false,
|
||||
"deprecated": true,
|
||||
"x-appwrite": {
|
||||
"method": "delete",
|
||||
"group": "databases",
|
||||
@@ -4703,6 +4719,10 @@
|
||||
"server"
|
||||
],
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "grids.deleteDatabase"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
"name": "delete",
|
||||
@@ -4807,7 +4827,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.list"
|
||||
"replaceWith": "grids.listTables"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -4892,7 +4912,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.create"
|
||||
"replaceWith": "grids.createTable"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -5002,7 +5022,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.get"
|
||||
"replaceWith": "grids.getTable"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -5074,7 +5094,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.update"
|
||||
"replaceWith": "grids.updateTable"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -5180,7 +5200,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.delete"
|
||||
"replaceWith": "grids.deleteTable"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -5252,7 +5272,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.listColumns"
|
||||
"replaceWith": "grids.listColumns"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -5338,7 +5358,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createBooleanColumn"
|
||||
"replaceWith": "grids.createBooleanColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -5449,7 +5469,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateBooleanColumn"
|
||||
"replaceWith": "grids.updateBooleanColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -5562,7 +5582,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createDatetimeColumn"
|
||||
"replaceWith": "grids.createDatetimeColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -5673,7 +5693,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateDatetimeColumn"
|
||||
"replaceWith": "grids.updateDatetimeColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -5786,7 +5806,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createEmailColumn"
|
||||
"replaceWith": "grids.createEmailColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -5897,7 +5917,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateEmailColumn"
|
||||
"replaceWith": "grids.updateEmailColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -6010,7 +6030,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createEnumColumn"
|
||||
"replaceWith": "grids.createEnumColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -6131,7 +6151,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateEnumColumn"
|
||||
"replaceWith": "grids.updateEnumColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -6254,7 +6274,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createFloatColumn"
|
||||
"replaceWith": "grids.createFloatColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -6377,7 +6397,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateFloatColumn"
|
||||
"replaceWith": "grids.updateFloatColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -6502,7 +6522,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createIntegerColumn"
|
||||
"replaceWith": "grids.createIntegerColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -6625,7 +6645,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateIntegerColumn"
|
||||
"replaceWith": "grids.updateIntegerColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -6750,7 +6770,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createIpColumn"
|
||||
"replaceWith": "grids.createIpColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -6861,7 +6881,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateIpColumn"
|
||||
"replaceWith": "grids.updateIpColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -6974,7 +6994,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createRelationshipColumn"
|
||||
"replaceWith": "grids.createRelationshipColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -7112,7 +7132,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createStringColumn"
|
||||
"replaceWith": "grids.createStringColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -7236,7 +7256,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateStringColumn"
|
||||
"replaceWith": "grids.updateStringColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -7355,7 +7375,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createUrlColumn"
|
||||
"replaceWith": "grids.createUrlColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -7466,7 +7486,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateUrlColumn"
|
||||
"replaceWith": "grids.updateUrlColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -7608,7 +7628,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.getColumn"
|
||||
"replaceWith": "grids.getColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -7682,7 +7702,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.deleteColumn"
|
||||
"replaceWith": "grids.deleteColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -7763,7 +7783,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateRelationshipColumn"
|
||||
"replaceWith": "grids.updateRelationshipColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -7871,7 +7891,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.listRows"
|
||||
"replaceWith": "grids.listRows"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -7958,7 +7978,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createRow"
|
||||
"replaceWith": "grids.createRow"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
@@ -8127,7 +8147,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.upsertRows"
|
||||
"replaceWith": "grids.upsertRows"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
@@ -8248,7 +8268,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateRows"
|
||||
"replaceWith": "grids.updateRows"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -8345,7 +8365,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.deleteRows"
|
||||
"replaceWith": "grids.deleteRows"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -8436,7 +8456,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.getRow"
|
||||
"replaceWith": "grids.getRow"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -8531,7 +8551,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.upsertRow"
|
||||
"replaceWith": "grids.upsertRow"
|
||||
},
|
||||
"methods": [
|
||||
{
|
||||
@@ -8671,7 +8691,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.updateRow"
|
||||
"replaceWith": "grids.updateRow"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -8773,7 +8793,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.deleteRow"
|
||||
"replaceWith": "grids.deleteRow"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -8858,7 +8878,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.decrementRowColumn"
|
||||
"replaceWith": "grids.decrementRowColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -8969,7 +8989,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.incrementRowColumn"
|
||||
"replaceWith": "grids.incrementRowColumn"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -9077,7 +9097,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.listIndexes"
|
||||
"replaceWith": "grids.listIndexes"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -9161,7 +9181,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.createIndex"
|
||||
"replaceWith": "grids.createIndex"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -9293,7 +9313,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.getIndex"
|
||||
"replaceWith": "grids.getIndex"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
@@ -9367,7 +9387,7 @@
|
||||
"packaging": false,
|
||||
"deprecated": {
|
||||
"since": "1.8.0",
|
||||
"replaceWith": "tables.deleteIndex"
|
||||
"replaceWith": "grids.deleteIndex"
|
||||
},
|
||||
"auth": {
|
||||
"Project": [],
|
||||
|
||||
Reference in New Issue
Block a user