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

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