You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: appwrite.gemspec
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
Gem::Specification.newdo |spec|
2
2
3
3
spec.name='appwrite'
4
-
spec.version='21.0.1'
4
+
spec.version='21.1.0'
5
5
spec.license='BSD-3-Clause'
6
6
spec.summary='Appwrite is an open-source self-hosted backend server that abstracts and simplifies complex and repetitive development tasks behind a very simple REST API'
# @param [String] collection_id Collection ID. You can create a new table using the Database service [server integration](https://appwrite.io/docs/server/databases#databasesCreateCollection).
617
+
# @param [String] collection_id Collection ID. You can create a new collection using the Database service [server integration](https://appwrite.io/docs/server/databases#databasesCreateCollection).
618
618
# @param [String] key Attribute Key.
619
619
# @param [] required Is attribute required?
620
620
# @param [] default Default value for attribute when not provided. Cannot be set when attribute is required.
# @param [Array] queries Array of query strings generated using the Query class provided by the SDK. [Learn more about queries](https://appwrite.io/docs/queries). Maximum of 100 queries are allowed, each 4096 characters long.
2661
2661
# @param [String] transaction_id Transaction ID to read uncommitted changes within the transaction.
2662
2662
# @param [] total When set to false, the total count returned will be 0 and will not be calculated.
2663
+
# @param [Integer] ttl TTL (seconds) for cached responses when caching is enabled for select queries. Must be between 0 and 86400 (24 hours).
# Get console pausing health status. Monitors projects approaching the pause
102
+
# threshold to detect potential issues with console access tracking.
103
+
#
104
+
#
105
+
# @param [Integer] threshold Percentage threshold of projects approaching pause. When hit (equal or higher), endpoint returns server error. Default value is 10.
106
+
# @param [Integer] inactivity_days Number of days of inactivity before a project is paused. Should match the plan's projectInactivityDays setting. Default value is 7.
# Get a list of all subscribers from the current Appwrite project.
1803
1803
#
1804
1804
# @param [String] topic_id Topic ID. The topic ID subscribed to.
1805
-
# @param [Array] queries Array of query strings generated using the Query class provided by the SDK. [Learn more about queries](https://appwrite.io/docs/queries). Maximum of 100 queries are allowed, each 4096 characters long. You may filter on the following attributes: name, provider, type, enabled
1805
+
# @param [Array] queries Array of query strings generated using the Query class provided by the SDK. [Learn more about queries](https://appwrite.io/docs/queries). Maximum of 100 queries are allowed, each 4096 characters long. You may filter on the following attributes: targetId, topicId, userId, providerType
1806
1806
# @param [String] search Search term to filter your list results. Max length: 256 chars.
1807
1807
# @param [] total When set to false, the total count returned will be 0 and will not be calculated.
0 commit comments