@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,3572 @@
1
+ /// <reference types="lodash" />
2
+ export declare const services: {
3
+ scheduling?: (({ strapi }: {
4
+ strapi: Required<import("@strapi/types").Strapi>;
5
+ }) => {
6
+ 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>>;
7
+ cancel(releaseId: import("@strapi/types/dist/types/core/entity").ID): Map<import("@strapi/types/dist/types/core/entity").ID, import("node-schedule").Job>;
8
+ getAll(): Map<import("@strapi/types/dist/types/core/entity").ID, import("node-schedule").Job>;
9
+ syncFromDatabase(): Promise<Map<import("@strapi/types/dist/types/core/entity").ID, import("node-schedule").Job>>;
10
+ }) | undefined;
11
+ release: ({ strapi }: {
12
+ strapi: Required<import("@strapi/types").Strapi>;
13
+ }) => {
14
+ create(releaseData: {
15
+ name: string;
16
+ scheduledAt: Date | null;
17
+ timezone: string | null;
18
+ }, { user }: {
19
+ user: import("../../../shared/types").UserInfo;
20
+ }): Promise<{
21
+ id: import("@strapi/types/dist/types/core/entity").ID;
22
+ } & {
23
+ [key: string]: any;
24
+ }>;
25
+ findOne(id: import("@strapi/types/dist/types/core/entity").ID, query?: {}): Promise<({
26
+ id: import("@strapi/types/dist/types/core/entity").ID;
27
+ } & {
28
+ [key: string]: any;
29
+ }) | null>;
30
+ 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", {
31
+ sort?: import("@strapi/types/dist/modules/entity-service/params/sort").Any<"plugin::content-releases.release"> | undefined;
32
+ } & {
33
+ fields?: import("@strapi/types/dist/modules/entity-service/params/fields").Any<"plugin::content-releases.release"> | undefined;
34
+ } & {
35
+ filters?: ({
36
+ $and?: (any & {
37
+ $not?: (any & any & {
38
+ id?: import("@strapi/types/dist/types/core/entity").ID | ({
39
+ $null?: boolean | undefined;
40
+ $notNull?: boolean | undefined;
41
+ } & {
42
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
43
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
44
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
45
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
46
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
47
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
48
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
49
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
50
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
51
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
52
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
53
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
54
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
55
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
56
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
57
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
58
+ } & {
59
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
60
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
61
+ } & {
62
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
63
+ } & {
64
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
65
+ $null?: boolean | undefined;
66
+ $notNull?: boolean | undefined;
67
+ } & {
68
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
69
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
70
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
71
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
72
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
73
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
74
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
75
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
76
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
77
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
78
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
79
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
80
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
81
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
82
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
83
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
84
+ } & {
85
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
86
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
87
+ } & {
88
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
89
+ } & any & {
90
+ $and?: (import("@strapi/types/dist/types/core/entity").ID | ({
91
+ $null?: boolean | undefined;
92
+ $notNull?: boolean | undefined;
93
+ } & {
94
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
95
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
96
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
97
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
98
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
99
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
100
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
101
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
102
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
103
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
104
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
105
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
106
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
107
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
108
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
109
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
110
+ } & {
111
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
112
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
113
+ } & {
114
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
115
+ } & any & any))[] | undefined;
116
+ $or?: (import("@strapi/types/dist/types/core/entity").ID | ({
117
+ $null?: boolean | undefined;
118
+ $notNull?: boolean | undefined;
119
+ } & {
120
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
121
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
122
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
123
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
124
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
125
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
126
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
127
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
128
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
129
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
130
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
131
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
132
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
133
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
134
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
135
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
136
+ } & {
137
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
138
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
139
+ } & {
140
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
141
+ } & any & any))[] | undefined;
142
+ }) | undefined;
143
+ } & {
144
+ $and?: (import("@strapi/types/dist/types/core/entity").ID | ({
145
+ $null?: boolean | undefined;
146
+ $notNull?: boolean | undefined;
147
+ } & {
148
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
149
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
150
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
151
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
152
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
153
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
154
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
155
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
156
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
157
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
158
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
159
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
160
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
161
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
162
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
163
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
164
+ } & {
165
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
166
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
167
+ } & {
168
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
169
+ } & {
170
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
171
+ $null?: boolean | undefined;
172
+ $notNull?: boolean | undefined;
173
+ } & {
174
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
175
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
176
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
177
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
178
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
179
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
180
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
181
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
182
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
183
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
184
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
185
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
186
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
187
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
188
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
189
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
190
+ } & {
191
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
192
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
193
+ } & {
194
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
195
+ } & any & any) | undefined;
196
+ } & any))[] | undefined;
197
+ $or?: (import("@strapi/types/dist/types/core/entity").ID | ({
198
+ $null?: boolean | undefined;
199
+ $notNull?: boolean | undefined;
200
+ } & {
201
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
202
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
203
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
204
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
205
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
206
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
207
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
208
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
209
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
210
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
211
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
212
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
213
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
214
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
215
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
216
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
217
+ } & {
218
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
219
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
220
+ } & {
221
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
222
+ } & {
223
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
224
+ $null?: boolean | undefined;
225
+ $notNull?: boolean | undefined;
226
+ } & {
227
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
228
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
229
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
230
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
231
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
232
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
233
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
234
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
235
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
236
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
237
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
238
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
239
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
240
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
241
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
242
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
243
+ } & {
244
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
245
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
246
+ } & {
247
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
248
+ } & any & any) | undefined;
249
+ } & any))[] | undefined;
250
+ }) | undefined;
251
+ } & import("@strapi/types/dist/modules/entity-service/params/filters").AbstractAttributesFiltering<"plugin::content-releases.release">) | undefined;
252
+ } & {
253
+ id?: 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 & {
305
+ $and?: (import("@strapi/types/dist/types/core/entity").ID | ({
306
+ $null?: boolean | undefined;
307
+ $notNull?: boolean | undefined;
308
+ } & {
309
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
310
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
311
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
312
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
313
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
314
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
315
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
316
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
317
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
318
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
319
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
320
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
321
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
322
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
323
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
324
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
325
+ } & {
326
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
327
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
328
+ } & {
329
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
330
+ } & any & any))[] | undefined;
331
+ $or?: (import("@strapi/types/dist/types/core/entity").ID | ({
332
+ $null?: boolean | undefined;
333
+ $notNull?: boolean | undefined;
334
+ } & {
335
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
336
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
337
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
338
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
339
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
340
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
341
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
342
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
343
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
344
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
345
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
346
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
347
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
348
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
349
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
350
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
351
+ } & {
352
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
353
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
354
+ } & {
355
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
356
+ } & any & any))[] | undefined;
357
+ }) | undefined;
358
+ } & {
359
+ $and?: (import("@strapi/types/dist/types/core/entity").ID | ({
360
+ $null?: boolean | undefined;
361
+ $notNull?: boolean | undefined;
362
+ } & {
363
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
364
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
365
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
366
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
367
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
368
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
369
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
370
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
371
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
372
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
373
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
374
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
375
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
376
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
377
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
378
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
379
+ } & {
380
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
381
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
382
+ } & {
383
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
384
+ } & {
385
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
386
+ $null?: boolean | undefined;
387
+ $notNull?: boolean | undefined;
388
+ } & {
389
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
390
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
391
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
392
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
393
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
394
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
395
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
396
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
397
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
398
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
399
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
400
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
401
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
402
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
403
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
404
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
405
+ } & {
406
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
407
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
408
+ } & {
409
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
410
+ } & any & any) | undefined;
411
+ } & any))[] | undefined;
412
+ $or?: (import("@strapi/types/dist/types/core/entity").ID | ({
413
+ $null?: boolean | undefined;
414
+ $notNull?: boolean | undefined;
415
+ } & {
416
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
417
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
418
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
419
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
420
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
421
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
422
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
423
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
424
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
425
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
426
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
427
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
428
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
429
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
430
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
431
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
432
+ } & {
433
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
434
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
435
+ } & {
436
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
437
+ } & {
438
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
439
+ $null?: boolean | undefined;
440
+ $notNull?: boolean | undefined;
441
+ } & {
442
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
443
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
444
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
445
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
446
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
447
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
448
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
449
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
450
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
451
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
452
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
453
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
454
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
455
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
456
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
457
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
458
+ } & {
459
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
460
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
461
+ } & {
462
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
463
+ } & any & any) | undefined;
464
+ } & any))[] | undefined;
465
+ }) | undefined;
466
+ } & import("@strapi/types/dist/modules/entity-service/params/filters").AbstractAttributesFiltering<"plugin::content-releases.release">)[] | undefined;
467
+ $or?: (any & {
468
+ $not?: (any & any & {
469
+ id?: import("@strapi/types/dist/types/core/entity").ID | ({
470
+ $null?: boolean | undefined;
471
+ $notNull?: boolean | undefined;
472
+ } & {
473
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
474
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
475
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
476
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
477
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
478
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
479
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
480
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
481
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
482
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
483
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
484
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
485
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
486
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
487
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
488
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
489
+ } & {
490
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
491
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
492
+ } & {
493
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
494
+ } & {
495
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
496
+ $null?: boolean | undefined;
497
+ $notNull?: boolean | undefined;
498
+ } & {
499
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
500
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
501
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
502
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
503
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
504
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
505
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
506
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
507
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
508
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
509
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
510
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
511
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
512
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
513
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
514
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
515
+ } & {
516
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
517
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
518
+ } & {
519
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
520
+ } & any & {
521
+ $and?: (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
+ } & any & any))[] | undefined;
547
+ $or?: (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
+ }) | undefined;
574
+ } & {
575
+ $and?: (import("@strapi/types/dist/types/core/entity").ID | ({
576
+ $null?: boolean | undefined;
577
+ $notNull?: boolean | undefined;
578
+ } & {
579
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
580
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
581
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
582
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
583
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
584
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
585
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
586
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
587
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
588
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
589
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
590
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
591
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
592
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
593
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
594
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
595
+ } & {
596
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
597
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
598
+ } & {
599
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
600
+ } & {
601
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
602
+ $null?: boolean | undefined;
603
+ $notNull?: boolean | undefined;
604
+ } & {
605
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
606
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
607
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
608
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
609
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
610
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
611
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
612
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
613
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
614
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
615
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
616
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
617
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
618
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
619
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
620
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
621
+ } & {
622
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
623
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
624
+ } & {
625
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
626
+ } & any & any) | undefined;
627
+ } & any))[] | undefined;
628
+ $or?: (import("@strapi/types/dist/types/core/entity").ID | ({
629
+ $null?: boolean | undefined;
630
+ $notNull?: boolean | undefined;
631
+ } & {
632
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
633
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
634
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
635
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
636
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
637
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
638
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
639
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
640
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
641
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
642
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
643
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
644
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
645
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
646
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
647
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
648
+ } & {
649
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
650
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
651
+ } & {
652
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
653
+ } & {
654
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
655
+ $null?: boolean | undefined;
656
+ $notNull?: boolean | undefined;
657
+ } & {
658
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
659
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
660
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
661
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
662
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
663
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
664
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
665
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
666
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
667
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
668
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
669
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
670
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
671
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
672
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
673
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
674
+ } & {
675
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
676
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
677
+ } & {
678
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
679
+ } & any & any) | undefined;
680
+ } & any))[] | undefined;
681
+ }) | undefined;
682
+ } & import("@strapi/types/dist/modules/entity-service/params/filters").AbstractAttributesFiltering<"plugin::content-releases.release">) | undefined;
683
+ } & {
684
+ id?: 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 & {
736
+ $and?: (import("@strapi/types/dist/types/core/entity").ID | ({
737
+ $null?: boolean | undefined;
738
+ $notNull?: boolean | undefined;
739
+ } & {
740
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
741
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
742
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
743
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
744
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
745
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
746
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
747
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
748
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
749
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
750
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
751
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
752
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
753
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
754
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
755
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
756
+ } & {
757
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
758
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
759
+ } & {
760
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
761
+ } & any & any))[] | undefined;
762
+ $or?: (import("@strapi/types/dist/types/core/entity").ID | ({
763
+ $null?: boolean | undefined;
764
+ $notNull?: boolean | undefined;
765
+ } & {
766
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
767
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
768
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
769
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
770
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
771
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
772
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
773
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
774
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
775
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
776
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
777
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
778
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
779
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
780
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
781
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
782
+ } & {
783
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
784
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
785
+ } & {
786
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
787
+ } & any & any))[] | undefined;
788
+ }) | undefined;
789
+ } & {
790
+ $and?: (import("@strapi/types/dist/types/core/entity").ID | ({
791
+ $null?: boolean | undefined;
792
+ $notNull?: boolean | undefined;
793
+ } & {
794
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
795
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
796
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
797
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
798
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
799
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
800
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
801
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
802
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
803
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
804
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
805
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
806
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
807
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
808
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
809
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
810
+ } & {
811
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
812
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
813
+ } & {
814
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
815
+ } & {
816
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
817
+ $null?: boolean | undefined;
818
+ $notNull?: boolean | undefined;
819
+ } & {
820
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
821
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
822
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
823
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
824
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
825
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
826
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
827
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
828
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
829
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
830
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
831
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
832
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
833
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
834
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
835
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
836
+ } & {
837
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
838
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
839
+ } & {
840
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
841
+ } & any & any) | undefined;
842
+ } & any))[] | undefined;
843
+ $or?: (import("@strapi/types/dist/types/core/entity").ID | ({
844
+ $null?: boolean | undefined;
845
+ $notNull?: boolean | undefined;
846
+ } & {
847
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
848
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
849
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
850
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
851
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
852
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
853
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
854
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
855
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
856
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
857
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
858
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
859
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
860
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
861
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
862
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
863
+ } & {
864
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
865
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
866
+ } & {
867
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
868
+ } & {
869
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
870
+ $null?: boolean | undefined;
871
+ $notNull?: boolean | undefined;
872
+ } & {
873
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
874
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
875
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
876
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
877
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
878
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
879
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
880
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
881
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
882
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
883
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
884
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
885
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
886
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
887
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
888
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
889
+ } & {
890
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
891
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
892
+ } & {
893
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
894
+ } & any & any) | undefined;
895
+ } & any))[] | undefined;
896
+ }) | undefined;
897
+ } & import("@strapi/types/dist/modules/entity-service/params/filters").AbstractAttributesFiltering<"plugin::content-releases.release">)[] | undefined;
898
+ } & {
899
+ $not?: ({
900
+ $and?: (any & any & {
901
+ id?: import("@strapi/types/dist/types/core/entity").ID | ({
902
+ $null?: boolean | undefined;
903
+ $notNull?: boolean | undefined;
904
+ } & {
905
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
906
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
907
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
908
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
909
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
910
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
911
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
912
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
913
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
914
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
915
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
916
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
917
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
918
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
919
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
920
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
921
+ } & {
922
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
923
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
924
+ } & {
925
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
926
+ } & {
927
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
928
+ $null?: boolean | undefined;
929
+ $notNull?: boolean | undefined;
930
+ } & {
931
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
932
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
933
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
934
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
935
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
936
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
937
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
938
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
939
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
940
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
941
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
942
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
943
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
944
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
945
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
946
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
947
+ } & {
948
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
949
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
950
+ } & {
951
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
952
+ } & any & {
953
+ $and?: (import("@strapi/types/dist/types/core/entity").ID | ({
954
+ $null?: boolean | undefined;
955
+ $notNull?: boolean | undefined;
956
+ } & {
957
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
958
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
959
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
960
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
961
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
962
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
963
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
964
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
965
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
966
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
967
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
968
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
969
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
970
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
971
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
972
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
973
+ } & {
974
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
975
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
976
+ } & {
977
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
978
+ } & any & any))[] | undefined;
979
+ $or?: (import("@strapi/types/dist/types/core/entity").ID | ({
980
+ $null?: boolean | undefined;
981
+ $notNull?: boolean | undefined;
982
+ } & {
983
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
984
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
985
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
986
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
987
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
988
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
989
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
990
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
991
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
992
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
993
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
994
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
995
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
996
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
997
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
998
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
999
+ } & {
1000
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1001
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1002
+ } & {
1003
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1004
+ } & any & any))[] | undefined;
1005
+ }) | undefined;
1006
+ } & {
1007
+ $and?: (import("@strapi/types/dist/types/core/entity").ID | ({
1008
+ $null?: boolean | undefined;
1009
+ $notNull?: boolean | undefined;
1010
+ } & {
1011
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1012
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1013
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1014
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1015
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1016
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1017
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1018
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1019
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1020
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1021
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1022
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1023
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1024
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1025
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1026
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1027
+ } & {
1028
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1029
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1030
+ } & {
1031
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1032
+ } & {
1033
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
1034
+ $null?: boolean | undefined;
1035
+ $notNull?: boolean | undefined;
1036
+ } & {
1037
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1038
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1039
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1040
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1041
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1042
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1043
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1044
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1045
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1046
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1047
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1048
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1049
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1050
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1051
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1052
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1053
+ } & {
1054
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1055
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1056
+ } & {
1057
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1058
+ } & any & any) | undefined;
1059
+ } & any))[] | undefined;
1060
+ $or?: (import("@strapi/types/dist/types/core/entity").ID | ({
1061
+ $null?: boolean | undefined;
1062
+ $notNull?: boolean | undefined;
1063
+ } & {
1064
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1065
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1066
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1067
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1068
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1069
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1070
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1071
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1072
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1073
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1074
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1075
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1076
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1077
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1078
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1079
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1080
+ } & {
1081
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1082
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1083
+ } & {
1084
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1085
+ } & {
1086
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
1087
+ $null?: boolean | undefined;
1088
+ $notNull?: boolean | undefined;
1089
+ } & {
1090
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1091
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1092
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1093
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1094
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1095
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1096
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1097
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1098
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1099
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1100
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1101
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1102
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1103
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1104
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1105
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1106
+ } & {
1107
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1108
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1109
+ } & {
1110
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1111
+ } & any & any) | undefined;
1112
+ } & any))[] | undefined;
1113
+ }) | undefined;
1114
+ } & import("@strapi/types/dist/modules/entity-service/params/filters").AbstractAttributesFiltering<"plugin::content-releases.release">)[] | undefined;
1115
+ $or?: (any & any & {
1116
+ id?: 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 & {
1168
+ $and?: (import("@strapi/types/dist/types/core/entity").ID | ({
1169
+ $null?: boolean | undefined;
1170
+ $notNull?: boolean | undefined;
1171
+ } & {
1172
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1173
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1174
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1175
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1176
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1177
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1178
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1179
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1180
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1181
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1182
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1183
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1184
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1185
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1186
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1187
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1188
+ } & {
1189
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1190
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1191
+ } & {
1192
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1193
+ } & any & any))[] | undefined;
1194
+ $or?: (import("@strapi/types/dist/types/core/entity").ID | ({
1195
+ $null?: boolean | undefined;
1196
+ $notNull?: boolean | undefined;
1197
+ } & {
1198
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1199
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1200
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1201
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1202
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1203
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1204
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1205
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1206
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1207
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1208
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1209
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1210
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1211
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1212
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1213
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1214
+ } & {
1215
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1216
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1217
+ } & {
1218
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1219
+ } & any & any))[] | undefined;
1220
+ }) | undefined;
1221
+ } & {
1222
+ $and?: (import("@strapi/types/dist/types/core/entity").ID | ({
1223
+ $null?: boolean | undefined;
1224
+ $notNull?: boolean | undefined;
1225
+ } & {
1226
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1227
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1228
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1229
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1230
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1231
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1232
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1233
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1234
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1235
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1236
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1237
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1238
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1239
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1240
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1241
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1242
+ } & {
1243
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1244
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1245
+ } & {
1246
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1247
+ } & {
1248
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
1249
+ $null?: boolean | undefined;
1250
+ $notNull?: boolean | undefined;
1251
+ } & {
1252
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1253
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1254
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1255
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1256
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1257
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1258
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1259
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1260
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1261
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1262
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1263
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1264
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1265
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1266
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1267
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1268
+ } & {
1269
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1270
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1271
+ } & {
1272
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1273
+ } & any & any) | undefined;
1274
+ } & any))[] | undefined;
1275
+ $or?: (import("@strapi/types/dist/types/core/entity").ID | ({
1276
+ $null?: boolean | undefined;
1277
+ $notNull?: boolean | undefined;
1278
+ } & {
1279
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1280
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1281
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1282
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1283
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1284
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1285
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1286
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1287
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1288
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1289
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1290
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1291
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1292
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1293
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1294
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1295
+ } & {
1296
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1297
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1298
+ } & {
1299
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1300
+ } & {
1301
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
1302
+ $null?: boolean | undefined;
1303
+ $notNull?: boolean | undefined;
1304
+ } & {
1305
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1306
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1307
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1308
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1309
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1310
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1311
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1312
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1313
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1314
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1315
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1316
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1317
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1318
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1319
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1320
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1321
+ } & {
1322
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1323
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1324
+ } & {
1325
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1326
+ } & any & any) | undefined;
1327
+ } & any))[] | undefined;
1328
+ }) | undefined;
1329
+ } & import("@strapi/types/dist/modules/entity-service/params/filters").AbstractAttributesFiltering<"plugin::content-releases.release">)[] | undefined;
1330
+ } & any & {
1331
+ id?: 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 & {
1383
+ $and?: (import("@strapi/types/dist/types/core/entity").ID | ({
1384
+ $null?: boolean | undefined;
1385
+ $notNull?: boolean | undefined;
1386
+ } & {
1387
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1388
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1389
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1390
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1391
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1392
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1393
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1394
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1395
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1396
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1397
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1398
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1399
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1400
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1401
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1402
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1403
+ } & {
1404
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1405
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1406
+ } & {
1407
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1408
+ } & any & any))[] | undefined;
1409
+ $or?: (import("@strapi/types/dist/types/core/entity").ID | ({
1410
+ $null?: boolean | undefined;
1411
+ $notNull?: boolean | undefined;
1412
+ } & {
1413
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1414
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1415
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1416
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1417
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1418
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1419
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1420
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1421
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1422
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1423
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1424
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1425
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1426
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1427
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1428
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1429
+ } & {
1430
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1431
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1432
+ } & {
1433
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1434
+ } & any & any))[] | undefined;
1435
+ }) | undefined;
1436
+ } & {
1437
+ $and?: (import("@strapi/types/dist/types/core/entity").ID | ({
1438
+ $null?: boolean | undefined;
1439
+ $notNull?: boolean | undefined;
1440
+ } & {
1441
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1442
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1443
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1444
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1445
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1446
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1447
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1448
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1449
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1450
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1451
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1452
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1453
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1454
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1455
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1456
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1457
+ } & {
1458
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1459
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1460
+ } & {
1461
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1462
+ } & {
1463
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
1464
+ $null?: boolean | undefined;
1465
+ $notNull?: boolean | undefined;
1466
+ } & {
1467
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1468
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1469
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1470
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1471
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1472
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1473
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1474
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1475
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1476
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1477
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1478
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1479
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1480
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1481
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1482
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1483
+ } & {
1484
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1485
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1486
+ } & {
1487
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1488
+ } & any & any) | undefined;
1489
+ } & any))[] | undefined;
1490
+ $or?: (import("@strapi/types/dist/types/core/entity").ID | ({
1491
+ $null?: boolean | undefined;
1492
+ $notNull?: boolean | undefined;
1493
+ } & {
1494
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1495
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1496
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1497
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1498
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1499
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1500
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1501
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1502
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1503
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1504
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1505
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1506
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1507
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1508
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1509
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1510
+ } & {
1511
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1512
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1513
+ } & {
1514
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1515
+ } & {
1516
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
1517
+ $null?: boolean | undefined;
1518
+ $notNull?: boolean | undefined;
1519
+ } & {
1520
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1521
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1522
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1523
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1524
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1525
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1526
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1527
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1528
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1529
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1530
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1531
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1532
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1533
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1534
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1535
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1536
+ } & {
1537
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1538
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1539
+ } & {
1540
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1541
+ } & any & any) | undefined;
1542
+ } & any))[] | undefined;
1543
+ }) | undefined;
1544
+ } & import("@strapi/types/dist/modules/entity-service/params/filters").AbstractAttributesFiltering<"plugin::content-releases.release">) | undefined;
1545
+ } & {
1546
+ id?: 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 & {
1598
+ $and?: (import("@strapi/types/dist/types/core/entity").ID | ({
1599
+ $null?: boolean | undefined;
1600
+ $notNull?: boolean | undefined;
1601
+ } & {
1602
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1603
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1604
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1605
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1606
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1607
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1608
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1609
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1610
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1611
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1612
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1613
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1614
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1615
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1616
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1617
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1618
+ } & {
1619
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1620
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1621
+ } & {
1622
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1623
+ } & any & any))[] | undefined;
1624
+ $or?: (import("@strapi/types/dist/types/core/entity").ID | ({
1625
+ $null?: boolean | undefined;
1626
+ $notNull?: boolean | undefined;
1627
+ } & {
1628
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1629
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1630
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1631
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1632
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1633
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1634
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1635
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1636
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1637
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1638
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1639
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1640
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1641
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1642
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1643
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1644
+ } & {
1645
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1646
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1647
+ } & {
1648
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1649
+ } & any & any))[] | undefined;
1650
+ }) | undefined;
1651
+ } & {
1652
+ $and?: (import("@strapi/types/dist/types/core/entity").ID | ({
1653
+ $null?: boolean | undefined;
1654
+ $notNull?: boolean | undefined;
1655
+ } & {
1656
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1657
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1658
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1659
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1660
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1661
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1662
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1663
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1664
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1665
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1666
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1667
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1668
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1669
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1670
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1671
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1672
+ } & {
1673
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1674
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1675
+ } & {
1676
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1677
+ } & {
1678
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
1679
+ $null?: boolean | undefined;
1680
+ $notNull?: boolean | undefined;
1681
+ } & {
1682
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1683
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1684
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1685
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1686
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1687
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1688
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1689
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1690
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1691
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1692
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1693
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1694
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1695
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1696
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1697
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1698
+ } & {
1699
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1700
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1701
+ } & {
1702
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1703
+ } & any & any) | undefined;
1704
+ } & any))[] | undefined;
1705
+ $or?: (import("@strapi/types/dist/types/core/entity").ID | ({
1706
+ $null?: boolean | undefined;
1707
+ $notNull?: boolean | undefined;
1708
+ } & {
1709
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1710
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1711
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1712
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1713
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1714
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1715
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1716
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1717
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1718
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1719
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1720
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1721
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1722
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1723
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1724
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1725
+ } & {
1726
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1727
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1728
+ } & {
1729
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1730
+ } & {
1731
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
1732
+ $null?: boolean | undefined;
1733
+ $notNull?: boolean | undefined;
1734
+ } & {
1735
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1736
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1737
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1738
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1739
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1740
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1741
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1742
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1743
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1744
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1745
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1746
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1747
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1748
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1749
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1750
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1751
+ } & {
1752
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1753
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1754
+ } & {
1755
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1756
+ } & any & any) | undefined;
1757
+ } & any))[] | undefined;
1758
+ }) | undefined;
1759
+ } & import("@strapi/types/dist/modules/entity-service/params/filters").AbstractAttributesFiltering<"plugin::content-releases.release">) | undefined;
1760
+ } & {
1761
+ populate?: import("@strapi/types/dist/modules/entity-service/params/populate").Any<"plugin::content-releases.release"> | undefined;
1762
+ } & ((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)) & {
1763
+ _q?: string | undefined;
1764
+ }>>;
1765
+ findManyWithContentTypeEntryAttached(contentTypeUid: import("@strapi/types/dist/types/core/common/uid").ContentType, entryId: number): Promise<any[]>;
1766
+ findManyWithoutContentTypeEntryAttached(contentTypeUid: import("@strapi/types/dist/types/core/common/uid").ContentType, entryId: number): Promise<any[]>;
1767
+ update(id: number, releaseData: {
1768
+ name: string;
1769
+ scheduledAt?: Date | null | undefined;
1770
+ timezone?: string | null | undefined;
1771
+ }, { user }: {
1772
+ user: import("../../../shared/types").UserInfo;
1773
+ }): Promise<({
1774
+ id: import("@strapi/types/dist/types/core/entity").ID;
1775
+ } & {
1776
+ [key: string]: any;
1777
+ }) | null>;
1778
+ createAction(releaseId: import("@strapi/types/dist/types/core/entity").ID, action: Pick<{
1779
+ type: "publish" | "unpublish";
1780
+ entry: {
1781
+ id: number;
1782
+ locale?: string | undefined;
1783
+ contentType: import("@strapi/types/dist/types/core/common/uid").ContentType;
1784
+ };
1785
+ }, "type" | "entry">): Promise<{
1786
+ id: import("@strapi/types/dist/types/core/entity").ID;
1787
+ } & {
1788
+ [key: string]: any;
1789
+ }>;
1790
+ findActions(releaseId: import("@strapi/types/dist/types/core/entity").ID, query?: (Partial<Pick<import("../../../shared/contracts/releases").Pagination, "page" | "pageSize">> & {
1791
+ groupBy?: import("../../../shared/contracts/release-actions").ReleaseActionGroupBy | undefined;
1792
+ }) | undefined): Promise<import("@strapi/types/dist/modules/entity-service").PaginatedResult<"plugin::content-releases.release-action", {
1793
+ populate: {
1794
+ entry: {
1795
+ populate: "*";
1796
+ };
1797
+ };
1798
+ filters: {
1799
+ release: import("@strapi/types/dist/types/core/entity").ID;
1800
+ };
1801
+ page?: number | undefined;
1802
+ pageSize?: number | undefined;
1803
+ groupBy?: import("../../../shared/contracts/release-actions").ReleaseActionGroupBy | undefined;
1804
+ }>>;
1805
+ countActions(query: {
1806
+ filters?: ({
1807
+ $and?: (any & {
1808
+ $not?: (any & any & {
1809
+ id?: import("@strapi/types/dist/types/core/entity").ID | ({
1810
+ $null?: boolean | undefined;
1811
+ $notNull?: boolean | undefined;
1812
+ } & {
1813
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1814
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1815
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1816
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1817
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1818
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1819
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1820
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1821
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1822
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1823
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1824
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1825
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1826
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1827
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1828
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1829
+ } & {
1830
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1831
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1832
+ } & {
1833
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1834
+ } & {
1835
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
1836
+ $null?: boolean | undefined;
1837
+ $notNull?: boolean | undefined;
1838
+ } & {
1839
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1840
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1841
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1842
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1843
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1844
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1845
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1846
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1847
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1848
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1849
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1850
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1851
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1852
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1853
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1854
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1855
+ } & {
1856
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1857
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1858
+ } & {
1859
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1860
+ } & any & {
1861
+ $and?: (import("@strapi/types/dist/types/core/entity").ID | ({
1862
+ $null?: boolean | undefined;
1863
+ $notNull?: boolean | undefined;
1864
+ } & {
1865
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1866
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1867
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1868
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1869
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1870
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1871
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1872
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1873
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1874
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1875
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1876
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1877
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1878
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1879
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1880
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1881
+ } & {
1882
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1883
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1884
+ } & {
1885
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1886
+ } & any & any))[] | undefined;
1887
+ $or?: (import("@strapi/types/dist/types/core/entity").ID | ({
1888
+ $null?: boolean | undefined;
1889
+ $notNull?: boolean | undefined;
1890
+ } & {
1891
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1892
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1893
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1894
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1895
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1896
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1897
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1898
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1899
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1900
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1901
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1902
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1903
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1904
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1905
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1906
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1907
+ } & {
1908
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1909
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1910
+ } & {
1911
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1912
+ } & any & any))[] | undefined;
1913
+ }) | undefined;
1914
+ } & {
1915
+ $and?: (import("@strapi/types/dist/types/core/entity").ID | ({
1916
+ $null?: boolean | undefined;
1917
+ $notNull?: boolean | undefined;
1918
+ } & {
1919
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1920
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1921
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1922
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1923
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1924
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1925
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1926
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1927
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1928
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1929
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1930
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1931
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1932
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1933
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1934
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1935
+ } & {
1936
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1937
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1938
+ } & {
1939
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1940
+ } & {
1941
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
1942
+ $null?: boolean | undefined;
1943
+ $notNull?: boolean | undefined;
1944
+ } & {
1945
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1946
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1947
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1948
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1949
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1950
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1951
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1952
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1953
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1954
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1955
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1956
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1957
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1958
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1959
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1960
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1961
+ } & {
1962
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1963
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1964
+ } & {
1965
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1966
+ } & any & any) | undefined;
1967
+ } & any))[] | undefined;
1968
+ $or?: (import("@strapi/types/dist/types/core/entity").ID | ({
1969
+ $null?: boolean | undefined;
1970
+ $notNull?: boolean | undefined;
1971
+ } & {
1972
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1973
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1974
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1975
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1976
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1977
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1978
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1979
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1980
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1981
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1982
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1983
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1984
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1985
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1986
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1987
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1988
+ } & {
1989
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1990
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1991
+ } & {
1992
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1993
+ } & {
1994
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
1995
+ $null?: boolean | undefined;
1996
+ $notNull?: boolean | undefined;
1997
+ } & {
1998
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1999
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2000
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2001
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2002
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2003
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2004
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2005
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2006
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2007
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2008
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2009
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2010
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2011
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2012
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2013
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2014
+ } & {
2015
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2016
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2017
+ } & {
2018
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
2019
+ } & any & any) | undefined;
2020
+ } & any))[] | undefined;
2021
+ }) | undefined;
2022
+ } & import("@strapi/types/dist/modules/entity-service/params/filters").AbstractAttributesFiltering<"plugin::content-releases.release-action">) | undefined;
2023
+ } & {
2024
+ id?: 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 & {
2076
+ $and?: (import("@strapi/types/dist/types/core/entity").ID | ({
2077
+ $null?: boolean | undefined;
2078
+ $notNull?: boolean | undefined;
2079
+ } & {
2080
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2081
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2082
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2083
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2084
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2085
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2086
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2087
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2088
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2089
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2090
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2091
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2092
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2093
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2094
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2095
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2096
+ } & {
2097
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2098
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2099
+ } & {
2100
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
2101
+ } & any & any))[] | undefined;
2102
+ $or?: (import("@strapi/types/dist/types/core/entity").ID | ({
2103
+ $null?: boolean | undefined;
2104
+ $notNull?: boolean | undefined;
2105
+ } & {
2106
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2107
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2108
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2109
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2110
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2111
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2112
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2113
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2114
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2115
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2116
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2117
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2118
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2119
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2120
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2121
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2122
+ } & {
2123
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2124
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2125
+ } & {
2126
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
2127
+ } & any & any))[] | undefined;
2128
+ }) | undefined;
2129
+ } & {
2130
+ $and?: (import("@strapi/types/dist/types/core/entity").ID | ({
2131
+ $null?: boolean | undefined;
2132
+ $notNull?: boolean | undefined;
2133
+ } & {
2134
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2135
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2136
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2137
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2138
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2139
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2140
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2141
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2142
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2143
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2144
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2145
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2146
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2147
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2148
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2149
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2150
+ } & {
2151
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2152
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2153
+ } & {
2154
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
2155
+ } & {
2156
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
2157
+ $null?: boolean | undefined;
2158
+ $notNull?: boolean | undefined;
2159
+ } & {
2160
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2161
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2162
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2163
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2164
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2165
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2166
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2167
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2168
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2169
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2170
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2171
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2172
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2173
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2174
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2175
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2176
+ } & {
2177
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2178
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2179
+ } & {
2180
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
2181
+ } & any & any) | undefined;
2182
+ } & any))[] | undefined;
2183
+ $or?: (import("@strapi/types/dist/types/core/entity").ID | ({
2184
+ $null?: boolean | undefined;
2185
+ $notNull?: boolean | undefined;
2186
+ } & {
2187
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2188
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2189
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2190
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2191
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2192
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2193
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2194
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2195
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2196
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2197
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2198
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2199
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2200
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2201
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2202
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2203
+ } & {
2204
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2205
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2206
+ } & {
2207
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
2208
+ } & {
2209
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
2210
+ $null?: boolean | undefined;
2211
+ $notNull?: boolean | undefined;
2212
+ } & {
2213
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2214
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2215
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2216
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2217
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2218
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2219
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2220
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2221
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2222
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2223
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2224
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2225
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2226
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2227
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2228
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2229
+ } & {
2230
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2231
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2232
+ } & {
2233
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
2234
+ } & any & any) | undefined;
2235
+ } & any))[] | undefined;
2236
+ }) | undefined;
2237
+ } & import("@strapi/types/dist/modules/entity-service/params/filters").AbstractAttributesFiltering<"plugin::content-releases.release-action">)[] | undefined;
2238
+ $or?: (any & {
2239
+ $not?: (any & any & {
2240
+ id?: import("@strapi/types/dist/types/core/entity").ID | ({
2241
+ $null?: boolean | undefined;
2242
+ $notNull?: boolean | undefined;
2243
+ } & {
2244
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2245
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2246
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2247
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2248
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2249
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2250
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2251
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2252
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2253
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2254
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2255
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2256
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2257
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2258
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2259
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2260
+ } & {
2261
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2262
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2263
+ } & {
2264
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
2265
+ } & {
2266
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
2267
+ $null?: boolean | undefined;
2268
+ $notNull?: boolean | undefined;
2269
+ } & {
2270
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2271
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2272
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2273
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2274
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2275
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2276
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2277
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2278
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2279
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2280
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2281
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2282
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2283
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2284
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2285
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2286
+ } & {
2287
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2288
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2289
+ } & {
2290
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
2291
+ } & any & {
2292
+ $and?: (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
+ } & any & any))[] | undefined;
2318
+ $or?: (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
+ }) | undefined;
2345
+ } & {
2346
+ $and?: (import("@strapi/types/dist/types/core/entity").ID | ({
2347
+ $null?: boolean | undefined;
2348
+ $notNull?: boolean | undefined;
2349
+ } & {
2350
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2351
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2352
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2353
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2354
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2355
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2356
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2357
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2358
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2359
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2360
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2361
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2362
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2363
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2364
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2365
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2366
+ } & {
2367
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2368
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2369
+ } & {
2370
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
2371
+ } & {
2372
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
2373
+ $null?: boolean | undefined;
2374
+ $notNull?: boolean | undefined;
2375
+ } & {
2376
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2377
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2378
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2379
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2380
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2381
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2382
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2383
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2384
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2385
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2386
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2387
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2388
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2389
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2390
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2391
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2392
+ } & {
2393
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2394
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2395
+ } & {
2396
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
2397
+ } & any & any) | undefined;
2398
+ } & any))[] | undefined;
2399
+ $or?: (import("@strapi/types/dist/types/core/entity").ID | ({
2400
+ $null?: boolean | undefined;
2401
+ $notNull?: boolean | undefined;
2402
+ } & {
2403
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2404
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2405
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2406
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2407
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2408
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2409
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2410
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2411
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2412
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2413
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2414
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2415
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2416
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2417
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2418
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2419
+ } & {
2420
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2421
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2422
+ } & {
2423
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
2424
+ } & {
2425
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
2426
+ $null?: boolean | undefined;
2427
+ $notNull?: boolean | undefined;
2428
+ } & {
2429
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2430
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2431
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2432
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2433
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2434
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2435
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2436
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2437
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2438
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2439
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2440
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2441
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2442
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2443
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2444
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2445
+ } & {
2446
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2447
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2448
+ } & {
2449
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
2450
+ } & any & any) | undefined;
2451
+ } & any))[] | undefined;
2452
+ }) | undefined;
2453
+ } & import("@strapi/types/dist/modules/entity-service/params/filters").AbstractAttributesFiltering<"plugin::content-releases.release-action">) | undefined;
2454
+ } & {
2455
+ id?: 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 & {
2507
+ $and?: (import("@strapi/types/dist/types/core/entity").ID | ({
2508
+ $null?: boolean | undefined;
2509
+ $notNull?: boolean | undefined;
2510
+ } & {
2511
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2512
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2513
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2514
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2515
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2516
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2517
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2518
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2519
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2520
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2521
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2522
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2523
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2524
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2525
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2526
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2527
+ } & {
2528
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2529
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2530
+ } & {
2531
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
2532
+ } & any & any))[] | undefined;
2533
+ $or?: (import("@strapi/types/dist/types/core/entity").ID | ({
2534
+ $null?: boolean | undefined;
2535
+ $notNull?: boolean | undefined;
2536
+ } & {
2537
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2538
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2539
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2540
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2541
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2542
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2543
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2544
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2545
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2546
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2547
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2548
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2549
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2550
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2551
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2552
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2553
+ } & {
2554
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2555
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2556
+ } & {
2557
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
2558
+ } & any & any))[] | undefined;
2559
+ }) | undefined;
2560
+ } & {
2561
+ $and?: (import("@strapi/types/dist/types/core/entity").ID | ({
2562
+ $null?: boolean | undefined;
2563
+ $notNull?: boolean | undefined;
2564
+ } & {
2565
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2566
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2567
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2568
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2569
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2570
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2571
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2572
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2573
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2574
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2575
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2576
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2577
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2578
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2579
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2580
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2581
+ } & {
2582
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2583
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2584
+ } & {
2585
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
2586
+ } & {
2587
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
2588
+ $null?: boolean | undefined;
2589
+ $notNull?: boolean | undefined;
2590
+ } & {
2591
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2592
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2593
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2594
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2595
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2596
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2597
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2598
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2599
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2600
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2601
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2602
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2603
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2604
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2605
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2606
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2607
+ } & {
2608
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2609
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2610
+ } & {
2611
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
2612
+ } & any & any) | undefined;
2613
+ } & any))[] | undefined;
2614
+ $or?: (import("@strapi/types/dist/types/core/entity").ID | ({
2615
+ $null?: boolean | undefined;
2616
+ $notNull?: boolean | undefined;
2617
+ } & {
2618
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2619
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2620
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2621
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2622
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2623
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2624
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2625
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2626
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2627
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2628
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2629
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2630
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2631
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2632
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2633
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2634
+ } & {
2635
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2636
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2637
+ } & {
2638
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
2639
+ } & {
2640
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
2641
+ $null?: boolean | undefined;
2642
+ $notNull?: boolean | undefined;
2643
+ } & {
2644
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2645
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2646
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2647
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2648
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2649
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2650
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2651
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2652
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2653
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2654
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2655
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2656
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2657
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2658
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2659
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2660
+ } & {
2661
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2662
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2663
+ } & {
2664
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
2665
+ } & any & any) | undefined;
2666
+ } & any))[] | undefined;
2667
+ }) | undefined;
2668
+ } & import("@strapi/types/dist/modules/entity-service/params/filters").AbstractAttributesFiltering<"plugin::content-releases.release-action">)[] | undefined;
2669
+ } & {
2670
+ $not?: ({
2671
+ $and?: (any & any & {
2672
+ id?: import("@strapi/types/dist/types/core/entity").ID | ({
2673
+ $null?: boolean | undefined;
2674
+ $notNull?: boolean | undefined;
2675
+ } & {
2676
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2677
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2678
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2679
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2680
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2681
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2682
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2683
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2684
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2685
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2686
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2687
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2688
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2689
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2690
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2691
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2692
+ } & {
2693
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2694
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2695
+ } & {
2696
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
2697
+ } & {
2698
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
2699
+ $null?: boolean | undefined;
2700
+ $notNull?: boolean | undefined;
2701
+ } & {
2702
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2703
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2704
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2705
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2706
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2707
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2708
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2709
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2710
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2711
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2712
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2713
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2714
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2715
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2716
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2717
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2718
+ } & {
2719
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2720
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2721
+ } & {
2722
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
2723
+ } & any & {
2724
+ $and?: (import("@strapi/types/dist/types/core/entity").ID | ({
2725
+ $null?: boolean | undefined;
2726
+ $notNull?: boolean | undefined;
2727
+ } & {
2728
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2729
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2730
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2731
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2732
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2733
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2734
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2735
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2736
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2737
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2738
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2739
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2740
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2741
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2742
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2743
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2744
+ } & {
2745
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2746
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2747
+ } & {
2748
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
2749
+ } & any & any))[] | undefined;
2750
+ $or?: (import("@strapi/types/dist/types/core/entity").ID | ({
2751
+ $null?: boolean | undefined;
2752
+ $notNull?: boolean | undefined;
2753
+ } & {
2754
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2755
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2756
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2757
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2758
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2759
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2760
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2761
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2762
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2763
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2764
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2765
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2766
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2767
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2768
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2769
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2770
+ } & {
2771
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2772
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2773
+ } & {
2774
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
2775
+ } & any & any))[] | undefined;
2776
+ }) | undefined;
2777
+ } & {
2778
+ $and?: (import("@strapi/types/dist/types/core/entity").ID | ({
2779
+ $null?: boolean | undefined;
2780
+ $notNull?: boolean | undefined;
2781
+ } & {
2782
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2783
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2784
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2785
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2786
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2787
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2788
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2789
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2790
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2791
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2792
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2793
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2794
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2795
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2796
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2797
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2798
+ } & {
2799
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2800
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2801
+ } & {
2802
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
2803
+ } & {
2804
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
2805
+ $null?: boolean | undefined;
2806
+ $notNull?: boolean | undefined;
2807
+ } & {
2808
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2809
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2810
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2811
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2812
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2813
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2814
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2815
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2816
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2817
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2818
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2819
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2820
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2821
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2822
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2823
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2824
+ } & {
2825
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2826
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2827
+ } & {
2828
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
2829
+ } & any & any) | undefined;
2830
+ } & any))[] | undefined;
2831
+ $or?: (import("@strapi/types/dist/types/core/entity").ID | ({
2832
+ $null?: boolean | undefined;
2833
+ $notNull?: boolean | undefined;
2834
+ } & {
2835
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2836
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2837
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2838
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2839
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2840
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2841
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2842
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2843
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2844
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2845
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2846
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2847
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2848
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2849
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2850
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2851
+ } & {
2852
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2853
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2854
+ } & {
2855
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
2856
+ } & {
2857
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
2858
+ $null?: boolean | undefined;
2859
+ $notNull?: boolean | undefined;
2860
+ } & {
2861
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2862
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2863
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2864
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2865
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2866
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2867
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2868
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2869
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2870
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2871
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2872
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2873
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2874
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2875
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2876
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2877
+ } & {
2878
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2879
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2880
+ } & {
2881
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
2882
+ } & any & any) | undefined;
2883
+ } & any))[] | undefined;
2884
+ }) | undefined;
2885
+ } & import("@strapi/types/dist/modules/entity-service/params/filters").AbstractAttributesFiltering<"plugin::content-releases.release-action">)[] | undefined;
2886
+ $or?: (any & any & {
2887
+ id?: 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 & {
2939
+ $and?: (import("@strapi/types/dist/types/core/entity").ID | ({
2940
+ $null?: boolean | undefined;
2941
+ $notNull?: boolean | undefined;
2942
+ } & {
2943
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2944
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2945
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2946
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2947
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2948
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2949
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2950
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2951
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2952
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2953
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2954
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2955
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2956
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2957
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2958
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2959
+ } & {
2960
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2961
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2962
+ } & {
2963
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
2964
+ } & any & any))[] | undefined;
2965
+ $or?: (import("@strapi/types/dist/types/core/entity").ID | ({
2966
+ $null?: boolean | undefined;
2967
+ $notNull?: boolean | undefined;
2968
+ } & {
2969
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2970
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2971
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2972
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2973
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2974
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2975
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2976
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2977
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2978
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2979
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2980
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2981
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2982
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2983
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2984
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2985
+ } & {
2986
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2987
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
2988
+ } & {
2989
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
2990
+ } & any & any))[] | undefined;
2991
+ }) | undefined;
2992
+ } & {
2993
+ $and?: (import("@strapi/types/dist/types/core/entity").ID | ({
2994
+ $null?: boolean | undefined;
2995
+ $notNull?: boolean | undefined;
2996
+ } & {
2997
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2998
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
2999
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3000
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3001
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3002
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3003
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3004
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3005
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3006
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3007
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3008
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3009
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3010
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3011
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3012
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3013
+ } & {
3014
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
3015
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
3016
+ } & {
3017
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
3018
+ } & {
3019
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
3020
+ $null?: boolean | undefined;
3021
+ $notNull?: boolean | undefined;
3022
+ } & {
3023
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3024
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3025
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3026
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3027
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3028
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3029
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3030
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3031
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3032
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3033
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3034
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3035
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3036
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3037
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3038
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3039
+ } & {
3040
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
3041
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
3042
+ } & {
3043
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
3044
+ } & any & any) | undefined;
3045
+ } & any))[] | undefined;
3046
+ $or?: (import("@strapi/types/dist/types/core/entity").ID | ({
3047
+ $null?: boolean | undefined;
3048
+ $notNull?: boolean | undefined;
3049
+ } & {
3050
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3051
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3052
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3053
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3054
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3055
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3056
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3057
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3058
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3059
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3060
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3061
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3062
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3063
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3064
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3065
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3066
+ } & {
3067
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
3068
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
3069
+ } & {
3070
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
3071
+ } & {
3072
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
3073
+ $null?: boolean | undefined;
3074
+ $notNull?: boolean | undefined;
3075
+ } & {
3076
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3077
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3078
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3079
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3080
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3081
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3082
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3083
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3084
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3085
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3086
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3087
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3088
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3089
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3090
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3091
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3092
+ } & {
3093
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
3094
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
3095
+ } & {
3096
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
3097
+ } & any & any) | undefined;
3098
+ } & any))[] | undefined;
3099
+ }) | undefined;
3100
+ } & import("@strapi/types/dist/modules/entity-service/params/filters").AbstractAttributesFiltering<"plugin::content-releases.release-action">)[] | undefined;
3101
+ } & any & {
3102
+ id?: 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 & {
3154
+ $and?: (import("@strapi/types/dist/types/core/entity").ID | ({
3155
+ $null?: boolean | undefined;
3156
+ $notNull?: boolean | undefined;
3157
+ } & {
3158
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3159
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3160
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3161
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3162
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3163
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3164
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3165
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3166
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3167
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3168
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3169
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3170
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3171
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3172
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3173
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3174
+ } & {
3175
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
3176
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
3177
+ } & {
3178
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
3179
+ } & any & any))[] | undefined;
3180
+ $or?: (import("@strapi/types/dist/types/core/entity").ID | ({
3181
+ $null?: boolean | undefined;
3182
+ $notNull?: boolean | undefined;
3183
+ } & {
3184
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3185
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3186
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3187
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3188
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3189
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3190
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3191
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3192
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3193
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3194
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3195
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3196
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3197
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3198
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3199
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3200
+ } & {
3201
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
3202
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
3203
+ } & {
3204
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
3205
+ } & any & any))[] | undefined;
3206
+ }) | undefined;
3207
+ } & {
3208
+ $and?: (import("@strapi/types/dist/types/core/entity").ID | ({
3209
+ $null?: boolean | undefined;
3210
+ $notNull?: boolean | undefined;
3211
+ } & {
3212
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3213
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3214
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3215
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3216
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3217
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3218
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3219
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3220
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3221
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3222
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3223
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3224
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3225
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3226
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3227
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3228
+ } & {
3229
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
3230
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
3231
+ } & {
3232
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
3233
+ } & {
3234
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
3235
+ $null?: boolean | undefined;
3236
+ $notNull?: boolean | undefined;
3237
+ } & {
3238
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3239
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3240
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3241
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3242
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3243
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3244
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3245
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3246
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3247
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3248
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3249
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3250
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3251
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3252
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3253
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3254
+ } & {
3255
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
3256
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
3257
+ } & {
3258
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
3259
+ } & any & any) | undefined;
3260
+ } & any))[] | undefined;
3261
+ $or?: (import("@strapi/types/dist/types/core/entity").ID | ({
3262
+ $null?: boolean | undefined;
3263
+ $notNull?: boolean | undefined;
3264
+ } & {
3265
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3266
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3267
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3268
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3269
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3270
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3271
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3272
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3273
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3274
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3275
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3276
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3277
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3278
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3279
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3280
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3281
+ } & {
3282
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
3283
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
3284
+ } & {
3285
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
3286
+ } & {
3287
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
3288
+ $null?: boolean | undefined;
3289
+ $notNull?: boolean | undefined;
3290
+ } & {
3291
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3292
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3293
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3294
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3295
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3296
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3297
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3298
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3299
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3300
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3301
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3302
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3303
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3304
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3305
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3306
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3307
+ } & {
3308
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
3309
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
3310
+ } & {
3311
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
3312
+ } & any & any) | undefined;
3313
+ } & any))[] | undefined;
3314
+ }) | undefined;
3315
+ } & import("@strapi/types/dist/modules/entity-service/params/filters").AbstractAttributesFiltering<"plugin::content-releases.release-action">) | undefined;
3316
+ } & {
3317
+ id?: 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 & {
3369
+ $and?: (import("@strapi/types/dist/types/core/entity").ID | ({
3370
+ $null?: boolean | undefined;
3371
+ $notNull?: boolean | undefined;
3372
+ } & {
3373
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3374
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3375
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3376
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3377
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3378
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3379
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3380
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3381
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3382
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3383
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3384
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3385
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3386
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3387
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3388
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3389
+ } & {
3390
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
3391
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
3392
+ } & {
3393
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
3394
+ } & any & any))[] | undefined;
3395
+ $or?: (import("@strapi/types/dist/types/core/entity").ID | ({
3396
+ $null?: boolean | undefined;
3397
+ $notNull?: boolean | undefined;
3398
+ } & {
3399
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3400
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3401
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3402
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3403
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3404
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3405
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3406
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3407
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3408
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3409
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3410
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3411
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3412
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3413
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3414
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3415
+ } & {
3416
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
3417
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
3418
+ } & {
3419
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
3420
+ } & any & any))[] | undefined;
3421
+ }) | undefined;
3422
+ } & {
3423
+ $and?: (import("@strapi/types/dist/types/core/entity").ID | ({
3424
+ $null?: boolean | undefined;
3425
+ $notNull?: boolean | undefined;
3426
+ } & {
3427
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3428
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3429
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3430
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3431
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3432
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3433
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3434
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3435
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3436
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3437
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3438
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3439
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3440
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3441
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3442
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3443
+ } & {
3444
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
3445
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
3446
+ } & {
3447
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
3448
+ } & {
3449
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
3450
+ $null?: boolean | undefined;
3451
+ $notNull?: boolean | undefined;
3452
+ } & {
3453
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3454
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3455
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3456
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3457
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3458
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3459
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3460
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3461
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3462
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3463
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3464
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3465
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3466
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3467
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3468
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3469
+ } & {
3470
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
3471
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
3472
+ } & {
3473
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
3474
+ } & any & any) | undefined;
3475
+ } & any))[] | undefined;
3476
+ $or?: (import("@strapi/types/dist/types/core/entity").ID | ({
3477
+ $null?: boolean | undefined;
3478
+ $notNull?: boolean | undefined;
3479
+ } & {
3480
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3481
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3482
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3483
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3484
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3485
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3486
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3487
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3488
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3489
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3490
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3491
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3492
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3493
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3494
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3495
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3496
+ } & {
3497
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
3498
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
3499
+ } & {
3500
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
3501
+ } & {
3502
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
3503
+ $null?: boolean | undefined;
3504
+ $notNull?: boolean | undefined;
3505
+ } & {
3506
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3507
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3508
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3509
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3510
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3511
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3512
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3513
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3514
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3515
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3516
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3517
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3518
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3519
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3520
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3521
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
3522
+ } & {
3523
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
3524
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
3525
+ } & {
3526
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
3527
+ } & any & any) | undefined;
3528
+ } & any))[] | undefined;
3529
+ }) | undefined;
3530
+ } & import("@strapi/types/dist/modules/entity-service/params/filters").AbstractAttributesFiltering<"plugin::content-releases.release-action">) | undefined;
3531
+ }): Promise<number>;
3532
+ groupActions(actions: import("../../../shared/contracts/release-actions").ReleaseAction[], groupBy: import("../../../shared/contracts/release-actions").ReleaseActionGroupBy): Promise<import("lodash").Dictionary<(null | undefined)[]>>;
3533
+ getLocalesDataForActions(): Promise<{
3534
+ [key: string]: Pick<import("./release").Locale, "name" | "code">;
3535
+ }>;
3536
+ getContentTypesDataForActions(contentTypesUids: import("@strapi/types/dist/types/core/common/uid").ContentType[]): Promise<Record<`admin::${string}` | `strapi::${string}` | `api::${string}.${string}` | `plugin::${string}.${string}`, {
3537
+ mainField: string;
3538
+ displayName: string;
3539
+ }>>;
3540
+ getContentTypeModelsFromActions(actions: import("../../../shared/contracts/release-actions").ReleaseAction[]): {
3541
+ [key: `admin::${string}`]: import("@strapi/types/dist/types/core/schemas").ContentType;
3542
+ [key: `strapi::${string}`]: import("@strapi/types/dist/types/core/schemas").ContentType;
3543
+ [key: `api::${string}.${string}`]: import("@strapi/types/dist/types/core/schemas").ContentType;
3544
+ [key: `plugin::${string}.${string}`]: import("@strapi/types/dist/types/core/schemas").ContentType;
3545
+ };
3546
+ getAllComponents(): Promise<any>;
3547
+ delete(releaseId: import("@strapi/types/dist/types/core/entity").ID): Promise<import("../../../shared/contracts/releases").Release>;
3548
+ publish(releaseId: import("@strapi/types/dist/types/core/entity").ID): Promise<import("../../../shared/contracts/releases").Release>;
3549
+ updateAction(actionId: import("@strapi/types/dist/types/core/entity").ID, releaseId: import("@strapi/types/dist/types/core/entity").ID, update: {
3550
+ type: "publish" | "unpublish";
3551
+ }): Promise<any>;
3552
+ deleteAction(actionId: import("@strapi/types/dist/types/core/entity").ID, releaseId: import("@strapi/types/dist/types/core/entity").ID): Promise<any>;
3553
+ updateReleaseStatus(releaseId: import("@strapi/types/dist/types/core/entity").ID): Promise<any>;
3554
+ };
3555
+ 'release-validation': ({ strapi }: {
3556
+ strapi: Required<import("@strapi/types").Strapi>;
3557
+ }) => {
3558
+ validateUniqueEntry(releaseId: import("@strapi/types/dist/types/core/entity").ID, releaseActionArgs: {
3559
+ type: "publish" | "unpublish";
3560
+ entry: {
3561
+ id: number;
3562
+ locale?: string | undefined;
3563
+ contentType: import("@strapi/types/dist/types/core/common/uid").ContentType;
3564
+ };
3565
+ }): Promise<void>;
3566
+ validateEntryContentType(contentTypeUid: import("@strapi/types/dist/types/core/common/uid").ContentType): void;
3567
+ validatePendingReleasesLimit(): Promise<void>;
3568
+ validateUniqueNameForPendingRelease(name: string, id?: import("@strapi/types/dist/types/core/entity").ID | undefined): Promise<void>;
3569
+ validateScheduledAtIsLaterThanNow(scheduledAt: Date | null): Promise<void>;
3570
+ };
3571
+ };
3572
+ //# sourceMappingURL=index.d.ts.map