@tinyrack/tinyauth-server 0.0.12 → 0.0.13

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 (80) hide show
  1. package/dist/entities/bootstrap-state.entity.d.ts +40 -0
  2. package/dist/entities/bootstrap-state.entity.d.ts.map +1 -0
  3. package/dist/entities/bootstrap-state.entity.js +13 -0
  4. package/dist/entities/bootstrap-state.entity.js.map +1 -0
  5. package/dist/entrypoints/app.d.ts +3 -1
  6. package/dist/entrypoints/app.d.ts.map +1 -1
  7. package/dist/entrypoints/app.js +3 -3
  8. package/dist/entrypoints/app.js.map +1 -1
  9. package/dist/entrypoints/database/d1/cli.d.ts +3 -2
  10. package/dist/entrypoints/database/d1/cli.d.ts.map +1 -1
  11. package/dist/entrypoints/database/d1/cli.js +9 -2
  12. package/dist/entrypoints/database/d1/cli.js.map +1 -1
  13. package/dist/entrypoints/database/d1/compiled-functions.d.ts +185 -160
  14. package/dist/entrypoints/database/d1/compiled-functions.d.ts.map +1 -1
  15. package/dist/entrypoints/database/d1/compiled-functions.js +411 -160
  16. package/dist/entrypoints/database/d1/compiled-functions.js.map +1 -1
  17. package/dist/entrypoints/database/d1/d1.d.ts.map +1 -1
  18. package/dist/entrypoints/database/d1/d1.js +11 -15
  19. package/dist/entrypoints/database/d1/d1.js.map +1 -1
  20. package/dist/entrypoints/database/postgres/cli.d.ts +3 -2
  21. package/dist/entrypoints/database/postgres/cli.d.ts.map +1 -1
  22. package/dist/entrypoints/database/postgres/cli.js +12 -1
  23. package/dist/entrypoints/database/postgres/cli.js.map +1 -1
  24. package/dist/entrypoints/database/postgres/compiled-functions.d.ts +185 -160
  25. package/dist/entrypoints/database/postgres/compiled-functions.d.ts.map +1 -1
  26. package/dist/entrypoints/database/postgres/compiled-functions.js +411 -160
  27. package/dist/entrypoints/database/postgres/compiled-functions.js.map +1 -1
  28. package/dist/entrypoints/database/postgres/postgres.d.ts.map +1 -1
  29. package/dist/entrypoints/database/postgres/postgres.js +5 -3
  30. package/dist/entrypoints/database/postgres/postgres.js.map +1 -1
  31. package/dist/entrypoints/database/sqlite/cli.d.ts +3 -2
  32. package/dist/entrypoints/database/sqlite/cli.d.ts.map +1 -1
  33. package/dist/entrypoints/database/sqlite/cli.js +9 -1
  34. package/dist/entrypoints/database/sqlite/cli.js.map +1 -1
  35. package/dist/entrypoints/database/sqlite/compiled-functions.d.ts +185 -160
  36. package/dist/entrypoints/database/sqlite/compiled-functions.d.ts.map +1 -1
  37. package/dist/entrypoints/database/sqlite/compiled-functions.js +411 -160
  38. package/dist/entrypoints/database/sqlite/compiled-functions.js.map +1 -1
  39. package/dist/entrypoints/database/sqlite/sqlite.d.ts.map +1 -1
  40. package/dist/entrypoints/database/sqlite/sqlite.js +4 -0
  41. package/dist/entrypoints/database/sqlite/sqlite.js.map +1 -1
  42. package/dist/entrypoints/services.d.ts +1 -1
  43. package/dist/entrypoints/services.d.ts.map +1 -1
  44. package/dist/entrypoints/services.js.map +1 -1
  45. package/dist/lib/database/entities.d.ts.map +1 -1
  46. package/dist/lib/database/entities.js +2 -0
  47. package/dist/lib/database/entities.js.map +1 -1
  48. package/dist/migrations/d1/Migration20260509172833_initial.d.ts +5 -0
  49. package/dist/migrations/d1/Migration20260509172833_initial.d.ts.map +1 -0
  50. package/dist/migrations/d1/Migration20260509172833_initial.js +62 -0
  51. package/dist/migrations/d1/Migration20260509172833_initial.js.map +1 -0
  52. package/dist/migrations/d1/index.d.ts +3 -0
  53. package/dist/migrations/d1/index.d.ts.map +1 -0
  54. package/dist/migrations/d1/index.js +3 -0
  55. package/dist/migrations/d1/index.js.map +1 -0
  56. package/dist/migrations/postgres/Migration20260509171036_initial.d.ts +5 -0
  57. package/dist/migrations/postgres/Migration20260509171036_initial.d.ts.map +1 -0
  58. package/dist/migrations/postgres/Migration20260509171036_initial.js +246 -0
  59. package/dist/migrations/postgres/Migration20260509171036_initial.js.map +1 -0
  60. package/dist/migrations/postgres/index.d.ts +3 -0
  61. package/dist/migrations/postgres/index.d.ts.map +1 -0
  62. package/dist/migrations/postgres/index.js +3 -0
  63. package/dist/migrations/postgres/index.js.map +1 -0
  64. package/dist/migrations/sqlite/Migration20260509171226_initial.d.ts +5 -0
  65. package/dist/migrations/sqlite/Migration20260509171226_initial.d.ts.map +1 -0
  66. package/dist/migrations/sqlite/Migration20260509171226_initial.js +62 -0
  67. package/dist/migrations/sqlite/Migration20260509171226_initial.js.map +1 -0
  68. package/dist/migrations/sqlite/index.d.ts +3 -0
  69. package/dist/migrations/sqlite/index.d.ts.map +1 -0
  70. package/dist/migrations/sqlite/index.js +3 -0
  71. package/dist/migrations/sqlite/index.js.map +1 -0
  72. package/dist/seeders/config.seeder.d.ts +2 -0
  73. package/dist/seeders/config.seeder.d.ts.map +1 -1
  74. package/dist/seeders/config.seeder.js +87 -0
  75. package/dist/seeders/config.seeder.js.map +1 -1
  76. package/dist/services/container.d.ts +5 -1
  77. package/dist/services/container.d.ts.map +1 -1
  78. package/dist/services/container.js +4 -3
  79. package/dist/services/container.js.map +1 -1
  80. package/package.json +7 -2
@@ -1,6 +1,6 @@
1
1
  export default {
2
2
  __version: '7.0.14',
3
- 'hydrator-user_totp_recovery_code_4000-full-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, user_3, user_4) {
3
+ 'hydrator-user_totp_recovery_code_5000-full-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, user_3, user_4) {
4
4
  // compiled hydrator for entity UserTotpRecoveryCodeEntity ( normalized)
5
5
  return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
6
6
  if (data.id === null) {
@@ -82,7 +82,7 @@ export default {
82
82
  }
83
83
  };
84
84
  },
85
- 'hydrator-user_totp_recovery_code_4000-full-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, user_11, user_12) {
85
+ 'hydrator-user_totp_recovery_code_5000-full-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, user_11, user_12) {
86
86
  // compiled hydrator for entity UserTotpRecoveryCodeEntity ( normalized)
87
87
  return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
88
88
  if (data.id === null) {
@@ -164,7 +164,7 @@ export default {
164
164
  }
165
165
  };
166
166
  },
167
- 'comparator-user_totp_recovery_code_4000': function (compareArrays, compareBooleans, compareBuffers, compareObjects, equals) {
167
+ 'comparator-user_totp_recovery_code_5000': function (compareArrays, compareBooleans, compareBuffers, compareObjects, equals) {
168
168
  // compiled comparator for entity UserTotpRecoveryCodeEntity
169
169
  return function (last, current, options) {
170
170
  const diff = {};
@@ -250,7 +250,7 @@ export default {
250
250
  return diff;
251
251
  };
252
252
  },
253
- 'snapshotGenerator-user_totp_recovery_code_4000': function (clone, cloneEmbeddable, convertToDatabaseValue_id, processDateProperty, toArray, EntityIdentifier) {
253
+ 'snapshotGenerator-user_totp_recovery_code_5000': function (clone, cloneEmbeddable, convertToDatabaseValue_id, processDateProperty, toArray, EntityIdentifier) {
254
254
  return function (entity) {
255
255
  const ret = {};
256
256
  if (typeof entity.id !== 'undefined') {
@@ -285,7 +285,7 @@ export default {
285
285
  return ret;
286
286
  };
287
287
  },
288
- 'resultMapper-user_totp_recovery_code_4000': function (PolymorphicRef, parseDate) {
288
+ 'resultMapper-user_totp_recovery_code_5000': function (PolymorphicRef, parseDate) {
289
289
  // compiled mapper for entity UserTotpRecoveryCodeEntity
290
290
  return function (result) {
291
291
  const ret = {};
@@ -358,7 +358,7 @@ export default {
358
358
  return ret;
359
359
  };
360
360
  },
361
- 'hydrator-user_totp_recovery_code_4000-reference-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id) {
361
+ 'hydrator-user_totp_recovery_code_5000-reference-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id) {
362
362
  // compiled hydrator for entity UserTotpRecoveryCodeEntity ( normalized)
363
363
  return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
364
364
  if (data.id === null) {
@@ -375,7 +375,7 @@ export default {
375
375
  }
376
376
  };
377
377
  },
378
- 'hydrator-user_totp_recovery_code_4000-reference-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id) {
378
+ 'hydrator-user_totp_recovery_code_5000-reference-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id) {
379
379
  // compiled hydrator for entity UserTotpRecoveryCodeEntity ( normalized)
380
380
  return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
381
381
  if (data.id === null) {
@@ -392,26 +392,26 @@ export default {
392
392
  }
393
393
  };
394
394
  },
395
- 'pkGetter-user_totp_recovery_code_4000': function (isEntityOrRef) {
395
+ 'pkGetter-user_totp_recovery_code_5000': function (isEntityOrRef) {
396
396
  // compiled pk getter for entity UserTotpRecoveryCodeEntity
397
397
  return function (entity) {
398
398
  return entity.id;
399
399
  };
400
400
  },
401
- 'pkGetterConverted-user_totp_recovery_code_4000': function (isEntityOrRef, convertToDatabaseValue_id) {
401
+ 'pkGetterConverted-user_totp_recovery_code_5000': function (isEntityOrRef, convertToDatabaseValue_id) {
402
402
  // compiled pk getter (with converted custom types) for entity UserTotpRecoveryCodeEntity
403
403
  return function (entity) {
404
404
  return convertToDatabaseValue_id(entity.id);
405
405
  };
406
406
  },
407
- 'pkSerializer-user_totp_recovery_code_4000': function (isEntityOrRef, getCompositeKeyValue, getPrimaryKeyHash, convertToDatabaseValue_id) {
407
+ 'pkSerializer-user_totp_recovery_code_5000': function (isEntityOrRef, getCompositeKeyValue, getPrimaryKeyHash, convertToDatabaseValue_id) {
408
408
  // compiled pk serializer for entity UserTotpRecoveryCodeEntity
409
409
  return function (entity) {
410
410
  const val_0 = convertToDatabaseValue_id(entity.id);
411
411
  return getPrimaryKeyHash(val_0);
412
412
  };
413
413
  },
414
- 'hydrator-user_totp_3000-full-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, user_21, user_22) {
414
+ 'hydrator-user_totp_4000-full-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, user_21, user_22) {
415
415
  // compiled hydrator for entity UserTotpEntity ( normalized)
416
416
  return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
417
417
  if (data.id === null) {
@@ -485,7 +485,7 @@ export default {
485
485
  }
486
486
  };
487
487
  },
488
- 'hydrator-user_totp_3000-full-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, user_29, user_30) {
488
+ 'hydrator-user_totp_4000-full-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, user_29, user_30) {
489
489
  // compiled hydrator for entity UserTotpEntity ( normalized)
490
490
  return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
491
491
  if (data.id === null) {
@@ -559,7 +559,7 @@ export default {
559
559
  }
560
560
  };
561
561
  },
562
- 'comparator-user_totp_3000': function (compareArrays, compareBooleans, compareBuffers, compareObjects, equals) {
562
+ 'comparator-user_totp_4000': function (compareArrays, compareBooleans, compareBuffers, compareObjects, equals) {
563
563
  // compiled comparator for entity UserTotpEntity
564
564
  return function (last, current, options) {
565
565
  const diff = {};
@@ -645,7 +645,7 @@ export default {
645
645
  return diff;
646
646
  };
647
647
  },
648
- 'snapshotGenerator-user_totp_3000': function (clone, cloneEmbeddable, convertToDatabaseValue_id, processDateProperty, toArray, EntityIdentifier) {
648
+ 'snapshotGenerator-user_totp_4000': function (clone, cloneEmbeddable, convertToDatabaseValue_id, processDateProperty, toArray, EntityIdentifier) {
649
649
  return function (entity) {
650
650
  const ret = {};
651
651
  if (typeof entity.id !== 'undefined') {
@@ -680,7 +680,7 @@ export default {
680
680
  return ret;
681
681
  };
682
682
  },
683
- 'resultMapper-user_totp_3000': function (PolymorphicRef, parseDate) {
683
+ 'resultMapper-user_totp_4000': function (PolymorphicRef, parseDate) {
684
684
  // compiled mapper for entity UserTotpEntity
685
685
  return function (result) {
686
686
  const ret = {};
@@ -742,7 +742,7 @@ export default {
742
742
  return ret;
743
743
  };
744
744
  },
745
- 'hydrator-user_totp_3000-reference-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id) {
745
+ 'hydrator-user_totp_4000-reference-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id) {
746
746
  // compiled hydrator for entity UserTotpEntity ( normalized)
747
747
  return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
748
748
  if (data.id === null) {
@@ -759,7 +759,7 @@ export default {
759
759
  }
760
760
  };
761
761
  },
762
- 'hydrator-user_totp_3000-reference-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id) {
762
+ 'hydrator-user_totp_4000-reference-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id) {
763
763
  // compiled hydrator for entity UserTotpEntity ( normalized)
764
764
  return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
765
765
  if (data.id === null) {
@@ -776,26 +776,26 @@ export default {
776
776
  }
777
777
  };
778
778
  },
779
- 'pkGetter-user_totp_3000': function (isEntityOrRef) {
779
+ 'pkGetter-user_totp_4000': function (isEntityOrRef) {
780
780
  // compiled pk getter for entity UserTotpEntity
781
781
  return function (entity) {
782
782
  return entity.id;
783
783
  };
784
784
  },
785
- 'pkGetterConverted-user_totp_3000': function (isEntityOrRef, convertToDatabaseValue_id) {
785
+ 'pkGetterConverted-user_totp_4000': function (isEntityOrRef, convertToDatabaseValue_id) {
786
786
  // compiled pk getter (with converted custom types) for entity UserTotpEntity
787
787
  return function (entity) {
788
788
  return convertToDatabaseValue_id(entity.id);
789
789
  };
790
790
  },
791
- 'pkSerializer-user_totp_3000': function (isEntityOrRef, getCompositeKeyValue, getPrimaryKeyHash, convertToDatabaseValue_id) {
791
+ 'pkSerializer-user_totp_4000': function (isEntityOrRef, getCompositeKeyValue, getPrimaryKeyHash, convertToDatabaseValue_id) {
792
792
  // compiled pk serializer for entity UserTotpEntity
793
793
  return function (entity) {
794
794
  const val_1 = convertToDatabaseValue_id(entity.id);
795
795
  return getPrimaryKeyHash(val_1);
796
796
  };
797
797
  },
798
- 'hydrator-user_terms_consent_15000-full-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, user_39, user_40, terms_41, terms_42) {
798
+ 'hydrator-user_terms_consent_16000-full-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, user_39, user_40, terms_41, terms_42) {
799
799
  // compiled hydrator for entity UserTermsConsentEntity ( normalized)
800
800
  return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
801
801
  if (data.id === null) {
@@ -894,7 +894,7 @@ export default {
894
894
  }
895
895
  };
896
896
  },
897
- 'hydrator-user_terms_consent_15000-full-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, user_50, user_51, terms_52, terms_53) {
897
+ 'hydrator-user_terms_consent_16000-full-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, user_50, user_51, terms_52, terms_53) {
898
898
  // compiled hydrator for entity UserTermsConsentEntity ( normalized)
899
899
  return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
900
900
  if (data.id === null) {
@@ -993,7 +993,7 @@ export default {
993
993
  }
994
994
  };
995
995
  },
996
- 'comparator-user_terms_consent_15000': function (compareArrays, compareBooleans, compareBuffers, compareObjects, equals) {
996
+ 'comparator-user_terms_consent_16000': function (compareArrays, compareBooleans, compareBuffers, compareObjects, equals) {
997
997
  // compiled comparator for entity UserTermsConsentEntity
998
998
  return function (last, current, options) {
999
999
  const diff = {};
@@ -1101,7 +1101,7 @@ export default {
1101
1101
  return diff;
1102
1102
  };
1103
1103
  },
1104
- 'snapshotGenerator-user_terms_consent_15000': function (clone, cloneEmbeddable, convertToDatabaseValue_id, processDateProperty, toArray, EntityIdentifier) {
1104
+ 'snapshotGenerator-user_terms_consent_16000': function (clone, cloneEmbeddable, convertToDatabaseValue_id, processDateProperty, toArray, EntityIdentifier) {
1105
1105
  return function (entity) {
1106
1106
  const ret = {};
1107
1107
  if (typeof entity.id !== 'undefined') {
@@ -1150,7 +1150,7 @@ export default {
1150
1150
  return ret;
1151
1151
  };
1152
1152
  },
1153
- 'resultMapper-user_terms_consent_15000': function (PolymorphicRef, parseDate) {
1153
+ 'resultMapper-user_terms_consent_16000': function (PolymorphicRef, parseDate) {
1154
1154
  // compiled mapper for entity UserTermsConsentEntity
1155
1155
  return function (result) {
1156
1156
  const ret = {};
@@ -1231,7 +1231,7 @@ export default {
1231
1231
  return ret;
1232
1232
  };
1233
1233
  },
1234
- 'hydrator-user_terms_consent_15000-reference-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id) {
1234
+ 'hydrator-user_terms_consent_16000-reference-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id) {
1235
1235
  // compiled hydrator for entity UserTermsConsentEntity ( normalized)
1236
1236
  return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
1237
1237
  if (data.id === null) {
@@ -1248,7 +1248,7 @@ export default {
1248
1248
  }
1249
1249
  };
1250
1250
  },
1251
- 'hydrator-user_terms_consent_15000-reference-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id) {
1251
+ 'hydrator-user_terms_consent_16000-reference-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id) {
1252
1252
  // compiled hydrator for entity UserTermsConsentEntity ( normalized)
1253
1253
  return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
1254
1254
  if (data.id === null) {
@@ -1265,26 +1265,26 @@ export default {
1265
1265
  }
1266
1266
  };
1267
1267
  },
1268
- 'pkGetter-user_terms_consent_15000': function (isEntityOrRef) {
1268
+ 'pkGetter-user_terms_consent_16000': function (isEntityOrRef) {
1269
1269
  // compiled pk getter for entity UserTermsConsentEntity
1270
1270
  return function (entity) {
1271
1271
  return entity.id;
1272
1272
  };
1273
1273
  },
1274
- 'pkGetterConverted-user_terms_consent_15000': function (isEntityOrRef, convertToDatabaseValue_id) {
1274
+ 'pkGetterConverted-user_terms_consent_16000': function (isEntityOrRef, convertToDatabaseValue_id) {
1275
1275
  // compiled pk getter (with converted custom types) for entity UserTermsConsentEntity
1276
1276
  return function (entity) {
1277
1277
  return convertToDatabaseValue_id(entity.id);
1278
1278
  };
1279
1279
  },
1280
- 'pkSerializer-user_terms_consent_15000': function (isEntityOrRef, getCompositeKeyValue, getPrimaryKeyHash, convertToDatabaseValue_id) {
1280
+ 'pkSerializer-user_terms_consent_16000': function (isEntityOrRef, getCompositeKeyValue, getPrimaryKeyHash, convertToDatabaseValue_id) {
1281
1281
  // compiled pk serializer for entity UserTermsConsentEntity
1282
1282
  return function (entity) {
1283
1283
  const val_2 = convertToDatabaseValue_id(entity.id);
1284
1284
  return getPrimaryKeyHash(val_2);
1285
1285
  };
1286
1286
  },
1287
- 'hydrator-user_passkey_2000-full-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, user_63, user_64, convertToJSValue_transports, convertToDatabaseValue_transports) {
1287
+ 'hydrator-user_passkey_3000-full-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, user_63, user_64, convertToJSValue_transports, convertToDatabaseValue_transports) {
1288
1288
  // compiled hydrator for entity UserPasskeyEntity ( normalized)
1289
1289
  return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
1290
1290
  if (data.id === null) {
@@ -1395,7 +1395,7 @@ export default {
1395
1395
  }
1396
1396
  };
1397
1397
  },
1398
- 'hydrator-user_passkey_2000-full-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, user_76, user_77, convertToJSValue_transports, convertToDatabaseValue_transports) {
1398
+ 'hydrator-user_passkey_3000-full-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, user_76, user_77, convertToJSValue_transports, convertToDatabaseValue_transports) {
1399
1399
  // compiled hydrator for entity UserPasskeyEntity ( normalized)
1400
1400
  return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
1401
1401
  if (data.id === null) {
@@ -1506,7 +1506,7 @@ export default {
1506
1506
  }
1507
1507
  };
1508
1508
  },
1509
- 'comparator-user_passkey_2000': function (compareArrays, compareBooleans, compareBuffers, compareObjects, equals) {
1509
+ 'comparator-user_passkey_3000': function (compareArrays, compareBooleans, compareBuffers, compareObjects, equals) {
1510
1510
  // compiled comparator for entity UserPasskeyEntity
1511
1511
  return function (last, current, options) {
1512
1512
  const diff = {};
@@ -1647,7 +1647,7 @@ export default {
1647
1647
  return diff;
1648
1648
  };
1649
1649
  },
1650
- 'snapshotGenerator-user_passkey_2000': function (clone, cloneEmbeddable, convertToDatabaseValue_id, processDateProperty, toArray, EntityIdentifier, convertToDatabaseValue_transports) {
1650
+ 'snapshotGenerator-user_passkey_3000': function (clone, cloneEmbeddable, convertToDatabaseValue_id, processDateProperty, toArray, EntityIdentifier, convertToDatabaseValue_transports) {
1651
1651
  return function (entity) {
1652
1652
  const ret = {};
1653
1653
  if (typeof entity.id !== 'undefined') {
@@ -1697,7 +1697,7 @@ export default {
1697
1697
  return ret;
1698
1698
  };
1699
1699
  },
1700
- 'resultMapper-user_passkey_2000': function (PolymorphicRef, parseDate) {
1700
+ 'resultMapper-user_passkey_3000': function (PolymorphicRef, parseDate) {
1701
1701
  // compiled mapper for entity UserPasskeyEntity
1702
1702
  return function (result) {
1703
1703
  const ret = {};
@@ -1779,7 +1779,7 @@ export default {
1779
1779
  return ret;
1780
1780
  };
1781
1781
  },
1782
- 'hydrator-user_passkey_2000-reference-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id) {
1782
+ 'hydrator-user_passkey_3000-reference-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id) {
1783
1783
  // compiled hydrator for entity UserPasskeyEntity ( normalized)
1784
1784
  return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
1785
1785
  if (data.id === null) {
@@ -1796,7 +1796,7 @@ export default {
1796
1796
  }
1797
1797
  };
1798
1798
  },
1799
- 'hydrator-user_passkey_2000-reference-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id) {
1799
+ 'hydrator-user_passkey_3000-reference-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id) {
1800
1800
  // compiled hydrator for entity UserPasskeyEntity ( normalized)
1801
1801
  return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
1802
1802
  if (data.id === null) {
@@ -1813,26 +1813,26 @@ export default {
1813
1813
  }
1814
1814
  };
1815
1815
  },
1816
- 'pkGetter-user_passkey_2000': function (isEntityOrRef) {
1816
+ 'pkGetter-user_passkey_3000': function (isEntityOrRef) {
1817
1817
  // compiled pk getter for entity UserPasskeyEntity
1818
1818
  return function (entity) {
1819
1819
  return entity.id;
1820
1820
  };
1821
1821
  },
1822
- 'pkGetterConverted-user_passkey_2000': function (isEntityOrRef, convertToDatabaseValue_id) {
1822
+ 'pkGetterConverted-user_passkey_3000': function (isEntityOrRef, convertToDatabaseValue_id) {
1823
1823
  // compiled pk getter (with converted custom types) for entity UserPasskeyEntity
1824
1824
  return function (entity) {
1825
1825
  return convertToDatabaseValue_id(entity.id);
1826
1826
  };
1827
1827
  },
1828
- 'pkSerializer-user_passkey_2000': function (isEntityOrRef, getCompositeKeyValue, getPrimaryKeyHash, convertToDatabaseValue_id) {
1828
+ 'pkSerializer-user_passkey_3000': function (isEntityOrRef, getCompositeKeyValue, getPrimaryKeyHash, convertToDatabaseValue_id) {
1829
1829
  // compiled pk serializer for entity UserPasskeyEntity
1830
1830
  return function (entity) {
1831
1831
  const val_3 = convertToDatabaseValue_id(entity.id);
1832
1832
  return getPrimaryKeyHash(val_3);
1833
1833
  };
1834
1834
  },
1835
- 'hydrator-user_oauth_1000-full-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, user_91, user_92) {
1835
+ 'hydrator-user_oauth_2000-full-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, user_91, user_92) {
1836
1836
  // compiled hydrator for entity UserOAuthEntity ( normalized)
1837
1837
  return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
1838
1838
  if (data.id === null) {
@@ -1927,7 +1927,7 @@ export default {
1927
1927
  }
1928
1928
  };
1929
1929
  },
1930
- 'hydrator-user_oauth_1000-full-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, user_101, user_102) {
1930
+ 'hydrator-user_oauth_2000-full-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, user_101, user_102) {
1931
1931
  // compiled hydrator for entity UserOAuthEntity ( normalized)
1932
1932
  return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
1933
1933
  if (data.id === null) {
@@ -2022,7 +2022,7 @@ export default {
2022
2022
  }
2023
2023
  };
2024
2024
  },
2025
- 'comparator-user_oauth_1000': function (compareArrays, compareBooleans, compareBuffers, compareObjects, equals, compareValues_4) {
2025
+ 'comparator-user_oauth_2000': function (compareArrays, compareBooleans, compareBuffers, compareObjects, equals, compareValues_4) {
2026
2026
  // compiled comparator for entity UserOAuthEntity
2027
2027
  return function (last, current, options) {
2028
2028
  const diff = {};
@@ -2130,7 +2130,7 @@ export default {
2130
2130
  return diff;
2131
2131
  };
2132
2132
  },
2133
- 'snapshotGenerator-user_oauth_1000': function (clone, cloneEmbeddable, convertToDatabaseValue_id, processDateProperty, toArray, EntityIdentifier) {
2133
+ 'snapshotGenerator-user_oauth_2000': function (clone, cloneEmbeddable, convertToDatabaseValue_id, processDateProperty, toArray, EntityIdentifier) {
2134
2134
  return function (entity) {
2135
2135
  const ret = {};
2136
2136
  if (typeof entity.id !== 'undefined') {
@@ -2171,7 +2171,7 @@ export default {
2171
2171
  return ret;
2172
2172
  };
2173
2173
  },
2174
- 'resultMapper-user_oauth_1000': function (PolymorphicRef, parseDate) {
2174
+ 'resultMapper-user_oauth_2000': function (PolymorphicRef, parseDate) {
2175
2175
  // compiled mapper for entity UserOAuthEntity
2176
2176
  return function (result) {
2177
2177
  const ret = {};
@@ -2252,7 +2252,7 @@ export default {
2252
2252
  return ret;
2253
2253
  };
2254
2254
  },
2255
- 'hydrator-user_oauth_1000-reference-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id) {
2255
+ 'hydrator-user_oauth_2000-reference-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id) {
2256
2256
  // compiled hydrator for entity UserOAuthEntity ( normalized)
2257
2257
  return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
2258
2258
  if (data.id === null) {
@@ -2270,7 +2270,7 @@ export default {
2270
2270
  }
2271
2271
  };
2272
2272
  },
2273
- 'hydrator-user_oauth_1000-reference-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id) {
2273
+ 'hydrator-user_oauth_2000-reference-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id) {
2274
2274
  // compiled hydrator for entity UserOAuthEntity ( normalized)
2275
2275
  return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
2276
2276
  if (data.id === null) {
@@ -2288,26 +2288,26 @@ export default {
2288
2288
  }
2289
2289
  };
2290
2290
  },
2291
- 'pkGetter-user_oauth_1000': function (isEntityOrRef) {
2291
+ 'pkGetter-user_oauth_2000': function (isEntityOrRef) {
2292
2292
  // compiled pk getter for entity UserOAuthEntity
2293
2293
  return function (entity) {
2294
2294
  return entity.id;
2295
2295
  };
2296
2296
  },
2297
- 'pkGetterConverted-user_oauth_1000': function (isEntityOrRef, convertToDatabaseValue_id) {
2297
+ 'pkGetterConverted-user_oauth_2000': function (isEntityOrRef, convertToDatabaseValue_id) {
2298
2298
  // compiled pk getter (with converted custom types) for entity UserOAuthEntity
2299
2299
  return function (entity) {
2300
2300
  return convertToDatabaseValue_id(entity.id);
2301
2301
  };
2302
2302
  },
2303
- 'pkSerializer-user_oauth_1000': function (isEntityOrRef, getCompositeKeyValue, getPrimaryKeyHash, convertToDatabaseValue_id) {
2303
+ 'pkSerializer-user_oauth_2000': function (isEntityOrRef, getCompositeKeyValue, getPrimaryKeyHash, convertToDatabaseValue_id) {
2304
2304
  // compiled pk serializer for entity UserOAuthEntity
2305
2305
  return function (entity) {
2306
2306
  const val_5 = convertToDatabaseValue_id(entity.id);
2307
2307
  return getPrimaryKeyHash(val_5);
2308
2308
  };
2309
2309
  },
2310
- 'hydrator-user_5000-full-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_sub, convertToDatabaseValue_sub, user_oauth_119, user_passkey_120, user_totp_121, user_totp_recovery_code_122) {
2310
+ 'hydrator-user_6000-full-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_sub, convertToDatabaseValue_sub, user_oauth_119, user_passkey_120, user_totp_121, user_totp_recovery_code_122) {
2311
2311
  // compiled hydrator for entity UserEntity ( normalized)
2312
2312
  return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
2313
2313
  if (data.sub === null) {
@@ -2504,7 +2504,7 @@ export default {
2504
2504
  }
2505
2505
  };
2506
2506
  },
2507
- 'hydrator-user_5000-full-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_sub, convertToDatabaseValue_sub, user_oauth_132, user_passkey_133, user_totp_134, user_totp_recovery_code_135) {
2507
+ 'hydrator-user_6000-full-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_sub, convertToDatabaseValue_sub, user_oauth_132, user_passkey_133, user_totp_134, user_totp_recovery_code_135) {
2508
2508
  // compiled hydrator for entity UserEntity ( normalized)
2509
2509
  return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
2510
2510
  if (data.sub === null) {
@@ -2701,7 +2701,7 @@ export default {
2701
2701
  }
2702
2702
  };
2703
2703
  },
2704
- 'comparator-user_5000': function (compareArrays, compareBooleans, compareBuffers, compareObjects, equals) {
2704
+ 'comparator-user_6000': function (compareArrays, compareBooleans, compareBuffers, compareObjects, equals) {
2705
2705
  // compiled comparator for entity UserEntity
2706
2706
  return function (last, current, options) {
2707
2707
  const diff = {};
@@ -2809,7 +2809,7 @@ export default {
2809
2809
  return diff;
2810
2810
  };
2811
2811
  },
2812
- 'snapshotGenerator-user_5000': function (clone, cloneEmbeddable, convertToDatabaseValue_sub, processDateProperty) {
2812
+ 'snapshotGenerator-user_6000': function (clone, cloneEmbeddable, convertToDatabaseValue_sub, processDateProperty) {
2813
2813
  return function (entity) {
2814
2814
  const ret = {};
2815
2815
  if (typeof entity.sub !== 'undefined') {
@@ -2842,7 +2842,7 @@ export default {
2842
2842
  return ret;
2843
2843
  };
2844
2844
  },
2845
- 'resultMapper-user_5000': function (PolymorphicRef, parseDate) {
2845
+ 'resultMapper-user_6000': function (PolymorphicRef, parseDate) {
2846
2846
  // compiled mapper for entity UserEntity
2847
2847
  return function (result) {
2848
2848
  const ret = {};
@@ -2923,7 +2923,7 @@ export default {
2923
2923
  return ret;
2924
2924
  };
2925
2925
  },
2926
- 'hydrator-user_5000-reference-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_sub, convertToDatabaseValue_sub) {
2926
+ 'hydrator-user_6000-reference-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_sub, convertToDatabaseValue_sub) {
2927
2927
  // compiled hydrator for entity UserEntity ( normalized)
2928
2928
  return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
2929
2929
  if (data.sub === null) {
@@ -2940,7 +2940,7 @@ export default {
2940
2940
  }
2941
2941
  };
2942
2942
  },
2943
- 'hydrator-user_5000-reference-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_sub, convertToDatabaseValue_sub) {
2943
+ 'hydrator-user_6000-reference-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_sub, convertToDatabaseValue_sub) {
2944
2944
  // compiled hydrator for entity UserEntity ( normalized)
2945
2945
  return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
2946
2946
  if (data.sub === null) {
@@ -2957,26 +2957,26 @@ export default {
2957
2957
  }
2958
2958
  };
2959
2959
  },
2960
- 'pkGetter-user_5000': function (isEntityOrRef) {
2960
+ 'pkGetter-user_6000': function (isEntityOrRef) {
2961
2961
  // compiled pk getter for entity UserEntity
2962
2962
  return function (entity) {
2963
2963
  return entity.sub;
2964
2964
  };
2965
2965
  },
2966
- 'pkGetterConverted-user_5000': function (isEntityOrRef, convertToDatabaseValue_sub) {
2966
+ 'pkGetterConverted-user_6000': function (isEntityOrRef, convertToDatabaseValue_sub) {
2967
2967
  // compiled pk getter (with converted custom types) for entity UserEntity
2968
2968
  return function (entity) {
2969
2969
  return convertToDatabaseValue_sub(entity.sub);
2970
2970
  };
2971
2971
  },
2972
- 'pkSerializer-user_5000': function (isEntityOrRef, getCompositeKeyValue, getPrimaryKeyHash, convertToDatabaseValue_sub) {
2972
+ 'pkSerializer-user_6000': function (isEntityOrRef, getCompositeKeyValue, getPrimaryKeyHash, convertToDatabaseValue_sub) {
2973
2973
  // compiled pk serializer for entity UserEntity
2974
2974
  return function (entity) {
2975
2975
  const val_6 = convertToDatabaseValue_sub(entity.sub);
2976
2976
  return getPrimaryKeyHash(val_6);
2977
2977
  };
2978
2978
  },
2979
- 'hydrator-user_consent_10000-full-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, user_141, user_142, oauth_client_143, oauth_client_144, convertToJSValue_scopes, convertToDatabaseValue_scopes) {
2979
+ 'hydrator-user_consent_11000-full-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, user_141, user_142, oauth_client_143, oauth_client_144, convertToJSValue_scopes, convertToDatabaseValue_scopes) {
2980
2980
  // compiled hydrator for entity UserConsentEntity ( normalized)
2981
2981
  return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
2982
2982
  if (data.id === null) {
@@ -3084,7 +3084,7 @@ export default {
3084
3084
  }
3085
3085
  };
3086
3086
  },
3087
- 'hydrator-user_consent_10000-full-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, user_151, user_152, oauth_client_153, oauth_client_154, convertToJSValue_scopes, convertToDatabaseValue_scopes) {
3087
+ 'hydrator-user_consent_11000-full-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, user_151, user_152, oauth_client_153, oauth_client_154, convertToJSValue_scopes, convertToDatabaseValue_scopes) {
3088
3088
  // compiled hydrator for entity UserConsentEntity ( normalized)
3089
3089
  return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
3090
3090
  if (data.id === null) {
@@ -3192,7 +3192,7 @@ export default {
3192
3192
  }
3193
3193
  };
3194
3194
  },
3195
- 'comparator-user_consent_10000': function (compareArrays, compareBooleans, compareBuffers, compareObjects, equals) {
3195
+ 'comparator-user_consent_11000': function (compareArrays, compareBooleans, compareBuffers, compareObjects, equals) {
3196
3196
  // compiled comparator for entity UserConsentEntity
3197
3197
  return function (last, current, options) {
3198
3198
  const diff = {};
@@ -3289,7 +3289,7 @@ export default {
3289
3289
  return diff;
3290
3290
  };
3291
3291
  },
3292
- 'snapshotGenerator-user_consent_10000': function (clone, cloneEmbeddable, convertToDatabaseValue_id, processDateProperty, toArray, EntityIdentifier, convertToDatabaseValue_scopes) {
3292
+ 'snapshotGenerator-user_consent_11000': function (clone, cloneEmbeddable, convertToDatabaseValue_id, processDateProperty, toArray, EntityIdentifier, convertToDatabaseValue_scopes) {
3293
3293
  return function (entity) {
3294
3294
  const ret = {};
3295
3295
  if (typeof entity.id !== 'undefined') {
@@ -3335,7 +3335,7 @@ export default {
3335
3335
  return ret;
3336
3336
  };
3337
3337
  },
3338
- 'resultMapper-user_consent_10000': function (PolymorphicRef, parseDate) {
3338
+ 'resultMapper-user_consent_11000': function (PolymorphicRef, parseDate) {
3339
3339
  // compiled mapper for entity UserConsentEntity
3340
3340
  return function (result) {
3341
3341
  const ret = {};
@@ -3423,7 +3423,7 @@ export default {
3423
3423
  return ret;
3424
3424
  };
3425
3425
  },
3426
- 'hydrator-user_consent_10000-reference-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id) {
3426
+ 'hydrator-user_consent_11000-reference-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id) {
3427
3427
  // compiled hydrator for entity UserConsentEntity ( normalized)
3428
3428
  return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
3429
3429
  if (data.id === null) {
@@ -3440,7 +3440,7 @@ export default {
3440
3440
  }
3441
3441
  };
3442
3442
  },
3443
- 'hydrator-user_consent_10000-reference-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id) {
3443
+ 'hydrator-user_consent_11000-reference-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id) {
3444
3444
  // compiled hydrator for entity UserConsentEntity ( normalized)
3445
3445
  return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
3446
3446
  if (data.id === null) {
@@ -3457,26 +3457,26 @@ export default {
3457
3457
  }
3458
3458
  };
3459
3459
  },
3460
- 'pkGetter-user_consent_10000': function (isEntityOrRef) {
3460
+ 'pkGetter-user_consent_11000': function (isEntityOrRef) {
3461
3461
  // compiled pk getter for entity UserConsentEntity
3462
3462
  return function (entity) {
3463
3463
  return entity.id;
3464
3464
  };
3465
3465
  },
3466
- 'pkGetterConverted-user_consent_10000': function (isEntityOrRef, convertToDatabaseValue_id) {
3466
+ 'pkGetterConverted-user_consent_11000': function (isEntityOrRef, convertToDatabaseValue_id) {
3467
3467
  // compiled pk getter (with converted custom types) for entity UserConsentEntity
3468
3468
  return function (entity) {
3469
3469
  return convertToDatabaseValue_id(entity.id);
3470
3470
  };
3471
3471
  },
3472
- 'pkSerializer-user_consent_10000': function (isEntityOrRef, getCompositeKeyValue, getPrimaryKeyHash, convertToDatabaseValue_id) {
3472
+ 'pkSerializer-user_consent_11000': function (isEntityOrRef, getCompositeKeyValue, getPrimaryKeyHash, convertToDatabaseValue_id) {
3473
3473
  // compiled pk serializer for entity UserConsentEntity
3474
3474
  return function (entity) {
3475
3475
  const val_7 = convertToDatabaseValue_id(entity.id);
3476
3476
  return getPrimaryKeyHash(val_7);
3477
3477
  };
3478
3478
  },
3479
- 'hydrator-terms_16000-full-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, terms_content_167, user_terms_consent_168) {
3479
+ 'hydrator-terms_17000-full-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, terms_content_167, user_terms_consent_168) {
3480
3480
  // compiled hydrator for entity TermsEntity ( normalized)
3481
3481
  return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
3482
3482
  if (data.id === null) {
@@ -3593,7 +3593,7 @@ export default {
3593
3593
  }
3594
3594
  };
3595
3595
  },
3596
- 'hydrator-terms_16000-full-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, terms_content_176, user_terms_consent_177) {
3596
+ 'hydrator-terms_17000-full-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, terms_content_176, user_terms_consent_177) {
3597
3597
  // compiled hydrator for entity TermsEntity ( normalized)
3598
3598
  return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
3599
3599
  if (data.id === null) {
@@ -3710,7 +3710,7 @@ export default {
3710
3710
  }
3711
3711
  };
3712
3712
  },
3713
- 'comparator-terms_16000': function (compareArrays, compareBooleans, compareBuffers, compareObjects, equals) {
3713
+ 'comparator-terms_17000': function (compareArrays, compareBooleans, compareBuffers, compareObjects, equals) {
3714
3714
  // compiled comparator for entity TermsEntity
3715
3715
  return function (last, current, options) {
3716
3716
  const diff = {};
@@ -3796,7 +3796,7 @@ export default {
3796
3796
  return diff;
3797
3797
  };
3798
3798
  },
3799
- 'snapshotGenerator-terms_16000': function (clone, cloneEmbeddable, processDateProperty) {
3799
+ 'snapshotGenerator-terms_17000': function (clone, cloneEmbeddable, processDateProperty) {
3800
3800
  return function (entity) {
3801
3801
  const ret = {};
3802
3802
  if (typeof entity.id !== 'undefined') {
@@ -3823,7 +3823,7 @@ export default {
3823
3823
  return ret;
3824
3824
  };
3825
3825
  },
3826
- 'resultMapper-terms_16000': function (PolymorphicRef, parseDate) {
3826
+ 'resultMapper-terms_17000': function (PolymorphicRef, parseDate) {
3827
3827
  // compiled mapper for entity TermsEntity
3828
3828
  return function (result) {
3829
3829
  const ret = {};
@@ -3885,7 +3885,7 @@ export default {
3885
3885
  return ret;
3886
3886
  };
3887
3887
  },
3888
- 'hydrator-terms_16000-reference-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError) {
3888
+ 'hydrator-terms_17000-reference-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError) {
3889
3889
  // compiled hydrator for entity TermsEntity ( normalized)
3890
3890
  return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
3891
3891
  if (data.id === null) {
@@ -3896,7 +3896,7 @@ export default {
3896
3896
  }
3897
3897
  };
3898
3898
  },
3899
- 'hydrator-terms_16000-reference-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError) {
3899
+ 'hydrator-terms_17000-reference-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError) {
3900
3900
  // compiled hydrator for entity TermsEntity ( normalized)
3901
3901
  return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
3902
3902
  if (data.id === null) {
@@ -3907,25 +3907,25 @@ export default {
3907
3907
  }
3908
3908
  };
3909
3909
  },
3910
- 'pkGetter-terms_16000': function (isEntityOrRef) {
3910
+ 'pkGetter-terms_17000': function (isEntityOrRef) {
3911
3911
  // compiled pk getter for entity TermsEntity
3912
3912
  return function (entity) {
3913
3913
  return entity.id;
3914
3914
  };
3915
3915
  },
3916
- 'pkGetterConverted-terms_16000': function (isEntityOrRef) {
3916
+ 'pkGetterConverted-terms_17000': function (isEntityOrRef) {
3917
3917
  // compiled pk getter (with converted custom types) for entity TermsEntity
3918
3918
  return function (entity) {
3919
3919
  return entity.id;
3920
3920
  };
3921
3921
  },
3922
- 'pkSerializer-terms_16000': function (isEntityOrRef, getCompositeKeyValue, getPrimaryKeyHash) {
3922
+ 'pkSerializer-terms_17000': function (isEntityOrRef, getCompositeKeyValue, getPrimaryKeyHash) {
3923
3923
  // compiled pk serializer for entity TermsEntity
3924
3924
  return function (entity) {
3925
3925
  return '' + entity.id;
3926
3926
  };
3927
3927
  },
3928
- 'hydrator-terms_content_14000-full-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, terms_183, terms_184) {
3928
+ 'hydrator-terms_content_15000-full-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, terms_183, terms_184) {
3929
3929
  // compiled hydrator for entity TermsContentEntity ( normalized)
3930
3930
  return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
3931
3931
  if (data.id === null) {
@@ -4005,7 +4005,7 @@ export default {
4005
4005
  }
4006
4006
  };
4007
4007
  },
4008
- 'hydrator-terms_content_14000-full-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, terms_192, terms_193) {
4008
+ 'hydrator-terms_content_15000-full-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, terms_192, terms_193) {
4009
4009
  // compiled hydrator for entity TermsContentEntity ( normalized)
4010
4010
  return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
4011
4011
  if (data.id === null) {
@@ -4085,7 +4085,7 @@ export default {
4085
4085
  }
4086
4086
  };
4087
4087
  },
4088
- 'comparator-terms_content_14000': function (compareArrays, compareBooleans, compareBuffers, compareObjects, equals) {
4088
+ 'comparator-terms_content_15000': function (compareArrays, compareBooleans, compareBuffers, compareObjects, equals) {
4089
4089
  // compiled comparator for entity TermsContentEntity
4090
4090
  return function (last, current, options) {
4091
4091
  const diff = {};
@@ -4182,7 +4182,7 @@ export default {
4182
4182
  return diff;
4183
4183
  };
4184
4184
  },
4185
- 'snapshotGenerator-terms_content_14000': function (clone, cloneEmbeddable, convertToDatabaseValue_id, processDateProperty, toArray, EntityIdentifier) {
4185
+ 'snapshotGenerator-terms_content_15000': function (clone, cloneEmbeddable, convertToDatabaseValue_id, processDateProperty, toArray, EntityIdentifier) {
4186
4186
  return function (entity) {
4187
4187
  const ret = {};
4188
4188
  if (typeof entity.id !== 'undefined') {
@@ -4220,7 +4220,7 @@ export default {
4220
4220
  return ret;
4221
4221
  };
4222
4222
  },
4223
- 'resultMapper-terms_content_14000': function (PolymorphicRef, parseDate) {
4223
+ 'resultMapper-terms_content_15000': function (PolymorphicRef, parseDate) {
4224
4224
  // compiled mapper for entity TermsContentEntity
4225
4225
  return function (result) {
4226
4226
  const ret = {};
@@ -4286,7 +4286,7 @@ export default {
4286
4286
  return ret;
4287
4287
  };
4288
4288
  },
4289
- 'hydrator-terms_content_14000-reference-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id) {
4289
+ 'hydrator-terms_content_15000-reference-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id) {
4290
4290
  // compiled hydrator for entity TermsContentEntity ( normalized)
4291
4291
  return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
4292
4292
  if (data.id === null) {
@@ -4303,7 +4303,7 @@ export default {
4303
4303
  }
4304
4304
  };
4305
4305
  },
4306
- 'hydrator-terms_content_14000-reference-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id) {
4306
+ 'hydrator-terms_content_15000-reference-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id) {
4307
4307
  // compiled hydrator for entity TermsContentEntity ( normalized)
4308
4308
  return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
4309
4309
  if (data.id === null) {
@@ -4320,26 +4320,26 @@ export default {
4320
4320
  }
4321
4321
  };
4322
4322
  },
4323
- 'pkGetter-terms_content_14000': function (isEntityOrRef) {
4323
+ 'pkGetter-terms_content_15000': function (isEntityOrRef) {
4324
4324
  // compiled pk getter for entity TermsContentEntity
4325
4325
  return function (entity) {
4326
4326
  return entity.id;
4327
4327
  };
4328
4328
  },
4329
- 'pkGetterConverted-terms_content_14000': function (isEntityOrRef, convertToDatabaseValue_id) {
4329
+ 'pkGetterConverted-terms_content_15000': function (isEntityOrRef, convertToDatabaseValue_id) {
4330
4330
  // compiled pk getter (with converted custom types) for entity TermsContentEntity
4331
4331
  return function (entity) {
4332
4332
  return convertToDatabaseValue_id(entity.id);
4333
4333
  };
4334
4334
  },
4335
- 'pkSerializer-terms_content_14000': function (isEntityOrRef, getCompositeKeyValue, getPrimaryKeyHash, convertToDatabaseValue_id) {
4335
+ 'pkSerializer-terms_content_15000': function (isEntityOrRef, getCompositeKeyValue, getPrimaryKeyHash, convertToDatabaseValue_id) {
4336
4336
  // compiled pk serializer for entity TermsContentEntity
4337
4337
  return function (entity) {
4338
4338
  const val_8 = convertToDatabaseValue_id(entity.id);
4339
4339
  return getPrimaryKeyHash(val_8);
4340
4340
  };
4341
4341
  },
4342
- 'hydrator-revoked_tokens_9000-full-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, oauth_client_205, oauth_client_206, user_207, user_208) {
4342
+ 'hydrator-revoked_tokens_10000-full-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, oauth_client_205, oauth_client_206, user_207, user_208) {
4343
4343
  // compiled hydrator for entity RevokedTokenEntity ( normalized)
4344
4344
  return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
4345
4345
  if (data.id === null) {
@@ -4446,7 +4446,7 @@ export default {
4446
4446
  }
4447
4447
  };
4448
4448
  },
4449
- 'hydrator-revoked_tokens_9000-full-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, oauth_client_216, oauth_client_217, user_218, user_219) {
4449
+ 'hydrator-revoked_tokens_10000-full-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, oauth_client_216, oauth_client_217, user_218, user_219) {
4450
4450
  // compiled hydrator for entity RevokedTokenEntity ( normalized)
4451
4451
  return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
4452
4452
  if (data.id === null) {
@@ -4553,7 +4553,7 @@ export default {
4553
4553
  }
4554
4554
  };
4555
4555
  },
4556
- 'comparator-revoked_tokens_9000': function (compareArrays, compareBooleans, compareBuffers, compareObjects, equals) {
4556
+ 'comparator-revoked_tokens_10000': function (compareArrays, compareBooleans, compareBuffers, compareObjects, equals) {
4557
4557
  // compiled comparator for entity RevokedTokenEntity
4558
4558
  return function (last, current, options) {
4559
4559
  const diff = {};
@@ -4661,7 +4661,7 @@ export default {
4661
4661
  return diff;
4662
4662
  };
4663
4663
  },
4664
- 'snapshotGenerator-revoked_tokens_9000': function (clone, cloneEmbeddable, convertToDatabaseValue_id, processDateProperty, toArray, EntityIdentifier) {
4664
+ 'snapshotGenerator-revoked_tokens_10000': function (clone, cloneEmbeddable, convertToDatabaseValue_id, processDateProperty, toArray, EntityIdentifier) {
4665
4665
  return function (entity) {
4666
4666
  const ret = {};
4667
4667
  if (typeof entity.id !== 'undefined') {
@@ -4710,7 +4710,7 @@ export default {
4710
4710
  return ret;
4711
4711
  };
4712
4712
  },
4713
- 'resultMapper-revoked_tokens_9000': function (PolymorphicRef, parseDate) {
4713
+ 'resultMapper-revoked_tokens_10000': function (PolymorphicRef, parseDate) {
4714
4714
  // compiled mapper for entity RevokedTokenEntity
4715
4715
  return function (result) {
4716
4716
  const ret = {};
@@ -4802,7 +4802,7 @@ export default {
4802
4802
  return ret;
4803
4803
  };
4804
4804
  },
4805
- 'hydrator-revoked_tokens_9000-reference-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id) {
4805
+ 'hydrator-revoked_tokens_10000-reference-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id) {
4806
4806
  // compiled hydrator for entity RevokedTokenEntity ( normalized)
4807
4807
  return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
4808
4808
  if (data.id === null) {
@@ -4819,7 +4819,7 @@ export default {
4819
4819
  }
4820
4820
  };
4821
4821
  },
4822
- 'hydrator-revoked_tokens_9000-reference-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id) {
4822
+ 'hydrator-revoked_tokens_10000-reference-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id) {
4823
4823
  // compiled hydrator for entity RevokedTokenEntity ( normalized)
4824
4824
  return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
4825
4825
  if (data.id === null) {
@@ -4836,26 +4836,26 @@ export default {
4836
4836
  }
4837
4837
  };
4838
4838
  },
4839
- 'pkGetter-revoked_tokens_9000': function (isEntityOrRef) {
4839
+ 'pkGetter-revoked_tokens_10000': function (isEntityOrRef) {
4840
4840
  // compiled pk getter for entity RevokedTokenEntity
4841
4841
  return function (entity) {
4842
4842
  return entity.id;
4843
4843
  };
4844
4844
  },
4845
- 'pkGetterConverted-revoked_tokens_9000': function (isEntityOrRef, convertToDatabaseValue_id) {
4845
+ 'pkGetterConverted-revoked_tokens_10000': function (isEntityOrRef, convertToDatabaseValue_id) {
4846
4846
  // compiled pk getter (with converted custom types) for entity RevokedTokenEntity
4847
4847
  return function (entity) {
4848
4848
  return convertToDatabaseValue_id(entity.id);
4849
4849
  };
4850
4850
  },
4851
- 'pkSerializer-revoked_tokens_9000': function (isEntityOrRef, getCompositeKeyValue, getPrimaryKeyHash, convertToDatabaseValue_id) {
4851
+ 'pkSerializer-revoked_tokens_10000': function (isEntityOrRef, getCompositeKeyValue, getPrimaryKeyHash, convertToDatabaseValue_id) {
4852
4852
  // compiled pk serializer for entity RevokedTokenEntity
4853
4853
  return function (entity) {
4854
4854
  const val_9 = convertToDatabaseValue_id(entity.id);
4855
4855
  return getPrimaryKeyHash(val_9);
4856
4856
  };
4857
4857
  },
4858
- 'hydrator-pending_oauth_registration_13000-full-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, convertToJSValue_userInfo, convertToDatabaseValue_userInfo) {
4858
+ 'hydrator-pending_oauth_registration_14000-full-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, convertToJSValue_userInfo, convertToDatabaseValue_userInfo) {
4859
4859
  // compiled hydrator for entity PendingOAuthRegistrationEntity ( normalized)
4860
4860
  return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
4861
4861
  if (data.id === null) {
@@ -4969,7 +4969,7 @@ export default {
4969
4969
  }
4970
4970
  };
4971
4971
  },
4972
- 'hydrator-pending_oauth_registration_13000-full-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, convertToJSValue_userInfo, convertToDatabaseValue_userInfo) {
4972
+ 'hydrator-pending_oauth_registration_14000-full-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, convertToJSValue_userInfo, convertToDatabaseValue_userInfo) {
4973
4973
  // compiled hydrator for entity PendingOAuthRegistrationEntity ( normalized)
4974
4974
  return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
4975
4975
  if (data.id === null) {
@@ -5083,7 +5083,7 @@ export default {
5083
5083
  }
5084
5084
  };
5085
5085
  },
5086
- 'comparator-pending_oauth_registration_13000': function (compareArrays, compareBooleans, compareBuffers, compareObjects, equals) {
5086
+ 'comparator-pending_oauth_registration_14000': function (compareArrays, compareBooleans, compareBuffers, compareObjects, equals) {
5087
5087
  // compiled comparator for entity PendingOAuthRegistrationEntity
5088
5088
  return function (last, current, options) {
5089
5089
  const diff = {};
@@ -5224,7 +5224,7 @@ export default {
5224
5224
  return diff;
5225
5225
  };
5226
5226
  },
5227
- 'snapshotGenerator-pending_oauth_registration_13000': function (clone, cloneEmbeddable, convertToDatabaseValue_id, processDateProperty, convertToDatabaseValue_userInfo) {
5227
+ 'snapshotGenerator-pending_oauth_registration_14000': function (clone, cloneEmbeddable, convertToDatabaseValue_id, processDateProperty, convertToDatabaseValue_userInfo) {
5228
5228
  return function (entity) {
5229
5229
  const ret = {};
5230
5230
  if (typeof entity.id !== 'undefined') {
@@ -5266,7 +5266,7 @@ export default {
5266
5266
  return ret;
5267
5267
  };
5268
5268
  },
5269
- 'resultMapper-pending_oauth_registration_13000': function (PolymorphicRef, parseDate) {
5269
+ 'resultMapper-pending_oauth_registration_14000': function (PolymorphicRef, parseDate) {
5270
5270
  // compiled mapper for entity PendingOAuthRegistrationEntity
5271
5271
  return function (result) {
5272
5272
  const ret = {};
@@ -5359,7 +5359,7 @@ export default {
5359
5359
  return ret;
5360
5360
  };
5361
5361
  },
5362
- 'hydrator-pending_oauth_registration_13000-reference-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id) {
5362
+ 'hydrator-pending_oauth_registration_14000-reference-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id) {
5363
5363
  // compiled hydrator for entity PendingOAuthRegistrationEntity ( normalized)
5364
5364
  return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
5365
5365
  if (data.id === null) {
@@ -5376,7 +5376,7 @@ export default {
5376
5376
  }
5377
5377
  };
5378
5378
  },
5379
- 'hydrator-pending_oauth_registration_13000-reference-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id) {
5379
+ 'hydrator-pending_oauth_registration_14000-reference-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id) {
5380
5380
  // compiled hydrator for entity PendingOAuthRegistrationEntity ( normalized)
5381
5381
  return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
5382
5382
  if (data.id === null) {
@@ -5393,26 +5393,26 @@ export default {
5393
5393
  }
5394
5394
  };
5395
5395
  },
5396
- 'pkGetter-pending_oauth_registration_13000': function (isEntityOrRef) {
5396
+ 'pkGetter-pending_oauth_registration_14000': function (isEntityOrRef) {
5397
5397
  // compiled pk getter for entity PendingOAuthRegistrationEntity
5398
5398
  return function (entity) {
5399
5399
  return entity.id;
5400
5400
  };
5401
5401
  },
5402
- 'pkGetterConverted-pending_oauth_registration_13000': function (isEntityOrRef, convertToDatabaseValue_id) {
5402
+ 'pkGetterConverted-pending_oauth_registration_14000': function (isEntityOrRef, convertToDatabaseValue_id) {
5403
5403
  // compiled pk getter (with converted custom types) for entity PendingOAuthRegistrationEntity
5404
5404
  return function (entity) {
5405
5405
  return convertToDatabaseValue_id(entity.id);
5406
5406
  };
5407
5407
  },
5408
- 'pkSerializer-pending_oauth_registration_13000': function (isEntityOrRef, getCompositeKeyValue, getPrimaryKeyHash, convertToDatabaseValue_id) {
5408
+ 'pkSerializer-pending_oauth_registration_14000': function (isEntityOrRef, getCompositeKeyValue, getPrimaryKeyHash, convertToDatabaseValue_id) {
5409
5409
  // compiled pk serializer for entity PendingOAuthRegistrationEntity
5410
5410
  return function (entity) {
5411
5411
  const val_10 = convertToDatabaseValue_id(entity.id);
5412
5412
  return getPrimaryKeyHash(val_10);
5413
5413
  };
5414
5414
  },
5415
- 'hydrator-password_reset_12000-full-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, user_253, user_254) {
5415
+ 'hydrator-password_reset_13000-full-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, user_253, user_254) {
5416
5416
  // compiled hydrator for entity PasswordResetEntity ( normalized)
5417
5417
  return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
5418
5418
  if (data.id === null) {
@@ -5508,7 +5508,7 @@ export default {
5508
5508
  }
5509
5509
  };
5510
5510
  },
5511
- 'hydrator-password_reset_12000-full-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, user_262, user_263) {
5511
+ 'hydrator-password_reset_13000-full-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, user_262, user_263) {
5512
5512
  // compiled hydrator for entity PasswordResetEntity ( normalized)
5513
5513
  return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
5514
5514
  if (data.id === null) {
@@ -5604,7 +5604,7 @@ export default {
5604
5604
  }
5605
5605
  };
5606
5606
  },
5607
- 'comparator-password_reset_12000': function (compareArrays, compareBooleans, compareBuffers, compareObjects, equals) {
5607
+ 'comparator-password_reset_13000': function (compareArrays, compareBooleans, compareBuffers, compareObjects, equals) {
5608
5608
  // compiled comparator for entity PasswordResetEntity
5609
5609
  return function (last, current, options) {
5610
5610
  const diff = {};
@@ -5701,7 +5701,7 @@ export default {
5701
5701
  return diff;
5702
5702
  };
5703
5703
  },
5704
- 'snapshotGenerator-password_reset_12000': function (clone, cloneEmbeddable, convertToDatabaseValue_id, processDateProperty, toArray, EntityIdentifier) {
5704
+ 'snapshotGenerator-password_reset_13000': function (clone, cloneEmbeddable, convertToDatabaseValue_id, processDateProperty, toArray, EntityIdentifier) {
5705
5705
  return function (entity) {
5706
5706
  const ret = {};
5707
5707
  if (typeof entity.id !== 'undefined') {
@@ -5739,7 +5739,7 @@ export default {
5739
5739
  return ret;
5740
5740
  };
5741
5741
  },
5742
- 'resultMapper-password_reset_12000': function (PolymorphicRef, parseDate) {
5742
+ 'resultMapper-password_reset_13000': function (PolymorphicRef, parseDate) {
5743
5743
  // compiled mapper for entity PasswordResetEntity
5744
5744
  return function (result) {
5745
5745
  const ret = {};
@@ -5827,7 +5827,7 @@ export default {
5827
5827
  return ret;
5828
5828
  };
5829
5829
  },
5830
- 'hydrator-password_reset_12000-reference-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id) {
5830
+ 'hydrator-password_reset_13000-reference-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id) {
5831
5831
  // compiled hydrator for entity PasswordResetEntity ( normalized)
5832
5832
  return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
5833
5833
  if (data.id === null) {
@@ -5844,7 +5844,7 @@ export default {
5844
5844
  }
5845
5845
  };
5846
5846
  },
5847
- 'hydrator-password_reset_12000-reference-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id) {
5847
+ 'hydrator-password_reset_13000-reference-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id) {
5848
5848
  // compiled hydrator for entity PasswordResetEntity ( normalized)
5849
5849
  return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
5850
5850
  if (data.id === null) {
@@ -5861,26 +5861,26 @@ export default {
5861
5861
  }
5862
5862
  };
5863
5863
  },
5864
- 'pkGetter-password_reset_12000': function (isEntityOrRef) {
5864
+ 'pkGetter-password_reset_13000': function (isEntityOrRef) {
5865
5865
  // compiled pk getter for entity PasswordResetEntity
5866
5866
  return function (entity) {
5867
5867
  return entity.id;
5868
5868
  };
5869
5869
  },
5870
- 'pkGetterConverted-password_reset_12000': function (isEntityOrRef, convertToDatabaseValue_id) {
5870
+ 'pkGetterConverted-password_reset_13000': function (isEntityOrRef, convertToDatabaseValue_id) {
5871
5871
  // compiled pk getter (with converted custom types) for entity PasswordResetEntity
5872
5872
  return function (entity) {
5873
5873
  return convertToDatabaseValue_id(entity.id);
5874
5874
  };
5875
5875
  },
5876
- 'pkSerializer-password_reset_12000': function (isEntityOrRef, getCompositeKeyValue, getPrimaryKeyHash, convertToDatabaseValue_id) {
5876
+ 'pkSerializer-password_reset_13000': function (isEntityOrRef, getCompositeKeyValue, getPrimaryKeyHash, convertToDatabaseValue_id) {
5877
5877
  // compiled pk serializer for entity PasswordResetEntity
5878
5878
  return function (entity) {
5879
5879
  const val_11 = convertToDatabaseValue_id(entity.id);
5880
5880
  return getPrimaryKeyHash(val_11);
5881
5881
  };
5882
5882
  },
5883
- 'hydrator-oauth_code_8000-full-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, oauth_client_274, oauth_client_275, user_276, user_277, convertToJSValue_scope, convertToDatabaseValue_scope) {
5883
+ 'hydrator-oauth_code_9000-full-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, oauth_client_274, oauth_client_275, user_276, user_277, convertToJSValue_scope, convertToDatabaseValue_scope) {
5884
5884
  // compiled hydrator for entity OAuthCodeEntity ( normalized)
5885
5885
  return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
5886
5886
  if (data.id === null) {
@@ -6024,7 +6024,7 @@ export default {
6024
6024
  }
6025
6025
  };
6026
6026
  },
6027
- 'hydrator-oauth_code_8000-full-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, oauth_client_290, oauth_client_291, user_292, user_293, convertToJSValue_scope, convertToDatabaseValue_scope) {
6027
+ 'hydrator-oauth_code_9000-full-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, oauth_client_290, oauth_client_291, user_292, user_293, convertToJSValue_scope, convertToDatabaseValue_scope) {
6028
6028
  // compiled hydrator for entity OAuthCodeEntity ( normalized)
6029
6029
  return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
6030
6030
  if (data.id === null) {
@@ -6168,7 +6168,7 @@ export default {
6168
6168
  }
6169
6169
  };
6170
6170
  },
6171
- 'comparator-oauth_code_8000': function (compareArrays, compareBooleans, compareBuffers, compareObjects, equals) {
6171
+ 'comparator-oauth_code_9000': function (compareArrays, compareBooleans, compareBuffers, compareObjects, equals) {
6172
6172
  // compiled comparator for entity OAuthCodeEntity
6173
6173
  return function (last, current, options) {
6174
6174
  const diff = {};
@@ -6331,7 +6331,7 @@ export default {
6331
6331
  return diff;
6332
6332
  };
6333
6333
  },
6334
- 'snapshotGenerator-oauth_code_8000': function (clone, cloneEmbeddable, convertToDatabaseValue_id, processDateProperty, toArray, EntityIdentifier, convertToDatabaseValue_scope) {
6334
+ 'snapshotGenerator-oauth_code_9000': function (clone, cloneEmbeddable, convertToDatabaseValue_id, processDateProperty, toArray, EntityIdentifier, convertToDatabaseValue_scope) {
6335
6335
  return function (entity) {
6336
6336
  const ret = {};
6337
6337
  if (typeof entity.id !== 'undefined') {
@@ -6395,7 +6395,7 @@ export default {
6395
6395
  return ret;
6396
6396
  };
6397
6397
  },
6398
- 'resultMapper-oauth_code_8000': function (PolymorphicRef, parseDate) {
6398
+ 'resultMapper-oauth_code_9000': function (PolymorphicRef, parseDate) {
6399
6399
  // compiled mapper for entity OAuthCodeEntity
6400
6400
  return function (result) {
6401
6401
  const ret = {};
@@ -6507,7 +6507,7 @@ export default {
6507
6507
  return ret;
6508
6508
  };
6509
6509
  },
6510
- 'hydrator-oauth_code_8000-reference-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id) {
6510
+ 'hydrator-oauth_code_9000-reference-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id) {
6511
6511
  // compiled hydrator for entity OAuthCodeEntity ( normalized)
6512
6512
  return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
6513
6513
  if (data.id === null) {
@@ -6524,7 +6524,7 @@ export default {
6524
6524
  }
6525
6525
  };
6526
6526
  },
6527
- 'hydrator-oauth_code_8000-reference-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id) {
6527
+ 'hydrator-oauth_code_9000-reference-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id) {
6528
6528
  // compiled hydrator for entity OAuthCodeEntity ( normalized)
6529
6529
  return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
6530
6530
  if (data.id === null) {
@@ -6541,26 +6541,26 @@ export default {
6541
6541
  }
6542
6542
  };
6543
6543
  },
6544
- 'pkGetter-oauth_code_8000': function (isEntityOrRef) {
6544
+ 'pkGetter-oauth_code_9000': function (isEntityOrRef) {
6545
6545
  // compiled pk getter for entity OAuthCodeEntity
6546
6546
  return function (entity) {
6547
6547
  return entity.id;
6548
6548
  };
6549
6549
  },
6550
- 'pkGetterConverted-oauth_code_8000': function (isEntityOrRef, convertToDatabaseValue_id) {
6550
+ 'pkGetterConverted-oauth_code_9000': function (isEntityOrRef, convertToDatabaseValue_id) {
6551
6551
  // compiled pk getter (with converted custom types) for entity OAuthCodeEntity
6552
6552
  return function (entity) {
6553
6553
  return convertToDatabaseValue_id(entity.id);
6554
6554
  };
6555
6555
  },
6556
- 'pkSerializer-oauth_code_8000': function (isEntityOrRef, getCompositeKeyValue, getPrimaryKeyHash, convertToDatabaseValue_id) {
6556
+ 'pkSerializer-oauth_code_9000': function (isEntityOrRef, getCompositeKeyValue, getPrimaryKeyHash, convertToDatabaseValue_id) {
6557
6557
  // compiled pk serializer for entity OAuthCodeEntity
6558
6558
  return function (entity) {
6559
6559
  const val_12 = convertToDatabaseValue_id(entity.id);
6560
6560
  return getPrimaryKeyHash(val_12);
6561
6561
  };
6562
6562
  },
6563
- 'hydrator-oauth_client_11000-full-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, convertToJSValue_grantTypes, convertToDatabaseValue_grantTypes, convertToJSValue_responseTypes, convertToDatabaseValue_responseTypes, convertToJSValue_scopes, convertToDatabaseValue_scopes, convertToJSValue_redirectUris, convertToDatabaseValue_redirectUris, oauth_code_317, user_consent_318, revoked_tokens_319) {
6563
+ 'hydrator-oauth_client_12000-full-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, convertToJSValue_grantTypes, convertToDatabaseValue_grantTypes, convertToJSValue_responseTypes, convertToDatabaseValue_responseTypes, convertToJSValue_scopes, convertToDatabaseValue_scopes, convertToJSValue_redirectUris, convertToDatabaseValue_redirectUris, oauth_code_317, user_consent_318, revoked_tokens_319) {
6564
6564
  // compiled hydrator for entity OAuthClientEntity ( normalized)
6565
6565
  return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
6566
6566
  if (data.id === null) {
@@ -6774,7 +6774,7 @@ export default {
6774
6774
  }
6775
6775
  };
6776
6776
  },
6777
- 'hydrator-oauth_client_11000-full-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, convertToJSValue_grantTypes, convertToDatabaseValue_grantTypes, convertToJSValue_responseTypes, convertToDatabaseValue_responseTypes, convertToJSValue_scopes, convertToDatabaseValue_scopes, convertToJSValue_redirectUris, convertToDatabaseValue_redirectUris, oauth_code_333, user_consent_334, revoked_tokens_335) {
6777
+ 'hydrator-oauth_client_12000-full-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, convertToJSValue_grantTypes, convertToDatabaseValue_grantTypes, convertToJSValue_responseTypes, convertToDatabaseValue_responseTypes, convertToJSValue_scopes, convertToDatabaseValue_scopes, convertToJSValue_redirectUris, convertToDatabaseValue_redirectUris, oauth_code_333, user_consent_334, revoked_tokens_335) {
6778
6778
  // compiled hydrator for entity OAuthClientEntity ( normalized)
6779
6779
  return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
6780
6780
  if (data.id === null) {
@@ -6988,7 +6988,7 @@ export default {
6988
6988
  }
6989
6989
  };
6990
6990
  },
6991
- 'comparator-oauth_client_11000': function (compareArrays, compareBooleans, compareBuffers, compareObjects, equals) {
6991
+ 'comparator-oauth_client_12000': function (compareArrays, compareBooleans, compareBuffers, compareObjects, equals) {
6992
6992
  // compiled comparator for entity OAuthClientEntity
6993
6993
  return function (last, current, options) {
6994
6994
  const diff = {};
@@ -7140,7 +7140,7 @@ export default {
7140
7140
  return diff;
7141
7141
  };
7142
7142
  },
7143
- 'snapshotGenerator-oauth_client_11000': function (clone, cloneEmbeddable, convertToDatabaseValue_id, processDateProperty, convertToDatabaseValue_grantTypes, convertToDatabaseValue_responseTypes, convertToDatabaseValue_scopes, convertToDatabaseValue_redirectUris) {
7143
+ 'snapshotGenerator-oauth_client_12000': function (clone, cloneEmbeddable, convertToDatabaseValue_id, processDateProperty, convertToDatabaseValue_grantTypes, convertToDatabaseValue_responseTypes, convertToDatabaseValue_scopes, convertToDatabaseValue_redirectUris) {
7144
7144
  return function (entity) {
7145
7145
  const ret = {};
7146
7146
  if (typeof entity.id !== 'undefined') {
@@ -7185,7 +7185,7 @@ export default {
7185
7185
  return ret;
7186
7186
  };
7187
7187
  },
7188
- 'resultMapper-oauth_client_11000': function (PolymorphicRef, parseDate) {
7188
+ 'resultMapper-oauth_client_12000': function (PolymorphicRef, parseDate) {
7189
7189
  // compiled mapper for entity OAuthClientEntity
7190
7190
  return function (result) {
7191
7191
  const ret = {};
@@ -7271,7 +7271,7 @@ export default {
7271
7271
  return ret;
7272
7272
  };
7273
7273
  },
7274
- 'hydrator-oauth_client_11000-reference-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id) {
7274
+ 'hydrator-oauth_client_12000-reference-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id) {
7275
7275
  // compiled hydrator for entity OAuthClientEntity ( normalized)
7276
7276
  return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
7277
7277
  if (data.id === null) {
@@ -7288,7 +7288,7 @@ export default {
7288
7288
  }
7289
7289
  };
7290
7290
  },
7291
- 'hydrator-oauth_client_11000-reference-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id) {
7291
+ 'hydrator-oauth_client_12000-reference-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id) {
7292
7292
  // compiled hydrator for entity OAuthClientEntity ( normalized)
7293
7293
  return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
7294
7294
  if (data.id === null) {
@@ -7305,26 +7305,26 @@ export default {
7305
7305
  }
7306
7306
  };
7307
7307
  },
7308
- 'pkGetter-oauth_client_11000': function (isEntityOrRef) {
7308
+ 'pkGetter-oauth_client_12000': function (isEntityOrRef) {
7309
7309
  // compiled pk getter for entity OAuthClientEntity
7310
7310
  return function (entity) {
7311
7311
  return entity.id;
7312
7312
  };
7313
7313
  },
7314
- 'pkGetterConverted-oauth_client_11000': function (isEntityOrRef, convertToDatabaseValue_id) {
7314
+ 'pkGetterConverted-oauth_client_12000': function (isEntityOrRef, convertToDatabaseValue_id) {
7315
7315
  // compiled pk getter (with converted custom types) for entity OAuthClientEntity
7316
7316
  return function (entity) {
7317
7317
  return convertToDatabaseValue_id(entity.id);
7318
7318
  };
7319
7319
  },
7320
- 'pkSerializer-oauth_client_11000': function (isEntityOrRef, getCompositeKeyValue, getPrimaryKeyHash, convertToDatabaseValue_id) {
7320
+ 'pkSerializer-oauth_client_12000': function (isEntityOrRef, getCompositeKeyValue, getPrimaryKeyHash, convertToDatabaseValue_id) {
7321
7321
  // compiled pk serializer for entity OAuthClientEntity
7322
7322
  return function (entity) {
7323
7323
  const val_13 = convertToDatabaseValue_id(entity.id);
7324
7324
  return getPrimaryKeyHash(val_13);
7325
7325
  };
7326
7326
  },
7327
- 'hydrator-jwt_key_7000-full-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError) {
7327
+ 'hydrator-jwt_key_8000-full-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError) {
7328
7328
  // compiled hydrator for entity JwtKeyEntity ( normalized)
7329
7329
  return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
7330
7330
  if (data.kid === null) {
@@ -7443,7 +7443,7 @@ export default {
7443
7443
  }
7444
7444
  };
7445
7445
  },
7446
- 'hydrator-jwt_key_7000-full-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError) {
7446
+ 'hydrator-jwt_key_8000-full-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError) {
7447
7447
  // compiled hydrator for entity JwtKeyEntity ( normalized)
7448
7448
  return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
7449
7449
  if (data.kid === null) {
@@ -7562,7 +7562,7 @@ export default {
7562
7562
  }
7563
7563
  };
7564
7564
  },
7565
- 'comparator-jwt_key_7000': function (compareArrays, compareBooleans, compareBuffers, compareObjects, equals) {
7565
+ 'comparator-jwt_key_8000': function (compareArrays, compareBooleans, compareBuffers, compareObjects, equals) {
7566
7566
  // compiled comparator for entity JwtKeyEntity
7567
7567
  return function (last, current, options) {
7568
7568
  const diff = {};
@@ -7692,7 +7692,7 @@ export default {
7692
7692
  return diff;
7693
7693
  };
7694
7694
  },
7695
- 'snapshotGenerator-jwt_key_7000': function (clone, cloneEmbeddable, processDateProperty) {
7695
+ 'snapshotGenerator-jwt_key_8000': function (clone, cloneEmbeddable, processDateProperty) {
7696
7696
  return function (entity) {
7697
7697
  const ret = {};
7698
7698
  if (typeof entity.kid !== 'undefined') {
@@ -7731,7 +7731,7 @@ export default {
7731
7731
  return ret;
7732
7732
  };
7733
7733
  },
7734
- 'resultMapper-jwt_key_7000': function (PolymorphicRef, parseDate) {
7734
+ 'resultMapper-jwt_key_8000': function (PolymorphicRef, parseDate) {
7735
7735
  // compiled mapper for entity JwtKeyEntity
7736
7736
  return function (result) {
7737
7737
  const ret = {};
@@ -7853,7 +7853,7 @@ export default {
7853
7853
  return ret;
7854
7854
  };
7855
7855
  },
7856
- 'hydrator-jwt_key_7000-reference-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError) {
7856
+ 'hydrator-jwt_key_8000-reference-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError) {
7857
7857
  // compiled hydrator for entity JwtKeyEntity ( normalized)
7858
7858
  return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
7859
7859
  if (data.kid === null) {
@@ -7864,7 +7864,7 @@ export default {
7864
7864
  }
7865
7865
  };
7866
7866
  },
7867
- 'hydrator-jwt_key_7000-reference-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError) {
7867
+ 'hydrator-jwt_key_8000-reference-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError) {
7868
7868
  // compiled hydrator for entity JwtKeyEntity ( normalized)
7869
7869
  return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
7870
7870
  if (data.kid === null) {
@@ -7875,25 +7875,25 @@ export default {
7875
7875
  }
7876
7876
  };
7877
7877
  },
7878
- 'pkGetter-jwt_key_7000': function (isEntityOrRef) {
7878
+ 'pkGetter-jwt_key_8000': function (isEntityOrRef) {
7879
7879
  // compiled pk getter for entity JwtKeyEntity
7880
7880
  return function (entity) {
7881
7881
  return entity.kid;
7882
7882
  };
7883
7883
  },
7884
- 'pkGetterConverted-jwt_key_7000': function (isEntityOrRef) {
7884
+ 'pkGetterConverted-jwt_key_8000': function (isEntityOrRef) {
7885
7885
  // compiled pk getter (with converted custom types) for entity JwtKeyEntity
7886
7886
  return function (entity) {
7887
7887
  return entity.kid;
7888
7888
  };
7889
7889
  },
7890
- 'pkSerializer-jwt_key_7000': function (isEntityOrRef, getCompositeKeyValue, getPrimaryKeyHash) {
7890
+ 'pkSerializer-jwt_key_8000': function (isEntityOrRef, getCompositeKeyValue, getPrimaryKeyHash) {
7891
7891
  // compiled pk serializer for entity JwtKeyEntity
7892
7892
  return function (entity) {
7893
7893
  return '' + entity.kid;
7894
7894
  };
7895
7895
  },
7896
- 'hydrator-email_verification_6000-full-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, user_365, user_366) {
7896
+ 'hydrator-email_verification_7000-full-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, user_365, user_366) {
7897
7897
  // compiled hydrator for entity EmailVerificationEntity ( normalized)
7898
7898
  return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
7899
7899
  if (data.id === null) {
@@ -7989,7 +7989,7 @@ export default {
7989
7989
  }
7990
7990
  };
7991
7991
  },
7992
- 'hydrator-email_verification_6000-full-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, user_374, user_375) {
7992
+ 'hydrator-email_verification_7000-full-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id, user_374, user_375) {
7993
7993
  // compiled hydrator for entity EmailVerificationEntity ( normalized)
7994
7994
  return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
7995
7995
  if (data.id === null) {
@@ -8085,7 +8085,7 @@ export default {
8085
8085
  }
8086
8086
  };
8087
8087
  },
8088
- 'comparator-email_verification_6000': function (compareArrays, compareBooleans, compareBuffers, compareObjects, equals) {
8088
+ 'comparator-email_verification_7000': function (compareArrays, compareBooleans, compareBuffers, compareObjects, equals) {
8089
8089
  // compiled comparator for entity EmailVerificationEntity
8090
8090
  return function (last, current, options) {
8091
8091
  const diff = {};
@@ -8182,7 +8182,7 @@ export default {
8182
8182
  return diff;
8183
8183
  };
8184
8184
  },
8185
- 'snapshotGenerator-email_verification_6000': function (clone, cloneEmbeddable, convertToDatabaseValue_id, processDateProperty, toArray, EntityIdentifier) {
8185
+ 'snapshotGenerator-email_verification_7000': function (clone, cloneEmbeddable, convertToDatabaseValue_id, processDateProperty, toArray, EntityIdentifier) {
8186
8186
  return function (entity) {
8187
8187
  const ret = {};
8188
8188
  if (typeof entity.id !== 'undefined') {
@@ -8220,7 +8220,7 @@ export default {
8220
8220
  return ret;
8221
8221
  };
8222
8222
  },
8223
- 'resultMapper-email_verification_6000': function (PolymorphicRef, parseDate) {
8223
+ 'resultMapper-email_verification_7000': function (PolymorphicRef, parseDate) {
8224
8224
  // compiled mapper for entity EmailVerificationEntity
8225
8225
  return function (result) {
8226
8226
  const ret = {};
@@ -8308,7 +8308,7 @@ export default {
8308
8308
  return ret;
8309
8309
  };
8310
8310
  },
8311
- 'hydrator-email_verification_6000-reference-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id) {
8311
+ 'hydrator-email_verification_7000-reference-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id) {
8312
8312
  // compiled hydrator for entity EmailVerificationEntity ( normalized)
8313
8313
  return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
8314
8314
  if (data.id === null) {
@@ -8325,7 +8325,7 @@ export default {
8325
8325
  }
8326
8326
  };
8327
8327
  },
8328
- 'hydrator-email_verification_6000-reference-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id) {
8328
+ 'hydrator-email_verification_7000-reference-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError, convertToJSValue_id, convertToDatabaseValue_id) {
8329
8329
  // compiled hydrator for entity EmailVerificationEntity ( normalized)
8330
8330
  return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
8331
8331
  if (data.id === null) {
@@ -8342,24 +8342,275 @@ export default {
8342
8342
  }
8343
8343
  };
8344
8344
  },
8345
- 'pkGetter-email_verification_6000': function (isEntityOrRef) {
8345
+ 'pkGetter-email_verification_7000': function (isEntityOrRef) {
8346
8346
  // compiled pk getter for entity EmailVerificationEntity
8347
8347
  return function (entity) {
8348
8348
  return entity.id;
8349
8349
  };
8350
8350
  },
8351
- 'pkGetterConverted-email_verification_6000': function (isEntityOrRef, convertToDatabaseValue_id) {
8351
+ 'pkGetterConverted-email_verification_7000': function (isEntityOrRef, convertToDatabaseValue_id) {
8352
8352
  // compiled pk getter (with converted custom types) for entity EmailVerificationEntity
8353
8353
  return function (entity) {
8354
8354
  return convertToDatabaseValue_id(entity.id);
8355
8355
  };
8356
8356
  },
8357
- 'pkSerializer-email_verification_6000': function (isEntityOrRef, getCompositeKeyValue, getPrimaryKeyHash, convertToDatabaseValue_id) {
8357
+ 'pkSerializer-email_verification_7000': function (isEntityOrRef, getCompositeKeyValue, getPrimaryKeyHash, convertToDatabaseValue_id) {
8358
8358
  // compiled pk serializer for entity EmailVerificationEntity
8359
8359
  return function (entity) {
8360
8360
  const val_14 = convertToDatabaseValue_id(entity.id);
8361
8361
  return getPrimaryKeyHash(val_14);
8362
8362
  };
8363
+ },
8364
+ 'hydrator-bootstrap_state_1000-full-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError) {
8365
+ // compiled hydrator for entity BootstrapStateEntity ( normalized)
8366
+ return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
8367
+ if (data.id === null) {
8368
+ entity.id = null;
8369
+ }
8370
+ else if (typeof data.id !== 'undefined') {
8371
+ entity.id = data.id;
8372
+ }
8373
+ if (data.created_at === null) {
8374
+ entity.created_at = null;
8375
+ }
8376
+ else if (typeof data.created_at !== 'undefined') {
8377
+ if (data.created_at instanceof Date) {
8378
+ entity.created_at = data.created_at;
8379
+ }
8380
+ else if (typeof data.created_at === 'number' || data.created_at.includes('+') || data.created_at.lastIndexOf('-') > 10 || data.created_at.endsWith('Z')) {
8381
+ entity.created_at = new Date(data.created_at);
8382
+ }
8383
+ else {
8384
+ entity.created_at = new Date(data.created_at + 'Z');
8385
+ }
8386
+ }
8387
+ if (data.updated_at === null) {
8388
+ entity.updated_at = null;
8389
+ }
8390
+ else if (typeof data.updated_at !== 'undefined') {
8391
+ if (data.updated_at instanceof Date) {
8392
+ entity.updated_at = data.updated_at;
8393
+ }
8394
+ else if (typeof data.updated_at === 'number' || data.updated_at.includes('+') || data.updated_at.lastIndexOf('-') > 10 || data.updated_at.endsWith('Z')) {
8395
+ entity.updated_at = new Date(data.updated_at);
8396
+ }
8397
+ else {
8398
+ entity.updated_at = new Date(data.updated_at + 'Z');
8399
+ }
8400
+ }
8401
+ if (data.value === null) {
8402
+ entity.value = null;
8403
+ }
8404
+ else if (typeof data.value !== 'undefined') {
8405
+ entity.value = data.value;
8406
+ }
8407
+ };
8408
+ },
8409
+ 'hydrator-bootstrap_state_1000-full-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError) {
8410
+ // compiled hydrator for entity BootstrapStateEntity ( normalized)
8411
+ return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
8412
+ if (data.id === null) {
8413
+ entity.id = null;
8414
+ }
8415
+ else if (typeof data.id !== 'undefined') {
8416
+ entity.id = data.id;
8417
+ }
8418
+ if (data.created_at === null) {
8419
+ entity.created_at = null;
8420
+ }
8421
+ else if (typeof data.created_at !== 'undefined') {
8422
+ if (data.created_at instanceof Date) {
8423
+ entity.created_at = data.created_at;
8424
+ }
8425
+ else if (typeof data.created_at === 'number' || data.created_at.includes('+') || data.created_at.lastIndexOf('-') > 10 || data.created_at.endsWith('Z')) {
8426
+ entity.created_at = new Date(data.created_at);
8427
+ }
8428
+ else {
8429
+ entity.created_at = new Date(data.created_at + 'Z');
8430
+ }
8431
+ }
8432
+ if (data.updated_at === null) {
8433
+ entity.updated_at = null;
8434
+ }
8435
+ else if (typeof data.updated_at !== 'undefined') {
8436
+ if (data.updated_at instanceof Date) {
8437
+ entity.updated_at = data.updated_at;
8438
+ }
8439
+ else if (typeof data.updated_at === 'number' || data.updated_at.includes('+') || data.updated_at.lastIndexOf('-') > 10 || data.updated_at.endsWith('Z')) {
8440
+ entity.updated_at = new Date(data.updated_at);
8441
+ }
8442
+ else {
8443
+ entity.updated_at = new Date(data.updated_at + 'Z');
8444
+ }
8445
+ }
8446
+ if (data.value === null) {
8447
+ entity.value = null;
8448
+ }
8449
+ else if (typeof data.value !== 'undefined') {
8450
+ entity.value = data.value;
8451
+ }
8452
+ };
8453
+ },
8454
+ 'comparator-bootstrap_state_1000': function (compareArrays, compareBooleans, compareBuffers, compareObjects, equals) {
8455
+ // compiled comparator for entity BootstrapStateEntity
8456
+ return function (last, current, options) {
8457
+ const diff = {};
8458
+ if (current.id === null && last.id === undefined) {
8459
+ diff.id = current.id;
8460
+ }
8461
+ else if (current.id == null && last.id == null) {
8462
+ }
8463
+ else if ((current.id != null && last.id == null) || (current.id == null && last.id != null)) {
8464
+ diff.id = current.id;
8465
+ }
8466
+ else if (last.id !== current.id) {
8467
+ diff.id = current.id;
8468
+ }
8469
+ if (current.created_at === null && last.created_at === undefined) {
8470
+ diff.created_at = current.created_at;
8471
+ }
8472
+ else if (current.created_at == null && last.created_at == null) {
8473
+ }
8474
+ else if ((current.created_at != null && last.created_at == null) || (current.created_at == null && last.created_at != null)) {
8475
+ diff.created_at = current.created_at;
8476
+ }
8477
+ else if (last.created_at.valueOf() !== current.created_at.valueOf()) {
8478
+ diff.created_at = current.created_at;
8479
+ }
8480
+ if (current.updated_at === null && last.updated_at === undefined) {
8481
+ diff.updated_at = current.updated_at;
8482
+ }
8483
+ else if (current.updated_at == null && last.updated_at == null) {
8484
+ }
8485
+ else if ((current.updated_at != null && last.updated_at == null) || (current.updated_at == null && last.updated_at != null)) {
8486
+ diff.updated_at = current.updated_at;
8487
+ }
8488
+ else if (last.updated_at.valueOf() !== current.updated_at.valueOf()) {
8489
+ diff.updated_at = current.updated_at;
8490
+ }
8491
+ if (current.value === null && last.value === undefined) {
8492
+ diff.value = current.value;
8493
+ }
8494
+ else if (current.value == null && last.value == null) {
8495
+ }
8496
+ else if ((current.value != null && last.value == null) || (current.value == null && last.value != null)) {
8497
+ diff.value = current.value;
8498
+ }
8499
+ else if (last.value !== current.value) {
8500
+ diff.value = current.value;
8501
+ }
8502
+ if (options?.includeInverseSides) {
8503
+ }
8504
+ return diff;
8505
+ };
8506
+ },
8507
+ 'snapshotGenerator-bootstrap_state_1000': function (clone, cloneEmbeddable, processDateProperty) {
8508
+ return function (entity) {
8509
+ const ret = {};
8510
+ if (typeof entity.id !== 'undefined') {
8511
+ ret.id = entity.id;
8512
+ }
8513
+ if (typeof entity.created_at !== 'undefined') {
8514
+ ret.created_at = clone(processDateProperty(entity.created_at));
8515
+ }
8516
+ if (typeof entity.updated_at !== 'undefined') {
8517
+ ret.updated_at = clone(processDateProperty(entity.updated_at));
8518
+ }
8519
+ if (typeof entity.value !== 'undefined') {
8520
+ ret.value = entity.value;
8521
+ }
8522
+ return ret;
8523
+ };
8524
+ },
8525
+ 'resultMapper-bootstrap_state_1000': function (PolymorphicRef, parseDate) {
8526
+ // compiled mapper for entity BootstrapStateEntity
8527
+ return function (result) {
8528
+ const ret = {};
8529
+ const mapped = {};
8530
+ if (typeof result.id !== 'undefined') {
8531
+ ret.id = result.id;
8532
+ mapped.id = true;
8533
+ }
8534
+ if (typeof result.created_at !== 'undefined') {
8535
+ if (result.created_at == null || result.created_at instanceof Date) {
8536
+ ret.created_at = result.created_at;
8537
+ }
8538
+ else if (typeof result.created_at === 'bigint') {
8539
+ ret.created_at = parseDate(Number(result.created_at));
8540
+ }
8541
+ else if (typeof result.created_at === 'number' || result.created_at.includes('+') || result.created_at.lastIndexOf('-') > 10 || result.created_at.endsWith('Z')) {
8542
+ ret.created_at = parseDate(result.created_at);
8543
+ }
8544
+ else {
8545
+ ret.created_at = parseDate(result.created_at + 'Z');
8546
+ }
8547
+ mapped.created_at = true;
8548
+ }
8549
+ if (typeof result.updated_at !== 'undefined') {
8550
+ if (result.updated_at == null || result.updated_at instanceof Date) {
8551
+ ret.updated_at = result.updated_at;
8552
+ }
8553
+ else if (typeof result.updated_at === 'bigint') {
8554
+ ret.updated_at = parseDate(Number(result.updated_at));
8555
+ }
8556
+ else if (typeof result.updated_at === 'number' || result.updated_at.includes('+') || result.updated_at.lastIndexOf('-') > 10 || result.updated_at.endsWith('Z')) {
8557
+ ret.updated_at = parseDate(result.updated_at);
8558
+ }
8559
+ else {
8560
+ ret.updated_at = parseDate(result.updated_at + 'Z');
8561
+ }
8562
+ mapped.updated_at = true;
8563
+ }
8564
+ if (typeof result.value !== 'undefined') {
8565
+ ret.value = result.value;
8566
+ mapped.value = true;
8567
+ }
8568
+ for (let k in result) {
8569
+ if (Object.hasOwn(result, k) && !mapped[k] && ret[k] === undefined)
8570
+ ret[k] = result[k];
8571
+ }
8572
+ return ret;
8573
+ };
8574
+ },
8575
+ 'hydrator-bootstrap_state_1000-reference-false': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError) {
8576
+ // compiled hydrator for entity BootstrapStateEntity ( normalized)
8577
+ return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
8578
+ if (data.id === null) {
8579
+ entity.id = null;
8580
+ }
8581
+ else if (typeof data.id !== 'undefined') {
8582
+ entity.id = data.id;
8583
+ }
8584
+ };
8585
+ },
8586
+ 'hydrator-bootstrap_state_1000-reference-true': function (isPrimaryKey, isEntity, isScalarReference, Collection, Reference, PolymorphicRef, ValidationError) {
8587
+ // compiled hydrator for entity BootstrapStateEntity ( normalized)
8588
+ return function (entity, data, factory, newEntity, convertCustomTypes, schema, parentSchema, normalizeAccessors) {
8589
+ if (data.id === null) {
8590
+ entity.id = null;
8591
+ }
8592
+ else if (typeof data.id !== 'undefined') {
8593
+ entity.id = data.id;
8594
+ }
8595
+ };
8596
+ },
8597
+ 'pkGetter-bootstrap_state_1000': function (isEntityOrRef) {
8598
+ // compiled pk getter for entity BootstrapStateEntity
8599
+ return function (entity) {
8600
+ return entity.id;
8601
+ };
8602
+ },
8603
+ 'pkGetterConverted-bootstrap_state_1000': function (isEntityOrRef) {
8604
+ // compiled pk getter (with converted custom types) for entity BootstrapStateEntity
8605
+ return function (entity) {
8606
+ return entity.id;
8607
+ };
8608
+ },
8609
+ 'pkSerializer-bootstrap_state_1000': function (isEntityOrRef, getCompositeKeyValue, getPrimaryKeyHash) {
8610
+ // compiled pk serializer for entity BootstrapStateEntity
8611
+ return function (entity) {
8612
+ return '' + entity.id;
8613
+ };
8363
8614
  }
8364
8615
  };
8365
8616
  //# sourceMappingURL=compiled-functions.js.map