@strapi/content-releases 0.0.0-experimental.fb8e9fec2e10d6b55e3aee59c4eb76bb7a11432a → 0.0.0-experimental.fc1ac2acd58c8a5a858679956b6d102ac5ee4011

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 (105) hide show
  1. package/dist/_chunks/App-0Er6xxcq.mjs +1358 -0
  2. package/dist/_chunks/App-0Er6xxcq.mjs.map +1 -0
  3. package/dist/_chunks/App-C768ulk4.js +1381 -0
  4. package/dist/_chunks/App-C768ulk4.js.map +1 -0
  5. package/dist/_chunks/PurchaseContentReleases-Clm0iACO.mjs +51 -0
  6. package/dist/_chunks/PurchaseContentReleases-Clm0iACO.mjs.map +1 -0
  7. package/dist/_chunks/PurchaseContentReleases-YhAPgpG9.js +51 -0
  8. package/dist/_chunks/PurchaseContentReleases-YhAPgpG9.js.map +1 -0
  9. package/dist/_chunks/{en-MyLPoISH.mjs → en-WuuhP6Bn.mjs} +21 -6
  10. package/dist/_chunks/en-WuuhP6Bn.mjs.map +1 -0
  11. package/dist/_chunks/{en-gYDqKYFd.js → en-gcJJ5htG.js} +21 -6
  12. package/dist/_chunks/en-gcJJ5htG.js.map +1 -0
  13. package/dist/_chunks/{index-KJa1Rb5F.js → index-BLSMpbpZ.js} +164 -44
  14. package/dist/_chunks/index-BLSMpbpZ.js.map +1 -0
  15. package/dist/_chunks/{index-c4zRX_sg.mjs → index-fJx1up7m.mjs} +178 -58
  16. package/dist/_chunks/index-fJx1up7m.mjs.map +1 -0
  17. package/dist/admin/index.js +1 -1
  18. package/dist/admin/index.mjs +2 -2
  19. package/dist/admin/src/components/CMReleasesContainer.d.ts +1 -0
  20. package/dist/admin/src/components/RelativeTime.d.ts +28 -0
  21. package/dist/admin/src/components/ReleaseActionMenu.d.ts +26 -0
  22. package/dist/admin/src/components/ReleaseActionOptions.d.ts +9 -0
  23. package/dist/admin/src/components/ReleaseModal.d.ts +16 -0
  24. package/dist/admin/src/constants.d.ts +58 -0
  25. package/dist/admin/src/index.d.ts +3 -0
  26. package/dist/admin/src/pages/App.d.ts +1 -0
  27. package/dist/admin/src/pages/PurchaseContentReleases.d.ts +2 -0
  28. package/dist/admin/src/pages/ReleaseDetailsPage.d.ts +2 -0
  29. package/dist/admin/src/pages/ReleasesPage.d.ts +8 -0
  30. package/dist/admin/src/pages/tests/mockReleaseDetailsPageData.d.ts +181 -0
  31. package/dist/admin/src/pages/tests/mockReleasesPageData.d.ts +39 -0
  32. package/dist/admin/src/pluginId.d.ts +1 -0
  33. package/dist/admin/src/services/axios.d.ts +29 -0
  34. package/dist/admin/src/services/release.d.ts +369 -0
  35. package/dist/admin/src/store/hooks.d.ts +7 -0
  36. package/dist/admin/src/utils/time.d.ts +1 -0
  37. package/dist/server/index.js +889 -436
  38. package/dist/server/index.js.map +1 -1
  39. package/dist/server/index.mjs +889 -436
  40. package/dist/server/index.mjs.map +1 -1
  41. package/dist/server/src/bootstrap.d.ts +5 -0
  42. package/dist/server/src/bootstrap.d.ts.map +1 -0
  43. package/dist/server/src/constants.d.ts +12 -0
  44. package/dist/server/src/constants.d.ts.map +1 -0
  45. package/dist/server/src/content-types/index.d.ts +99 -0
  46. package/dist/server/src/content-types/index.d.ts.map +1 -0
  47. package/dist/server/src/content-types/release/index.d.ts +48 -0
  48. package/dist/server/src/content-types/release/index.d.ts.map +1 -0
  49. package/dist/server/src/content-types/release/schema.d.ts +47 -0
  50. package/dist/server/src/content-types/release/schema.d.ts.map +1 -0
  51. package/dist/server/src/content-types/release-action/index.d.ts +50 -0
  52. package/dist/server/src/content-types/release-action/index.d.ts.map +1 -0
  53. package/dist/server/src/content-types/release-action/schema.d.ts +49 -0
  54. package/dist/server/src/content-types/release-action/schema.d.ts.map +1 -0
  55. package/dist/server/src/controllers/index.d.ts +18 -0
  56. package/dist/server/src/controllers/index.d.ts.map +1 -0
  57. package/dist/server/src/controllers/release-action.d.ts +9 -0
  58. package/dist/server/src/controllers/release-action.d.ts.map +1 -0
  59. package/dist/server/src/controllers/release.d.ts +11 -0
  60. package/dist/server/src/controllers/release.d.ts.map +1 -0
  61. package/dist/server/src/controllers/validation/release-action.d.ts +3 -0
  62. package/dist/server/src/controllers/validation/release-action.d.ts.map +1 -0
  63. package/dist/server/src/controllers/validation/release.d.ts +2 -0
  64. package/dist/server/src/controllers/validation/release.d.ts.map +1 -0
  65. package/dist/server/src/destroy.d.ts +5 -0
  66. package/dist/server/src/destroy.d.ts.map +1 -0
  67. package/dist/server/src/index.d.ts +3838 -0
  68. package/dist/server/src/index.d.ts.map +1 -0
  69. package/dist/server/src/migrations/index.d.ts +10 -0
  70. package/dist/server/src/migrations/index.d.ts.map +1 -0
  71. package/dist/server/src/register.d.ts +5 -0
  72. package/dist/server/src/register.d.ts.map +1 -0
  73. package/dist/server/src/routes/index.d.ts +35 -0
  74. package/dist/server/src/routes/index.d.ts.map +1 -0
  75. package/dist/server/src/routes/release-action.d.ts +18 -0
  76. package/dist/server/src/routes/release-action.d.ts.map +1 -0
  77. package/dist/server/src/routes/release.d.ts +18 -0
  78. package/dist/server/src/routes/release.d.ts.map +1 -0
  79. package/dist/server/src/services/index.d.ts +3572 -0
  80. package/dist/server/src/services/index.d.ts.map +1 -0
  81. package/dist/server/src/services/release.d.ts +1812 -0
  82. package/dist/server/src/services/release.d.ts.map +1 -0
  83. package/dist/server/src/services/scheduling.d.ts +18 -0
  84. package/dist/server/src/services/scheduling.d.ts.map +1 -0
  85. package/dist/server/src/services/validation.d.ts +14 -0
  86. package/dist/server/src/services/validation.d.ts.map +1 -0
  87. package/dist/server/src/utils/index.d.ts +18 -0
  88. package/dist/server/src/utils/index.d.ts.map +1 -0
  89. package/dist/shared/contracts/release-actions.d.ts +105 -0
  90. package/dist/shared/contracts/release-actions.d.ts.map +1 -0
  91. package/dist/shared/contracts/releases.d.ts +166 -0
  92. package/dist/shared/contracts/releases.d.ts.map +1 -0
  93. package/dist/shared/types.d.ts +24 -0
  94. package/dist/shared/types.d.ts.map +1 -0
  95. package/dist/shared/validation-schemas.d.ts +2 -0
  96. package/dist/shared/validation-schemas.d.ts.map +1 -0
  97. package/package.json +19 -23
  98. package/dist/_chunks/App-L1jSxCiL.mjs +0 -1015
  99. package/dist/_chunks/App-L1jSxCiL.mjs.map +0 -1
  100. package/dist/_chunks/App-_20W9dYa.js +0 -1037
  101. package/dist/_chunks/App-_20W9dYa.js.map +0 -1
  102. package/dist/_chunks/en-MyLPoISH.mjs.map +0 -1
  103. package/dist/_chunks/en-gYDqKYFd.js.map +0 -1
  104. package/dist/_chunks/index-KJa1Rb5F.js.map +0 -1
  105. package/dist/_chunks/index-c4zRX_sg.mjs.map +0 -1
@@ -0,0 +1,3838 @@
1
+ /// <reference types="lodash" />
2
+ /// <reference types="koa" />
3
+ declare const _default: {
4
+ register: ({ strapi }: {
5
+ strapi: Required<import("@strapi/types").Strapi>;
6
+ }) => Promise<void>;
7
+ bootstrap: ({ strapi }: {
8
+ strapi: Required<import("@strapi/types").Strapi>;
9
+ }) => Promise<void>;
10
+ destroy: ({ strapi }: {
11
+ strapi: Required<import("@strapi/types").Strapi>;
12
+ }) => Promise<void>;
13
+ contentTypes: {
14
+ release: {
15
+ schema: {
16
+ collectionName: string;
17
+ info: {
18
+ singularName: string;
19
+ pluralName: string;
20
+ displayName: string;
21
+ };
22
+ options: {
23
+ draftAndPublish: boolean;
24
+ };
25
+ pluginOptions: {
26
+ 'content-manager': {
27
+ visible: boolean;
28
+ };
29
+ 'content-type-builder': {
30
+ visible: boolean;
31
+ };
32
+ };
33
+ attributes: {
34
+ name: {
35
+ type: string;
36
+ required: boolean;
37
+ };
38
+ releasedAt: {
39
+ type: string;
40
+ };
41
+ scheduledAt: {
42
+ type: string;
43
+ };
44
+ timezone: {
45
+ type: string;
46
+ };
47
+ status: {
48
+ type: string;
49
+ enum: string[];
50
+ required: boolean;
51
+ };
52
+ actions: {
53
+ type: string;
54
+ relation: string;
55
+ target: string;
56
+ mappedBy: string;
57
+ };
58
+ };
59
+ };
60
+ };
61
+ 'release-action': {
62
+ schema: {
63
+ collectionName: string;
64
+ info: {
65
+ singularName: string;
66
+ pluralName: string;
67
+ displayName: string;
68
+ };
69
+ options: {
70
+ draftAndPublish: boolean;
71
+ };
72
+ pluginOptions: {
73
+ 'content-manager': {
74
+ visible: boolean;
75
+ };
76
+ 'content-type-builder': {
77
+ visible: boolean;
78
+ };
79
+ };
80
+ attributes: {
81
+ type: {
82
+ type: string;
83
+ enum: string[];
84
+ required: boolean;
85
+ };
86
+ entry: {
87
+ type: string;
88
+ relation: string;
89
+ configurable: boolean;
90
+ };
91
+ contentType: {
92
+ type: string;
93
+ required: boolean;
94
+ };
95
+ locale: {
96
+ type: string;
97
+ };
98
+ release: {
99
+ type: string;
100
+ relation: string;
101
+ target: string;
102
+ inversedBy: string;
103
+ };
104
+ isEntryValid: {
105
+ type: string;
106
+ };
107
+ };
108
+ };
109
+ };
110
+ };
111
+ services: {
112
+ scheduling?: (({ strapi }: {
113
+ strapi: Required<import("@strapi/types").Strapi>;
114
+ }) => {
115
+ set(releaseId: import("@strapi/types/dist/types/core/entity").ID, scheduleDate: Date): Promise<Map<import("@strapi/types/dist/types/core/entity").ID, import("node-schedule").Job>>;
116
+ cancel(releaseId: import("@strapi/types/dist/types/core/entity").ID): Map<import("@strapi/types/dist/types/core/entity").ID, import("node-schedule").Job>;
117
+ getAll(): Map<import("@strapi/types/dist/types/core/entity").ID, import("node-schedule").Job>;
118
+ syncFromDatabase(): Promise<Map<import("@strapi/types/dist/types/core/entity").ID, import("node-schedule").Job>>;
119
+ }) | undefined;
120
+ release: ({ strapi }: {
121
+ strapi: Required<import("@strapi/types").Strapi>;
122
+ }) => {
123
+ create(releaseData: {
124
+ name: string;
125
+ scheduledAt: Date | null;
126
+ timezone: string | null;
127
+ }, { user }: {
128
+ user: import("../../shared/types").UserInfo;
129
+ }): Promise<{
130
+ id: import("@strapi/types/dist/types/core/entity").ID;
131
+ } & {
132
+ [key: string]: any;
133
+ }>;
134
+ findOne(id: import("@strapi/types/dist/types/core/entity").ID, query?: {}): Promise<({
135
+ id: import("@strapi/types/dist/types/core/entity").ID;
136
+ } & {
137
+ [key: string]: any;
138
+ }) | null>;
139
+ findPage(query?: Partial<Pick<import("../../shared/contracts/releases").Pagination, "page" | "pageSize">> | undefined): Promise<import("@strapi/types/dist/modules/entity-service").PaginatedResult<"plugin::content-releases.release", {
140
+ sort?: import("@strapi/types/dist/modules/entity-service/params/sort").Any<"plugin::content-releases.release"> | undefined;
141
+ } & {
142
+ fields?: import("@strapi/types/dist/modules/entity-service/params/fields").Any<"plugin::content-releases.release"> | undefined;
143
+ } & {
144
+ filters?: ({
145
+ $and?: (any & {
146
+ $not?: (any & any & {
147
+ id?: import("@strapi/types/dist/types/core/entity").ID | ({
148
+ $null?: boolean | undefined;
149
+ $notNull?: boolean | undefined;
150
+ } & {
151
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
152
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
153
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
154
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
155
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
156
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
157
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
158
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
159
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
160
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
161
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
162
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
163
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
164
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
165
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
166
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
167
+ } & {
168
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
169
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
170
+ } & {
171
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
172
+ } & {
173
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
174
+ $null?: boolean | undefined;
175
+ $notNull?: boolean | undefined;
176
+ } & {
177
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
178
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
179
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
180
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
181
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
182
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
183
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
184
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
185
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
186
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
187
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
188
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
189
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
190
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
191
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
192
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
193
+ } & {
194
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
195
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
196
+ } & {
197
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
198
+ } & any & {
199
+ $and?: (import("@strapi/types/dist/types/core/entity").ID | ({
200
+ $null?: boolean | undefined;
201
+ $notNull?: boolean | undefined;
202
+ } & {
203
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
204
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
205
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
206
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
207
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
208
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
209
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
210
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
211
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
212
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
213
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
214
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
215
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
216
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
217
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
218
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
219
+ } & {
220
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
221
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
222
+ } & {
223
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
224
+ } & any & any))[] | undefined;
225
+ $or?: (import("@strapi/types/dist/types/core/entity").ID | ({
226
+ $null?: boolean | undefined;
227
+ $notNull?: boolean | undefined;
228
+ } & {
229
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
230
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
231
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
232
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
233
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
234
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
235
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
236
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
237
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
238
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
239
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
240
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
241
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
242
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
243
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
244
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
245
+ } & {
246
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
247
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
248
+ } & {
249
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
250
+ } & any & any))[] | undefined;
251
+ }) | undefined;
252
+ } & {
253
+ $and?: (import("@strapi/types/dist/types/core/entity").ID | ({
254
+ $null?: boolean | undefined;
255
+ $notNull?: boolean | undefined;
256
+ } & {
257
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
258
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
259
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
260
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
261
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
262
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
263
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
264
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
265
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
266
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
267
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
268
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
269
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
270
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
271
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
272
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
273
+ } & {
274
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
275
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
276
+ } & {
277
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
278
+ } & {
279
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
280
+ $null?: boolean | undefined;
281
+ $notNull?: boolean | undefined;
282
+ } & {
283
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
284
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
285
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
286
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
287
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
288
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
289
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
290
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
291
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
292
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
293
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
294
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
295
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
296
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
297
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
298
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
299
+ } & {
300
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
301
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
302
+ } & {
303
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
304
+ } & any & any) | undefined;
305
+ } & any))[] | undefined;
306
+ $or?: (import("@strapi/types/dist/types/core/entity").ID | ({
307
+ $null?: boolean | undefined;
308
+ $notNull?: boolean | undefined;
309
+ } & {
310
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
311
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
312
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
313
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
314
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
315
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
316
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
317
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
318
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
319
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
320
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
321
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
322
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
323
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
324
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
325
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
326
+ } & {
327
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
328
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
329
+ } & {
330
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
331
+ } & {
332
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
333
+ $null?: boolean | undefined;
334
+ $notNull?: boolean | undefined;
335
+ } & {
336
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
337
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
338
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
339
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
340
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
341
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
342
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
343
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
344
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
345
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
346
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
347
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
348
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
349
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
350
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
351
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
352
+ } & {
353
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
354
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
355
+ } & {
356
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
357
+ } & any & any) | undefined;
358
+ } & any))[] | undefined;
359
+ }) | undefined;
360
+ } & import("@strapi/types/dist/modules/entity-service/params/filters").AbstractAttributesFiltering<"plugin::content-releases.release">) | undefined;
361
+ } & {
362
+ id?: import("@strapi/types/dist/types/core/entity").ID | ({
363
+ $null?: boolean | undefined;
364
+ $notNull?: boolean | undefined;
365
+ } & {
366
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
367
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
368
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
369
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
370
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
371
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
372
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
373
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
374
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
375
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
376
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
377
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
378
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
379
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
380
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
381
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
382
+ } & {
383
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
384
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
385
+ } & {
386
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
387
+ } & {
388
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
389
+ $null?: boolean | undefined;
390
+ $notNull?: boolean | undefined;
391
+ } & {
392
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
393
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
394
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
395
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
396
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
397
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
398
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
399
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
400
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
401
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
402
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
403
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
404
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
405
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
406
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
407
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
408
+ } & {
409
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
410
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
411
+ } & {
412
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
413
+ } & any & {
414
+ $and?: (import("@strapi/types/dist/types/core/entity").ID | ({
415
+ $null?: boolean | undefined;
416
+ $notNull?: boolean | undefined;
417
+ } & {
418
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
419
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
420
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
421
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
422
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
423
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
424
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
425
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
426
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
427
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
428
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
429
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
430
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
431
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
432
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
433
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
434
+ } & {
435
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
436
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
437
+ } & {
438
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
439
+ } & any & any))[] | undefined;
440
+ $or?: (import("@strapi/types/dist/types/core/entity").ID | ({
441
+ $null?: boolean | undefined;
442
+ $notNull?: boolean | undefined;
443
+ } & {
444
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
445
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
446
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
447
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
448
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
449
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
450
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
451
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
452
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
453
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
454
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
455
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
456
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
457
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
458
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
459
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
460
+ } & {
461
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
462
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
463
+ } & {
464
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
465
+ } & any & any))[] | undefined;
466
+ }) | undefined;
467
+ } & {
468
+ $and?: (import("@strapi/types/dist/types/core/entity").ID | ({
469
+ $null?: boolean | undefined;
470
+ $notNull?: boolean | undefined;
471
+ } & {
472
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
473
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
474
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
475
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
476
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
477
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
478
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
479
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
480
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
481
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
482
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
483
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
484
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
485
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
486
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
487
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
488
+ } & {
489
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
490
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
491
+ } & {
492
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
493
+ } & {
494
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
495
+ $null?: boolean | undefined;
496
+ $notNull?: boolean | undefined;
497
+ } & {
498
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
499
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
500
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
501
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
502
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
503
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
504
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
505
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
506
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
507
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
508
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
509
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
510
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
511
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
512
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
513
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
514
+ } & {
515
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
516
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
517
+ } & {
518
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
519
+ } & any & any) | undefined;
520
+ } & any))[] | undefined;
521
+ $or?: (import("@strapi/types/dist/types/core/entity").ID | ({
522
+ $null?: boolean | undefined;
523
+ $notNull?: boolean | undefined;
524
+ } & {
525
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
526
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
527
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
528
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
529
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
530
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
531
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
532
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
533
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
534
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
535
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
536
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
537
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
538
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
539
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
540
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
541
+ } & {
542
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
543
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
544
+ } & {
545
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
546
+ } & {
547
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
548
+ $null?: boolean | undefined;
549
+ $notNull?: boolean | undefined;
550
+ } & {
551
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
552
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
553
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
554
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
555
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
556
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
557
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
558
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
559
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
560
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
561
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
562
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
563
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
564
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
565
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
566
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
567
+ } & {
568
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
569
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
570
+ } & {
571
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
572
+ } & any & any) | undefined;
573
+ } & any))[] | undefined;
574
+ }) | undefined;
575
+ } & import("@strapi/types/dist/modules/entity-service/params/filters").AbstractAttributesFiltering<"plugin::content-releases.release">)[] | undefined;
576
+ $or?: (any & {
577
+ $not?: (any & any & {
578
+ id?: import("@strapi/types/dist/types/core/entity").ID | ({
579
+ $null?: boolean | undefined;
580
+ $notNull?: boolean | undefined;
581
+ } & {
582
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
583
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
584
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
585
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
586
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
587
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
588
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
589
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
590
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
591
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
592
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
593
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
594
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
595
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
596
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
597
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
598
+ } & {
599
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
600
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
601
+ } & {
602
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
603
+ } & {
604
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
605
+ $null?: boolean | undefined;
606
+ $notNull?: boolean | undefined;
607
+ } & {
608
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
609
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
610
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
611
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
612
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
613
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
614
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
615
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
616
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
617
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
618
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
619
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
620
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
621
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
622
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
623
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
624
+ } & {
625
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
626
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
627
+ } & {
628
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
629
+ } & any & {
630
+ $and?: (import("@strapi/types/dist/types/core/entity").ID | ({
631
+ $null?: boolean | undefined;
632
+ $notNull?: boolean | undefined;
633
+ } & {
634
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
635
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
636
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
637
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
638
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
639
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
640
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
641
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
642
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
643
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
644
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
645
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
646
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
647
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
648
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
649
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
650
+ } & {
651
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
652
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
653
+ } & {
654
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
655
+ } & any & any))[] | undefined;
656
+ $or?: (import("@strapi/types/dist/types/core/entity").ID | ({
657
+ $null?: boolean | undefined;
658
+ $notNull?: boolean | undefined;
659
+ } & {
660
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
661
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
662
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
663
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
664
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
665
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
666
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
667
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
668
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
669
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
670
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
671
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
672
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
673
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
674
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
675
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
676
+ } & {
677
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
678
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
679
+ } & {
680
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
681
+ } & any & any))[] | undefined;
682
+ }) | undefined;
683
+ } & {
684
+ $and?: (import("@strapi/types/dist/types/core/entity").ID | ({
685
+ $null?: boolean | undefined;
686
+ $notNull?: boolean | undefined;
687
+ } & {
688
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
689
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
690
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
691
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
692
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
693
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
694
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
695
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
696
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
697
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
698
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
699
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
700
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
701
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
702
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
703
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
704
+ } & {
705
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
706
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
707
+ } & {
708
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
709
+ } & {
710
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
711
+ $null?: boolean | undefined;
712
+ $notNull?: boolean | undefined;
713
+ } & {
714
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
715
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
716
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
717
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
718
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
719
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
720
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
721
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
722
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
723
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
724
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
725
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
726
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
727
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
728
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
729
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
730
+ } & {
731
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
732
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
733
+ } & {
734
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
735
+ } & any & any) | undefined;
736
+ } & any))[] | undefined;
737
+ $or?: (import("@strapi/types/dist/types/core/entity").ID | ({
738
+ $null?: boolean | undefined;
739
+ $notNull?: boolean | undefined;
740
+ } & {
741
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
742
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
743
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
744
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
745
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
746
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
747
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
748
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
749
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
750
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
751
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
752
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
753
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
754
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
755
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
756
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
757
+ } & {
758
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
759
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
760
+ } & {
761
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
762
+ } & {
763
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
764
+ $null?: boolean | undefined;
765
+ $notNull?: boolean | undefined;
766
+ } & {
767
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
768
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
769
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
770
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
771
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
772
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
773
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
774
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
775
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
776
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
777
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
778
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
779
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
780
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
781
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
782
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
783
+ } & {
784
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
785
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
786
+ } & {
787
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
788
+ } & any & any) | undefined;
789
+ } & any))[] | undefined;
790
+ }) | undefined;
791
+ } & import("@strapi/types/dist/modules/entity-service/params/filters").AbstractAttributesFiltering<"plugin::content-releases.release">) | undefined;
792
+ } & {
793
+ id?: import("@strapi/types/dist/types/core/entity").ID | ({
794
+ $null?: boolean | undefined;
795
+ $notNull?: boolean | undefined;
796
+ } & {
797
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
798
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
799
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
800
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
801
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
802
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
803
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
804
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
805
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
806
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
807
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
808
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
809
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
810
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
811
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
812
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
813
+ } & {
814
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
815
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
816
+ } & {
817
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
818
+ } & {
819
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
820
+ $null?: boolean | undefined;
821
+ $notNull?: boolean | undefined;
822
+ } & {
823
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
824
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
825
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
826
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
827
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
828
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
829
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
830
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
831
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
832
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
833
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
834
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
835
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
836
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
837
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
838
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
839
+ } & {
840
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
841
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
842
+ } & {
843
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
844
+ } & any & {
845
+ $and?: (import("@strapi/types/dist/types/core/entity").ID | ({
846
+ $null?: boolean | undefined;
847
+ $notNull?: boolean | undefined;
848
+ } & {
849
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
850
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
851
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
852
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
853
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
854
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
855
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
856
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
857
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
858
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
859
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
860
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
861
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
862
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
863
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
864
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
865
+ } & {
866
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
867
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
868
+ } & {
869
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
870
+ } & any & any))[] | undefined;
871
+ $or?: (import("@strapi/types/dist/types/core/entity").ID | ({
872
+ $null?: boolean | undefined;
873
+ $notNull?: boolean | undefined;
874
+ } & {
875
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
876
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
877
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
878
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
879
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
880
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
881
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
882
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
883
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
884
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
885
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
886
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
887
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
888
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
889
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
890
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
891
+ } & {
892
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
893
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
894
+ } & {
895
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
896
+ } & any & any))[] | undefined;
897
+ }) | undefined;
898
+ } & {
899
+ $and?: (import("@strapi/types/dist/types/core/entity").ID | ({
900
+ $null?: boolean | undefined;
901
+ $notNull?: boolean | undefined;
902
+ } & {
903
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
904
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
905
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
906
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
907
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
908
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
909
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
910
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
911
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
912
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
913
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
914
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
915
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
916
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
917
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
918
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
919
+ } & {
920
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
921
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
922
+ } & {
923
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
924
+ } & {
925
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
926
+ $null?: boolean | undefined;
927
+ $notNull?: boolean | undefined;
928
+ } & {
929
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
930
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
931
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
932
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
933
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
934
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
935
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
936
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
937
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
938
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
939
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
940
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
941
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
942
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
943
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
944
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
945
+ } & {
946
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
947
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
948
+ } & {
949
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
950
+ } & any & any) | undefined;
951
+ } & any))[] | undefined;
952
+ $or?: (import("@strapi/types/dist/types/core/entity").ID | ({
953
+ $null?: boolean | undefined;
954
+ $notNull?: boolean | undefined;
955
+ } & {
956
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
957
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
958
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
959
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
960
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
961
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
962
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
963
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
964
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
965
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
966
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
967
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
968
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
969
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
970
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
971
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
972
+ } & {
973
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
974
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
975
+ } & {
976
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
977
+ } & {
978
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
979
+ $null?: boolean | undefined;
980
+ $notNull?: boolean | undefined;
981
+ } & {
982
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
983
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
984
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
985
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
986
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
987
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
988
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
989
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
990
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
991
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
992
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
993
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
994
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
995
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
996
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
997
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
998
+ } & {
999
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1000
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1001
+ } & {
1002
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1003
+ } & any & any) | undefined;
1004
+ } & any))[] | undefined;
1005
+ }) | undefined;
1006
+ } & import("@strapi/types/dist/modules/entity-service/params/filters").AbstractAttributesFiltering<"plugin::content-releases.release">)[] | undefined;
1007
+ } & {
1008
+ $not?: ({
1009
+ $and?: (any & any & {
1010
+ id?: import("@strapi/types/dist/types/core/entity").ID | ({
1011
+ $null?: boolean | undefined;
1012
+ $notNull?: boolean | undefined;
1013
+ } & {
1014
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1015
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1016
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1017
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1018
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1019
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1020
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1021
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1022
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1023
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1024
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1025
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1026
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1027
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1028
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1029
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1030
+ } & {
1031
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1032
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1033
+ } & {
1034
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1035
+ } & {
1036
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
1037
+ $null?: boolean | undefined;
1038
+ $notNull?: boolean | undefined;
1039
+ } & {
1040
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1041
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1042
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1043
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1044
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1045
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1046
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1047
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1048
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1049
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1050
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1051
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1052
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1053
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1054
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1055
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1056
+ } & {
1057
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1058
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1059
+ } & {
1060
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1061
+ } & any & {
1062
+ $and?: (import("@strapi/types/dist/types/core/entity").ID | ({
1063
+ $null?: boolean | undefined;
1064
+ $notNull?: boolean | undefined;
1065
+ } & {
1066
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1067
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1068
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1069
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1070
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1071
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1072
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1073
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1074
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1075
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1076
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1077
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1078
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1079
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1080
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1081
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1082
+ } & {
1083
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1084
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1085
+ } & {
1086
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1087
+ } & any & any))[] | undefined;
1088
+ $or?: (import("@strapi/types/dist/types/core/entity").ID | ({
1089
+ $null?: boolean | undefined;
1090
+ $notNull?: boolean | undefined;
1091
+ } & {
1092
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1093
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1094
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1095
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1096
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1097
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1098
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1099
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1100
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1101
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1102
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1103
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1104
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1105
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1106
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1107
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1108
+ } & {
1109
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1110
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1111
+ } & {
1112
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1113
+ } & any & any))[] | undefined;
1114
+ }) | undefined;
1115
+ } & {
1116
+ $and?: (import("@strapi/types/dist/types/core/entity").ID | ({
1117
+ $null?: boolean | undefined;
1118
+ $notNull?: boolean | undefined;
1119
+ } & {
1120
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1121
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1122
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1123
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1124
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1125
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1126
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1127
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1128
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1129
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1130
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1131
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1132
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1133
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1134
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1135
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1136
+ } & {
1137
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1138
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1139
+ } & {
1140
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1141
+ } & {
1142
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
1143
+ $null?: boolean | undefined;
1144
+ $notNull?: boolean | undefined;
1145
+ } & {
1146
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1147
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1148
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1149
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1150
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1151
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1152
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1153
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1154
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1155
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1156
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1157
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1158
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1159
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1160
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1161
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1162
+ } & {
1163
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1164
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1165
+ } & {
1166
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1167
+ } & any & any) | undefined;
1168
+ } & any))[] | undefined;
1169
+ $or?: (import("@strapi/types/dist/types/core/entity").ID | ({
1170
+ $null?: boolean | undefined;
1171
+ $notNull?: boolean | undefined;
1172
+ } & {
1173
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1174
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1175
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1176
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1177
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1178
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1179
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1180
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1181
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1182
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1183
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1184
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1185
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1186
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1187
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1188
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1189
+ } & {
1190
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1191
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1192
+ } & {
1193
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1194
+ } & {
1195
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
1196
+ $null?: boolean | undefined;
1197
+ $notNull?: boolean | undefined;
1198
+ } & {
1199
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1200
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1201
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1202
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1203
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1204
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1205
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1206
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1207
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1208
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1209
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1210
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1211
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1212
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1213
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1214
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1215
+ } & {
1216
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1217
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1218
+ } & {
1219
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1220
+ } & any & any) | undefined;
1221
+ } & any))[] | undefined;
1222
+ }) | undefined;
1223
+ } & import("@strapi/types/dist/modules/entity-service/params/filters").AbstractAttributesFiltering<"plugin::content-releases.release">)[] | undefined;
1224
+ $or?: (any & any & {
1225
+ id?: import("@strapi/types/dist/types/core/entity").ID | ({
1226
+ $null?: boolean | undefined;
1227
+ $notNull?: boolean | undefined;
1228
+ } & {
1229
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1230
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1231
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1232
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1233
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1234
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1235
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1236
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1237
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1238
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1239
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1240
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1241
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1242
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1243
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1244
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1245
+ } & {
1246
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1247
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1248
+ } & {
1249
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1250
+ } & {
1251
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
1252
+ $null?: boolean | undefined;
1253
+ $notNull?: boolean | undefined;
1254
+ } & {
1255
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1256
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1257
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1258
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1259
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1260
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1261
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1262
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1263
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1264
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1265
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1266
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1267
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1268
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1269
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1270
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1271
+ } & {
1272
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1273
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1274
+ } & {
1275
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1276
+ } & any & {
1277
+ $and?: (import("@strapi/types/dist/types/core/entity").ID | ({
1278
+ $null?: boolean | undefined;
1279
+ $notNull?: boolean | undefined;
1280
+ } & {
1281
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1282
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1283
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1284
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1285
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1286
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1287
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1288
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1289
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1290
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1291
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1292
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1293
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1294
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1295
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1296
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1297
+ } & {
1298
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1299
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1300
+ } & {
1301
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1302
+ } & any & any))[] | undefined;
1303
+ $or?: (import("@strapi/types/dist/types/core/entity").ID | ({
1304
+ $null?: boolean | undefined;
1305
+ $notNull?: boolean | undefined;
1306
+ } & {
1307
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1308
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1309
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1310
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1311
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1312
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1313
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1314
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1315
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1316
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1317
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1318
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1319
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1320
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1321
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1322
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1323
+ } & {
1324
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1325
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1326
+ } & {
1327
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1328
+ } & any & any))[] | undefined;
1329
+ }) | undefined;
1330
+ } & {
1331
+ $and?: (import("@strapi/types/dist/types/core/entity").ID | ({
1332
+ $null?: boolean | undefined;
1333
+ $notNull?: boolean | undefined;
1334
+ } & {
1335
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1336
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1337
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1338
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1339
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1340
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1341
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1342
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1343
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1344
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1345
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1346
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1347
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1348
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1349
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1350
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1351
+ } & {
1352
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1353
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1354
+ } & {
1355
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1356
+ } & {
1357
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
1358
+ $null?: boolean | undefined;
1359
+ $notNull?: boolean | undefined;
1360
+ } & {
1361
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1362
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1363
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1364
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1365
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1366
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1367
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1368
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1369
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1370
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1371
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1372
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1373
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1374
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1375
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1376
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1377
+ } & {
1378
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1379
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1380
+ } & {
1381
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1382
+ } & any & any) | undefined;
1383
+ } & any))[] | undefined;
1384
+ $or?: (import("@strapi/types/dist/types/core/entity").ID | ({
1385
+ $null?: boolean | undefined;
1386
+ $notNull?: boolean | undefined;
1387
+ } & {
1388
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1389
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1390
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1391
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1392
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1393
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1394
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1395
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1396
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1397
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1398
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1399
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1400
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1401
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1402
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1403
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1404
+ } & {
1405
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1406
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1407
+ } & {
1408
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1409
+ } & {
1410
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
1411
+ $null?: boolean | undefined;
1412
+ $notNull?: boolean | undefined;
1413
+ } & {
1414
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1415
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1416
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1417
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1418
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1419
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1420
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1421
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1422
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1423
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1424
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1425
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1426
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1427
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1428
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1429
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1430
+ } & {
1431
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1432
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1433
+ } & {
1434
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1435
+ } & any & any) | undefined;
1436
+ } & any))[] | undefined;
1437
+ }) | undefined;
1438
+ } & import("@strapi/types/dist/modules/entity-service/params/filters").AbstractAttributesFiltering<"plugin::content-releases.release">)[] | undefined;
1439
+ } & any & {
1440
+ id?: import("@strapi/types/dist/types/core/entity").ID | ({
1441
+ $null?: boolean | undefined;
1442
+ $notNull?: boolean | undefined;
1443
+ } & {
1444
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1445
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1446
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1447
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1448
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1449
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1450
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1451
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1452
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1453
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1454
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1455
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1456
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1457
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1458
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1459
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1460
+ } & {
1461
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1462
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1463
+ } & {
1464
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1465
+ } & {
1466
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
1467
+ $null?: boolean | undefined;
1468
+ $notNull?: boolean | undefined;
1469
+ } & {
1470
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1471
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1472
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1473
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1474
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1475
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1476
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1477
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1478
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1479
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1480
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1481
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1482
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1483
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1484
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1485
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1486
+ } & {
1487
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1488
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1489
+ } & {
1490
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1491
+ } & any & {
1492
+ $and?: (import("@strapi/types/dist/types/core/entity").ID | ({
1493
+ $null?: boolean | undefined;
1494
+ $notNull?: boolean | undefined;
1495
+ } & {
1496
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1497
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1498
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1499
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1500
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1501
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1502
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1503
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1504
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1505
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1506
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1507
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1508
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1509
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1510
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1511
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1512
+ } & {
1513
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1514
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1515
+ } & {
1516
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1517
+ } & any & any))[] | undefined;
1518
+ $or?: (import("@strapi/types/dist/types/core/entity").ID | ({
1519
+ $null?: boolean | undefined;
1520
+ $notNull?: boolean | undefined;
1521
+ } & {
1522
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1523
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1524
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1525
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1526
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1527
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1528
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1529
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1530
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1531
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1532
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1533
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1534
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1535
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1536
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1537
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1538
+ } & {
1539
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1540
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1541
+ } & {
1542
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1543
+ } & any & any))[] | undefined;
1544
+ }) | undefined;
1545
+ } & {
1546
+ $and?: (import("@strapi/types/dist/types/core/entity").ID | ({
1547
+ $null?: boolean | undefined;
1548
+ $notNull?: boolean | undefined;
1549
+ } & {
1550
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1551
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1552
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1553
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1554
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1555
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1556
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1557
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1558
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1559
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1560
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1561
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1562
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1563
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1564
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1565
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1566
+ } & {
1567
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1568
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1569
+ } & {
1570
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1571
+ } & {
1572
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
1573
+ $null?: boolean | undefined;
1574
+ $notNull?: boolean | undefined;
1575
+ } & {
1576
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1577
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1578
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1579
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1580
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1581
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1582
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1583
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1584
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1585
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1586
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1587
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1588
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1589
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1590
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1591
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1592
+ } & {
1593
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1594
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1595
+ } & {
1596
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1597
+ } & any & any) | undefined;
1598
+ } & any))[] | undefined;
1599
+ $or?: (import("@strapi/types/dist/types/core/entity").ID | ({
1600
+ $null?: boolean | undefined;
1601
+ $notNull?: boolean | undefined;
1602
+ } & {
1603
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1604
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1605
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1606
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1607
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1608
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1609
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1610
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1611
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1612
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1613
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1614
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1615
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1616
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1617
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1618
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1619
+ } & {
1620
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1621
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1622
+ } & {
1623
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1624
+ } & {
1625
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
1626
+ $null?: boolean | undefined;
1627
+ $notNull?: boolean | undefined;
1628
+ } & {
1629
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1630
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1631
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1632
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1633
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1634
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1635
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1636
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1637
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1638
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1639
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1640
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1641
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1642
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1643
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1644
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1645
+ } & {
1646
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1647
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1648
+ } & {
1649
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1650
+ } & any & any) | undefined;
1651
+ } & any))[] | undefined;
1652
+ }) | undefined;
1653
+ } & import("@strapi/types/dist/modules/entity-service/params/filters").AbstractAttributesFiltering<"plugin::content-releases.release">) | undefined;
1654
+ } & {
1655
+ id?: import("@strapi/types/dist/types/core/entity").ID | ({
1656
+ $null?: boolean | undefined;
1657
+ $notNull?: boolean | undefined;
1658
+ } & {
1659
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1660
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1661
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1662
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1663
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1664
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1665
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1666
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1667
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1668
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1669
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1670
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1671
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1672
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1673
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1674
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1675
+ } & {
1676
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1677
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1678
+ } & {
1679
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1680
+ } & {
1681
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
1682
+ $null?: boolean | undefined;
1683
+ $notNull?: boolean | undefined;
1684
+ } & {
1685
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1686
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1687
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1688
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1689
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1690
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1691
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1692
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1693
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1694
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1695
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1696
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1697
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1698
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1699
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1700
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1701
+ } & {
1702
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1703
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1704
+ } & {
1705
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1706
+ } & any & {
1707
+ $and?: (import("@strapi/types/dist/types/core/entity").ID | ({
1708
+ $null?: boolean | undefined;
1709
+ $notNull?: boolean | undefined;
1710
+ } & {
1711
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1712
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1713
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1714
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1715
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1716
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1717
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1718
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1719
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1720
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1721
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1722
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1723
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1724
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1725
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1726
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1727
+ } & {
1728
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1729
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1730
+ } & {
1731
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1732
+ } & any & any))[] | undefined;
1733
+ $or?: (import("@strapi/types/dist/types/core/entity").ID | ({
1734
+ $null?: boolean | undefined;
1735
+ $notNull?: boolean | undefined;
1736
+ } & {
1737
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1738
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1739
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1740
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1741
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1742
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1743
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1744
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1745
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1746
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1747
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1748
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1749
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1750
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1751
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1752
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1753
+ } & {
1754
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1755
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1756
+ } & {
1757
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1758
+ } & any & any))[] | undefined;
1759
+ }) | undefined;
1760
+ } & {
1761
+ $and?: (import("@strapi/types/dist/types/core/entity").ID | ({
1762
+ $null?: boolean | undefined;
1763
+ $notNull?: boolean | undefined;
1764
+ } & {
1765
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1766
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1767
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1768
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1769
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1770
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1771
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1772
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1773
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1774
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1775
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1776
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1777
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1778
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1779
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1780
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1781
+ } & {
1782
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1783
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1784
+ } & {
1785
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1786
+ } & {
1787
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
1788
+ $null?: boolean | undefined;
1789
+ $notNull?: boolean | undefined;
1790
+ } & {
1791
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1792
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1793
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1794
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1795
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1796
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1797
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1798
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1799
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1800
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1801
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1802
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1803
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1804
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1805
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1806
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1807
+ } & {
1808
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1809
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1810
+ } & {
1811
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1812
+ } & any & any) | undefined;
1813
+ } & any))[] | undefined;
1814
+ $or?: (import("@strapi/types/dist/types/core/entity").ID | ({
1815
+ $null?: boolean | undefined;
1816
+ $notNull?: boolean | undefined;
1817
+ } & {
1818
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1819
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1820
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1821
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1822
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1823
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1824
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1825
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1826
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1827
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1828
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1829
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1830
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1831
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1832
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1833
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1834
+ } & {
1835
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1836
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1837
+ } & {
1838
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1839
+ } & {
1840
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
1841
+ $null?: boolean | undefined;
1842
+ $notNull?: boolean | undefined;
1843
+ } & {
1844
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1845
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1846
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1847
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1848
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1849
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1850
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1851
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1852
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1853
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1854
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1855
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1856
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1857
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1858
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1859
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1860
+ } & {
1861
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1862
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1863
+ } & {
1864
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1865
+ } & any & any) | undefined;
1866
+ } & any))[] | undefined;
1867
+ }) | undefined;
1868
+ } & import("@strapi/types/dist/modules/entity-service/params/filters").AbstractAttributesFiltering<"plugin::content-releases.release">) | undefined;
1869
+ } & {
1870
+ populate?: import("@strapi/types/dist/modules/entity-service/params/populate").Any<"plugin::content-releases.release"> | undefined;
1871
+ } & ((import("@strapi/types/dist/types/utils").Without<import("@strapi/types/dist/modules/entity-service/params/pagination").PageNotation, import("@strapi/types/dist/modules/entity-service/params/pagination").OffsetNotation> & import("@strapi/types/dist/modules/entity-service/params/pagination").OffsetNotation) | (import("@strapi/types/dist/types/utils").Without<import("@strapi/types/dist/modules/entity-service/params/pagination").OffsetNotation, import("@strapi/types/dist/modules/entity-service/params/pagination").PageNotation> & import("@strapi/types/dist/modules/entity-service/params/pagination").PageNotation)) & {
1872
+ _q?: string | undefined;
1873
+ }>>;
1874
+ findManyWithContentTypeEntryAttached(contentTypeUid: import("@strapi/types/dist/types/core/common/uid").ContentType, entryId: number): Promise<any[]>;
1875
+ findManyWithoutContentTypeEntryAttached(contentTypeUid: import("@strapi/types/dist/types/core/common/uid").ContentType, entryId: number): Promise<any[]>;
1876
+ update(id: number, releaseData: {
1877
+ name: string;
1878
+ scheduledAt?: Date | null | undefined;
1879
+ timezone?: string | null | undefined;
1880
+ }, { user }: {
1881
+ user: import("../../shared/types").UserInfo;
1882
+ }): Promise<({
1883
+ id: import("@strapi/types/dist/types/core/entity").ID;
1884
+ } & {
1885
+ [key: string]: any;
1886
+ }) | null>;
1887
+ createAction(releaseId: import("@strapi/types/dist/types/core/entity").ID, action: Pick<{
1888
+ type: "publish" | "unpublish";
1889
+ entry: {
1890
+ id: number;
1891
+ locale?: string | undefined;
1892
+ contentType: import("@strapi/types/dist/types/core/common/uid").ContentType;
1893
+ };
1894
+ }, "type" | "entry">): Promise<{
1895
+ id: import("@strapi/types/dist/types/core/entity").ID;
1896
+ } & {
1897
+ [key: string]: any;
1898
+ }>;
1899
+ findActions(releaseId: import("@strapi/types/dist/types/core/entity").ID, query?: (Partial<Pick<import("../../shared/contracts/releases").Pagination, "page" | "pageSize">> & {
1900
+ groupBy?: import("../../shared/contracts/release-actions").ReleaseActionGroupBy | undefined;
1901
+ }) | undefined): Promise<import("@strapi/types/dist/modules/entity-service").PaginatedResult<"plugin::content-releases.release-action", {
1902
+ populate: {
1903
+ entry: {
1904
+ populate: "*";
1905
+ };
1906
+ };
1907
+ filters: {
1908
+ release: import("@strapi/types/dist/types/core/entity").ID;
1909
+ };
1910
+ page?: number | undefined;
1911
+ pageSize?: number | undefined;
1912
+ groupBy?: import("../../shared/contracts/release-actions").ReleaseActionGroupBy | undefined;
1913
+ }>>;
1914
+ countActions(query: {
1915
+ filters?: ({
1916
+ $and?: (any & {
1917
+ $not?: (any & any & {
1918
+ id?: import("@strapi/types/dist/types/core/entity").ID | ({
1919
+ $null?: boolean | undefined;
1920
+ $notNull?: boolean | undefined;
1921
+ } & {
1922
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1923
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1924
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1925
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1926
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1927
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1928
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1929
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1930
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1931
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1932
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1933
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1934
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1935
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1936
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1937
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1938
+ } & {
1939
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1940
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1941
+ } & {
1942
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1943
+ } & {
1944
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
1945
+ $null?: boolean | undefined;
1946
+ $notNull?: boolean | undefined;
1947
+ } & {
1948
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1949
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1950
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1951
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1952
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1953
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1954
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1955
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1956
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1957
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1958
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1959
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1960
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1961
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1962
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1963
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1964
+ } & {
1965
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1966
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1967
+ } & {
1968
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1969
+ } & any & {
1970
+ $and?: (import("@strapi/types/dist/types/core/entity").ID | ({
1971
+ $null?: boolean | undefined;
1972
+ $notNull?: boolean | undefined;
1973
+ } & {
1974
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1975
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1976
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1977
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1978
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1979
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1980
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1981
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1982
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1983
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1984
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1985
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1986
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1987
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1988
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1989
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1990
+ } & {
1991
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1992
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1993
+ } & {
1994
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1995
+ } & any & any))[] | undefined;
1996
+ $or?: (import("@strapi/types/dist/types/core/entity").ID | ({
1997
+ $null?: boolean | undefined;
1998
+ $notNull?: boolean | undefined;
1999
+ } & {
2000
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2001
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2002
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2003
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2004
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2005
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2006
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2007
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2008
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2009
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2010
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2011
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2012
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2013
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2014
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2015
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2016
+ } & {
2017
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2018
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2019
+ } & {
2020
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
2021
+ } & any & any))[] | undefined;
2022
+ }) | undefined;
2023
+ } & {
2024
+ $and?: (import("@strapi/types/dist/types/core/entity").ID | ({
2025
+ $null?: boolean | undefined;
2026
+ $notNull?: boolean | undefined;
2027
+ } & {
2028
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2029
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2030
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2031
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2032
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2033
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2034
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2035
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2036
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2037
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2038
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2039
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2040
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2041
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2042
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2043
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2044
+ } & {
2045
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2046
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2047
+ } & {
2048
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
2049
+ } & {
2050
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
2051
+ $null?: boolean | undefined;
2052
+ $notNull?: boolean | undefined;
2053
+ } & {
2054
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2055
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2056
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2057
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2058
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2059
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2060
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2061
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2062
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2063
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2064
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2065
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2066
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2067
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2068
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2069
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2070
+ } & {
2071
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2072
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2073
+ } & {
2074
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
2075
+ } & any & any) | undefined;
2076
+ } & any))[] | undefined;
2077
+ $or?: (import("@strapi/types/dist/types/core/entity").ID | ({
2078
+ $null?: boolean | undefined;
2079
+ $notNull?: boolean | undefined;
2080
+ } & {
2081
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2082
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2083
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2084
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2085
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2086
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2087
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2088
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2089
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2090
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2091
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2092
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2093
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2094
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2095
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2096
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2097
+ } & {
2098
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2099
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2100
+ } & {
2101
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
2102
+ } & {
2103
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
2104
+ $null?: boolean | undefined;
2105
+ $notNull?: boolean | undefined;
2106
+ } & {
2107
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2108
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2109
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2110
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2111
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2112
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2113
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2114
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2115
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2116
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2117
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2118
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2119
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2120
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2121
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2122
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2123
+ } & {
2124
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2125
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2126
+ } & {
2127
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
2128
+ } & any & any) | undefined;
2129
+ } & any))[] | undefined;
2130
+ }) | undefined;
2131
+ } & import("@strapi/types/dist/modules/entity-service/params/filters").AbstractAttributesFiltering<"plugin::content-releases.release-action">) | undefined;
2132
+ } & {
2133
+ id?: import("@strapi/types/dist/types/core/entity").ID | ({
2134
+ $null?: boolean | undefined;
2135
+ $notNull?: boolean | undefined;
2136
+ } & {
2137
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2138
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2139
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2140
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2141
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2142
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2143
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2144
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2145
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2146
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2147
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2148
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2149
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2150
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2151
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2152
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2153
+ } & {
2154
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2155
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2156
+ } & {
2157
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
2158
+ } & {
2159
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
2160
+ $null?: boolean | undefined;
2161
+ $notNull?: boolean | undefined;
2162
+ } & {
2163
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2164
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2165
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2166
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2167
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2168
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2169
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2170
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2171
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2172
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2173
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2174
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2175
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2176
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2177
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2178
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2179
+ } & {
2180
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2181
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2182
+ } & {
2183
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
2184
+ } & any & {
2185
+ $and?: (import("@strapi/types/dist/types/core/entity").ID | ({
2186
+ $null?: boolean | undefined;
2187
+ $notNull?: boolean | undefined;
2188
+ } & {
2189
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2190
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2191
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2192
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2193
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2194
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2195
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2196
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2197
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2198
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2199
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2200
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2201
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2202
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2203
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2204
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2205
+ } & {
2206
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2207
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2208
+ } & {
2209
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
2210
+ } & any & any))[] | undefined;
2211
+ $or?: (import("@strapi/types/dist/types/core/entity").ID | ({
2212
+ $null?: boolean | undefined;
2213
+ $notNull?: boolean | undefined;
2214
+ } & {
2215
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2216
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2217
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2218
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2219
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2220
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2221
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2222
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2223
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2224
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2225
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2226
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2227
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2228
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2229
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2230
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2231
+ } & {
2232
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2233
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2234
+ } & {
2235
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
2236
+ } & any & any))[] | undefined;
2237
+ }) | undefined;
2238
+ } & {
2239
+ $and?: (import("@strapi/types/dist/types/core/entity").ID | ({
2240
+ $null?: boolean | undefined;
2241
+ $notNull?: boolean | undefined;
2242
+ } & {
2243
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2244
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2245
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2246
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2247
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2248
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2249
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2250
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2251
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2252
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2253
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2254
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2255
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2256
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2257
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2258
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2259
+ } & {
2260
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2261
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2262
+ } & {
2263
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
2264
+ } & {
2265
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
2266
+ $null?: boolean | undefined;
2267
+ $notNull?: boolean | undefined;
2268
+ } & {
2269
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2270
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2271
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2272
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2273
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2274
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2275
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2276
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2277
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2278
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2279
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2280
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2281
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2282
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2283
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2284
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2285
+ } & {
2286
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2287
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2288
+ } & {
2289
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
2290
+ } & any & any) | undefined;
2291
+ } & any))[] | undefined;
2292
+ $or?: (import("@strapi/types/dist/types/core/entity").ID | ({
2293
+ $null?: boolean | undefined;
2294
+ $notNull?: boolean | undefined;
2295
+ } & {
2296
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2297
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2298
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2299
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2300
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2301
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2302
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2303
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2304
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2305
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2306
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2307
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2308
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2309
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2310
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2311
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2312
+ } & {
2313
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2314
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2315
+ } & {
2316
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
2317
+ } & {
2318
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
2319
+ $null?: boolean | undefined;
2320
+ $notNull?: boolean | undefined;
2321
+ } & {
2322
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2323
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2324
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2325
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2326
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2327
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2328
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2329
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2330
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2331
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2332
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2333
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2334
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2335
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2336
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2337
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2338
+ } & {
2339
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2340
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2341
+ } & {
2342
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
2343
+ } & any & any) | undefined;
2344
+ } & any))[] | undefined;
2345
+ }) | undefined;
2346
+ } & import("@strapi/types/dist/modules/entity-service/params/filters").AbstractAttributesFiltering<"plugin::content-releases.release-action">)[] | undefined;
2347
+ $or?: (any & {
2348
+ $not?: (any & any & {
2349
+ id?: import("@strapi/types/dist/types/core/entity").ID | ({
2350
+ $null?: boolean | undefined;
2351
+ $notNull?: boolean | undefined;
2352
+ } & {
2353
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2354
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2355
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2356
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2357
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2358
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2359
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2360
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2361
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2362
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2363
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2364
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2365
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2366
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2367
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2368
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2369
+ } & {
2370
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2371
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2372
+ } & {
2373
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
2374
+ } & {
2375
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
2376
+ $null?: boolean | undefined;
2377
+ $notNull?: boolean | undefined;
2378
+ } & {
2379
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2380
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2381
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2382
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2383
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2384
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2385
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2386
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2387
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2388
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2389
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2390
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2391
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2392
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2393
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2394
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2395
+ } & {
2396
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2397
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2398
+ } & {
2399
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
2400
+ } & any & {
2401
+ $and?: (import("@strapi/types/dist/types/core/entity").ID | ({
2402
+ $null?: boolean | undefined;
2403
+ $notNull?: boolean | undefined;
2404
+ } & {
2405
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2406
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2407
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2408
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2409
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2410
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2411
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2412
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2413
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2414
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2415
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2416
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2417
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2418
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2419
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2420
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2421
+ } & {
2422
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2423
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2424
+ } & {
2425
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
2426
+ } & any & any))[] | undefined;
2427
+ $or?: (import("@strapi/types/dist/types/core/entity").ID | ({
2428
+ $null?: boolean | undefined;
2429
+ $notNull?: boolean | undefined;
2430
+ } & {
2431
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2432
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2433
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2434
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2435
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2436
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2437
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2438
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2439
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2440
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2441
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2442
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2443
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2444
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2445
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2446
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2447
+ } & {
2448
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2449
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2450
+ } & {
2451
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
2452
+ } & any & any))[] | undefined;
2453
+ }) | undefined;
2454
+ } & {
2455
+ $and?: (import("@strapi/types/dist/types/core/entity").ID | ({
2456
+ $null?: boolean | undefined;
2457
+ $notNull?: boolean | undefined;
2458
+ } & {
2459
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2460
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2461
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2462
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2463
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2464
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2465
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2466
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2467
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2468
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2469
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2470
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2471
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2472
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2473
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2474
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2475
+ } & {
2476
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2477
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2478
+ } & {
2479
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
2480
+ } & {
2481
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
2482
+ $null?: boolean | undefined;
2483
+ $notNull?: boolean | undefined;
2484
+ } & {
2485
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2486
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2487
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2488
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2489
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2490
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2491
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2492
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2493
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2494
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2495
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2496
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2497
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2498
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2499
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2500
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2501
+ } & {
2502
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2503
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2504
+ } & {
2505
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
2506
+ } & any & any) | undefined;
2507
+ } & any))[] | undefined;
2508
+ $or?: (import("@strapi/types/dist/types/core/entity").ID | ({
2509
+ $null?: boolean | undefined;
2510
+ $notNull?: boolean | undefined;
2511
+ } & {
2512
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2513
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2514
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2515
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2516
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2517
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2518
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2519
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2520
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2521
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2522
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2523
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2524
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2525
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2526
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2527
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2528
+ } & {
2529
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2530
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2531
+ } & {
2532
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
2533
+ } & {
2534
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
2535
+ $null?: boolean | undefined;
2536
+ $notNull?: boolean | undefined;
2537
+ } & {
2538
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2539
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2540
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2541
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2542
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2543
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2544
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2545
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2546
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2547
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2548
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2549
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2550
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2551
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2552
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2553
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2554
+ } & {
2555
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2556
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2557
+ } & {
2558
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
2559
+ } & any & any) | undefined;
2560
+ } & any))[] | undefined;
2561
+ }) | undefined;
2562
+ } & import("@strapi/types/dist/modules/entity-service/params/filters").AbstractAttributesFiltering<"plugin::content-releases.release-action">) | undefined;
2563
+ } & {
2564
+ id?: import("@strapi/types/dist/types/core/entity").ID | ({
2565
+ $null?: boolean | undefined;
2566
+ $notNull?: boolean | undefined;
2567
+ } & {
2568
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2569
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2570
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2571
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2572
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2573
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2574
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2575
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2576
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2577
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2578
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2579
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2580
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2581
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2582
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2583
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2584
+ } & {
2585
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2586
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2587
+ } & {
2588
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
2589
+ } & {
2590
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
2591
+ $null?: boolean | undefined;
2592
+ $notNull?: boolean | undefined;
2593
+ } & {
2594
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2595
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2596
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2597
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2598
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2599
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2600
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2601
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2602
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2603
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2604
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2605
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2606
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2607
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2608
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2609
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2610
+ } & {
2611
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2612
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2613
+ } & {
2614
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
2615
+ } & any & {
2616
+ $and?: (import("@strapi/types/dist/types/core/entity").ID | ({
2617
+ $null?: boolean | undefined;
2618
+ $notNull?: boolean | undefined;
2619
+ } & {
2620
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2621
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2622
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2623
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2624
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2625
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2626
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2627
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2628
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2629
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2630
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2631
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2632
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2633
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2634
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2635
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2636
+ } & {
2637
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2638
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2639
+ } & {
2640
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
2641
+ } & any & any))[] | undefined;
2642
+ $or?: (import("@strapi/types/dist/types/core/entity").ID | ({
2643
+ $null?: boolean | undefined;
2644
+ $notNull?: boolean | undefined;
2645
+ } & {
2646
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2647
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2648
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2649
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2650
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2651
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2652
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2653
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2654
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2655
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2656
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2657
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2658
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2659
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2660
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2661
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2662
+ } & {
2663
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2664
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2665
+ } & {
2666
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
2667
+ } & any & any))[] | undefined;
2668
+ }) | undefined;
2669
+ } & {
2670
+ $and?: (import("@strapi/types/dist/types/core/entity").ID | ({
2671
+ $null?: boolean | undefined;
2672
+ $notNull?: boolean | undefined;
2673
+ } & {
2674
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2675
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2676
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2677
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2678
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2679
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2680
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2681
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2682
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2683
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2684
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2685
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2686
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2687
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2688
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2689
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2690
+ } & {
2691
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2692
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2693
+ } & {
2694
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
2695
+ } & {
2696
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
2697
+ $null?: boolean | undefined;
2698
+ $notNull?: boolean | undefined;
2699
+ } & {
2700
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2701
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2702
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2703
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2704
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2705
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2706
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2707
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2708
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2709
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2710
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2711
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2712
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2713
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2714
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2715
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2716
+ } & {
2717
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2718
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2719
+ } & {
2720
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
2721
+ } & any & any) | undefined;
2722
+ } & any))[] | undefined;
2723
+ $or?: (import("@strapi/types/dist/types/core/entity").ID | ({
2724
+ $null?: boolean | undefined;
2725
+ $notNull?: boolean | undefined;
2726
+ } & {
2727
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2728
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2729
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2730
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2731
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2732
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2733
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2734
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2735
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2736
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2737
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2738
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2739
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2740
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2741
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2742
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2743
+ } & {
2744
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2745
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2746
+ } & {
2747
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
2748
+ } & {
2749
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
2750
+ $null?: boolean | undefined;
2751
+ $notNull?: boolean | undefined;
2752
+ } & {
2753
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2754
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2755
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2756
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2757
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2758
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2759
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2760
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2761
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2762
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2763
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2764
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2765
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2766
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2767
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2768
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2769
+ } & {
2770
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2771
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2772
+ } & {
2773
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
2774
+ } & any & any) | undefined;
2775
+ } & any))[] | undefined;
2776
+ }) | undefined;
2777
+ } & import("@strapi/types/dist/modules/entity-service/params/filters").AbstractAttributesFiltering<"plugin::content-releases.release-action">)[] | undefined;
2778
+ } & {
2779
+ $not?: ({
2780
+ $and?: (any & any & {
2781
+ id?: import("@strapi/types/dist/types/core/entity").ID | ({
2782
+ $null?: boolean | undefined;
2783
+ $notNull?: boolean | undefined;
2784
+ } & {
2785
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2786
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2787
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2788
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2789
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2790
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2791
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2792
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2793
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2794
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2795
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2796
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2797
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2798
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2799
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2800
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2801
+ } & {
2802
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2803
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2804
+ } & {
2805
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
2806
+ } & {
2807
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
2808
+ $null?: boolean | undefined;
2809
+ $notNull?: boolean | undefined;
2810
+ } & {
2811
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2812
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2813
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2814
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2815
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2816
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2817
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2818
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2819
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2820
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2821
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2822
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2823
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2824
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2825
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2826
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2827
+ } & {
2828
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2829
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2830
+ } & {
2831
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
2832
+ } & any & {
2833
+ $and?: (import("@strapi/types/dist/types/core/entity").ID | ({
2834
+ $null?: boolean | undefined;
2835
+ $notNull?: boolean | undefined;
2836
+ } & {
2837
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2838
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2839
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2840
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2841
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2842
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2843
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2844
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2845
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2846
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2847
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2848
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2849
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2850
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2851
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2852
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2853
+ } & {
2854
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2855
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2856
+ } & {
2857
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
2858
+ } & any & any))[] | undefined;
2859
+ $or?: (import("@strapi/types/dist/types/core/entity").ID | ({
2860
+ $null?: boolean | undefined;
2861
+ $notNull?: boolean | undefined;
2862
+ } & {
2863
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2864
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2865
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2866
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2867
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2868
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2869
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2870
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2871
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2872
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2873
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2874
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2875
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2876
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2877
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2878
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2879
+ } & {
2880
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2881
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2882
+ } & {
2883
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
2884
+ } & any & any))[] | undefined;
2885
+ }) | undefined;
2886
+ } & {
2887
+ $and?: (import("@strapi/types/dist/types/core/entity").ID | ({
2888
+ $null?: boolean | undefined;
2889
+ $notNull?: boolean | undefined;
2890
+ } & {
2891
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2892
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2893
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2894
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2895
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2896
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2897
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2898
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2899
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2900
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2901
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2902
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2903
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2904
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2905
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2906
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2907
+ } & {
2908
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2909
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2910
+ } & {
2911
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
2912
+ } & {
2913
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
2914
+ $null?: boolean | undefined;
2915
+ $notNull?: boolean | undefined;
2916
+ } & {
2917
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2918
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2919
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2920
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2921
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2922
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2923
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2924
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2925
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2926
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2927
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2928
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2929
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2930
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2931
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2932
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2933
+ } & {
2934
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2935
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2936
+ } & {
2937
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
2938
+ } & any & any) | undefined;
2939
+ } & any))[] | undefined;
2940
+ $or?: (import("@strapi/types/dist/types/core/entity").ID | ({
2941
+ $null?: boolean | undefined;
2942
+ $notNull?: boolean | undefined;
2943
+ } & {
2944
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2945
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2946
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2947
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2948
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2949
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2950
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2951
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2952
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2953
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2954
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2955
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2956
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2957
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2958
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2959
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2960
+ } & {
2961
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2962
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2963
+ } & {
2964
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
2965
+ } & {
2966
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
2967
+ $null?: boolean | undefined;
2968
+ $notNull?: boolean | undefined;
2969
+ } & {
2970
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2971
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2972
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2973
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2974
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2975
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2976
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2977
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2978
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2979
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2980
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2981
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2982
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2983
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2984
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2985
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2986
+ } & {
2987
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2988
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2989
+ } & {
2990
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
2991
+ } & any & any) | undefined;
2992
+ } & any))[] | undefined;
2993
+ }) | undefined;
2994
+ } & import("@strapi/types/dist/modules/entity-service/params/filters").AbstractAttributesFiltering<"plugin::content-releases.release-action">)[] | undefined;
2995
+ $or?: (any & any & {
2996
+ id?: import("@strapi/types/dist/types/core/entity").ID | ({
2997
+ $null?: boolean | undefined;
2998
+ $notNull?: boolean | undefined;
2999
+ } & {
3000
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3001
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3002
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3003
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3004
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3005
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3006
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3007
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3008
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3009
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3010
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3011
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3012
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3013
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3014
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3015
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3016
+ } & {
3017
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
3018
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
3019
+ } & {
3020
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
3021
+ } & {
3022
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
3023
+ $null?: boolean | undefined;
3024
+ $notNull?: boolean | undefined;
3025
+ } & {
3026
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3027
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3028
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3029
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3030
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3031
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3032
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3033
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3034
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3035
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3036
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3037
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3038
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3039
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3040
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3041
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3042
+ } & {
3043
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
3044
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
3045
+ } & {
3046
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
3047
+ } & any & {
3048
+ $and?: (import("@strapi/types/dist/types/core/entity").ID | ({
3049
+ $null?: boolean | undefined;
3050
+ $notNull?: boolean | undefined;
3051
+ } & {
3052
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3053
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3054
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3055
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3056
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3057
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3058
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3059
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3060
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3061
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3062
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3063
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3064
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3065
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3066
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3067
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3068
+ } & {
3069
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
3070
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
3071
+ } & {
3072
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
3073
+ } & any & any))[] | undefined;
3074
+ $or?: (import("@strapi/types/dist/types/core/entity").ID | ({
3075
+ $null?: boolean | undefined;
3076
+ $notNull?: boolean | undefined;
3077
+ } & {
3078
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3079
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3080
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3081
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3082
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3083
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3084
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3085
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3086
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3087
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3088
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3089
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3090
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3091
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3092
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3093
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3094
+ } & {
3095
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
3096
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
3097
+ } & {
3098
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
3099
+ } & any & any))[] | undefined;
3100
+ }) | undefined;
3101
+ } & {
3102
+ $and?: (import("@strapi/types/dist/types/core/entity").ID | ({
3103
+ $null?: boolean | undefined;
3104
+ $notNull?: boolean | undefined;
3105
+ } & {
3106
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3107
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3108
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3109
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3110
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3111
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3112
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3113
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3114
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3115
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3116
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3117
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3118
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3119
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3120
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3121
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3122
+ } & {
3123
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
3124
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
3125
+ } & {
3126
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
3127
+ } & {
3128
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
3129
+ $null?: boolean | undefined;
3130
+ $notNull?: boolean | undefined;
3131
+ } & {
3132
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3133
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3134
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3135
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3136
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3137
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3138
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3139
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3140
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3141
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3142
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3143
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3144
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3145
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3146
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3147
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3148
+ } & {
3149
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
3150
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
3151
+ } & {
3152
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
3153
+ } & any & any) | undefined;
3154
+ } & any))[] | undefined;
3155
+ $or?: (import("@strapi/types/dist/types/core/entity").ID | ({
3156
+ $null?: boolean | undefined;
3157
+ $notNull?: boolean | undefined;
3158
+ } & {
3159
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3160
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3161
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3162
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3163
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3164
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3165
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3166
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3167
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3168
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3169
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3170
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3171
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3172
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3173
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3174
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3175
+ } & {
3176
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
3177
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
3178
+ } & {
3179
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
3180
+ } & {
3181
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
3182
+ $null?: boolean | undefined;
3183
+ $notNull?: boolean | undefined;
3184
+ } & {
3185
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3186
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3187
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3188
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3189
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3190
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3191
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3192
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3193
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3194
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3195
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3196
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3197
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3198
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3199
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3200
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3201
+ } & {
3202
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
3203
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
3204
+ } & {
3205
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
3206
+ } & any & any) | undefined;
3207
+ } & any))[] | undefined;
3208
+ }) | undefined;
3209
+ } & import("@strapi/types/dist/modules/entity-service/params/filters").AbstractAttributesFiltering<"plugin::content-releases.release-action">)[] | undefined;
3210
+ } & any & {
3211
+ id?: import("@strapi/types/dist/types/core/entity").ID | ({
3212
+ $null?: boolean | undefined;
3213
+ $notNull?: boolean | undefined;
3214
+ } & {
3215
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3216
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3217
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3218
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3219
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3220
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3221
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3222
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3223
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3224
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3225
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3226
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3227
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3228
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3229
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3230
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3231
+ } & {
3232
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
3233
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
3234
+ } & {
3235
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
3236
+ } & {
3237
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
3238
+ $null?: boolean | undefined;
3239
+ $notNull?: boolean | undefined;
3240
+ } & {
3241
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3242
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3243
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3244
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3245
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3246
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3247
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3248
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3249
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3250
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3251
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3252
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3253
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3254
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3255
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3256
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3257
+ } & {
3258
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
3259
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
3260
+ } & {
3261
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
3262
+ } & any & {
3263
+ $and?: (import("@strapi/types/dist/types/core/entity").ID | ({
3264
+ $null?: boolean | undefined;
3265
+ $notNull?: boolean | undefined;
3266
+ } & {
3267
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3268
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3269
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3270
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3271
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3272
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3273
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3274
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3275
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3276
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3277
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3278
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3279
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3280
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3281
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3282
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3283
+ } & {
3284
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
3285
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
3286
+ } & {
3287
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
3288
+ } & any & any))[] | undefined;
3289
+ $or?: (import("@strapi/types/dist/types/core/entity").ID | ({
3290
+ $null?: boolean | undefined;
3291
+ $notNull?: boolean | undefined;
3292
+ } & {
3293
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3294
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3295
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3296
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3297
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3298
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3299
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3300
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3301
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3302
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3303
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3304
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3305
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3306
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3307
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3308
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3309
+ } & {
3310
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
3311
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
3312
+ } & {
3313
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
3314
+ } & any & any))[] | undefined;
3315
+ }) | undefined;
3316
+ } & {
3317
+ $and?: (import("@strapi/types/dist/types/core/entity").ID | ({
3318
+ $null?: boolean | undefined;
3319
+ $notNull?: boolean | undefined;
3320
+ } & {
3321
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3322
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3323
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3324
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3325
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3326
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3327
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3328
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3329
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3330
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3331
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3332
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3333
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3334
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3335
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3336
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3337
+ } & {
3338
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
3339
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
3340
+ } & {
3341
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
3342
+ } & {
3343
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
3344
+ $null?: boolean | undefined;
3345
+ $notNull?: boolean | undefined;
3346
+ } & {
3347
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3348
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3349
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3350
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3351
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3352
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3353
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3354
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3355
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3356
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3357
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3358
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3359
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3360
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3361
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3362
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3363
+ } & {
3364
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
3365
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
3366
+ } & {
3367
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
3368
+ } & any & any) | undefined;
3369
+ } & any))[] | undefined;
3370
+ $or?: (import("@strapi/types/dist/types/core/entity").ID | ({
3371
+ $null?: boolean | undefined;
3372
+ $notNull?: boolean | undefined;
3373
+ } & {
3374
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3375
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3376
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3377
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3378
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3379
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3380
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3381
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3382
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3383
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3384
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3385
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3386
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3387
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3388
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3389
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3390
+ } & {
3391
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
3392
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
3393
+ } & {
3394
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
3395
+ } & {
3396
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
3397
+ $null?: boolean | undefined;
3398
+ $notNull?: boolean | undefined;
3399
+ } & {
3400
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3401
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3402
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3403
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3404
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3405
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3406
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3407
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3408
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3409
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3410
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3411
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3412
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3413
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3414
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3415
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3416
+ } & {
3417
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
3418
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
3419
+ } & {
3420
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
3421
+ } & any & any) | undefined;
3422
+ } & any))[] | undefined;
3423
+ }) | undefined;
3424
+ } & import("@strapi/types/dist/modules/entity-service/params/filters").AbstractAttributesFiltering<"plugin::content-releases.release-action">) | undefined;
3425
+ } & {
3426
+ id?: import("@strapi/types/dist/types/core/entity").ID | ({
3427
+ $null?: boolean | undefined;
3428
+ $notNull?: boolean | undefined;
3429
+ } & {
3430
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3431
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3432
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3433
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3434
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3435
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3436
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3437
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3438
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3439
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3440
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3441
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3442
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3443
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3444
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3445
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3446
+ } & {
3447
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
3448
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
3449
+ } & {
3450
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
3451
+ } & {
3452
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
3453
+ $null?: boolean | undefined;
3454
+ $notNull?: boolean | undefined;
3455
+ } & {
3456
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3457
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3458
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3459
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3460
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3461
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3462
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3463
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3464
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3465
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3466
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3467
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3468
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3469
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3470
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3471
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3472
+ } & {
3473
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
3474
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
3475
+ } & {
3476
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
3477
+ } & any & {
3478
+ $and?: (import("@strapi/types/dist/types/core/entity").ID | ({
3479
+ $null?: boolean | undefined;
3480
+ $notNull?: boolean | undefined;
3481
+ } & {
3482
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3483
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3484
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3485
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3486
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3487
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3488
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3489
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3490
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3491
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3492
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3493
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3494
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3495
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3496
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3497
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3498
+ } & {
3499
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
3500
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
3501
+ } & {
3502
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
3503
+ } & any & any))[] | undefined;
3504
+ $or?: (import("@strapi/types/dist/types/core/entity").ID | ({
3505
+ $null?: boolean | undefined;
3506
+ $notNull?: boolean | undefined;
3507
+ } & {
3508
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3509
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3510
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3511
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3512
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3513
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3514
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3515
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3516
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3517
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3518
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3519
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3520
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3521
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3522
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3523
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3524
+ } & {
3525
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
3526
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
3527
+ } & {
3528
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
3529
+ } & any & any))[] | undefined;
3530
+ }) | undefined;
3531
+ } & {
3532
+ $and?: (import("@strapi/types/dist/types/core/entity").ID | ({
3533
+ $null?: boolean | undefined;
3534
+ $notNull?: boolean | undefined;
3535
+ } & {
3536
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3537
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3538
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3539
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3540
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3541
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3542
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3543
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3544
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3545
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3546
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3547
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3548
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3549
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3550
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3551
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3552
+ } & {
3553
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
3554
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
3555
+ } & {
3556
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
3557
+ } & {
3558
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
3559
+ $null?: boolean | undefined;
3560
+ $notNull?: boolean | undefined;
3561
+ } & {
3562
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3563
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3564
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3565
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3566
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3567
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3568
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3569
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3570
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3571
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3572
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3573
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3574
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3575
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3576
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3577
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3578
+ } & {
3579
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
3580
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
3581
+ } & {
3582
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
3583
+ } & any & any) | undefined;
3584
+ } & any))[] | undefined;
3585
+ $or?: (import("@strapi/types/dist/types/core/entity").ID | ({
3586
+ $null?: boolean | undefined;
3587
+ $notNull?: boolean | undefined;
3588
+ } & {
3589
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3590
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3591
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3592
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3593
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3594
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3595
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3596
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3597
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3598
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3599
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3600
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3601
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3602
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3603
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3604
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3605
+ } & {
3606
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
3607
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
3608
+ } & {
3609
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
3610
+ } & {
3611
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
3612
+ $null?: boolean | undefined;
3613
+ $notNull?: boolean | undefined;
3614
+ } & {
3615
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3616
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3617
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3618
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3619
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3620
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3621
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3622
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3623
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3624
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3625
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3626
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3627
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3628
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3629
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3630
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3631
+ } & {
3632
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
3633
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
3634
+ } & {
3635
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
3636
+ } & any & any) | undefined;
3637
+ } & any))[] | undefined;
3638
+ }) | undefined;
3639
+ } & import("@strapi/types/dist/modules/entity-service/params/filters").AbstractAttributesFiltering<"plugin::content-releases.release-action">) | undefined;
3640
+ }): Promise<number>;
3641
+ groupActions(actions: import("../../shared/contracts/release-actions").ReleaseAction[], groupBy: import("../../shared/contracts/release-actions").ReleaseActionGroupBy): Promise<import("lodash").Dictionary<(null | undefined)[]>>;
3642
+ getLocalesDataForActions(): Promise<{
3643
+ [key: string]: Pick<import("./services/release").Locale, "name" | "code">;
3644
+ }>;
3645
+ getContentTypesDataForActions(contentTypesUids: import("@strapi/types/dist/types/core/common/uid").ContentType[]): Promise<Record<`admin::${string}` | `strapi::${string}` | `api::${string}.${string}` | `plugin::${string}.${string}`, {
3646
+ mainField: string;
3647
+ displayName: string;
3648
+ }>>;
3649
+ getContentTypeModelsFromActions(actions: import("../../shared/contracts/release-actions").ReleaseAction[]): {
3650
+ [key: `admin::${string}`]: import("@strapi/types/dist/types/core/schemas").ContentType;
3651
+ [key: `strapi::${string}`]: import("@strapi/types/dist/types/core/schemas").ContentType;
3652
+ [key: `api::${string}.${string}`]: import("@strapi/types/dist/types/core/schemas").ContentType;
3653
+ [key: `plugin::${string}.${string}`]: import("@strapi/types/dist/types/core/schemas").ContentType;
3654
+ };
3655
+ getAllComponents(): Promise<any>;
3656
+ delete(releaseId: import("@strapi/types/dist/types/core/entity").ID): Promise<import("../../shared/contracts/releases").Release>;
3657
+ publish(releaseId: import("@strapi/types/dist/types/core/entity").ID): Promise<import("../../shared/contracts/releases").Release>;
3658
+ updateAction(actionId: import("@strapi/types/dist/types/core/entity").ID, releaseId: import("@strapi/types/dist/types/core/entity").ID, update: {
3659
+ type: "publish" | "unpublish";
3660
+ }): Promise<any>;
3661
+ deleteAction(actionId: import("@strapi/types/dist/types/core/entity").ID, releaseId: import("@strapi/types/dist/types/core/entity").ID): Promise<any>;
3662
+ updateReleaseStatus(releaseId: import("@strapi/types/dist/types/core/entity").ID): Promise<any>;
3663
+ };
3664
+ 'release-validation': ({ strapi }: {
3665
+ strapi: Required<import("@strapi/types").Strapi>;
3666
+ }) => {
3667
+ validateUniqueEntry(releaseId: import("@strapi/types/dist/types/core/entity").ID, releaseActionArgs: {
3668
+ type: "publish" | "unpublish";
3669
+ entry: {
3670
+ id: number;
3671
+ locale?: string | undefined;
3672
+ contentType: import("@strapi/types/dist/types/core/common/uid").ContentType;
3673
+ };
3674
+ }): Promise<void>;
3675
+ validateEntryContentType(contentTypeUid: import("@strapi/types/dist/types/core/common/uid").ContentType): void;
3676
+ validatePendingReleasesLimit(): Promise<void>;
3677
+ validateUniqueNameForPendingRelease(name: string, id?: import("@strapi/types/dist/types/core/entity").ID | undefined): Promise<void>;
3678
+ validateScheduledAtIsLaterThanNow(scheduledAt: Date | null): Promise<void>;
3679
+ };
3680
+ };
3681
+ controllers: {
3682
+ release: {
3683
+ findMany(ctx: import("koa").Context): Promise<void>;
3684
+ findOne(ctx: import("koa").Context): Promise<void>;
3685
+ create(ctx: import("koa").Context): Promise<void>;
3686
+ update(ctx: import("koa").Context): Promise<void>;
3687
+ delete(ctx: import("koa").Context): Promise<void>;
3688
+ publish(ctx: import("koa").Context): Promise<void>;
3689
+ };
3690
+ 'release-action': {
3691
+ create(ctx: import("koa").Context): Promise<void>;
3692
+ findMany(ctx: import("koa").Context): Promise<void>;
3693
+ update(ctx: import("koa").Context): Promise<void>;
3694
+ delete(ctx: import("koa").Context): Promise<void>;
3695
+ };
3696
+ };
3697
+ routes: {
3698
+ release: {
3699
+ type: string;
3700
+ routes: {
3701
+ method: string;
3702
+ path: string;
3703
+ handler: string;
3704
+ config: {
3705
+ policies: (string | {
3706
+ name: string;
3707
+ config: {
3708
+ actions: string[];
3709
+ };
3710
+ })[];
3711
+ };
3712
+ }[];
3713
+ };
3714
+ 'release-action': {
3715
+ type: string;
3716
+ routes: {
3717
+ method: string;
3718
+ path: string;
3719
+ handler: string;
3720
+ config: {
3721
+ policies: (string | {
3722
+ name: string;
3723
+ config: {
3724
+ actions: string[];
3725
+ };
3726
+ })[];
3727
+ };
3728
+ }[];
3729
+ };
3730
+ };
3731
+ } | {
3732
+ contentTypes: {
3733
+ release: {
3734
+ schema: {
3735
+ collectionName: string;
3736
+ info: {
3737
+ singularName: string;
3738
+ pluralName: string;
3739
+ displayName: string;
3740
+ };
3741
+ options: {
3742
+ draftAndPublish: boolean;
3743
+ };
3744
+ pluginOptions: {
3745
+ 'content-manager': {
3746
+ visible: boolean;
3747
+ };
3748
+ 'content-type-builder': {
3749
+ visible: boolean;
3750
+ };
3751
+ };
3752
+ attributes: {
3753
+ name: {
3754
+ type: string;
3755
+ required: boolean;
3756
+ };
3757
+ releasedAt: {
3758
+ type: string;
3759
+ };
3760
+ scheduledAt: {
3761
+ type: string;
3762
+ };
3763
+ timezone: {
3764
+ type: string;
3765
+ };
3766
+ status: {
3767
+ type: string;
3768
+ enum: string[];
3769
+ required: boolean;
3770
+ };
3771
+ actions: {
3772
+ type: string;
3773
+ relation: string;
3774
+ target: string;
3775
+ mappedBy: string;
3776
+ };
3777
+ };
3778
+ };
3779
+ };
3780
+ 'release-action': {
3781
+ schema: {
3782
+ collectionName: string;
3783
+ info: {
3784
+ singularName: string;
3785
+ pluralName: string;
3786
+ displayName: string;
3787
+ };
3788
+ options: {
3789
+ draftAndPublish: boolean;
3790
+ };
3791
+ pluginOptions: {
3792
+ 'content-manager': {
3793
+ visible: boolean;
3794
+ };
3795
+ 'content-type-builder': {
3796
+ visible: boolean;
3797
+ };
3798
+ };
3799
+ attributes: {
3800
+ type: {
3801
+ type: string;
3802
+ enum: string[];
3803
+ required: boolean;
3804
+ };
3805
+ entry: {
3806
+ type: string;
3807
+ relation: string;
3808
+ configurable: boolean;
3809
+ };
3810
+ contentType: {
3811
+ type: string;
3812
+ required: boolean;
3813
+ };
3814
+ locale: {
3815
+ type: string;
3816
+ };
3817
+ release: {
3818
+ type: string;
3819
+ relation: string;
3820
+ target: string;
3821
+ inversedBy: string;
3822
+ };
3823
+ isEntryValid: {
3824
+ type: string;
3825
+ };
3826
+ };
3827
+ };
3828
+ };
3829
+ };
3830
+ register?: undefined;
3831
+ bootstrap?: undefined;
3832
+ destroy?: undefined;
3833
+ services?: undefined;
3834
+ controllers?: undefined;
3835
+ routes?: undefined;
3836
+ };
3837
+ export default _default;
3838
+ //# sourceMappingURL=index.d.ts.map