@payloadcms/db-mongodb 3.0.0-canary.b750ebf → 3.0.0-canary.b8c9483
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/connect.d.ts.map +1 -1
- package/dist/connect.js +17 -3
- package/dist/connect.js.map +1 -1
- package/dist/count.d.ts.map +1 -1
- package/dist/count.js +8 -1
- package/dist/count.js.map +1 -1
- package/dist/countGlobalVersions.d.ts +3 -0
- package/dist/countGlobalVersions.d.ts.map +1 -0
- package/dist/countGlobalVersions.js +40 -0
- package/dist/countGlobalVersions.js.map +1 -0
- package/dist/countVersions.d.ts +3 -0
- package/dist/countVersions.d.ts.map +1 -0
- package/dist/countVersions.js +40 -0
- package/dist/countVersions.js.map +1 -0
- package/dist/create.d.ts.map +1 -1
- package/dist/create.js +10 -1
- package/dist/create.js.map +1 -1
- package/dist/createGlobal.d.ts.map +1 -1
- package/dist/createGlobal.js +10 -5
- package/dist/createGlobal.js.map +1 -1
- package/dist/createGlobalVersion.d.ts +1 -1
- package/dist/createGlobalVersion.d.ts.map +1 -1
- package/dist/createGlobalVersion.js +13 -4
- package/dist/createGlobalVersion.js.map +1 -1
- package/dist/createMigration.d.ts.map +1 -1
- package/dist/createMigration.js +8 -6
- package/dist/createMigration.js.map +1 -1
- package/dist/createVersion.d.ts +1 -1
- package/dist/createVersion.d.ts.map +1 -1
- package/dist/createVersion.js +31 -9
- package/dist/createVersion.js.map +1 -1
- package/dist/deleteOne.d.ts.map +1 -1
- package/dist/deleteOne.js +11 -3
- package/dist/deleteOne.js.map +1 -1
- package/dist/exports/migration-utils.d.ts +3 -0
- package/dist/exports/migration-utils.d.ts.map +1 -0
- package/dist/exports/migration-utils.js +4 -0
- package/dist/exports/migration-utils.js.map +1 -0
- package/dist/find.d.ts.map +1 -1
- package/dist/find.js +34 -4
- package/dist/find.js.map +1 -1
- package/dist/findGlobal.d.ts.map +1 -1
- package/dist/findGlobal.js +9 -3
- package/dist/findGlobal.js.map +1 -1
- package/dist/findGlobalVersions.d.ts.map +1 -1
- package/dist/findGlobalVersions.js +17 -5
- package/dist/findGlobalVersions.js.map +1 -1
- package/dist/findOne.d.ts.map +1 -1
- package/dist/findOne.js +27 -3
- package/dist/findOne.js.map +1 -1
- package/dist/findVersions.d.ts.map +1 -1
- package/dist/findVersions.js +16 -4
- package/dist/findVersions.js.map +1 -1
- package/dist/index.d.ts +64 -6
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +18 -7
- package/dist/index.js.map +1 -1
- package/dist/init.d.ts.map +1 -1
- package/dist/init.js +20 -18
- package/dist/init.js.map +1 -1
- package/dist/models/buildCollectionSchema.d.ts +2 -3
- package/dist/models/buildCollectionSchema.d.ts.map +1 -1
- package/dist/models/buildCollectionSchema.js +19 -7
- package/dist/models/buildCollectionSchema.js.map +1 -1
- package/dist/models/buildGlobalModel.d.ts +2 -2
- package/dist/models/buildGlobalModel.d.ts.map +1 -1
- package/dist/models/buildGlobalModel.js +6 -6
- package/dist/models/buildGlobalModel.js.map +1 -1
- package/dist/models/buildSchema.d.ts +2 -3
- package/dist/models/buildSchema.d.ts.map +1 -1
- package/dist/models/buildSchema.js +190 -74
- package/dist/models/buildSchema.js.map +1 -1
- package/dist/predefinedMigrations/migrateRelationshipsV2_V3.d.ts +6 -0
- package/dist/predefinedMigrations/migrateRelationshipsV2_V3.d.ts.map +1 -0
- package/dist/predefinedMigrations/migrateRelationshipsV2_V3.js +141 -0
- package/dist/predefinedMigrations/migrateRelationshipsV2_V3.js.map +1 -0
- package/dist/predefinedMigrations/migrateVersionsV1_V2.d.ts +5 -0
- package/dist/predefinedMigrations/migrateVersionsV1_V2.d.ts.map +1 -0
- package/dist/predefinedMigrations/migrateVersionsV1_V2.js +107 -0
- package/dist/predefinedMigrations/migrateVersionsV1_V2.js.map +1 -0
- package/dist/predefinedMigrations/relationships-v2-v3.d.ts +4 -0
- package/dist/predefinedMigrations/relationships-v2-v3.d.ts.map +1 -0
- package/dist/predefinedMigrations/relationships-v2-v3.js +9 -0
- package/dist/predefinedMigrations/relationships-v2-v3.js.map +1 -0
- package/dist/predefinedMigrations/versions-v1-v2.d.ts +4 -0
- package/dist/predefinedMigrations/versions-v1-v2.d.ts.map +1 -0
- package/dist/predefinedMigrations/versions-v1-v2.js +5 -95
- package/dist/predefinedMigrations/versions-v1-v2.js.map +1 -1
- package/dist/queries/buildQuery.d.ts +2 -2
- package/dist/queries/buildQuery.d.ts.map +1 -1
- package/dist/queries/buildQuery.js +1 -2
- package/dist/queries/buildQuery.js.map +1 -1
- package/dist/queries/buildSearchParams.d.ts.map +1 -1
- package/dist/queries/buildSearchParams.js +29 -18
- package/dist/queries/buildSearchParams.js.map +1 -1
- package/dist/queries/buildSortParam.d.ts +2 -2
- package/dist/queries/buildSortParam.d.ts.map +1 -1
- package/dist/queries/buildSortParam.js +26 -17
- package/dist/queries/buildSortParam.js.map +1 -1
- package/dist/queries/getLocalizedSortProperty.spec.js +1 -1
- package/dist/queries/getLocalizedSortProperty.spec.js.map +1 -1
- package/dist/queries/parseParams.d.ts.map +1 -1
- package/dist/queries/parseParams.js +7 -5
- package/dist/queries/parseParams.js.map +1 -1
- package/dist/queries/sanitizeQueryValue.d.ts +3 -2
- package/dist/queries/sanitizeQueryValue.d.ts.map +1 -1
- package/dist/queries/sanitizeQueryValue.js +263 -37
- package/dist/queries/sanitizeQueryValue.js.map +1 -1
- package/dist/queryDrafts.d.ts.map +1 -1
- package/dist/queryDrafts.js +36 -8
- package/dist/queryDrafts.js.map +1 -1
- package/dist/transactions/beginTransaction.d.ts.map +1 -1
- package/dist/transactions/beginTransaction.js +2 -0
- package/dist/transactions/beginTransaction.js.map +1 -1
- package/dist/transactions/commitTransaction.d.ts.map +1 -1
- package/dist/transactions/commitTransaction.js +3 -1
- package/dist/transactions/commitTransaction.js.map +1 -1
- package/dist/types.d.ts +7 -4
- package/dist/types.d.ts.map +1 -1
- package/dist/types.js.map +1 -1
- package/dist/updateGlobal.d.ts.map +1 -1
- package/dist/updateGlobal.js +18 -4
- package/dist/updateGlobal.js.map +1 -1
- package/dist/updateGlobalVersion.d.ts +2 -2
- package/dist/updateGlobalVersion.d.ts.map +1 -1
- package/dist/updateGlobalVersion.js +19 -4
- package/dist/updateGlobalVersion.js.map +1 -1
- package/dist/updateOne.d.ts.map +1 -1
- package/dist/updateOne.js +18 -4
- package/dist/updateOne.js.map +1 -1
- package/dist/updateVersion.d.ts +1 -1
- package/dist/updateVersion.d.ts.map +1 -1
- package/dist/updateVersion.js +18 -3
- package/dist/updateVersion.js.map +1 -1
- package/dist/upsert.d.ts +3 -0
- package/dist/upsert.d.ts.map +1 -0
- package/dist/upsert.js +15 -0
- package/dist/upsert.js.map +1 -0
- package/dist/utilities/buildJoinAggregation.d.ts +18 -0
- package/dist/utilities/buildJoinAggregation.d.ts.map +1 -0
- package/dist/utilities/buildJoinAggregation.js +159 -0
- package/dist/utilities/buildJoinAggregation.js.map +1 -0
- package/dist/utilities/buildProjectionFromSelect.d.ts +8 -0
- package/dist/utilities/buildProjectionFromSelect.d.ts.map +1 -0
- package/dist/utilities/buildProjectionFromSelect.js +171 -0
- package/dist/utilities/buildProjectionFromSelect.js.map +1 -0
- package/dist/utilities/getDBName.d.ts.map +1 -1
- package/dist/utilities/getDBName.js +3 -1
- package/dist/utilities/getDBName.js.map +1 -1
- package/dist/utilities/handleError.js +2 -2
- package/dist/utilities/handleError.js.map +1 -1
- package/dist/utilities/sanitizeInternalFields.d.ts +1 -2
- package/dist/utilities/sanitizeInternalFields.d.ts.map +1 -1
- package/dist/utilities/sanitizeInternalFields.js +1 -2
- package/dist/utilities/sanitizeInternalFields.js.map +1 -1
- package/dist/utilities/sanitizeRelationshipIDs.d.ts +9 -0
- package/dist/utilities/sanitizeRelationshipIDs.d.ts.map +1 -0
- package/dist/utilities/sanitizeRelationshipIDs.js +125 -0
- package/dist/utilities/sanitizeRelationshipIDs.js.map +1 -0
- package/dist/utilities/sanitizeRelationshipIDs.spec.js +408 -0
- package/dist/utilities/sanitizeRelationshipIDs.spec.js.map +1 -0
- package/dist/withSession.d.ts +1 -1
- package/dist/withSession.d.ts.map +1 -1
- package/dist/withSession.js +5 -3
- package/dist/withSession.js.map +1 -1
- package/license.md +22 -0
- package/package.json +24 -12
- package/dist/queries/mock.js +0 -2
- package/dist/queries/mock.js.map +0 -1
@@ -0,0 +1,408 @@
|
|
1
|
+
import { Types } from 'mongoose';
|
2
|
+
import { sanitizeRelationshipIDs } from './sanitizeRelationshipIDs.js';
|
3
|
+
const flattenRelationshipValues = (obj, prefix = '')=>{
|
4
|
+
return Object.keys(obj).reduce((acc, key)=>{
|
5
|
+
const fullKey = prefix ? `${prefix}.${key}` : key;
|
6
|
+
const value = obj[key];
|
7
|
+
if (value && typeof value === 'object' && !(value instanceof Types.ObjectId)) {
|
8
|
+
Object.assign(acc, flattenRelationshipValues(value, fullKey));
|
9
|
+
// skip relationTo and blockType
|
10
|
+
} else if (!fullKey.endsWith('relationTo') && !fullKey.endsWith('blockType')) {
|
11
|
+
acc[fullKey] = value;
|
12
|
+
}
|
13
|
+
return acc;
|
14
|
+
}, {});
|
15
|
+
};
|
16
|
+
const relsFields = [
|
17
|
+
{
|
18
|
+
name: 'rel_1',
|
19
|
+
type: 'relationship',
|
20
|
+
relationTo: 'rels'
|
21
|
+
},
|
22
|
+
{
|
23
|
+
name: 'rel_1_l',
|
24
|
+
type: 'relationship',
|
25
|
+
localized: true,
|
26
|
+
relationTo: 'rels'
|
27
|
+
},
|
28
|
+
{
|
29
|
+
name: 'rel_2',
|
30
|
+
type: 'relationship',
|
31
|
+
hasMany: true,
|
32
|
+
relationTo: 'rels'
|
33
|
+
},
|
34
|
+
{
|
35
|
+
name: 'rel_2_l',
|
36
|
+
type: 'relationship',
|
37
|
+
hasMany: true,
|
38
|
+
localized: true,
|
39
|
+
relationTo: 'rels'
|
40
|
+
},
|
41
|
+
{
|
42
|
+
name: 'rel_3',
|
43
|
+
type: 'relationship',
|
44
|
+
relationTo: [
|
45
|
+
'rels'
|
46
|
+
]
|
47
|
+
},
|
48
|
+
{
|
49
|
+
name: 'rel_3_l',
|
50
|
+
type: 'relationship',
|
51
|
+
localized: true,
|
52
|
+
relationTo: [
|
53
|
+
'rels'
|
54
|
+
]
|
55
|
+
},
|
56
|
+
{
|
57
|
+
name: 'rel_4',
|
58
|
+
type: 'relationship',
|
59
|
+
hasMany: true,
|
60
|
+
relationTo: [
|
61
|
+
'rels'
|
62
|
+
]
|
63
|
+
},
|
64
|
+
{
|
65
|
+
name: 'rel_4_l',
|
66
|
+
type: 'relationship',
|
67
|
+
hasMany: true,
|
68
|
+
localized: true,
|
69
|
+
relationTo: [
|
70
|
+
'rels'
|
71
|
+
]
|
72
|
+
}
|
73
|
+
];
|
74
|
+
const config = {
|
75
|
+
collections: [
|
76
|
+
{
|
77
|
+
slug: 'docs',
|
78
|
+
fields: [
|
79
|
+
...relsFields,
|
80
|
+
{
|
81
|
+
name: 'array',
|
82
|
+
type: 'array',
|
83
|
+
fields: [
|
84
|
+
{
|
85
|
+
name: 'array',
|
86
|
+
type: 'array',
|
87
|
+
fields: relsFields
|
88
|
+
},
|
89
|
+
{
|
90
|
+
name: 'blocks',
|
91
|
+
type: 'blocks',
|
92
|
+
blocks: [
|
93
|
+
{
|
94
|
+
slug: 'block',
|
95
|
+
fields: relsFields
|
96
|
+
}
|
97
|
+
]
|
98
|
+
},
|
99
|
+
...relsFields
|
100
|
+
]
|
101
|
+
},
|
102
|
+
{
|
103
|
+
name: 'arrayLocalized',
|
104
|
+
type: 'array',
|
105
|
+
fields: [
|
106
|
+
{
|
107
|
+
name: 'array',
|
108
|
+
type: 'array',
|
109
|
+
fields: relsFields
|
110
|
+
},
|
111
|
+
{
|
112
|
+
name: 'blocks',
|
113
|
+
type: 'blocks',
|
114
|
+
blocks: [
|
115
|
+
{
|
116
|
+
slug: 'block',
|
117
|
+
fields: relsFields
|
118
|
+
}
|
119
|
+
]
|
120
|
+
},
|
121
|
+
...relsFields
|
122
|
+
],
|
123
|
+
localized: true
|
124
|
+
},
|
125
|
+
{
|
126
|
+
name: 'blocks',
|
127
|
+
type: 'blocks',
|
128
|
+
blocks: [
|
129
|
+
{
|
130
|
+
slug: 'block',
|
131
|
+
fields: [
|
132
|
+
...relsFields,
|
133
|
+
{
|
134
|
+
name: 'group',
|
135
|
+
type: 'group',
|
136
|
+
fields: relsFields
|
137
|
+
},
|
138
|
+
{
|
139
|
+
name: 'array',
|
140
|
+
type: 'array',
|
141
|
+
fields: relsFields
|
142
|
+
}
|
143
|
+
]
|
144
|
+
}
|
145
|
+
]
|
146
|
+
},
|
147
|
+
{
|
148
|
+
name: 'group',
|
149
|
+
type: 'group',
|
150
|
+
fields: [
|
151
|
+
...relsFields,
|
152
|
+
{
|
153
|
+
name: 'array',
|
154
|
+
type: 'array',
|
155
|
+
fields: relsFields
|
156
|
+
}
|
157
|
+
]
|
158
|
+
},
|
159
|
+
{
|
160
|
+
name: 'groupLocalized',
|
161
|
+
type: 'group',
|
162
|
+
fields: [
|
163
|
+
...relsFields,
|
164
|
+
{
|
165
|
+
name: 'array',
|
166
|
+
type: 'array',
|
167
|
+
fields: relsFields
|
168
|
+
}
|
169
|
+
],
|
170
|
+
localized: true
|
171
|
+
},
|
172
|
+
{
|
173
|
+
name: 'groupAndRow',
|
174
|
+
type: 'group',
|
175
|
+
fields: [
|
176
|
+
{
|
177
|
+
type: 'row',
|
178
|
+
fields: [
|
179
|
+
...relsFields,
|
180
|
+
{
|
181
|
+
type: 'array',
|
182
|
+
name: 'array',
|
183
|
+
fields: relsFields
|
184
|
+
}
|
185
|
+
]
|
186
|
+
}
|
187
|
+
]
|
188
|
+
},
|
189
|
+
{
|
190
|
+
type: 'tabs',
|
191
|
+
tabs: [
|
192
|
+
{
|
193
|
+
name: 'tab',
|
194
|
+
fields: relsFields
|
195
|
+
},
|
196
|
+
{
|
197
|
+
name: 'tabLocalized',
|
198
|
+
fields: relsFields,
|
199
|
+
localized: true
|
200
|
+
}
|
201
|
+
]
|
202
|
+
}
|
203
|
+
]
|
204
|
+
},
|
205
|
+
{
|
206
|
+
slug: 'rels',
|
207
|
+
fields: []
|
208
|
+
}
|
209
|
+
],
|
210
|
+
localization: {
|
211
|
+
defaultLocale: 'en',
|
212
|
+
localeCodes: [
|
213
|
+
'en',
|
214
|
+
'es'
|
215
|
+
],
|
216
|
+
locales: [
|
217
|
+
{
|
218
|
+
code: 'en',
|
219
|
+
label: 'EN'
|
220
|
+
},
|
221
|
+
{
|
222
|
+
code: 'es',
|
223
|
+
label: 'ES'
|
224
|
+
}
|
225
|
+
]
|
226
|
+
}
|
227
|
+
};
|
228
|
+
const relsData = {
|
229
|
+
rel_1: new Types.ObjectId().toHexString(),
|
230
|
+
rel_1_l: {
|
231
|
+
en: new Types.ObjectId().toHexString(),
|
232
|
+
es: new Types.ObjectId().toHexString()
|
233
|
+
},
|
234
|
+
rel_2: [
|
235
|
+
new Types.ObjectId().toHexString()
|
236
|
+
],
|
237
|
+
rel_2_l: {
|
238
|
+
en: [
|
239
|
+
new Types.ObjectId().toHexString()
|
240
|
+
],
|
241
|
+
es: [
|
242
|
+
new Types.ObjectId().toHexString()
|
243
|
+
]
|
244
|
+
},
|
245
|
+
rel_3: {
|
246
|
+
relationTo: 'rels',
|
247
|
+
value: new Types.ObjectId().toHexString()
|
248
|
+
},
|
249
|
+
rel_3_l: {
|
250
|
+
en: {
|
251
|
+
relationTo: 'rels',
|
252
|
+
value: new Types.ObjectId().toHexString()
|
253
|
+
},
|
254
|
+
es: {
|
255
|
+
relationTo: 'rels',
|
256
|
+
value: new Types.ObjectId().toHexString()
|
257
|
+
}
|
258
|
+
},
|
259
|
+
rel_4: [
|
260
|
+
{
|
261
|
+
relationTo: 'rels',
|
262
|
+
value: new Types.ObjectId().toHexString()
|
263
|
+
}
|
264
|
+
],
|
265
|
+
rel_4_l: {
|
266
|
+
en: [
|
267
|
+
{
|
268
|
+
relationTo: 'rels',
|
269
|
+
value: new Types.ObjectId().toHexString()
|
270
|
+
}
|
271
|
+
],
|
272
|
+
es: [
|
273
|
+
{
|
274
|
+
relationTo: 'rels',
|
275
|
+
value: new Types.ObjectId().toHexString()
|
276
|
+
}
|
277
|
+
]
|
278
|
+
}
|
279
|
+
};
|
280
|
+
describe('sanitizeRelationshipIDs', ()=>{
|
281
|
+
it('should sanitize relationships', ()=>{
|
282
|
+
const data = {
|
283
|
+
...relsData,
|
284
|
+
array: [
|
285
|
+
{
|
286
|
+
...relsData,
|
287
|
+
array: [
|
288
|
+
{
|
289
|
+
...relsData
|
290
|
+
}
|
291
|
+
],
|
292
|
+
blocks: [
|
293
|
+
{
|
294
|
+
blockType: 'block',
|
295
|
+
...relsData
|
296
|
+
}
|
297
|
+
]
|
298
|
+
}
|
299
|
+
],
|
300
|
+
arrayLocalized: {
|
301
|
+
en: [
|
302
|
+
{
|
303
|
+
...relsData,
|
304
|
+
array: [
|
305
|
+
{
|
306
|
+
...relsData
|
307
|
+
}
|
308
|
+
],
|
309
|
+
blocks: [
|
310
|
+
{
|
311
|
+
blockType: 'block',
|
312
|
+
...relsData
|
313
|
+
}
|
314
|
+
]
|
315
|
+
}
|
316
|
+
],
|
317
|
+
es: [
|
318
|
+
{
|
319
|
+
...relsData,
|
320
|
+
array: [
|
321
|
+
{
|
322
|
+
...relsData
|
323
|
+
}
|
324
|
+
],
|
325
|
+
blocks: [
|
326
|
+
{
|
327
|
+
blockType: 'block',
|
328
|
+
...relsData
|
329
|
+
}
|
330
|
+
]
|
331
|
+
}
|
332
|
+
]
|
333
|
+
},
|
334
|
+
blocks: [
|
335
|
+
{
|
336
|
+
blockType: 'block',
|
337
|
+
...relsData,
|
338
|
+
array: [
|
339
|
+
{
|
340
|
+
...relsData
|
341
|
+
}
|
342
|
+
],
|
343
|
+
group: {
|
344
|
+
...relsData
|
345
|
+
}
|
346
|
+
}
|
347
|
+
],
|
348
|
+
group: {
|
349
|
+
...relsData,
|
350
|
+
array: [
|
351
|
+
{
|
352
|
+
...relsData
|
353
|
+
}
|
354
|
+
]
|
355
|
+
},
|
356
|
+
groupAndRow: {
|
357
|
+
...relsData,
|
358
|
+
array: [
|
359
|
+
{
|
360
|
+
...relsData
|
361
|
+
}
|
362
|
+
]
|
363
|
+
},
|
364
|
+
groupLocalized: {
|
365
|
+
en: {
|
366
|
+
...relsData,
|
367
|
+
array: [
|
368
|
+
{
|
369
|
+
...relsData
|
370
|
+
}
|
371
|
+
]
|
372
|
+
},
|
373
|
+
es: {
|
374
|
+
...relsData,
|
375
|
+
array: [
|
376
|
+
{
|
377
|
+
...relsData
|
378
|
+
}
|
379
|
+
]
|
380
|
+
}
|
381
|
+
},
|
382
|
+
tab: {
|
383
|
+
...relsData
|
384
|
+
},
|
385
|
+
tabLocalized: {
|
386
|
+
en: {
|
387
|
+
...relsData
|
388
|
+
},
|
389
|
+
es: {
|
390
|
+
...relsData
|
391
|
+
}
|
392
|
+
}
|
393
|
+
};
|
394
|
+
const flattenValuesBefore = Object.values(flattenRelationshipValues(data));
|
395
|
+
sanitizeRelationshipIDs({
|
396
|
+
config,
|
397
|
+
data,
|
398
|
+
fields: config.collections[0].fields
|
399
|
+
});
|
400
|
+
const flattenValuesAfter = Object.values(flattenRelationshipValues(data));
|
401
|
+
flattenValuesAfter.forEach((value, i)=>{
|
402
|
+
expect(value).toBeInstanceOf(Types.ObjectId);
|
403
|
+
expect(flattenValuesBefore[i]).toBe(value.toHexString());
|
404
|
+
});
|
405
|
+
});
|
406
|
+
});
|
407
|
+
|
408
|
+
//# sourceMappingURL=sanitizeRelationshipIDs.spec.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"sources":["../../src/utilities/sanitizeRelationshipIDs.spec.ts"],"sourcesContent":["import type { Field, SanitizedConfig } from 'payload'\n\nimport { Types } from 'mongoose'\n\nimport { sanitizeRelationshipIDs } from './sanitizeRelationshipIDs.js'\n\nconst flattenRelationshipValues = (obj: Record<string, any>, prefix = ''): Record<string, any> => {\n return Object.keys(obj).reduce(\n (acc, key) => {\n const fullKey = prefix ? `${prefix}.${key}` : key\n const value = obj[key]\n\n if (value && typeof value === 'object' && !(value instanceof Types.ObjectId)) {\n Object.assign(acc, flattenRelationshipValues(value, fullKey))\n // skip relationTo and blockType\n } else if (!fullKey.endsWith('relationTo') && !fullKey.endsWith('blockType')) {\n acc[fullKey] = value\n }\n\n return acc\n },\n {} as Record<string, any>,\n )\n}\n\nconst relsFields: Field[] = [\n {\n name: 'rel_1',\n type: 'relationship',\n relationTo: 'rels',\n },\n {\n name: 'rel_1_l',\n type: 'relationship',\n localized: true,\n relationTo: 'rels',\n },\n {\n name: 'rel_2',\n type: 'relationship',\n hasMany: true,\n relationTo: 'rels',\n },\n {\n name: 'rel_2_l',\n type: 'relationship',\n hasMany: true,\n localized: true,\n relationTo: 'rels',\n },\n {\n name: 'rel_3',\n type: 'relationship',\n relationTo: ['rels'],\n },\n {\n name: 'rel_3_l',\n type: 'relationship',\n localized: true,\n relationTo: ['rels'],\n },\n {\n name: 'rel_4',\n type: 'relationship',\n hasMany: true,\n relationTo: ['rels'],\n },\n {\n name: 'rel_4_l',\n type: 'relationship',\n hasMany: true,\n localized: true,\n relationTo: ['rels'],\n },\n]\n\nconst config = {\n collections: [\n {\n slug: 'docs',\n fields: [\n ...relsFields,\n {\n name: 'array',\n type: 'array',\n fields: [\n {\n name: 'array',\n type: 'array',\n fields: relsFields,\n },\n {\n name: 'blocks',\n type: 'blocks',\n blocks: [{ slug: 'block', fields: relsFields }],\n },\n ...relsFields,\n ],\n },\n {\n name: 'arrayLocalized',\n type: 'array',\n fields: [\n {\n name: 'array',\n type: 'array',\n fields: relsFields,\n },\n {\n name: 'blocks',\n type: 'blocks',\n blocks: [{ slug: 'block', fields: relsFields }],\n },\n ...relsFields,\n ],\n localized: true,\n },\n {\n name: 'blocks',\n type: 'blocks',\n blocks: [\n {\n slug: 'block',\n fields: [\n ...relsFields,\n {\n name: 'group',\n type: 'group',\n fields: relsFields,\n },\n {\n name: 'array',\n type: 'array',\n fields: relsFields,\n },\n ],\n },\n ],\n },\n {\n name: 'group',\n type: 'group',\n fields: [\n ...relsFields,\n {\n name: 'array',\n type: 'array',\n fields: relsFields,\n },\n ],\n },\n {\n name: 'groupLocalized',\n type: 'group',\n fields: [\n ...relsFields,\n {\n name: 'array',\n type: 'array',\n fields: relsFields,\n },\n ],\n localized: true,\n },\n {\n name: 'groupAndRow',\n type: 'group',\n fields: [\n {\n type: 'row',\n fields: [\n ...relsFields,\n {\n type: 'array',\n name: 'array',\n fields: relsFields,\n },\n ],\n },\n ],\n },\n {\n type: 'tabs',\n tabs: [\n {\n name: 'tab',\n fields: relsFields,\n },\n {\n name: 'tabLocalized',\n fields: relsFields,\n localized: true,\n },\n ],\n },\n ],\n },\n {\n slug: 'rels',\n fields: [],\n },\n ],\n localization: {\n defaultLocale: 'en',\n localeCodes: ['en', 'es'],\n locales: [\n { code: 'en', label: 'EN' },\n { code: 'es', label: 'ES' },\n ],\n },\n} as SanitizedConfig\n\nconst relsData = {\n rel_1: new Types.ObjectId().toHexString(),\n rel_1_l: {\n en: new Types.ObjectId().toHexString(),\n es: new Types.ObjectId().toHexString(),\n },\n rel_2: [new Types.ObjectId().toHexString()],\n rel_2_l: {\n en: [new Types.ObjectId().toHexString()],\n es: [new Types.ObjectId().toHexString()],\n },\n rel_3: {\n relationTo: 'rels',\n value: new Types.ObjectId().toHexString(),\n },\n rel_3_l: {\n en: {\n relationTo: 'rels',\n value: new Types.ObjectId().toHexString(),\n },\n es: {\n relationTo: 'rels',\n value: new Types.ObjectId().toHexString(),\n },\n },\n rel_4: [\n {\n relationTo: 'rels',\n value: new Types.ObjectId().toHexString(),\n },\n ],\n rel_4_l: {\n en: [\n {\n relationTo: 'rels',\n value: new Types.ObjectId().toHexString(),\n },\n ],\n es: [\n {\n relationTo: 'rels',\n value: new Types.ObjectId().toHexString(),\n },\n ],\n },\n}\n\ndescribe('sanitizeRelationshipIDs', () => {\n it('should sanitize relationships', () => {\n const data = {\n ...relsData,\n array: [\n {\n ...relsData,\n array: [{ ...relsData }],\n blocks: [\n {\n blockType: 'block',\n ...relsData,\n },\n ],\n },\n ],\n arrayLocalized: {\n en: [\n {\n ...relsData,\n array: [{ ...relsData }],\n blocks: [\n {\n blockType: 'block',\n ...relsData,\n },\n ],\n },\n ],\n es: [\n {\n ...relsData,\n array: [{ ...relsData }],\n blocks: [\n {\n blockType: 'block',\n ...relsData,\n },\n ],\n },\n ],\n },\n blocks: [\n {\n blockType: 'block',\n ...relsData,\n array: [{ ...relsData }],\n group: { ...relsData },\n },\n ],\n group: {\n ...relsData,\n array: [{ ...relsData }],\n },\n groupAndRow: {\n ...relsData,\n array: [{ ...relsData }],\n },\n groupLocalized: {\n en: {\n ...relsData,\n array: [{ ...relsData }],\n },\n es: {\n ...relsData,\n array: [{ ...relsData }],\n },\n },\n tab: { ...relsData },\n tabLocalized: {\n en: { ...relsData },\n es: { ...relsData },\n },\n }\n const flattenValuesBefore = Object.values(flattenRelationshipValues(data))\n\n sanitizeRelationshipIDs({ config, data, fields: config.collections[0].fields })\n const flattenValuesAfter = Object.values(flattenRelationshipValues(data))\n\n flattenValuesAfter.forEach((value, i) => {\n expect(value).toBeInstanceOf(Types.ObjectId)\n expect(flattenValuesBefore[i]).toBe(value.toHexString())\n })\n })\n})\n"],"names":["Types","sanitizeRelationshipIDs","flattenRelationshipValues","obj","prefix","Object","keys","reduce","acc","key","fullKey","value","ObjectId","assign","endsWith","relsFields","name","type","relationTo","localized","hasMany","config","collections","slug","fields","blocks","tabs","localization","defaultLocale","localeCodes","locales","code","label","relsData","rel_1","toHexString","rel_1_l","en","es","rel_2","rel_2_l","rel_3","rel_3_l","rel_4","rel_4_l","describe","it","data","array","blockType","arrayLocalized","group","groupAndRow","groupLocalized","tab","tabLocalized","flattenValuesBefore","values","flattenValuesAfter","forEach","i","expect","toBeInstanceOf","toBe"],"mappings":"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"}
|
package/dist/withSession.d.ts
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"withSession.d.ts","sourceRoot":"","sources":["../src/withSession.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,UAAU,CAAA;AAC7C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AAE7C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,YAAY,CAAA;AAEjD;;;GAGG;AACH,wBAAsB,WAAW,CAC/B,EAAE,EAAE,eAAe,EACnB,GAAG,EAAE,cAAc,GAClB,OAAO,CAAC;IAAE,OAAO,EAAE,aAAa,CAAA;CAAE,GAAG,MAAM,CAAC,
|
1
|
+
{"version":3,"file":"withSession.d.ts","sourceRoot":"","sources":["../src/withSession.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,UAAU,CAAA;AAC7C,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAA;AAE7C,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,YAAY,CAAA;AAEjD;;;GAGG;AACH,wBAAsB,WAAW,CAC/B,EAAE,EAAE,eAAe,EACnB,GAAG,EAAE,cAAc,GAClB,OAAO,CAAC;IAAE,OAAO,EAAE,aAAa,CAAA;CAAE,GAAG,MAAM,CAAC,MAAM,EAAE,KAAK,CAAC,CAAC,CAU7D"}
|
package/dist/withSession.js
CHANGED
@@ -6,9 +6,11 @@
|
|
6
6
|
if (transactionID instanceof Promise) {
|
7
7
|
transactionID = await req.transactionID;
|
8
8
|
}
|
9
|
-
if (req)
|
10
|
-
|
11
|
-
|
9
|
+
if (req) {
|
10
|
+
return db.sessions[transactionID] ? {
|
11
|
+
session: db.sessions[transactionID]
|
12
|
+
} : {};
|
13
|
+
}
|
12
14
|
}
|
13
15
|
|
14
16
|
//# sourceMappingURL=withSession.js.map
|
package/dist/withSession.js.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../src/withSession.ts"],"sourcesContent":["import type { ClientSession } from 'mongoose'\nimport type { PayloadRequest } from 'payload'\n\nimport type { MongooseAdapter } from './index.js'\n\n/**\n * returns the session belonging to the transaction of the req.session if exists\n * @returns ClientSession\n */\nexport async function withSession(\n db: MongooseAdapter,\n req: PayloadRequest,\n): Promise<{ session: ClientSession } |
|
1
|
+
{"version":3,"sources":["../src/withSession.ts"],"sourcesContent":["import type { ClientSession } from 'mongoose'\nimport type { PayloadRequest } from 'payload'\n\nimport type { MongooseAdapter } from './index.js'\n\n/**\n * returns the session belonging to the transaction of the req.session if exists\n * @returns ClientSession\n */\nexport async function withSession(\n db: MongooseAdapter,\n req: PayloadRequest,\n): Promise<{ session: ClientSession } | Record<string, never>> {\n let transactionID = req.transactionID\n\n if (transactionID instanceof Promise) {\n transactionID = await req.transactionID\n }\n\n if (req) {\n return db.sessions[transactionID] ? { session: db.sessions[transactionID] } : {}\n }\n}\n"],"names":["withSession","db","req","transactionID","Promise","sessions","session"],"mappings":"AAKA;;;CAGC,GACD,OAAO,eAAeA,YACpBC,EAAmB,EACnBC,GAAmB;IAEnB,IAAIC,gBAAgBD,IAAIC,aAAa;IAErC,IAAIA,yBAAyBC,SAAS;QACpCD,gBAAgB,MAAMD,IAAIC,aAAa;IACzC;IAEA,IAAID,KAAK;QACP,OAAOD,GAAGI,QAAQ,CAACF,cAAc,GAAG;YAAEG,SAASL,GAAGI,QAAQ,CAACF,cAAc;QAAC,IAAI,CAAC;IACjF;AACF"}
|
package/license.md
ADDED
@@ -0,0 +1,22 @@
|
|
1
|
+
MIT License
|
2
|
+
|
3
|
+
Copyright (c) 2018-2024 Payload CMS, Inc. <info@payloadcms.com>
|
4
|
+
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining
|
6
|
+
a copy of this software and associated documentation files (the
|
7
|
+
'Software'), to deal in the Software without restriction, including
|
8
|
+
without limitation the rights to use, copy, modify, merge, publish,
|
9
|
+
distribute, sublicense, and/or sell copies of the Software, and to
|
10
|
+
permit persons to whom the Software is furnished to do so, subject to
|
11
|
+
the following conditions:
|
12
|
+
|
13
|
+
The above copyright notice and this permission notice shall be
|
14
|
+
included in all copies or substantial portions of the Software.
|
15
|
+
|
16
|
+
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
|
17
|
+
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
18
|
+
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
|
19
|
+
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
20
|
+
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
|
21
|
+
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
|
22
|
+
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@payloadcms/db-mongodb",
|
3
|
-
"version": "3.0.0-canary.
|
3
|
+
"version": "3.0.0-canary.b8c9483",
|
4
4
|
"description": "The officially supported MongoDB database adapter for Payload",
|
5
5
|
"homepage": "https://payloadcms.com",
|
6
6
|
"repository": {
|
@@ -10,44 +10,56 @@
|
|
10
10
|
},
|
11
11
|
"license": "MIT",
|
12
12
|
"author": "Payload <dev@payloadcms.com> (https://payloadcms.com)",
|
13
|
+
"maintainers": [
|
14
|
+
{
|
15
|
+
"name": "Payload",
|
16
|
+
"email": "info@payloadcms.com",
|
17
|
+
"url": "https://payloadcms.com"
|
18
|
+
}
|
19
|
+
],
|
13
20
|
"type": "module",
|
14
21
|
"exports": {
|
15
22
|
".": {
|
16
23
|
"import": "./dist/index.js",
|
17
24
|
"types": "./dist/index.d.ts",
|
18
25
|
"default": "./dist/index.js"
|
26
|
+
},
|
27
|
+
"./migration-utils": {
|
28
|
+
"import": "./dist/exports/migration-utils.js",
|
29
|
+
"types": "./dist/exports/migration-utils.d.ts",
|
30
|
+
"default": "./dist/exports/migration-utils.js"
|
19
31
|
}
|
20
32
|
},
|
21
33
|
"main": "./dist/index.js",
|
22
34
|
"types": "./dist/index.d.ts",
|
23
35
|
"files": [
|
24
36
|
"dist",
|
25
|
-
"mock.js",
|
26
37
|
"predefinedMigrations"
|
27
38
|
],
|
28
39
|
"dependencies": {
|
29
|
-
"bson-objectid": "2.0.4",
|
30
|
-
"deepmerge": "4.3.1",
|
31
40
|
"http-status": "1.6.2",
|
32
|
-
"mongoose": "
|
33
|
-
"mongoose-paginate-v2": "1.
|
41
|
+
"mongoose": "8.8.1",
|
42
|
+
"mongoose-aggregate-paginate-v2": "1.1.2",
|
43
|
+
"mongoose-paginate-v2": "1.8.5",
|
34
44
|
"prompts": "2.4.2",
|
35
45
|
"uuid": "10.0.0"
|
36
46
|
},
|
37
47
|
"devDependencies": {
|
38
|
-
"@types/mongoose-aggregate-paginate-v2": "1.0.
|
39
|
-
"mongodb": "
|
48
|
+
"@types/mongoose-aggregate-paginate-v2": "1.0.12",
|
49
|
+
"mongodb": "6.10.0",
|
40
50
|
"mongodb-memory-server": "^9",
|
41
|
-
"@payloadcms/eslint-config": "3.0.0-beta.
|
42
|
-
"payload": "3.0.0-canary.
|
51
|
+
"@payloadcms/eslint-config": "3.0.0-beta.112",
|
52
|
+
"payload": "3.0.0-canary.b8c9483"
|
43
53
|
},
|
44
54
|
"peerDependencies": {
|
45
|
-
"payload": "3.0.0-canary.
|
55
|
+
"payload": "3.0.0-canary.b8c9483"
|
46
56
|
},
|
47
57
|
"scripts": {
|
48
58
|
"build": "pnpm build:types && pnpm build:swc",
|
49
59
|
"build:swc": "swc ./src -d ./dist --config-file .swcrc-build --strip-leading-paths",
|
50
60
|
"build:types": "tsc --emitDeclarationOnly --outDir dist",
|
51
|
-
"clean": "rimraf {dist,*.tsbuildinfo}"
|
61
|
+
"clean": "rimraf {dist,*.tsbuildinfo}",
|
62
|
+
"lint": "eslint .",
|
63
|
+
"lint:fix": "eslint . --fix"
|
52
64
|
}
|
53
65
|
}
|
package/dist/queries/mock.js
DELETED
package/dist/queries/mock.js.map
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
{"version":3,"sources":["../../src/queries/mock.js"],"names":[],"mappings":""}
|