@strapi/content-releases 4.20.4 → 5.0.0-alpha.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (101) hide show
  1. package/dist/_chunks/{App-6ugQxqYE.mjs → App-dbdAcsz_.mjs} +296 -296
  2. package/dist/_chunks/App-dbdAcsz_.mjs.map +1 -0
  3. package/dist/_chunks/{App-P1kyM3gT.js → App-zwe_jKPv.js} +301 -301
  4. package/dist/_chunks/App-zwe_jKPv.js.map +1 -0
  5. package/dist/_chunks/{en-WuuhP6Bn.mjs → en-RdapH-9X.mjs} +1 -2
  6. package/dist/_chunks/en-RdapH-9X.mjs.map +1 -0
  7. package/dist/_chunks/{en-gcJJ5htG.js → en-faJDuv3q.js} +1 -2
  8. package/dist/_chunks/en-faJDuv3q.js.map +1 -0
  9. package/dist/_chunks/{index-_eBuegHN.mjs → index-RBaVMtyr.mjs} +79 -70
  10. package/dist/_chunks/index-RBaVMtyr.mjs.map +1 -0
  11. package/dist/_chunks/{index-2xzbhaQP.js → index-TBrVNrv9.js} +77 -68
  12. package/dist/_chunks/index-TBrVNrv9.js.map +1 -0
  13. package/dist/admin/index.js +1 -14
  14. package/dist/admin/index.js.map +1 -1
  15. package/dist/admin/index.mjs +1 -14
  16. package/dist/admin/index.mjs.map +1 -1
  17. package/dist/admin/src/components/CMReleasesContainer.d.ts +1 -0
  18. package/dist/admin/src/components/RelativeTime.d.ts +28 -0
  19. package/dist/admin/src/components/ReleaseActionMenu.d.ts +26 -0
  20. package/dist/admin/src/components/ReleaseActionOptions.d.ts +9 -0
  21. package/dist/admin/src/components/ReleaseModal.d.ts +16 -0
  22. package/dist/admin/src/constants.d.ts +58 -0
  23. package/dist/admin/src/index.d.ts +3 -0
  24. package/dist/admin/src/pages/App.d.ts +1 -0
  25. package/dist/admin/src/pages/PurchaseContentReleases.d.ts +2 -0
  26. package/dist/admin/src/pages/ReleaseDetailsPage.d.ts +2 -0
  27. package/dist/admin/src/pages/ReleasesPage.d.ts +8 -0
  28. package/dist/admin/src/pages/tests/mockReleaseDetailsPageData.d.ts +181 -0
  29. package/dist/admin/src/pages/tests/mockReleasesPageData.d.ts +39 -0
  30. package/dist/admin/src/pluginId.d.ts +1 -0
  31. package/dist/admin/src/services/axios.d.ts +29 -0
  32. package/dist/admin/src/services/release.d.ts +369 -0
  33. package/dist/admin/src/store/hooks.d.ts +7 -0
  34. package/dist/admin/src/utils/time.d.ts +1 -0
  35. package/dist/server/index.js +327 -234
  36. package/dist/server/index.js.map +1 -1
  37. package/dist/server/index.mjs +328 -234
  38. package/dist/server/index.mjs.map +1 -1
  39. package/dist/server/src/bootstrap.d.ts +5 -0
  40. package/dist/server/src/bootstrap.d.ts.map +1 -0
  41. package/dist/server/src/constants.d.ts +12 -0
  42. package/dist/server/src/constants.d.ts.map +1 -0
  43. package/dist/server/src/content-types/index.d.ts +99 -0
  44. package/dist/server/src/content-types/index.d.ts.map +1 -0
  45. package/dist/server/src/content-types/release/index.d.ts +48 -0
  46. package/dist/server/src/content-types/release/index.d.ts.map +1 -0
  47. package/dist/server/src/content-types/release/schema.d.ts +47 -0
  48. package/dist/server/src/content-types/release/schema.d.ts.map +1 -0
  49. package/dist/server/src/content-types/release-action/index.d.ts +50 -0
  50. package/dist/server/src/content-types/release-action/index.d.ts.map +1 -0
  51. package/dist/server/src/content-types/release-action/schema.d.ts +49 -0
  52. package/dist/server/src/content-types/release-action/schema.d.ts.map +1 -0
  53. package/dist/server/src/controllers/index.d.ts +19 -0
  54. package/dist/server/src/controllers/index.d.ts.map +1 -0
  55. package/dist/server/src/controllers/release-action.d.ts +10 -0
  56. package/dist/server/src/controllers/release-action.d.ts.map +1 -0
  57. package/dist/server/src/controllers/release.d.ts +11 -0
  58. package/dist/server/src/controllers/release.d.ts.map +1 -0
  59. package/dist/server/src/controllers/validation/release-action.d.ts +3 -0
  60. package/dist/server/src/controllers/validation/release-action.d.ts.map +1 -0
  61. package/dist/server/src/controllers/validation/release.d.ts +2 -0
  62. package/dist/server/src/controllers/validation/release.d.ts.map +1 -0
  63. package/dist/server/src/destroy.d.ts +5 -0
  64. package/dist/server/src/destroy.d.ts.map +1 -0
  65. package/dist/server/src/index.d.ts +2095 -0
  66. package/dist/server/src/index.d.ts.map +1 -0
  67. package/dist/server/src/migrations/index.d.ts +12 -0
  68. package/dist/server/src/migrations/index.d.ts.map +1 -0
  69. package/dist/server/src/register.d.ts +5 -0
  70. package/dist/server/src/register.d.ts.map +1 -0
  71. package/dist/server/src/routes/index.d.ts +35 -0
  72. package/dist/server/src/routes/index.d.ts.map +1 -0
  73. package/dist/server/src/routes/release-action.d.ts +18 -0
  74. package/dist/server/src/routes/release-action.d.ts.map +1 -0
  75. package/dist/server/src/routes/release.d.ts +18 -0
  76. package/dist/server/src/routes/release.d.ts.map +1 -0
  77. package/dist/server/src/services/index.d.ts +1826 -0
  78. package/dist/server/src/services/index.d.ts.map +1 -0
  79. package/dist/server/src/services/release.d.ts +66 -0
  80. package/dist/server/src/services/release.d.ts.map +1 -0
  81. package/dist/server/src/services/scheduling.d.ts +18 -0
  82. package/dist/server/src/services/scheduling.d.ts.map +1 -0
  83. package/dist/server/src/services/validation.d.ts +18 -0
  84. package/dist/server/src/services/validation.d.ts.map +1 -0
  85. package/dist/server/src/utils/index.d.ts +14 -0
  86. package/dist/server/src/utils/index.d.ts.map +1 -0
  87. package/dist/shared/contracts/release-actions.d.ts +131 -0
  88. package/dist/shared/contracts/release-actions.d.ts.map +1 -0
  89. package/dist/shared/contracts/releases.d.ts +166 -0
  90. package/dist/shared/contracts/releases.d.ts.map +1 -0
  91. package/dist/shared/types.d.ts +24 -0
  92. package/dist/shared/types.d.ts.map +1 -0
  93. package/dist/shared/validation-schemas.d.ts +2 -0
  94. package/dist/shared/validation-schemas.d.ts.map +1 -0
  95. package/package.json +24 -30
  96. package/dist/_chunks/App-6ugQxqYE.mjs.map +0 -1
  97. package/dist/_chunks/App-P1kyM3gT.js.map +0 -1
  98. package/dist/_chunks/en-WuuhP6Bn.mjs.map +0 -1
  99. package/dist/_chunks/en-gcJJ5htG.js.map +0 -1
  100. package/dist/_chunks/index-2xzbhaQP.js.map +0 -1
  101. package/dist/_chunks/index-_eBuegHN.mjs.map +0 -1
@@ -0,0 +1,2095 @@
1
+ /// <reference types="lodash" />
2
+ /// <reference types="koa" />
3
+ declare const _default: {
4
+ register: ({ strapi }: {
5
+ strapi: Required<import("@strapi/types").Strapi>;
6
+ }) => Promise<void>;
7
+ bootstrap: ({ strapi }: {
8
+ strapi: Required<import("@strapi/types").Strapi>;
9
+ }) => Promise<void>;
10
+ destroy: ({ strapi }: {
11
+ strapi: Required<import("@strapi/types").Strapi>;
12
+ }) => Promise<void>;
13
+ contentTypes: {
14
+ release: {
15
+ schema: {
16
+ collectionName: string;
17
+ info: {
18
+ singularName: string;
19
+ pluralName: string;
20
+ displayName: string;
21
+ };
22
+ options: {
23
+ draftAndPublish: boolean;
24
+ };
25
+ pluginOptions: {
26
+ 'content-manager': {
27
+ visible: boolean;
28
+ };
29
+ 'content-type-builder': {
30
+ visible: boolean;
31
+ };
32
+ };
33
+ attributes: {
34
+ name: {
35
+ type: string;
36
+ required: boolean;
37
+ };
38
+ releasedAt: {
39
+ type: string;
40
+ };
41
+ scheduledAt: {
42
+ type: string;
43
+ };
44
+ timezone: {
45
+ type: string;
46
+ };
47
+ status: {
48
+ type: string;
49
+ enum: string[];
50
+ required: boolean;
51
+ };
52
+ actions: {
53
+ type: string;
54
+ relation: string;
55
+ target: string;
56
+ mappedBy: string;
57
+ };
58
+ };
59
+ };
60
+ };
61
+ 'release-action': {
62
+ schema: {
63
+ collectionName: string;
64
+ info: {
65
+ singularName: string;
66
+ pluralName: string;
67
+ displayName: string;
68
+ };
69
+ options: {
70
+ draftAndPublish: boolean;
71
+ };
72
+ pluginOptions: {
73
+ 'content-manager': {
74
+ visible: boolean;
75
+ };
76
+ 'content-type-builder': {
77
+ visible: boolean;
78
+ };
79
+ };
80
+ attributes: {
81
+ type: {
82
+ type: string;
83
+ enum: string[];
84
+ required: boolean;
85
+ };
86
+ entry: {
87
+ type: string;
88
+ relation: string;
89
+ configurable: boolean;
90
+ };
91
+ contentType: {
92
+ type: string;
93
+ required: boolean;
94
+ };
95
+ locale: {
96
+ type: string;
97
+ };
98
+ release: {
99
+ type: string;
100
+ relation: string;
101
+ target: string;
102
+ inversedBy: string;
103
+ };
104
+ isEntryValid: {
105
+ type: string;
106
+ };
107
+ };
108
+ };
109
+ };
110
+ };
111
+ services: {
112
+ release: ({ strapi }: {
113
+ strapi: Required<import("@strapi/types").Strapi>;
114
+ }) => {
115
+ create(releaseData: {
116
+ name: string;
117
+ scheduledAt: Date | null;
118
+ timezone: string | null;
119
+ }, { user }: {
120
+ user: import("../../shared/types").UserInfo;
121
+ }): Promise<any>;
122
+ findOne(id: import("@strapi/types/dist/types/core/entity").ID, query?: {}): Promise<any>;
123
+ findPage(query?: Partial<Pick<import("../../shared/contracts/releases").Pagination, "page" | "pageSize">> | undefined): Promise<{
124
+ results: any[];
125
+ pagination: {
126
+ page: number;
127
+ pageSize: number;
128
+ pageCount: number;
129
+ total: number;
130
+ };
131
+ }>;
132
+ findManyWithContentTypeEntryAttached(contentTypeUid: import("@strapi/types/dist/types/core/common/uid").ContentType, entryId: number): Promise<any[]>;
133
+ findManyWithoutContentTypeEntryAttached(contentTypeUid: import("@strapi/types/dist/types/core/common/uid").ContentType, entryId: number): Promise<any[]>;
134
+ update(id: number, releaseData: {
135
+ name: string;
136
+ scheduledAt?: Date | null | undefined;
137
+ timezone?: string | null | undefined;
138
+ }, { user }: {
139
+ user: import("../../shared/types").UserInfo;
140
+ }): Promise<any>;
141
+ createAction(releaseId: import("@strapi/types/dist/types/core/entity").ID, action: Pick<{
142
+ type: "publish" | "unpublish";
143
+ entry: {
144
+ id: number;
145
+ locale?: string | undefined;
146
+ contentType: import("@strapi/types/dist/types/core/common/uid").ContentType;
147
+ };
148
+ }, "type" | "entry">): Promise<any>;
149
+ findActions(releaseId: import("@strapi/types/dist/types/core/entity").ID, query?: (Partial<Pick<import("../../shared/contracts/releases").Pagination, "page" | "pageSize">> & {
150
+ groupBy?: import("../../shared/contracts/release-actions").ReleaseActionGroupBy | undefined;
151
+ }) | undefined): Promise<{
152
+ results: any[];
153
+ pagination: {
154
+ page: number;
155
+ pageSize: number;
156
+ pageCount: number;
157
+ total: number;
158
+ };
159
+ }>;
160
+ countActions(query: {
161
+ filters?: ({
162
+ $and?: (any & {
163
+ $not?: (any & any & {
164
+ id?: import("@strapi/types/dist/types/core/entity").ID | ({
165
+ $null?: boolean | undefined;
166
+ $notNull?: boolean | undefined;
167
+ } & {
168
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
169
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
170
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
171
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
172
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
173
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
174
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
175
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
176
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
177
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
178
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
179
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
180
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
181
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
182
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
183
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
184
+ } & {
185
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
186
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
187
+ } & {
188
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
189
+ } & {
190
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
191
+ $null?: boolean | undefined;
192
+ $notNull?: boolean | undefined;
193
+ } & {
194
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
195
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
196
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
197
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
198
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
199
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
200
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
201
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
202
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
203
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
204
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
205
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
206
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
207
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
208
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
209
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
210
+ } & {
211
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
212
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
213
+ } & {
214
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
215
+ } & any & {
216
+ $and?: (import("@strapi/types/dist/types/core/entity").ID | ({
217
+ $null?: boolean | undefined;
218
+ $notNull?: boolean | undefined;
219
+ } & {
220
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
221
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
222
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
223
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
224
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
225
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
226
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
227
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
228
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
229
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
230
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
231
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
232
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
233
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
234
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
235
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
236
+ } & {
237
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
238
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
239
+ } & {
240
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
241
+ } & any & any))[] | undefined;
242
+ $or?: (import("@strapi/types/dist/types/core/entity").ID | ({
243
+ $null?: boolean | undefined;
244
+ $notNull?: boolean | undefined;
245
+ } & {
246
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
247
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
248
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
249
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
250
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
251
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
252
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
253
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
254
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
255
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
256
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
257
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
258
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
259
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
260
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
261
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
262
+ } & {
263
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
264
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
265
+ } & {
266
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
267
+ } & any & any))[] | undefined;
268
+ }) | undefined;
269
+ } & {
270
+ $and?: (import("@strapi/types/dist/types/core/entity").ID | ({
271
+ $null?: boolean | undefined;
272
+ $notNull?: boolean | undefined;
273
+ } & {
274
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
275
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
276
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
277
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
278
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
279
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
280
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
281
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
282
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
283
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
284
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
285
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
286
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
287
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
288
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
289
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
290
+ } & {
291
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
292
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
293
+ } & {
294
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
295
+ } & {
296
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
297
+ $null?: boolean | undefined;
298
+ $notNull?: boolean | undefined;
299
+ } & {
300
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
301
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
302
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
303
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
304
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
305
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
306
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
307
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
308
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
309
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
310
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
311
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
312
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
313
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
314
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
315
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
316
+ } & {
317
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
318
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
319
+ } & {
320
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
321
+ } & any & any) | undefined;
322
+ } & any))[] | undefined;
323
+ $or?: (import("@strapi/types/dist/types/core/entity").ID | ({
324
+ $null?: boolean | undefined;
325
+ $notNull?: boolean | undefined;
326
+ } & {
327
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
328
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
329
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
330
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
331
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
332
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
333
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
334
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
335
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
336
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
337
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
338
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
339
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
340
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
341
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
342
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
343
+ } & {
344
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
345
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
346
+ } & {
347
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
348
+ } & {
349
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
350
+ $null?: boolean | undefined;
351
+ $notNull?: boolean | undefined;
352
+ } & {
353
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
354
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
355
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
356
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
357
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
358
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
359
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
360
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
361
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
362
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
363
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
364
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
365
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
366
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
367
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
368
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
369
+ } & {
370
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
371
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
372
+ } & {
373
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
374
+ } & any & any) | undefined;
375
+ } & any))[] | undefined;
376
+ }) | undefined;
377
+ } & import("@strapi/types/dist/modules/entity-service/params/filters").AbstractAttributesFiltering<"plugin::content-releases.release-action">) | undefined;
378
+ } & {
379
+ id?: import("@strapi/types/dist/types/core/entity").ID | ({
380
+ $null?: boolean | undefined;
381
+ $notNull?: boolean | undefined;
382
+ } & {
383
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
384
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
385
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
386
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
387
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
388
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
389
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
390
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
391
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
392
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
393
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
394
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
395
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
396
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
397
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
398
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
399
+ } & {
400
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
401
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
402
+ } & {
403
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
404
+ } & {
405
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
406
+ $null?: boolean | undefined;
407
+ $notNull?: boolean | undefined;
408
+ } & {
409
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
410
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
411
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
412
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
413
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
414
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
415
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
416
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
417
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
418
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
419
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
420
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
421
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
422
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
423
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
424
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
425
+ } & {
426
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
427
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
428
+ } & {
429
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
430
+ } & any & {
431
+ $and?: (import("@strapi/types/dist/types/core/entity").ID | ({
432
+ $null?: boolean | undefined;
433
+ $notNull?: boolean | undefined;
434
+ } & {
435
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
436
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
437
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
438
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
439
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
440
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
441
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
442
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
443
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
444
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
445
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
446
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
447
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
448
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
449
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
450
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
451
+ } & {
452
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
453
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
454
+ } & {
455
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
456
+ } & any & any))[] | undefined;
457
+ $or?: (import("@strapi/types/dist/types/core/entity").ID | ({
458
+ $null?: boolean | undefined;
459
+ $notNull?: boolean | undefined;
460
+ } & {
461
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
462
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
463
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
464
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
465
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
466
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
467
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
468
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
469
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
470
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
471
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
472
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
473
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
474
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
475
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
476
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
477
+ } & {
478
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
479
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
480
+ } & {
481
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
482
+ } & any & any))[] | undefined;
483
+ }) | undefined;
484
+ } & {
485
+ $and?: (import("@strapi/types/dist/types/core/entity").ID | ({
486
+ $null?: boolean | undefined;
487
+ $notNull?: boolean | undefined;
488
+ } & {
489
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
490
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
491
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
492
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
493
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
494
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
495
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
496
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
497
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
498
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
499
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
500
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
501
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
502
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
503
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
504
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
505
+ } & {
506
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
507
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
508
+ } & {
509
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
510
+ } & {
511
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
512
+ $null?: boolean | undefined;
513
+ $notNull?: boolean | undefined;
514
+ } & {
515
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
516
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
517
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
518
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
519
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
520
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
521
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
522
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
523
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
524
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
525
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
526
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
527
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
528
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
529
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
530
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
531
+ } & {
532
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
533
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
534
+ } & {
535
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
536
+ } & any & any) | undefined;
537
+ } & any))[] | undefined;
538
+ $or?: (import("@strapi/types/dist/types/core/entity").ID | ({
539
+ $null?: boolean | undefined;
540
+ $notNull?: boolean | undefined;
541
+ } & {
542
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
543
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
544
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
545
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
546
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
547
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
548
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
549
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
550
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
551
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
552
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
553
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
554
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
555
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
556
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
557
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
558
+ } & {
559
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
560
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
561
+ } & {
562
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
563
+ } & {
564
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
565
+ $null?: boolean | undefined;
566
+ $notNull?: boolean | undefined;
567
+ } & {
568
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
569
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
570
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
571
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
572
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
573
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
574
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
575
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
576
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
577
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
578
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
579
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
580
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
581
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
582
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
583
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
584
+ } & {
585
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
586
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
587
+ } & {
588
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
589
+ } & any & any) | undefined;
590
+ } & any))[] | undefined;
591
+ }) | undefined;
592
+ } & import("@strapi/types/dist/modules/entity-service/params/filters").AbstractAttributesFiltering<"plugin::content-releases.release-action">)[] | undefined;
593
+ $or?: (any & {
594
+ $not?: (any & any & {
595
+ id?: import("@strapi/types/dist/types/core/entity").ID | ({
596
+ $null?: boolean | undefined;
597
+ $notNull?: boolean | undefined;
598
+ } & {
599
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
600
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
601
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
602
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
603
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
604
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
605
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
606
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
607
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
608
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
609
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
610
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
611
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
612
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
613
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
614
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
615
+ } & {
616
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
617
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
618
+ } & {
619
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
620
+ } & {
621
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
622
+ $null?: boolean | undefined;
623
+ $notNull?: boolean | undefined;
624
+ } & {
625
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
626
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
627
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
628
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
629
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
630
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
631
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
632
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
633
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
634
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
635
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
636
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
637
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
638
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
639
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
640
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
641
+ } & {
642
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
643
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
644
+ } & {
645
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
646
+ } & any & {
647
+ $and?: (import("@strapi/types/dist/types/core/entity").ID | ({
648
+ $null?: boolean | undefined;
649
+ $notNull?: boolean | undefined;
650
+ } & {
651
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
652
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
653
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
654
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
655
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
656
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
657
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
658
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
659
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
660
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
661
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
662
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
663
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
664
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
665
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
666
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
667
+ } & {
668
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
669
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
670
+ } & {
671
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
672
+ } & any & any))[] | undefined;
673
+ $or?: (import("@strapi/types/dist/types/core/entity").ID | ({
674
+ $null?: boolean | undefined;
675
+ $notNull?: boolean | undefined;
676
+ } & {
677
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
678
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
679
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
680
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
681
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
682
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
683
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
684
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
685
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
686
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
687
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
688
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
689
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
690
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
691
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
692
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
693
+ } & {
694
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
695
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
696
+ } & {
697
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
698
+ } & any & any))[] | undefined;
699
+ }) | undefined;
700
+ } & {
701
+ $and?: (import("@strapi/types/dist/types/core/entity").ID | ({
702
+ $null?: boolean | undefined;
703
+ $notNull?: boolean | undefined;
704
+ } & {
705
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
706
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
707
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
708
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
709
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
710
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
711
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
712
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
713
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
714
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
715
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
716
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
717
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
718
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
719
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
720
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
721
+ } & {
722
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
723
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
724
+ } & {
725
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
726
+ } & {
727
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
728
+ $null?: boolean | undefined;
729
+ $notNull?: boolean | undefined;
730
+ } & {
731
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
732
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
733
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
734
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
735
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
736
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
737
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
738
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
739
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
740
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
741
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
742
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
743
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
744
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
745
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
746
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
747
+ } & {
748
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
749
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
750
+ } & {
751
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
752
+ } & any & any) | undefined;
753
+ } & any))[] | undefined;
754
+ $or?: (import("@strapi/types/dist/types/core/entity").ID | ({
755
+ $null?: boolean | undefined;
756
+ $notNull?: boolean | undefined;
757
+ } & {
758
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
759
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
760
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
761
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
762
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
763
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
764
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
765
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
766
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
767
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
768
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
769
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
770
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
771
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
772
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
773
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
774
+ } & {
775
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
776
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
777
+ } & {
778
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
779
+ } & {
780
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
781
+ $null?: boolean | undefined;
782
+ $notNull?: boolean | undefined;
783
+ } & {
784
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
785
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
786
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
787
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
788
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
789
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
790
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
791
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
792
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
793
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
794
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
795
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
796
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
797
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
798
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
799
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
800
+ } & {
801
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
802
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
803
+ } & {
804
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
805
+ } & any & any) | undefined;
806
+ } & any))[] | undefined;
807
+ }) | undefined;
808
+ } & import("@strapi/types/dist/modules/entity-service/params/filters").AbstractAttributesFiltering<"plugin::content-releases.release-action">) | undefined;
809
+ } & {
810
+ id?: import("@strapi/types/dist/types/core/entity").ID | ({
811
+ $null?: boolean | undefined;
812
+ $notNull?: boolean | undefined;
813
+ } & {
814
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
815
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
816
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
817
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
818
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
819
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
820
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
821
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
822
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
823
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
824
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
825
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
826
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
827
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
828
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
829
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
830
+ } & {
831
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
832
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
833
+ } & {
834
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
835
+ } & {
836
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
837
+ $null?: boolean | undefined;
838
+ $notNull?: boolean | undefined;
839
+ } & {
840
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
841
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
842
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
843
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
844
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
845
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
846
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
847
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
848
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
849
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
850
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
851
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
852
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
853
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
854
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
855
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
856
+ } & {
857
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
858
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
859
+ } & {
860
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
861
+ } & any & {
862
+ $and?: (import("@strapi/types/dist/types/core/entity").ID | ({
863
+ $null?: boolean | undefined;
864
+ $notNull?: boolean | undefined;
865
+ } & {
866
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
867
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
868
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
869
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
870
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
871
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
872
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
873
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
874
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
875
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
876
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
877
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
878
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
879
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
880
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
881
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
882
+ } & {
883
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
884
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
885
+ } & {
886
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
887
+ } & any & any))[] | undefined;
888
+ $or?: (import("@strapi/types/dist/types/core/entity").ID | ({
889
+ $null?: boolean | undefined;
890
+ $notNull?: boolean | undefined;
891
+ } & {
892
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
893
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
894
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
895
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
896
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
897
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
898
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
899
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
900
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
901
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
902
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
903
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
904
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
905
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
906
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
907
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
908
+ } & {
909
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
910
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
911
+ } & {
912
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
913
+ } & any & any))[] | undefined;
914
+ }) | undefined;
915
+ } & {
916
+ $and?: (import("@strapi/types/dist/types/core/entity").ID | ({
917
+ $null?: boolean | undefined;
918
+ $notNull?: boolean | undefined;
919
+ } & {
920
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
921
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
922
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
923
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
924
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
925
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
926
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
927
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
928
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
929
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
930
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
931
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
932
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
933
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
934
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
935
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
936
+ } & {
937
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
938
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
939
+ } & {
940
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
941
+ } & {
942
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
943
+ $null?: boolean | undefined;
944
+ $notNull?: boolean | undefined;
945
+ } & {
946
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
947
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
948
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
949
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
950
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
951
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
952
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
953
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
954
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
955
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
956
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
957
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
958
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
959
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
960
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
961
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
962
+ } & {
963
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
964
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
965
+ } & {
966
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
967
+ } & any & any) | undefined;
968
+ } & any))[] | undefined;
969
+ $or?: (import("@strapi/types/dist/types/core/entity").ID | ({
970
+ $null?: boolean | undefined;
971
+ $notNull?: boolean | undefined;
972
+ } & {
973
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
974
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
975
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
976
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
977
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
978
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
979
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
980
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
981
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
982
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
983
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
984
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
985
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
986
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
987
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
988
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
989
+ } & {
990
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
991
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
992
+ } & {
993
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
994
+ } & {
995
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
996
+ $null?: boolean | undefined;
997
+ $notNull?: boolean | undefined;
998
+ } & {
999
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1000
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1001
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1002
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1003
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1004
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1005
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1006
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1007
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1008
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1009
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1010
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1011
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1012
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1013
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1014
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1015
+ } & {
1016
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1017
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1018
+ } & {
1019
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1020
+ } & any & any) | undefined;
1021
+ } & any))[] | undefined;
1022
+ }) | undefined;
1023
+ } & import("@strapi/types/dist/modules/entity-service/params/filters").AbstractAttributesFiltering<"plugin::content-releases.release-action">)[] | undefined;
1024
+ } & {
1025
+ $not?: ({
1026
+ $and?: (any & any & {
1027
+ id?: import("@strapi/types/dist/types/core/entity").ID | ({
1028
+ $null?: boolean | undefined;
1029
+ $notNull?: boolean | undefined;
1030
+ } & {
1031
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1032
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1033
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1034
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1035
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1036
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1037
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1038
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1039
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1040
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1041
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1042
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1043
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1044
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1045
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1046
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1047
+ } & {
1048
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1049
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1050
+ } & {
1051
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1052
+ } & {
1053
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
1054
+ $null?: boolean | undefined;
1055
+ $notNull?: boolean | undefined;
1056
+ } & {
1057
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1058
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1059
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1060
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1061
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1062
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1063
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1064
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1065
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1066
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1067
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1068
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1069
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1070
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1071
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1072
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1073
+ } & {
1074
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1075
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1076
+ } & {
1077
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1078
+ } & any & {
1079
+ $and?: (import("@strapi/types/dist/types/core/entity").ID | ({
1080
+ $null?: boolean | undefined;
1081
+ $notNull?: boolean | undefined;
1082
+ } & {
1083
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1084
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1085
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1086
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1087
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1088
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1089
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1090
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1091
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1092
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1093
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1094
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1095
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1096
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1097
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1098
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1099
+ } & {
1100
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1101
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1102
+ } & {
1103
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1104
+ } & any & any))[] | undefined;
1105
+ $or?: (import("@strapi/types/dist/types/core/entity").ID | ({
1106
+ $null?: boolean | undefined;
1107
+ $notNull?: boolean | undefined;
1108
+ } & {
1109
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1110
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1111
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1112
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1113
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1114
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1115
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1116
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1117
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1118
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1119
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1120
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1121
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1122
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1123
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1124
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1125
+ } & {
1126
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1127
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1128
+ } & {
1129
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1130
+ } & any & any))[] | undefined;
1131
+ }) | undefined;
1132
+ } & {
1133
+ $and?: (import("@strapi/types/dist/types/core/entity").ID | ({
1134
+ $null?: boolean | undefined;
1135
+ $notNull?: boolean | undefined;
1136
+ } & {
1137
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1138
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1139
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1140
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1141
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1142
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1143
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1144
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1145
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1146
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1147
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1148
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1149
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1150
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1151
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1152
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1153
+ } & {
1154
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1155
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1156
+ } & {
1157
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1158
+ } & {
1159
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
1160
+ $null?: boolean | undefined;
1161
+ $notNull?: boolean | undefined;
1162
+ } & {
1163
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1164
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1165
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1166
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1167
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1168
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1169
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1170
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1171
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1172
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1173
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1174
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1175
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1176
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1177
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1178
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1179
+ } & {
1180
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1181
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1182
+ } & {
1183
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1184
+ } & any & any) | undefined;
1185
+ } & any))[] | undefined;
1186
+ $or?: (import("@strapi/types/dist/types/core/entity").ID | ({
1187
+ $null?: boolean | undefined;
1188
+ $notNull?: boolean | undefined;
1189
+ } & {
1190
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1191
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1192
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1193
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1194
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1195
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1196
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1197
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1198
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1199
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1200
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1201
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1202
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1203
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1204
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1205
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1206
+ } & {
1207
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1208
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1209
+ } & {
1210
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1211
+ } & {
1212
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
1213
+ $null?: boolean | undefined;
1214
+ $notNull?: boolean | undefined;
1215
+ } & {
1216
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1217
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1218
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1219
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1220
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1221
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1222
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1223
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1224
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1225
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1226
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1227
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1228
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1229
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1230
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1231
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1232
+ } & {
1233
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1234
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1235
+ } & {
1236
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1237
+ } & any & any) | undefined;
1238
+ } & any))[] | undefined;
1239
+ }) | undefined;
1240
+ } & import("@strapi/types/dist/modules/entity-service/params/filters").AbstractAttributesFiltering<"plugin::content-releases.release-action">)[] | undefined;
1241
+ $or?: (any & any & {
1242
+ id?: import("@strapi/types/dist/types/core/entity").ID | ({
1243
+ $null?: boolean | undefined;
1244
+ $notNull?: boolean | undefined;
1245
+ } & {
1246
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1247
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1248
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1249
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1250
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1251
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1252
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1253
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1254
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1255
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1256
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1257
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1258
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1259
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1260
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1261
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1262
+ } & {
1263
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1264
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1265
+ } & {
1266
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1267
+ } & {
1268
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
1269
+ $null?: boolean | undefined;
1270
+ $notNull?: boolean | undefined;
1271
+ } & {
1272
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1273
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1274
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1275
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1276
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1277
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1278
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1279
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1280
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1281
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1282
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1283
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1284
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1285
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1286
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1287
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1288
+ } & {
1289
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1290
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1291
+ } & {
1292
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1293
+ } & any & {
1294
+ $and?: (import("@strapi/types/dist/types/core/entity").ID | ({
1295
+ $null?: boolean | undefined;
1296
+ $notNull?: boolean | undefined;
1297
+ } & {
1298
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1299
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1300
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1301
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1302
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1303
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1304
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1305
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1306
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1307
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1308
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1309
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1310
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1311
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1312
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1313
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1314
+ } & {
1315
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1316
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1317
+ } & {
1318
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1319
+ } & any & any))[] | undefined;
1320
+ $or?: (import("@strapi/types/dist/types/core/entity").ID | ({
1321
+ $null?: boolean | undefined;
1322
+ $notNull?: boolean | undefined;
1323
+ } & {
1324
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1325
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1326
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1327
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1328
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1329
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1330
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1331
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1332
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1333
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1334
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1335
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1336
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1337
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1338
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1339
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1340
+ } & {
1341
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1342
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1343
+ } & {
1344
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1345
+ } & any & any))[] | undefined;
1346
+ }) | undefined;
1347
+ } & {
1348
+ $and?: (import("@strapi/types/dist/types/core/entity").ID | ({
1349
+ $null?: boolean | undefined;
1350
+ $notNull?: boolean | undefined;
1351
+ } & {
1352
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1353
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1354
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1355
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1356
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1357
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1358
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1359
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1360
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1361
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1362
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1363
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1364
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1365
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1366
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1367
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1368
+ } & {
1369
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1370
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1371
+ } & {
1372
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1373
+ } & {
1374
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
1375
+ $null?: boolean | undefined;
1376
+ $notNull?: boolean | undefined;
1377
+ } & {
1378
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1379
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1380
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1381
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1382
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1383
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1384
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1385
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1386
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1387
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1388
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1389
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1390
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1391
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1392
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1393
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1394
+ } & {
1395
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1396
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1397
+ } & {
1398
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1399
+ } & any & any) | undefined;
1400
+ } & any))[] | undefined;
1401
+ $or?: (import("@strapi/types/dist/types/core/entity").ID | ({
1402
+ $null?: boolean | undefined;
1403
+ $notNull?: boolean | undefined;
1404
+ } & {
1405
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1406
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1407
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1408
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1409
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1410
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1411
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1412
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1413
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1414
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1415
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1416
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1417
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1418
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1419
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1420
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1421
+ } & {
1422
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1423
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1424
+ } & {
1425
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1426
+ } & {
1427
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
1428
+ $null?: boolean | undefined;
1429
+ $notNull?: boolean | undefined;
1430
+ } & {
1431
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1432
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1433
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1434
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1435
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1436
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1437
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1438
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1439
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1440
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1441
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1442
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1443
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1444
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1445
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1446
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1447
+ } & {
1448
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1449
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1450
+ } & {
1451
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1452
+ } & any & any) | undefined;
1453
+ } & any))[] | undefined;
1454
+ }) | undefined;
1455
+ } & import("@strapi/types/dist/modules/entity-service/params/filters").AbstractAttributesFiltering<"plugin::content-releases.release-action">)[] | undefined;
1456
+ } & any & {
1457
+ id?: import("@strapi/types/dist/types/core/entity").ID | ({
1458
+ $null?: boolean | undefined;
1459
+ $notNull?: boolean | undefined;
1460
+ } & {
1461
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1462
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1463
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1464
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1465
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1466
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1467
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1468
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1469
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1470
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1471
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1472
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1473
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1474
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1475
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1476
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1477
+ } & {
1478
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1479
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1480
+ } & {
1481
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1482
+ } & {
1483
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
1484
+ $null?: boolean | undefined;
1485
+ $notNull?: boolean | undefined;
1486
+ } & {
1487
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1488
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1489
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1490
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1491
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1492
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1493
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1494
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1495
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1496
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1497
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1498
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1499
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1500
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1501
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1502
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1503
+ } & {
1504
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1505
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1506
+ } & {
1507
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1508
+ } & any & {
1509
+ $and?: (import("@strapi/types/dist/types/core/entity").ID | ({
1510
+ $null?: boolean | undefined;
1511
+ $notNull?: boolean | undefined;
1512
+ } & {
1513
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1514
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1515
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1516
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1517
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1518
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1519
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1520
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1521
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1522
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1523
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1524
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1525
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1526
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1527
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1528
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1529
+ } & {
1530
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1531
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1532
+ } & {
1533
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1534
+ } & any & any))[] | undefined;
1535
+ $or?: (import("@strapi/types/dist/types/core/entity").ID | ({
1536
+ $null?: boolean | undefined;
1537
+ $notNull?: boolean | undefined;
1538
+ } & {
1539
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1540
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1541
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1542
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1543
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1544
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1545
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1546
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1547
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1548
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1549
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1550
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1551
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1552
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1553
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1554
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1555
+ } & {
1556
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1557
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1558
+ } & {
1559
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1560
+ } & any & any))[] | undefined;
1561
+ }) | undefined;
1562
+ } & {
1563
+ $and?: (import("@strapi/types/dist/types/core/entity").ID | ({
1564
+ $null?: boolean | undefined;
1565
+ $notNull?: boolean | undefined;
1566
+ } & {
1567
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1568
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1569
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1570
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1571
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1572
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1573
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1574
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1575
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1576
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1577
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1578
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1579
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1580
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1581
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1582
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1583
+ } & {
1584
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1585
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1586
+ } & {
1587
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1588
+ } & {
1589
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
1590
+ $null?: boolean | undefined;
1591
+ $notNull?: boolean | undefined;
1592
+ } & {
1593
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1594
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1595
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1596
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1597
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1598
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1599
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1600
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1601
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1602
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1603
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1604
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1605
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1606
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1607
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1608
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1609
+ } & {
1610
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1611
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1612
+ } & {
1613
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1614
+ } & any & any) | undefined;
1615
+ } & any))[] | undefined;
1616
+ $or?: (import("@strapi/types/dist/types/core/entity").ID | ({
1617
+ $null?: boolean | undefined;
1618
+ $notNull?: boolean | undefined;
1619
+ } & {
1620
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1621
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1622
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1623
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1624
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1625
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1626
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1627
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1628
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1629
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1630
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1631
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1632
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1633
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1634
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1635
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1636
+ } & {
1637
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1638
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1639
+ } & {
1640
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1641
+ } & {
1642
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
1643
+ $null?: boolean | undefined;
1644
+ $notNull?: boolean | undefined;
1645
+ } & {
1646
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1647
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1648
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1649
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1650
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1651
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1652
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1653
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1654
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1655
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1656
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1657
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1658
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1659
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1660
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1661
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1662
+ } & {
1663
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1664
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1665
+ } & {
1666
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1667
+ } & any & any) | undefined;
1668
+ } & any))[] | undefined;
1669
+ }) | undefined;
1670
+ } & import("@strapi/types/dist/modules/entity-service/params/filters").AbstractAttributesFiltering<"plugin::content-releases.release-action">) | undefined;
1671
+ } & {
1672
+ id?: import("@strapi/types/dist/types/core/entity").ID | ({
1673
+ $null?: boolean | undefined;
1674
+ $notNull?: boolean | undefined;
1675
+ } & {
1676
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1677
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1678
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1679
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1680
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1681
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1682
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1683
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1684
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1685
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1686
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1687
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1688
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1689
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1690
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1691
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1692
+ } & {
1693
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1694
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1695
+ } & {
1696
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1697
+ } & {
1698
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
1699
+ $null?: boolean | undefined;
1700
+ $notNull?: boolean | undefined;
1701
+ } & {
1702
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1703
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1704
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1705
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1706
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1707
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1708
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1709
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1710
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1711
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1712
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1713
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1714
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1715
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1716
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1717
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1718
+ } & {
1719
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1720
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1721
+ } & {
1722
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1723
+ } & any & {
1724
+ $and?: (import("@strapi/types/dist/types/core/entity").ID | ({
1725
+ $null?: boolean | undefined;
1726
+ $notNull?: boolean | undefined;
1727
+ } & {
1728
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1729
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1730
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1731
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1732
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1733
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1734
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1735
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1736
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1737
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1738
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1739
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1740
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1741
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1742
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1743
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1744
+ } & {
1745
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1746
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1747
+ } & {
1748
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1749
+ } & any & any))[] | undefined;
1750
+ $or?: (import("@strapi/types/dist/types/core/entity").ID | ({
1751
+ $null?: boolean | undefined;
1752
+ $notNull?: boolean | undefined;
1753
+ } & {
1754
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1755
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1756
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1757
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1758
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1759
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1760
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1761
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1762
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1763
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1764
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1765
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1766
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1767
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1768
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1769
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1770
+ } & {
1771
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1772
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1773
+ } & {
1774
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1775
+ } & any & any))[] | undefined;
1776
+ }) | undefined;
1777
+ } & {
1778
+ $and?: (import("@strapi/types/dist/types/core/entity").ID | ({
1779
+ $null?: boolean | undefined;
1780
+ $notNull?: boolean | undefined;
1781
+ } & {
1782
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1783
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1784
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1785
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1786
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1787
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1788
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1789
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1790
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1791
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1792
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1793
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1794
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1795
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1796
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1797
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1798
+ } & {
1799
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1800
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1801
+ } & {
1802
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1803
+ } & {
1804
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
1805
+ $null?: boolean | undefined;
1806
+ $notNull?: boolean | undefined;
1807
+ } & {
1808
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1809
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1810
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1811
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1812
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1813
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1814
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1815
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1816
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1817
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1818
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1819
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1820
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1821
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1822
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1823
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1824
+ } & {
1825
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1826
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1827
+ } & {
1828
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1829
+ } & any & any) | undefined;
1830
+ } & any))[] | undefined;
1831
+ $or?: (import("@strapi/types/dist/types/core/entity").ID | ({
1832
+ $null?: boolean | undefined;
1833
+ $notNull?: boolean | undefined;
1834
+ } & {
1835
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1836
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1837
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1838
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1839
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1840
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1841
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1842
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1843
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1844
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1845
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1846
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1847
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1848
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1849
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1850
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1851
+ } & {
1852
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1853
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1854
+ } & {
1855
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1856
+ } & {
1857
+ $not?: import("@strapi/types/dist/types/core/entity").ID | ({
1858
+ $null?: boolean | undefined;
1859
+ $notNull?: boolean | undefined;
1860
+ } & {
1861
+ $eq?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1862
+ $eqi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1863
+ $ne?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1864
+ $nei?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1865
+ $gt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1866
+ $gte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1867
+ $lt?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1868
+ $lte?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1869
+ $startsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1870
+ $endsWith?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1871
+ $startsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1872
+ $endsWithi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1873
+ $contains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1874
+ $notContains?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1875
+ $containsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1876
+ $notContainsi?: import("@strapi/types/dist/types/core/entity").ID | undefined;
1877
+ } & {
1878
+ $in?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1879
+ $notIn?: import("@strapi/types/dist/types/core/entity").ID[] | undefined;
1880
+ } & {
1881
+ $between?: [import("@strapi/types/dist/types/core/entity").ID, import("@strapi/types/dist/types/core/entity").ID] | undefined;
1882
+ } & any & any) | undefined;
1883
+ } & any))[] | undefined;
1884
+ }) | undefined;
1885
+ } & import("@strapi/types/dist/modules/entity-service/params/filters").AbstractAttributesFiltering<"plugin::content-releases.release-action">) | undefined;
1886
+ }): Promise<number>;
1887
+ groupActions(actions: import("../../shared/contracts/release-actions").ReleaseAction[], groupBy: import("../../shared/contracts/release-actions").ReleaseActionGroupBy): Promise<import("lodash").Dictionary<(null | undefined)[]>>;
1888
+ getLocalesDataForActions(): Promise<{
1889
+ [key: string]: Pick<import("./services/release").Locale, "name" | "code">;
1890
+ }>;
1891
+ getContentTypesDataForActions(contentTypesUids: import("@strapi/types/dist/types/core/common/uid").ContentType[]): Promise<Record<`admin::${string}` | `strapi::${string}` | `api::${string}.${string}` | `plugin::${string}.${string}`, {
1892
+ mainField: string;
1893
+ displayName: string;
1894
+ }>>;
1895
+ getContentTypeModelsFromActions(actions: import("../../shared/contracts/release-actions").ReleaseAction[]): {
1896
+ [key: `admin::${string}`]: import("@strapi/types/dist/types/core/schemas").ContentType;
1897
+ [key: `strapi::${string}`]: import("@strapi/types/dist/types/core/schemas").ContentType;
1898
+ [key: `api::${string}.${string}`]: import("@strapi/types/dist/types/core/schemas").ContentType;
1899
+ [key: `plugin::${string}.${string}`]: import("@strapi/types/dist/types/core/schemas").ContentType;
1900
+ };
1901
+ getAllComponents(): Promise<any>;
1902
+ delete(releaseId: import("@strapi/types/dist/types/core/entity").ID): Promise<import("../../shared/contracts/releases").Release>;
1903
+ publish(releaseId: import("@strapi/types/dist/types/core/entity").ID): Promise<Pick<import("../../shared/contracts/releases").Release, "id" | "releasedAt" | "status"> | null>;
1904
+ updateAction(actionId: import("@strapi/types/dist/types/core/entity").ID, releaseId: import("@strapi/types/dist/types/core/entity").ID, update: {
1905
+ type: "publish" | "unpublish";
1906
+ }): Promise<any>;
1907
+ deleteAction(actionId: import("@strapi/types/dist/types/core/entity").ID, releaseId: import("@strapi/types/dist/types/core/entity").ID): Promise<any>;
1908
+ updateReleaseStatus(releaseId: import("@strapi/types/dist/types/core/entity").ID): Promise<any>;
1909
+ };
1910
+ 'release-validation': ({ strapi }: {
1911
+ strapi: Required<import("@strapi/types").Strapi>;
1912
+ }) => {
1913
+ validateUniqueEntry(releaseId: import("@strapi/types/dist/types/core/entity").ID, releaseActionArgs: {
1914
+ type: "publish" | "unpublish";
1915
+ entry: {
1916
+ id: number;
1917
+ locale?: string | undefined;
1918
+ contentType: import("@strapi/types/dist/types/core/common/uid").ContentType;
1919
+ };
1920
+ }): Promise<void>;
1921
+ validateEntryContentType(contentTypeUid: import("@strapi/types/dist/types/core/common/uid").ContentType): void;
1922
+ validatePendingReleasesLimit(): Promise<void>;
1923
+ validateUniqueNameForPendingRelease(name: string, id?: import("@strapi/types/dist/types/core/entity").ID | undefined): Promise<void>;
1924
+ validateScheduledAtIsLaterThanNow(scheduledAt: Date | null): Promise<void>;
1925
+ };
1926
+ scheduling: ({ strapi }: {
1927
+ strapi: Required<import("@strapi/types").Strapi>;
1928
+ }) => {
1929
+ 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>>;
1930
+ cancel(releaseId: import("@strapi/types/dist/types/core/entity").ID): Map<import("@strapi/types/dist/types/core/entity").ID, import("node-schedule").Job>;
1931
+ getAll(): Map<import("@strapi/types/dist/types/core/entity").ID, import("node-schedule").Job>;
1932
+ syncFromDatabase(): Promise<Map<import("@strapi/types/dist/types/core/entity").ID, import("node-schedule").Job>>;
1933
+ };
1934
+ };
1935
+ controllers: {
1936
+ release: {
1937
+ findMany(ctx: import("koa").Context): Promise<void>;
1938
+ findOne(ctx: import("koa").Context): Promise<void>;
1939
+ create(ctx: import("koa").Context): Promise<void>;
1940
+ update(ctx: import("koa").Context): Promise<void>;
1941
+ delete(ctx: import("koa").Context): Promise<void>;
1942
+ publish(ctx: import("koa").Context): Promise<void>;
1943
+ };
1944
+ 'release-action': {
1945
+ create(ctx: import("koa").Context): Promise<void>;
1946
+ createMany(ctx: import("koa").Context): Promise<void>;
1947
+ findMany(ctx: import("koa").Context): Promise<void>;
1948
+ update(ctx: import("koa").Context): Promise<void>;
1949
+ delete(ctx: import("koa").Context): Promise<void>;
1950
+ };
1951
+ };
1952
+ routes: {
1953
+ release: {
1954
+ type: string;
1955
+ routes: {
1956
+ method: string;
1957
+ path: string;
1958
+ handler: string;
1959
+ config: {
1960
+ policies: (string | {
1961
+ name: string;
1962
+ config: {
1963
+ actions: string[];
1964
+ };
1965
+ })[];
1966
+ };
1967
+ }[];
1968
+ };
1969
+ 'release-action': {
1970
+ type: string;
1971
+ routes: {
1972
+ method: string;
1973
+ path: string;
1974
+ handler: string;
1975
+ config: {
1976
+ policies: (string | {
1977
+ name: string;
1978
+ config: {
1979
+ actions: string[];
1980
+ };
1981
+ })[];
1982
+ };
1983
+ }[];
1984
+ };
1985
+ };
1986
+ } | {
1987
+ register: ({ strapi }: {
1988
+ strapi: Required<import("@strapi/types").Strapi>;
1989
+ }) => Promise<void>;
1990
+ contentTypes: {
1991
+ release: {
1992
+ schema: {
1993
+ collectionName: string;
1994
+ info: {
1995
+ singularName: string;
1996
+ pluralName: string;
1997
+ displayName: string;
1998
+ };
1999
+ options: {
2000
+ draftAndPublish: boolean;
2001
+ };
2002
+ pluginOptions: {
2003
+ 'content-manager': {
2004
+ visible: boolean;
2005
+ };
2006
+ 'content-type-builder': {
2007
+ visible: boolean;
2008
+ };
2009
+ };
2010
+ attributes: {
2011
+ name: {
2012
+ type: string;
2013
+ required: boolean;
2014
+ };
2015
+ releasedAt: {
2016
+ type: string;
2017
+ };
2018
+ scheduledAt: {
2019
+ type: string;
2020
+ };
2021
+ timezone: {
2022
+ type: string;
2023
+ };
2024
+ status: {
2025
+ type: string;
2026
+ enum: string[];
2027
+ required: boolean;
2028
+ };
2029
+ actions: {
2030
+ type: string;
2031
+ relation: string;
2032
+ target: string;
2033
+ mappedBy: string;
2034
+ };
2035
+ };
2036
+ };
2037
+ };
2038
+ 'release-action': {
2039
+ schema: {
2040
+ collectionName: string;
2041
+ info: {
2042
+ singularName: string;
2043
+ pluralName: string;
2044
+ displayName: string;
2045
+ };
2046
+ options: {
2047
+ draftAndPublish: boolean;
2048
+ };
2049
+ pluginOptions: {
2050
+ 'content-manager': {
2051
+ visible: boolean;
2052
+ };
2053
+ 'content-type-builder': {
2054
+ visible: boolean;
2055
+ };
2056
+ };
2057
+ attributes: {
2058
+ type: {
2059
+ type: string;
2060
+ enum: string[];
2061
+ required: boolean;
2062
+ };
2063
+ entry: {
2064
+ type: string;
2065
+ relation: string;
2066
+ configurable: boolean;
2067
+ };
2068
+ contentType: {
2069
+ type: string;
2070
+ required: boolean;
2071
+ };
2072
+ locale: {
2073
+ type: string;
2074
+ };
2075
+ release: {
2076
+ type: string;
2077
+ relation: string;
2078
+ target: string;
2079
+ inversedBy: string;
2080
+ };
2081
+ isEntryValid: {
2082
+ type: string;
2083
+ };
2084
+ };
2085
+ };
2086
+ };
2087
+ };
2088
+ bootstrap?: undefined;
2089
+ destroy?: undefined;
2090
+ services?: undefined;
2091
+ controllers?: undefined;
2092
+ routes?: undefined;
2093
+ };
2094
+ export default _default;
2095
+ //# sourceMappingURL=index.d.ts.map