react-native-appwrite 0.11.0 → 0.13.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (129) hide show
  1. package/README.md +84 -3
  2. package/dist/cjs/sdk.js +1854 -1121
  3. package/dist/cjs/sdk.js.map +1 -1
  4. package/dist/esm/sdk.js +1854 -1122
  5. package/dist/esm/sdk.js.map +1 -1
  6. package/docs/examples/account/create-email-password-session.md +4 -4
  7. package/docs/examples/account/create-email-token.md +5 -5
  8. package/docs/examples/account/{create-magic-u-r-l-token.md → create-magic-url-token.md} +6 -6
  9. package/docs/examples/account/create-mfa-authenticator.md +3 -3
  10. package/docs/examples/account/create-mfa-challenge.md +3 -3
  11. package/docs/examples/account/create-mfa-recovery-codes.md +1 -1
  12. package/docs/examples/account/{create-o-auth2token.md → create-o-auth-2-session.md} +6 -6
  13. package/docs/examples/account/{create-o-auth2session.md → create-o-auth-2-token.md} +6 -6
  14. package/docs/examples/account/create-phone-token.md +4 -4
  15. package/docs/examples/account/create-push-target.md +5 -5
  16. package/docs/examples/account/create-recovery.md +4 -4
  17. package/docs/examples/account/create-session.md +4 -4
  18. package/docs/examples/account/create-verification.md +3 -3
  19. package/docs/examples/account/create.md +6 -6
  20. package/docs/examples/account/delete-identity.md +3 -3
  21. package/docs/examples/account/delete-mfa-authenticator.md +3 -3
  22. package/docs/examples/account/delete-push-target.md +3 -3
  23. package/docs/examples/account/delete-session.md +3 -3
  24. package/docs/examples/account/get-mfa-recovery-codes.md +1 -1
  25. package/docs/examples/account/get-session.md +3 -3
  26. package/docs/examples/account/list-identities.md +3 -3
  27. package/docs/examples/account/list-logs.md +3 -3
  28. package/docs/examples/account/list-mfa-factors.md +1 -1
  29. package/docs/examples/account/update-email.md +4 -4
  30. package/docs/examples/account/{update-magic-u-r-l-session.md → update-magic-url-session.md} +4 -4
  31. package/docs/examples/account/update-mfa-authenticator.md +4 -4
  32. package/docs/examples/account/update-mfa-challenge.md +4 -4
  33. package/docs/examples/account/update-mfa-recovery-codes.md +1 -1
  34. package/docs/examples/account/{update-m-f-a.md → update-mfa.md} +3 -3
  35. package/docs/examples/account/update-name.md +3 -3
  36. package/docs/examples/account/update-password.md +4 -4
  37. package/docs/examples/account/update-phone-session.md +4 -4
  38. package/docs/examples/account/update-phone-verification.md +4 -4
  39. package/docs/examples/account/update-phone.md +4 -4
  40. package/docs/examples/account/update-prefs.md +7 -3
  41. package/docs/examples/account/update-push-target.md +4 -4
  42. package/docs/examples/account/update-recovery.md +5 -5
  43. package/docs/examples/account/update-session.md +3 -3
  44. package/docs/examples/account/update-verification.md +4 -4
  45. package/docs/examples/avatars/get-browser.md +6 -6
  46. package/docs/examples/avatars/get-credit-card.md +6 -6
  47. package/docs/examples/avatars/get-favicon.md +3 -3
  48. package/docs/examples/avatars/get-flag.md +6 -6
  49. package/docs/examples/avatars/get-image.md +5 -5
  50. package/docs/examples/avatars/get-initials.md +6 -6
  51. package/docs/examples/avatars/{get-q-r.md → get-qr.md} +6 -6
  52. package/docs/examples/databases/create-document.md +13 -7
  53. package/docs/examples/databases/decrement-document-attribute.md +8 -8
  54. package/docs/examples/databases/delete-document.md +5 -5
  55. package/docs/examples/databases/get-document.md +6 -6
  56. package/docs/examples/databases/increment-document-attribute.md +8 -8
  57. package/docs/examples/databases/list-documents.md +5 -5
  58. package/docs/examples/databases/update-document.md +7 -7
  59. package/docs/examples/databases/upsert-document.md +7 -7
  60. package/docs/examples/functions/create-execution.md +9 -9
  61. package/docs/examples/functions/get-execution.md +4 -4
  62. package/docs/examples/functions/list-executions.md +4 -4
  63. package/docs/examples/graphql/mutation.md +3 -3
  64. package/docs/examples/graphql/query.md +3 -3
  65. package/docs/examples/messaging/create-subscriber.md +5 -5
  66. package/docs/examples/messaging/delete-subscriber.md +4 -4
  67. package/docs/examples/storage/create-file.md +6 -6
  68. package/docs/examples/storage/delete-file.md +4 -4
  69. package/docs/examples/storage/get-file-download.md +5 -5
  70. package/docs/examples/storage/get-file-preview.md +16 -16
  71. package/docs/examples/storage/get-file-view.md +5 -5
  72. package/docs/examples/storage/get-file.md +4 -4
  73. package/docs/examples/storage/list-files.md +5 -5
  74. package/docs/examples/storage/update-file.md +6 -6
  75. package/docs/examples/tablesdb/create-row.md +23 -0
  76. package/docs/examples/tablesdb/decrement-row-column.md +18 -0
  77. package/docs/examples/tablesdb/delete-row.md +15 -0
  78. package/docs/examples/tablesdb/get-row.md +16 -0
  79. package/docs/examples/tablesdb/increment-row-column.md +18 -0
  80. package/docs/examples/tablesdb/list-rows.md +15 -0
  81. package/docs/examples/tablesdb/update-row.md +17 -0
  82. package/docs/examples/tablesdb/upsert-row.md +17 -0
  83. package/docs/examples/teams/create-membership.md +9 -9
  84. package/docs/examples/teams/create.md +5 -5
  85. package/docs/examples/teams/delete-membership.md +4 -4
  86. package/docs/examples/teams/delete.md +3 -3
  87. package/docs/examples/teams/get-membership.md +4 -4
  88. package/docs/examples/teams/get-prefs.md +3 -3
  89. package/docs/examples/teams/get.md +3 -3
  90. package/docs/examples/teams/list-memberships.md +5 -5
  91. package/docs/examples/teams/list.md +4 -4
  92. package/docs/examples/teams/update-membership-status.md +6 -6
  93. package/docs/examples/teams/update-membership.md +5 -5
  94. package/docs/examples/teams/update-name.md +4 -4
  95. package/docs/examples/teams/update-prefs.md +4 -4
  96. package/package.json +1 -1
  97. package/src/client.ts +2 -2
  98. package/src/enums/credit-card.ts +1 -1
  99. package/src/enums/execution-method.ts +1 -0
  100. package/src/index.ts +1 -0
  101. package/src/models.ts +72 -27
  102. package/src/query.ts +247 -4
  103. package/src/services/account.ts +1469 -315
  104. package/src/services/avatars.ts +289 -80
  105. package/src/services/databases.ts +345 -63
  106. package/src/services/functions.ts +115 -20
  107. package/src/services/graphql.ts +52 -4
  108. package/src/services/locale.ts +8 -19
  109. package/src/services/messaging.ts +66 -7
  110. package/src/services/storage.ts +345 -76
  111. package/src/services/tables-db.ts +621 -0
  112. package/src/services/teams.ts +454 -93
  113. package/types/enums/credit-card.d.ts +1 -1
  114. package/types/enums/execution-method.d.ts +2 -1
  115. package/types/index.d.ts +1 -0
  116. package/types/models.d.ts +69 -25
  117. package/types/query.d.ts +201 -4
  118. package/types/services/account.d.ts +734 -280
  119. package/types/services/avatars.d.ts +168 -73
  120. package/types/services/databases.d.ts +199 -58
  121. package/types/services/functions.d.ts +62 -17
  122. package/types/services/graphql.d.ts +24 -2
  123. package/types/services/locale.d.ts +8 -19
  124. package/types/services/messaging.d.ts +33 -5
  125. package/types/services/storage.d.ts +201 -68
  126. package/types/services/tables-db.d.ts +245 -0
  127. package/types/services/teams.d.ts +242 -80
  128. /package/docs/examples/account/{create-j-w-t.md → create-jwt.md} +0 -0
  129. /package/docs/examples/locale/{list-countries-e-u.md → list-countries-eu.md} +0 -0
@@ -11,7 +11,7 @@ export declare enum CreditCard {
11
11
  Mastercard = "mastercard",
12
12
  Naranja = "naranja",
13
13
  TarjetaShopping = "targeta-shopping",
14
- UnionChinaPay = "union-china-pay",
14
+ UnionPay = "unionpay",
15
15
  Visa = "visa",
16
16
  MIR = "mir",
17
17
  Maestro = "maestro",
@@ -4,5 +4,6 @@ export declare enum ExecutionMethod {
4
4
  PUT = "PUT",
5
5
  PATCH = "PATCH",
6
6
  DELETE = "DELETE",
7
- OPTIONS = "OPTIONS"
7
+ OPTIONS = "OPTIONS",
8
+ HEAD = "HEAD"
8
9
  }
package/types/index.d.ts CHANGED
@@ -7,6 +7,7 @@ export { Graphql } from './services/graphql';
7
7
  export { Locale } from './services/locale';
8
8
  export { Messaging } from './services/messaging';
9
9
  export { Storage } from './services/storage';
10
+ export { TablesDB } from './services/tables-db';
10
11
  export { Teams } from './services/teams';
11
12
  export type { Models, Payload, RealtimeResponseEvent, UploadProgress } from './client';
12
13
  export type { QueryTypes, QueryTypesList } from './query';
package/types/models.d.ts CHANGED
@@ -1,11 +1,24 @@
1
1
  export declare namespace Models {
2
2
  const __default: unique symbol;
3
+ /**
4
+ * Rows List
5
+ */
6
+ export type RowList<Row extends Models.Row = Models.DefaultRow> = {
7
+ /**
8
+ * Total number of rows that matched your query.
9
+ */
10
+ total: number;
11
+ /**
12
+ * List of rows.
13
+ */
14
+ rows: Row[];
15
+ };
3
16
  /**
4
17
  * Documents List
5
18
  */
6
19
  export type DocumentList<Document extends Models.Document = Models.DefaultDocument> = {
7
20
  /**
8
- * Total number of documents documents that matched your query.
21
+ * Total number of documents that matched your query.
9
22
  */
10
23
  total: number;
11
24
  /**
@@ -18,7 +31,7 @@ export declare namespace Models {
18
31
  */
19
32
  export type SessionList = {
20
33
  /**
21
- * Total number of sessions documents that matched your query.
34
+ * Total number of sessions that matched your query.
22
35
  */
23
36
  total: number;
24
37
  /**
@@ -31,7 +44,7 @@ export declare namespace Models {
31
44
  */
32
45
  export type IdentityList = {
33
46
  /**
34
- * Total number of identities documents that matched your query.
47
+ * Total number of identities that matched your query.
35
48
  */
36
49
  total: number;
37
50
  /**
@@ -44,7 +57,7 @@ export declare namespace Models {
44
57
  */
45
58
  export type LogList = {
46
59
  /**
47
- * Total number of logs documents that matched your query.
60
+ * Total number of logs that matched your query.
48
61
  */
49
62
  total: number;
50
63
  /**
@@ -57,7 +70,7 @@ export declare namespace Models {
57
70
  */
58
71
  export type FileList = {
59
72
  /**
60
- * Total number of files documents that matched your query.
73
+ * Total number of files that matched your query.
61
74
  */
62
75
  total: number;
63
76
  /**
@@ -70,7 +83,7 @@ export declare namespace Models {
70
83
  */
71
84
  export type TeamList<Preferences extends Models.Preferences = Models.DefaultPreferences> = {
72
85
  /**
73
- * Total number of teams documents that matched your query.
86
+ * Total number of teams that matched your query.
74
87
  */
75
88
  total: number;
76
89
  /**
@@ -83,7 +96,7 @@ export declare namespace Models {
83
96
  */
84
97
  export type MembershipList = {
85
98
  /**
86
- * Total number of memberships documents that matched your query.
99
+ * Total number of memberships that matched your query.
87
100
  */
88
101
  total: number;
89
102
  /**
@@ -96,7 +109,7 @@ export declare namespace Models {
96
109
  */
97
110
  export type ExecutionList = {
98
111
  /**
99
- * Total number of executions documents that matched your query.
112
+ * Total number of executions that matched your query.
100
113
  */
101
114
  total: number;
102
115
  /**
@@ -109,7 +122,7 @@ export declare namespace Models {
109
122
  */
110
123
  export type CountryList = {
111
124
  /**
112
- * Total number of countries documents that matched your query.
125
+ * Total number of countries that matched your query.
113
126
  */
114
127
  total: number;
115
128
  /**
@@ -122,7 +135,7 @@ export declare namespace Models {
122
135
  */
123
136
  export type ContinentList = {
124
137
  /**
125
- * Total number of continents documents that matched your query.
138
+ * Total number of continents that matched your query.
126
139
  */
127
140
  total: number;
128
141
  /**
@@ -135,7 +148,7 @@ export declare namespace Models {
135
148
  */
136
149
  export type LanguageList = {
137
150
  /**
138
- * Total number of languages documents that matched your query.
151
+ * Total number of languages that matched your query.
139
152
  */
140
153
  total: number;
141
154
  /**
@@ -148,7 +161,7 @@ export declare namespace Models {
148
161
  */
149
162
  export type CurrencyList = {
150
163
  /**
151
- * Total number of currencies documents that matched your query.
164
+ * Total number of currencies that matched your query.
152
165
  */
153
166
  total: number;
154
167
  /**
@@ -161,7 +174,7 @@ export declare namespace Models {
161
174
  */
162
175
  export type PhoneList = {
163
176
  /**
164
- * Total number of phones documents that matched your query.
177
+ * Total number of phones that matched your query.
165
178
  */
166
179
  total: number;
167
180
  /**
@@ -174,7 +187,7 @@ export declare namespace Models {
174
187
  */
175
188
  export type LocaleCodeList = {
176
189
  /**
177
- * Total number of localeCodes documents that matched your query.
190
+ * Total number of localeCodes that matched your query.
178
191
  */
179
192
  total: number;
180
193
  /**
@@ -182,6 +195,43 @@ export declare namespace Models {
182
195
  */
183
196
  localeCodes: LocaleCode[];
184
197
  };
198
+ /**
199
+ * Row
200
+ */
201
+ export type Row = {
202
+ /**
203
+ * Row ID.
204
+ */
205
+ $id: string;
206
+ /**
207
+ * Row automatically incrementing ID.
208
+ */
209
+ $sequence: number;
210
+ /**
211
+ * Table ID.
212
+ */
213
+ $tableId: string;
214
+ /**
215
+ * Database ID.
216
+ */
217
+ $databaseId: string;
218
+ /**
219
+ * Row creation date in ISO 8601 format.
220
+ */
221
+ $createdAt: string;
222
+ /**
223
+ * Row update date in ISO 8601 format.
224
+ */
225
+ $updatedAt: string;
226
+ /**
227
+ * Row permissions. [Learn more about permissions](https://appwrite.io/docs/permissions).
228
+ */
229
+ $permissions: string[];
230
+ };
231
+ export type DefaultRow = Row & {
232
+ [key: string]: any;
233
+ [__default]: true;
234
+ };
185
235
  /**
186
236
  * Document
187
237
  */
@@ -219,11 +269,6 @@ export declare namespace Models {
219
269
  [key: string]: any;
220
270
  [__default]: true;
221
271
  };
222
- export type DataWithoutDocumentKeys = {
223
- [K in string]: any;
224
- } & {
225
- [K in keyof Document]?: never;
226
- };
227
272
  /**
228
273
  * Log
229
274
  */
@@ -505,11 +550,6 @@ export declare namespace Models {
505
550
  [key: string]: any;
506
551
  [__default]: true;
507
552
  };
508
- export type DataWithoutPreferencesKeys = {
509
- [K in string]: any;
510
- } & {
511
- [K in keyof Preferences]?: never;
512
- };
513
553
  /**
514
554
  * Session
515
555
  */
@@ -908,7 +948,7 @@ export declare namespace Models {
908
948
  */
909
949
  $createdAt: string;
910
950
  /**
911
- * Execution upate date in ISO 8601 format.
951
+ * Execution update date in ISO 8601 format.
912
952
  */
913
953
  $updatedAt: string;
914
954
  /**
@@ -919,6 +959,10 @@ export declare namespace Models {
919
959
  * Function ID.
920
960
  */
921
961
  functionId: string;
962
+ /**
963
+ * Function&#039;s deployment ID used to create the execution.
964
+ */
965
+ deploymentId: string;
922
966
  /**
923
967
  * The trigger that caused the function to execute. Possible values can be: `http`, `schedule`, or `event`.
924
968
  */
package/types/query.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  type QueryTypesSingle = string | number | boolean;
2
- export type QueryTypesList = string[] | number[] | boolean[] | Query[];
2
+ export type QueryTypesList = string[] | number[] | boolean[] | Query[] | any[];
3
3
  export type QueryTypes = QueryTypesSingle | QueryTypesList;
4
4
  type AttributesTypes = string | string[];
5
5
  export declare class Query {
@@ -8,8 +8,8 @@ export declare class Query {
8
8
  values: QueryTypesList | undefined;
9
9
  constructor(method: string, attribute?: AttributesTypes, values?: QueryTypes);
10
10
  toString(): string;
11
- static equal: (attribute: string, value: QueryTypes) => string;
12
- static notEqual: (attribute: string, value: QueryTypes) => string;
11
+ static equal: (attribute: string, value: QueryTypes | any[]) => string;
12
+ static notEqual: (attribute: string, value: QueryTypes | any[]) => string;
13
13
  static lessThan: (attribute: string, value: QueryTypes) => string;
14
14
  static lessThanEqual: (attribute: string, value: QueryTypes) => string;
15
15
  static greaterThan: (attribute: string, value: QueryTypes) => string;
@@ -27,8 +27,205 @@ export declare class Query {
27
27
  static cursorBefore: (documentId: string) => string;
28
28
  static limit: (limit: number) => string;
29
29
  static offset: (offset: number) => string;
30
- static contains: (attribute: string, value: string | string[]) => string;
30
+ /**
31
+ * Filter resources where attribute contains the specified value.
32
+ *
33
+ * @param {string} attribute
34
+ * @param {string | string[]} value
35
+ * @returns {string}
36
+ */
37
+ static contains: (attribute: string, value: string | any[]) => string;
38
+ /**
39
+ * Filter resources where attribute does not contain the specified value.
40
+ *
41
+ * @param {string} attribute
42
+ * @param {string | string[]} value
43
+ * @returns {string}
44
+ */
45
+ static notContains: (attribute: string, value: string | any[]) => string;
46
+ /**
47
+ * Filter resources by searching attribute for value (inverse of search).
48
+ * A fulltext index on attribute is required for this query to work.
49
+ *
50
+ * @param {string} attribute
51
+ * @param {string} value
52
+ * @returns {string}
53
+ */
54
+ static notSearch: (attribute: string, value: string) => string;
55
+ /**
56
+ * Filter resources where attribute is not between start and end (exclusive).
57
+ *
58
+ * @param {string} attribute
59
+ * @param {string | number} start
60
+ * @param {string | number} end
61
+ * @returns {string}
62
+ */
63
+ static notBetween: (attribute: string, start: string | number, end: string | number) => string;
64
+ /**
65
+ * Filter resources where attribute does not start with value.
66
+ *
67
+ * @param {string} attribute
68
+ * @param {string} value
69
+ * @returns {string}
70
+ */
71
+ static notStartsWith: (attribute: string, value: string) => string;
72
+ /**
73
+ * Filter resources where attribute does not end with value.
74
+ *
75
+ * @param {string} attribute
76
+ * @param {string} value
77
+ * @returns {string}
78
+ */
79
+ static notEndsWith: (attribute: string, value: string) => string;
80
+ /**
81
+ * Filter resources where document was created before date.
82
+ *
83
+ * @param {string} value
84
+ * @returns {string}
85
+ */
86
+ static createdBefore: (value: string) => string;
87
+ /**
88
+ * Filter resources where document was created after date.
89
+ *
90
+ * @param {string} value
91
+ * @returns {string}
92
+ */
93
+ static createdAfter: (value: string) => string;
94
+ /**
95
+ * Filter resources where document was created between dates.
96
+ *
97
+ * @param {string} start
98
+ * @param {string} end
99
+ * @returns {string}
100
+ */
101
+ static createdBetween: (start: string, end: string) => string;
102
+ /**
103
+ * Filter resources where document was updated before date.
104
+ *
105
+ * @param {string} value
106
+ * @returns {string}
107
+ */
108
+ static updatedBefore: (value: string) => string;
109
+ /**
110
+ * Filter resources where document was updated after date.
111
+ *
112
+ * @param {string} value
113
+ * @returns {string}
114
+ */
115
+ static updatedAfter: (value: string) => string;
116
+ /**
117
+ * Filter resources where document was updated between dates.
118
+ *
119
+ * @param {string} start
120
+ * @param {string} end
121
+ * @returns {string}
122
+ */
123
+ static updatedBetween: (start: string, end: string) => string;
31
124
  static or: (queries: string[]) => string;
32
125
  static and: (queries: string[]) => string;
126
+ /**
127
+ * Filter resources where attribute is at a specific distance from the given coordinates.
128
+ *
129
+ * @param {string} attribute
130
+ * @param {any[]} values
131
+ * @param {number} distance
132
+ * @param {boolean} meters
133
+ * @returns {string}
134
+ */
135
+ static distanceEqual: (attribute: string, values: any[], distance: number, meters?: boolean) => string;
136
+ /**
137
+ * Filter resources where attribute is not at a specific distance from the given coordinates.
138
+ *
139
+ * @param {string} attribute
140
+ * @param {any[]} values
141
+ * @param {number} distance
142
+ * @param {boolean} meters
143
+ * @returns {string}
144
+ */
145
+ static distanceNotEqual: (attribute: string, values: any[], distance: number, meters?: boolean) => string;
146
+ /**
147
+ * Filter resources where attribute is at a distance greater than the specified value from the given coordinates.
148
+ *
149
+ * @param {string} attribute
150
+ * @param {any[]} values
151
+ * @param {number} distance
152
+ * @param {boolean} meters
153
+ * @returns {string}
154
+ */
155
+ static distanceGreaterThan: (attribute: string, values: any[], distance: number, meters?: boolean) => string;
156
+ /**
157
+ * Filter resources where attribute is at a distance less than the specified value from the given coordinates.
158
+ *
159
+ * @param {string} attribute
160
+ * @param {any[]} values
161
+ * @param {number} distance
162
+ * @param {boolean} meters
163
+ * @returns {string}
164
+ */
165
+ static distanceLessThan: (attribute: string, values: any[], distance: number, meters?: boolean) => string;
166
+ /**
167
+ * Filter resources where attribute intersects with the given geometry.
168
+ *
169
+ * @param {string} attribute
170
+ * @param {any[]} values
171
+ * @returns {string}
172
+ */
173
+ static intersects: (attribute: string, values: any[]) => string;
174
+ /**
175
+ * Filter resources where attribute does not intersect with the given geometry.
176
+ *
177
+ * @param {string} attribute
178
+ * @param {any[]} values
179
+ * @returns {string}
180
+ */
181
+ static notIntersects: (attribute: string, values: any[]) => string;
182
+ /**
183
+ * Filter resources where attribute crosses the given geometry.
184
+ *
185
+ * @param {string} attribute
186
+ * @param {any[]} values
187
+ * @returns {string}
188
+ */
189
+ static crosses: (attribute: string, values: any[]) => string;
190
+ /**
191
+ * Filter resources where attribute does not cross the given geometry.
192
+ *
193
+ * @param {string} attribute
194
+ * @param {any[]} values
195
+ * @returns {string}
196
+ */
197
+ static notCrosses: (attribute: string, values: any[]) => string;
198
+ /**
199
+ * Filter resources where attribute overlaps with the given geometry.
200
+ *
201
+ * @param {string} attribute
202
+ * @param {any[]} values
203
+ * @returns {string}
204
+ */
205
+ static overlaps: (attribute: string, values: any[]) => string;
206
+ /**
207
+ * Filter resources where attribute does not overlap with the given geometry.
208
+ *
209
+ * @param {string} attribute
210
+ * @param {any[]} values
211
+ * @returns {string}
212
+ */
213
+ static notOverlaps: (attribute: string, values: any[]) => string;
214
+ /**
215
+ * Filter resources where attribute touches the given geometry.
216
+ *
217
+ * @param {string} attribute
218
+ * @param {any[]} values
219
+ * @returns {string}
220
+ */
221
+ static touches: (attribute: string, values: any[]) => string;
222
+ /**
223
+ * Filter resources where attribute does not touch the given geometry.
224
+ *
225
+ * @param {string} attribute
226
+ * @param {any[]} values
227
+ * @returns {string}
228
+ */
229
+ static notTouches: (attribute: string, values: any[]) => string;
33
230
  }
34
231
  export {};