@tinyrack/tinyauth-server 0.0.12 → 0.0.14

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 (111) 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/entities/oauth-client.entity.d.ts.map +1 -1
  6. package/dist/entities/oauth-client.entity.js +2 -2
  7. package/dist/entities/oauth-client.entity.js.map +1 -1
  8. package/dist/entities/user.entity.d.ts.map +1 -1
  9. package/dist/entities/user.entity.js +2 -2
  10. package/dist/entities/user.entity.js.map +1 -1
  11. package/dist/entrypoints/app.d.ts +3 -1
  12. package/dist/entrypoints/app.d.ts.map +1 -1
  13. package/dist/entrypoints/app.js +3 -3
  14. package/dist/entrypoints/app.js.map +1 -1
  15. package/dist/entrypoints/database/postgres/cli.d.ts +3 -2
  16. package/dist/entrypoints/database/postgres/cli.d.ts.map +1 -1
  17. package/dist/entrypoints/database/postgres/cli.js +12 -1
  18. package/dist/entrypoints/database/postgres/cli.js.map +1 -1
  19. package/dist/entrypoints/database/postgres/compiled-functions.d.ts +185 -160
  20. package/dist/entrypoints/database/postgres/compiled-functions.d.ts.map +1 -1
  21. package/dist/entrypoints/database/postgres/compiled-functions.js +439 -238
  22. package/dist/entrypoints/database/postgres/compiled-functions.js.map +1 -1
  23. package/dist/entrypoints/database/postgres/postgres.d.ts.map +1 -1
  24. package/dist/entrypoints/database/postgres/postgres.js +7 -6
  25. package/dist/entrypoints/database/postgres/postgres.js.map +1 -1
  26. package/dist/entrypoints/database/sqlite/cli.d.ts +3 -2
  27. package/dist/entrypoints/database/sqlite/cli.d.ts.map +1 -1
  28. package/dist/entrypoints/database/sqlite/cli.js +9 -1
  29. package/dist/entrypoints/database/sqlite/cli.js.map +1 -1
  30. package/dist/entrypoints/database/sqlite/compiled-functions.d.ts +185 -160
  31. package/dist/entrypoints/database/sqlite/compiled-functions.d.ts.map +1 -1
  32. package/dist/entrypoints/database/sqlite/compiled-functions.js +439 -238
  33. package/dist/entrypoints/database/sqlite/compiled-functions.js.map +1 -1
  34. package/dist/entrypoints/database/sqlite/sqlite.d.ts.map +1 -1
  35. package/dist/entrypoints/database/sqlite/sqlite.js +6 -3
  36. package/dist/entrypoints/database/sqlite/sqlite.js.map +1 -1
  37. package/dist/entrypoints/frontend/index.d.ts +0 -2
  38. package/dist/entrypoints/frontend/index.d.ts.map +1 -1
  39. package/dist/entrypoints/frontend/index.js +0 -1
  40. package/dist/entrypoints/frontend/index.js.map +1 -1
  41. package/dist/entrypoints/services.d.ts +1 -1
  42. package/dist/entrypoints/services.d.ts.map +1 -1
  43. package/dist/entrypoints/services.js.map +1 -1
  44. package/dist/lib/config/client.d.ts.map +1 -1
  45. package/dist/lib/config/client.js +5 -1
  46. package/dist/lib/config/client.js.map +1 -1
  47. package/dist/lib/config/user.d.ts.map +1 -1
  48. package/dist/lib/config/user.js +5 -1
  49. package/dist/lib/config/user.js.map +1 -1
  50. package/dist/lib/database/entities.d.ts.map +1 -1
  51. package/dist/lib/database/entities.js +2 -0
  52. package/dist/lib/database/entities.js.map +1 -1
  53. package/dist/migrations/postgres/Migration20260509171036_initial.d.ts +5 -0
  54. package/dist/migrations/postgres/Migration20260509171036_initial.d.ts.map +1 -0
  55. package/dist/migrations/postgres/Migration20260509171036_initial.js +246 -0
  56. package/dist/migrations/postgres/Migration20260509171036_initial.js.map +1 -0
  57. package/dist/migrations/postgres/index.d.ts +3 -0
  58. package/dist/migrations/postgres/index.d.ts.map +1 -0
  59. package/dist/migrations/postgres/index.js +3 -0
  60. package/dist/migrations/postgres/index.js.map +1 -0
  61. package/dist/migrations/sqlite/Migration20260509171226_initial.d.ts +5 -0
  62. package/dist/migrations/sqlite/Migration20260509171226_initial.d.ts.map +1 -0
  63. package/dist/migrations/sqlite/Migration20260509171226_initial.js +62 -0
  64. package/dist/migrations/sqlite/Migration20260509171226_initial.js.map +1 -0
  65. package/dist/migrations/sqlite/index.d.ts +3 -0
  66. package/dist/migrations/sqlite/index.d.ts.map +1 -0
  67. package/dist/migrations/sqlite/index.js +3 -0
  68. package/dist/migrations/sqlite/index.js.map +1 -0
  69. package/dist/schemas/field.d.ts +2 -1
  70. package/dist/schemas/field.d.ts.map +1 -1
  71. package/dist/schemas/field.js +6 -1
  72. package/dist/schemas/field.js.map +1 -1
  73. package/dist/schemas/oauth.js +1 -1
  74. package/dist/schemas/oauth.js.map +1 -1
  75. package/dist/schemas/response.d.ts +12 -12
  76. package/dist/schemas/response.js +2 -2
  77. package/dist/schemas/response.js.map +1 -1
  78. package/dist/seeders/config.seeder.d.ts +2 -0
  79. package/dist/seeders/config.seeder.d.ts.map +1 -1
  80. package/dist/seeders/config.seeder.js +87 -0
  81. package/dist/seeders/config.seeder.js.map +1 -1
  82. package/dist/services/container.d.ts +5 -1
  83. package/dist/services/container.d.ts.map +1 -1
  84. package/dist/services/container.js +4 -3
  85. package/dist/services/container.js.map +1 -1
  86. package/package.json +7 -16
  87. package/readme.md +0 -1
  88. package/dist/entrypoints/database/d1/cli.d.ts +0 -3
  89. package/dist/entrypoints/database/d1/cli.d.ts.map +0 -1
  90. package/dist/entrypoints/database/d1/cli.js +0 -38
  91. package/dist/entrypoints/database/d1/cli.js.map +0 -1
  92. package/dist/entrypoints/database/d1/compiled-functions.d.ts +0 -666
  93. package/dist/entrypoints/database/d1/compiled-functions.d.ts.map +0 -1
  94. package/dist/entrypoints/database/d1/compiled-functions.js +0 -8365
  95. package/dist/entrypoints/database/d1/compiled-functions.js.map +0 -1
  96. package/dist/entrypoints/database/d1/d1.d.ts +0 -5
  97. package/dist/entrypoints/database/d1/d1.d.ts.map +0 -1
  98. package/dist/entrypoints/database/d1/d1.js +0 -39
  99. package/dist/entrypoints/database/d1/d1.js.map +0 -1
  100. package/dist/entrypoints/frontend/cloudflare.d.ts +0 -2
  101. package/dist/entrypoints/frontend/cloudflare.d.ts.map +0 -1
  102. package/dist/entrypoints/frontend/cloudflare.js +0 -2
  103. package/dist/entrypoints/frontend/cloudflare.js.map +0 -1
  104. package/dist/lib/database/compiled-functions.d.ts +0 -16
  105. package/dist/lib/database/compiled-functions.d.ts.map +0 -1
  106. package/dist/lib/database/compiled-functions.js +0 -66
  107. package/dist/lib/database/compiled-functions.js.map +0 -1
  108. package/dist/lib/frontend/cloudflare.d.ts +0 -12
  109. package/dist/lib/frontend/cloudflare.d.ts.map +0 -1
  110. package/dist/lib/frontend/cloudflare.js +0 -34
  111. package/dist/lib/frontend/cloudflare.js.map +0 -1
@@ -1,8 +1,8 @@
1
1
  declare const _default: {
2
2
  __version: string;
3
- 'hydrator-user_totp_recovery_code_4000-full-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, user_3: any, user_4: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
4
- 'hydrator-user_totp_recovery_code_4000-full-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, user_11: any, user_12: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
5
- 'comparator-user_totp_recovery_code_4000': (compareArrays: any, compareBooleans: any, compareBuffers: any, compareObjects: any, equals: any) => (last: any, current: any, options: any) => {
3
+ 'hydrator-user_totp_recovery_code_5000-full-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, user_3: any, user_4: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
4
+ 'hydrator-user_totp_recovery_code_5000-full-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, user_11: any, user_12: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
5
+ 'comparator-user_totp_recovery_code_5000': (compareArrays: any, compareBooleans: any, compareBuffers: any, compareObjects: any, equals: any) => (last: any, current: any, options: any) => {
6
6
  id: any;
7
7
  created_at: any;
8
8
  updated_at: any;
@@ -11,7 +11,7 @@ declare const _default: {
11
11
  used: any;
12
12
  used_at: any;
13
13
  };
14
- 'snapshotGenerator-user_totp_recovery_code_4000': (clone: any, cloneEmbeddable: any, convertToDatabaseValue_id: any, processDateProperty: any, toArray: any, EntityIdentifier: any) => (entity: any) => {
14
+ 'snapshotGenerator-user_totp_recovery_code_5000': (clone: any, cloneEmbeddable: any, convertToDatabaseValue_id: any, processDateProperty: any, toArray: any, EntityIdentifier: any) => (entity: any) => {
15
15
  id: any;
16
16
  created_at: any;
17
17
  updated_at: any;
@@ -20,7 +20,7 @@ declare const _default: {
20
20
  used: any;
21
21
  used_at: any;
22
22
  };
23
- 'resultMapper-user_totp_recovery_code_4000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
23
+ 'resultMapper-user_totp_recovery_code_5000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
24
24
  id: any;
25
25
  created_at: any;
26
26
  updated_at: any;
@@ -29,14 +29,14 @@ declare const _default: {
29
29
  used: any;
30
30
  used_at: any;
31
31
  };
32
- 'hydrator-user_totp_recovery_code_4000-reference-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
33
- 'hydrator-user_totp_recovery_code_4000-reference-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
34
- 'pkGetter-user_totp_recovery_code_4000': (isEntityOrRef: any) => (entity: any) => any;
35
- 'pkGetterConverted-user_totp_recovery_code_4000': (isEntityOrRef: any, convertToDatabaseValue_id: any) => (entity: any) => any;
36
- 'pkSerializer-user_totp_recovery_code_4000': (isEntityOrRef: any, getCompositeKeyValue: any, getPrimaryKeyHash: any, convertToDatabaseValue_id: any) => (entity: any) => any;
37
- 'hydrator-user_totp_3000-full-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, user_21: any, user_22: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
38
- 'hydrator-user_totp_3000-full-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, user_29: any, user_30: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
39
- 'comparator-user_totp_3000': (compareArrays: any, compareBooleans: any, compareBuffers: any, compareObjects: any, equals: any) => (last: any, current: any, options: any) => {
32
+ 'hydrator-user_totp_recovery_code_5000-reference-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
33
+ 'hydrator-user_totp_recovery_code_5000-reference-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
34
+ 'pkGetter-user_totp_recovery_code_5000': (isEntityOrRef: any) => (entity: any) => any;
35
+ 'pkGetterConverted-user_totp_recovery_code_5000': (isEntityOrRef: any, convertToDatabaseValue_id: any) => (entity: any) => any;
36
+ 'pkSerializer-user_totp_recovery_code_5000': (isEntityOrRef: any, getCompositeKeyValue: any, getPrimaryKeyHash: any, convertToDatabaseValue_id: any) => (entity: any) => any;
37
+ 'hydrator-user_totp_4000-full-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, user_21: any, user_22: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
38
+ 'hydrator-user_totp_4000-full-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, user_29: any, user_30: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
39
+ 'comparator-user_totp_4000': (compareArrays: any, compareBooleans: any, compareBuffers: any, compareObjects: any, equals: any) => (last: any, current: any, options: any) => {
40
40
  id: any;
41
41
  created_at: any;
42
42
  updated_at: any;
@@ -45,7 +45,7 @@ declare const _default: {
45
45
  verified: any;
46
46
  recovery_confirmed: any;
47
47
  };
48
- 'snapshotGenerator-user_totp_3000': (clone: any, cloneEmbeddable: any, convertToDatabaseValue_id: any, processDateProperty: any, toArray: any, EntityIdentifier: any) => (entity: any) => {
48
+ 'snapshotGenerator-user_totp_4000': (clone: any, cloneEmbeddable: any, convertToDatabaseValue_id: any, processDateProperty: any, toArray: any, EntityIdentifier: any) => (entity: any) => {
49
49
  id: any;
50
50
  created_at: any;
51
51
  updated_at: any;
@@ -54,7 +54,7 @@ declare const _default: {
54
54
  verified: any;
55
55
  recovery_confirmed: any;
56
56
  };
57
- 'resultMapper-user_totp_3000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
57
+ 'resultMapper-user_totp_4000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
58
58
  id: any;
59
59
  created_at: any;
60
60
  updated_at: any;
@@ -63,14 +63,14 @@ declare const _default: {
63
63
  verified: any;
64
64
  recovery_confirmed: any;
65
65
  };
66
- 'hydrator-user_totp_3000-reference-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
67
- 'hydrator-user_totp_3000-reference-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
68
- 'pkGetter-user_totp_3000': (isEntityOrRef: any) => (entity: any) => any;
69
- 'pkGetterConverted-user_totp_3000': (isEntityOrRef: any, convertToDatabaseValue_id: any) => (entity: any) => any;
70
- 'pkSerializer-user_totp_3000': (isEntityOrRef: any, getCompositeKeyValue: any, getPrimaryKeyHash: any, convertToDatabaseValue_id: any) => (entity: any) => any;
71
- 'hydrator-user_terms_consent_15000-full-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, user_39: any, user_40: any, terms_41: any, terms_42: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
72
- 'hydrator-user_terms_consent_15000-full-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, user_50: any, user_51: any, terms_52: any, terms_53: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
73
- 'comparator-user_terms_consent_15000': (compareArrays: any, compareBooleans: any, compareBuffers: any, compareObjects: any, equals: any) => (last: any, current: any, options: any) => {
66
+ 'hydrator-user_totp_4000-reference-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
67
+ 'hydrator-user_totp_4000-reference-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
68
+ 'pkGetter-user_totp_4000': (isEntityOrRef: any) => (entity: any) => any;
69
+ 'pkGetterConverted-user_totp_4000': (isEntityOrRef: any, convertToDatabaseValue_id: any) => (entity: any) => any;
70
+ 'pkSerializer-user_totp_4000': (isEntityOrRef: any, getCompositeKeyValue: any, getPrimaryKeyHash: any, convertToDatabaseValue_id: any) => (entity: any) => any;
71
+ 'hydrator-user_terms_consent_16000-full-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, user_39: any, user_40: any, terms_41: any, terms_42: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
72
+ 'hydrator-user_terms_consent_16000-full-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, user_50: any, user_51: any, terms_52: any, terms_53: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
73
+ 'comparator-user_terms_consent_16000': (compareArrays: any, compareBooleans: any, compareBuffers: any, compareObjects: any, equals: any) => (last: any, current: any, options: any) => {
74
74
  id: any;
75
75
  created_at: any;
76
76
  updated_at: any;
@@ -81,7 +81,7 @@ declare const _default: {
81
81
  consentType: any;
82
82
  agreedAt: any;
83
83
  };
84
- 'snapshotGenerator-user_terms_consent_15000': (clone: any, cloneEmbeddable: any, convertToDatabaseValue_id: any, processDateProperty: any, toArray: any, EntityIdentifier: any) => (entity: any) => {
84
+ 'snapshotGenerator-user_terms_consent_16000': (clone: any, cloneEmbeddable: any, convertToDatabaseValue_id: any, processDateProperty: any, toArray: any, EntityIdentifier: any) => (entity: any) => {
85
85
  id: any;
86
86
  created_at: any;
87
87
  updated_at: any;
@@ -92,7 +92,7 @@ declare const _default: {
92
92
  consentType: any;
93
93
  agreedAt: any;
94
94
  };
95
- 'resultMapper-user_terms_consent_15000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
95
+ 'resultMapper-user_terms_consent_16000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
96
96
  id: any;
97
97
  created_at: any;
98
98
  updated_at: any;
@@ -103,14 +103,14 @@ declare const _default: {
103
103
  consentType: any;
104
104
  agreedAt: any;
105
105
  };
106
- 'hydrator-user_terms_consent_15000-reference-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
107
- 'hydrator-user_terms_consent_15000-reference-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
108
- 'pkGetter-user_terms_consent_15000': (isEntityOrRef: any) => (entity: any) => any;
109
- 'pkGetterConverted-user_terms_consent_15000': (isEntityOrRef: any, convertToDatabaseValue_id: any) => (entity: any) => any;
110
- 'pkSerializer-user_terms_consent_15000': (isEntityOrRef: any, getCompositeKeyValue: any, getPrimaryKeyHash: any, convertToDatabaseValue_id: any) => (entity: any) => any;
111
- 'hydrator-user_passkey_2000-full-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, user_63: any, user_64: any, convertToJSValue_transports: any, convertToDatabaseValue_transports: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
112
- 'hydrator-user_passkey_2000-full-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, user_76: any, user_77: any, convertToJSValue_transports: any, convertToDatabaseValue_transports: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
113
- 'comparator-user_passkey_2000': (compareArrays: any, compareBooleans: any, compareBuffers: any, compareObjects: any, equals: any) => (last: any, current: any, options: any) => {
106
+ 'hydrator-user_terms_consent_16000-reference-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
107
+ 'hydrator-user_terms_consent_16000-reference-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
108
+ 'pkGetter-user_terms_consent_16000': (isEntityOrRef: any) => (entity: any) => any;
109
+ 'pkGetterConverted-user_terms_consent_16000': (isEntityOrRef: any, convertToDatabaseValue_id: any) => (entity: any) => any;
110
+ 'pkSerializer-user_terms_consent_16000': (isEntityOrRef: any, getCompositeKeyValue: any, getPrimaryKeyHash: any, convertToDatabaseValue_id: any) => (entity: any) => any;
111
+ 'hydrator-user_passkey_3000-full-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, user_63: any, user_64: any, convertToJSValue_transports: any, convertToDatabaseValue_transports: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
112
+ 'hydrator-user_passkey_3000-full-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, user_76: any, user_77: any, convertToJSValue_transports: any, convertToDatabaseValue_transports: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
113
+ 'comparator-user_passkey_3000': (compareArrays: any, compareBooleans: any, compareBuffers: any, compareObjects: any, equals: any) => (last: any, current: any, options: any) => {
114
114
  id: any;
115
115
  created_at: any;
116
116
  updated_at: any;
@@ -124,7 +124,7 @@ declare const _default: {
124
124
  name: any;
125
125
  aaguid: any;
126
126
  };
127
- 'snapshotGenerator-user_passkey_2000': (clone: any, cloneEmbeddable: any, convertToDatabaseValue_id: any, processDateProperty: any, toArray: any, EntityIdentifier: any, convertToDatabaseValue_transports: any) => (entity: any) => {
127
+ 'snapshotGenerator-user_passkey_3000': (clone: any, cloneEmbeddable: any, convertToDatabaseValue_id: any, processDateProperty: any, toArray: any, EntityIdentifier: any, convertToDatabaseValue_transports: any) => (entity: any) => {
128
128
  id: any;
129
129
  created_at: any;
130
130
  updated_at: any;
@@ -138,7 +138,7 @@ declare const _default: {
138
138
  name: any;
139
139
  aaguid: any;
140
140
  };
141
- 'resultMapper-user_passkey_2000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
141
+ 'resultMapper-user_passkey_3000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
142
142
  id: any;
143
143
  created_at: any;
144
144
  updated_at: any;
@@ -152,14 +152,14 @@ declare const _default: {
152
152
  name: any;
153
153
  aaguid: any;
154
154
  };
155
- 'hydrator-user_passkey_2000-reference-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
156
- 'hydrator-user_passkey_2000-reference-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
157
- 'pkGetter-user_passkey_2000': (isEntityOrRef: any) => (entity: any) => any;
158
- 'pkGetterConverted-user_passkey_2000': (isEntityOrRef: any, convertToDatabaseValue_id: any) => (entity: any) => any;
159
- 'pkSerializer-user_passkey_2000': (isEntityOrRef: any, getCompositeKeyValue: any, getPrimaryKeyHash: any, convertToDatabaseValue_id: any) => (entity: any) => any;
160
- 'hydrator-user_oauth_1000-full-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, user_91: any, user_92: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
161
- 'hydrator-user_oauth_1000-full-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, user_101: any, user_102: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
162
- 'comparator-user_oauth_1000': (compareArrays: any, compareBooleans: any, compareBuffers: any, compareObjects: any, equals: any, compareValues_4: any) => (last: any, current: any, options: any) => {
155
+ 'hydrator-user_passkey_3000-reference-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
156
+ 'hydrator-user_passkey_3000-reference-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
157
+ 'pkGetter-user_passkey_3000': (isEntityOrRef: any) => (entity: any) => any;
158
+ 'pkGetterConverted-user_passkey_3000': (isEntityOrRef: any, convertToDatabaseValue_id: any) => (entity: any) => any;
159
+ 'pkSerializer-user_passkey_3000': (isEntityOrRef: any, getCompositeKeyValue: any, getPrimaryKeyHash: any, convertToDatabaseValue_id: any) => (entity: any) => any;
160
+ 'hydrator-user_oauth_2000-full-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, user_91: any, user_92: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
161
+ 'hydrator-user_oauth_2000-full-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, user_101: any, user_102: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
162
+ 'comparator-user_oauth_2000': (compareArrays: any, compareBooleans: any, compareBuffers: any, compareObjects: any, equals: any, compareValues_4: any) => (last: any, current: any, options: any) => {
163
163
  id: any;
164
164
  created_at: any;
165
165
  updated_at: any;
@@ -170,7 +170,7 @@ declare const _default: {
170
170
  refresh_token: any;
171
171
  expires_at: any;
172
172
  };
173
- 'snapshotGenerator-user_oauth_1000': (clone: any, cloneEmbeddable: any, convertToDatabaseValue_id: any, processDateProperty: any, toArray: any, EntityIdentifier: any) => (entity: any) => {
173
+ 'snapshotGenerator-user_oauth_2000': (clone: any, cloneEmbeddable: any, convertToDatabaseValue_id: any, processDateProperty: any, toArray: any, EntityIdentifier: any) => (entity: any) => {
174
174
  id: any;
175
175
  created_at: any;
176
176
  updated_at: any;
@@ -181,7 +181,7 @@ declare const _default: {
181
181
  refresh_token: any;
182
182
  expires_at: any;
183
183
  };
184
- 'resultMapper-user_oauth_1000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
184
+ 'resultMapper-user_oauth_2000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
185
185
  id: any;
186
186
  created_at: any;
187
187
  updated_at: any;
@@ -192,14 +192,14 @@ declare const _default: {
192
192
  refresh_token: any;
193
193
  expires_at: any;
194
194
  };
195
- 'hydrator-user_oauth_1000-reference-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
196
- 'hydrator-user_oauth_1000-reference-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
197
- 'pkGetter-user_oauth_1000': (isEntityOrRef: any) => (entity: any) => any;
198
- 'pkGetterConverted-user_oauth_1000': (isEntityOrRef: any, convertToDatabaseValue_id: any) => (entity: any) => any;
199
- 'pkSerializer-user_oauth_1000': (isEntityOrRef: any, getCompositeKeyValue: any, getPrimaryKeyHash: any, convertToDatabaseValue_id: any) => (entity: any) => any;
200
- 'hydrator-user_5000-full-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_sub: any, convertToDatabaseValue_sub: any, user_oauth_119: any, user_passkey_120: any, user_totp_121: any, user_totp_recovery_code_122: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
201
- 'hydrator-user_5000-full-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_sub: any, convertToDatabaseValue_sub: any, user_oauth_132: any, user_passkey_133: any, user_totp_134: any, user_totp_recovery_code_135: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
202
- 'comparator-user_5000': (compareArrays: any, compareBooleans: any, compareBuffers: any, compareObjects: any, equals: any) => (last: any, current: any, options: any) => {
195
+ 'hydrator-user_oauth_2000-reference-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
196
+ 'hydrator-user_oauth_2000-reference-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
197
+ 'pkGetter-user_oauth_2000': (isEntityOrRef: any) => (entity: any) => any;
198
+ 'pkGetterConverted-user_oauth_2000': (isEntityOrRef: any, convertToDatabaseValue_id: any) => (entity: any) => any;
199
+ 'pkSerializer-user_oauth_2000': (isEntityOrRef: any, getCompositeKeyValue: any, getPrimaryKeyHash: any, convertToDatabaseValue_id: any) => (entity: any) => any;
200
+ 'hydrator-user_6000-full-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, user_oauth_119: any, user_passkey_120: any, user_totp_121: any, user_totp_recovery_code_122: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
201
+ 'hydrator-user_6000-full-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, user_oauth_132: any, user_passkey_133: any, user_totp_134: any, user_totp_recovery_code_135: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
202
+ 'comparator-user_6000': (compareArrays: any, compareBooleans: any, compareBuffers: any, compareObjects: any, equals: any) => (last: any, current: any, options: any) => {
203
203
  sub: any;
204
204
  created_at: any;
205
205
  updated_at: any;
@@ -210,7 +210,7 @@ declare const _default: {
210
210
  role: any;
211
211
  deleted_at: any;
212
212
  };
213
- 'snapshotGenerator-user_5000': (clone: any, cloneEmbeddable: any, convertToDatabaseValue_sub: any, processDateProperty: any) => (entity: any) => {
213
+ 'snapshotGenerator-user_6000': (clone: any, cloneEmbeddable: any, processDateProperty: any) => (entity: any) => {
214
214
  sub: any;
215
215
  created_at: any;
216
216
  updated_at: any;
@@ -221,7 +221,7 @@ declare const _default: {
221
221
  role: any;
222
222
  deleted_at: any;
223
223
  };
224
- 'resultMapper-user_5000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
224
+ 'resultMapper-user_6000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
225
225
  sub: any;
226
226
  created_at: any;
227
227
  updated_at: any;
@@ -232,14 +232,14 @@ declare const _default: {
232
232
  role: any;
233
233
  deleted_at: any;
234
234
  };
235
- 'hydrator-user_5000-reference-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_sub: any, convertToDatabaseValue_sub: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
236
- 'hydrator-user_5000-reference-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_sub: any, convertToDatabaseValue_sub: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
237
- 'pkGetter-user_5000': (isEntityOrRef: any) => (entity: any) => any;
238
- 'pkGetterConverted-user_5000': (isEntityOrRef: any, convertToDatabaseValue_sub: any) => (entity: any) => any;
239
- 'pkSerializer-user_5000': (isEntityOrRef: any, getCompositeKeyValue: any, getPrimaryKeyHash: any, convertToDatabaseValue_sub: any) => (entity: any) => any;
240
- 'hydrator-user_consent_10000-full-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, user_141: any, user_142: any, oauth_client_143: any, oauth_client_144: any, convertToJSValue_scopes: any, convertToDatabaseValue_scopes: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
241
- 'hydrator-user_consent_10000-full-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, user_151: any, user_152: any, oauth_client_153: any, oauth_client_154: any, convertToJSValue_scopes: any, convertToDatabaseValue_scopes: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
242
- 'comparator-user_consent_10000': (compareArrays: any, compareBooleans: any, compareBuffers: any, compareObjects: any, equals: any) => (last: any, current: any, options: any) => {
235
+ 'hydrator-user_6000-reference-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
236
+ 'hydrator-user_6000-reference-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
237
+ 'pkGetter-user_6000': (isEntityOrRef: any) => (entity: any) => any;
238
+ 'pkGetterConverted-user_6000': (isEntityOrRef: any) => (entity: any) => any;
239
+ 'pkSerializer-user_6000': (isEntityOrRef: any, getCompositeKeyValue: any, getPrimaryKeyHash: any) => (entity: any) => string;
240
+ 'hydrator-user_consent_11000-full-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, user_141: any, user_142: any, oauth_client_143: any, oauth_client_144: any, convertToJSValue_scopes: any, convertToDatabaseValue_scopes: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
241
+ 'hydrator-user_consent_11000-full-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, user_151: any, user_152: any, oauth_client_153: any, oauth_client_154: any, convertToJSValue_scopes: any, convertToDatabaseValue_scopes: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
242
+ 'comparator-user_consent_11000': (compareArrays: any, compareBooleans: any, compareBuffers: any, compareObjects: any, equals: any) => (last: any, current: any, options: any) => {
243
243
  id: any;
244
244
  created_at: any;
245
245
  updated_at: any;
@@ -249,7 +249,7 @@ declare const _default: {
249
249
  granted_at: any;
250
250
  revoked_at: any;
251
251
  };
252
- 'snapshotGenerator-user_consent_10000': (clone: any, cloneEmbeddable: any, convertToDatabaseValue_id: any, processDateProperty: any, toArray: any, EntityIdentifier: any, convertToDatabaseValue_scopes: any) => (entity: any) => {
252
+ 'snapshotGenerator-user_consent_11000': (clone: any, cloneEmbeddable: any, convertToDatabaseValue_id: any, processDateProperty: any, toArray: any, EntityIdentifier: any, convertToDatabaseValue_scopes: any) => (entity: any) => {
253
253
  id: any;
254
254
  created_at: any;
255
255
  updated_at: any;
@@ -259,7 +259,7 @@ declare const _default: {
259
259
  granted_at: any;
260
260
  revoked_at: any;
261
261
  };
262
- 'resultMapper-user_consent_10000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
262
+ 'resultMapper-user_consent_11000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
263
263
  id: any;
264
264
  created_at: any;
265
265
  updated_at: any;
@@ -269,14 +269,14 @@ declare const _default: {
269
269
  granted_at: any;
270
270
  revoked_at: any;
271
271
  };
272
- 'hydrator-user_consent_10000-reference-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
273
- 'hydrator-user_consent_10000-reference-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
274
- 'pkGetter-user_consent_10000': (isEntityOrRef: any) => (entity: any) => any;
275
- 'pkGetterConverted-user_consent_10000': (isEntityOrRef: any, convertToDatabaseValue_id: any) => (entity: any) => any;
276
- 'pkSerializer-user_consent_10000': (isEntityOrRef: any, getCompositeKeyValue: any, getPrimaryKeyHash: any, convertToDatabaseValue_id: any) => (entity: any) => any;
277
- 'hydrator-terms_16000-full-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, terms_content_167: any, user_terms_consent_168: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
278
- 'hydrator-terms_16000-full-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, terms_content_176: any, user_terms_consent_177: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
279
- 'comparator-terms_16000': (compareArrays: any, compareBooleans: any, compareBuffers: any, compareObjects: any, equals: any) => (last: any, current: any, options: any) => {
272
+ 'hydrator-user_consent_11000-reference-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
273
+ 'hydrator-user_consent_11000-reference-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
274
+ 'pkGetter-user_consent_11000': (isEntityOrRef: any) => (entity: any) => any;
275
+ 'pkGetterConverted-user_consent_11000': (isEntityOrRef: any, convertToDatabaseValue_id: any) => (entity: any) => any;
276
+ 'pkSerializer-user_consent_11000': (isEntityOrRef: any, getCompositeKeyValue: any, getPrimaryKeyHash: any, convertToDatabaseValue_id: any) => (entity: any) => any;
277
+ 'hydrator-terms_17000-full-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, terms_content_167: any, user_terms_consent_168: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
278
+ 'hydrator-terms_17000-full-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, terms_content_176: any, user_terms_consent_177: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
279
+ 'comparator-terms_17000': (compareArrays: any, compareBooleans: any, compareBuffers: any, compareObjects: any, equals: any) => (last: any, current: any, options: any) => {
280
280
  id: any;
281
281
  created_at: any;
282
282
  updated_at: any;
@@ -285,7 +285,7 @@ declare const _default: {
285
285
  version: any;
286
286
  managed_by: any;
287
287
  };
288
- 'snapshotGenerator-terms_16000': (clone: any, cloneEmbeddable: any, processDateProperty: any) => (entity: any) => {
288
+ 'snapshotGenerator-terms_17000': (clone: any, cloneEmbeddable: any, processDateProperty: any) => (entity: any) => {
289
289
  id: any;
290
290
  created_at: any;
291
291
  updated_at: any;
@@ -294,7 +294,7 @@ declare const _default: {
294
294
  version: any;
295
295
  managed_by: any;
296
296
  };
297
- 'resultMapper-terms_16000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
297
+ 'resultMapper-terms_17000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
298
298
  id: any;
299
299
  created_at: any;
300
300
  updated_at: any;
@@ -303,14 +303,14 @@ declare const _default: {
303
303
  version: any;
304
304
  managed_by: any;
305
305
  };
306
- 'hydrator-terms_16000-reference-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
307
- 'hydrator-terms_16000-reference-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
308
- 'pkGetter-terms_16000': (isEntityOrRef: any) => (entity: any) => any;
309
- 'pkGetterConverted-terms_16000': (isEntityOrRef: any) => (entity: any) => any;
310
- 'pkSerializer-terms_16000': (isEntityOrRef: any, getCompositeKeyValue: any, getPrimaryKeyHash: any) => (entity: any) => string;
311
- 'hydrator-terms_content_14000-full-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, terms_183: any, terms_184: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
312
- 'hydrator-terms_content_14000-full-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, terms_192: any, terms_193: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
313
- 'comparator-terms_content_14000': (compareArrays: any, compareBooleans: any, compareBuffers: any, compareObjects: any, equals: any) => (last: any, current: any, options: any) => {
306
+ 'hydrator-terms_17000-reference-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
307
+ 'hydrator-terms_17000-reference-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
308
+ 'pkGetter-terms_17000': (isEntityOrRef: any) => (entity: any) => any;
309
+ 'pkGetterConverted-terms_17000': (isEntityOrRef: any) => (entity: any) => any;
310
+ 'pkSerializer-terms_17000': (isEntityOrRef: any, getCompositeKeyValue: any, getPrimaryKeyHash: any) => (entity: any) => string;
311
+ 'hydrator-terms_content_15000-full-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, terms_183: any, terms_184: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
312
+ 'hydrator-terms_content_15000-full-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, terms_192: any, terms_193: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
313
+ 'comparator-terms_content_15000': (compareArrays: any, compareBooleans: any, compareBuffers: any, compareObjects: any, equals: any) => (last: any, current: any, options: any) => {
314
314
  id: any;
315
315
  created_at: any;
316
316
  updated_at: any;
@@ -320,7 +320,7 @@ declare const _default: {
320
320
  type: any;
321
321
  content: any;
322
322
  };
323
- 'snapshotGenerator-terms_content_14000': (clone: any, cloneEmbeddable: any, convertToDatabaseValue_id: any, processDateProperty: any, toArray: any, EntityIdentifier: any) => (entity: any) => {
323
+ 'snapshotGenerator-terms_content_15000': (clone: any, cloneEmbeddable: any, convertToDatabaseValue_id: any, processDateProperty: any, toArray: any, EntityIdentifier: any) => (entity: any) => {
324
324
  id: any;
325
325
  created_at: any;
326
326
  updated_at: any;
@@ -330,7 +330,7 @@ declare const _default: {
330
330
  type: any;
331
331
  content: any;
332
332
  };
333
- 'resultMapper-terms_content_14000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
333
+ 'resultMapper-terms_content_15000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
334
334
  id: any;
335
335
  created_at: any;
336
336
  updated_at: any;
@@ -340,14 +340,14 @@ declare const _default: {
340
340
  type: any;
341
341
  content: any;
342
342
  };
343
- 'hydrator-terms_content_14000-reference-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
344
- 'hydrator-terms_content_14000-reference-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
345
- 'pkGetter-terms_content_14000': (isEntityOrRef: any) => (entity: any) => any;
346
- 'pkGetterConverted-terms_content_14000': (isEntityOrRef: any, convertToDatabaseValue_id: any) => (entity: any) => any;
347
- 'pkSerializer-terms_content_14000': (isEntityOrRef: any, getCompositeKeyValue: any, getPrimaryKeyHash: any, convertToDatabaseValue_id: any) => (entity: any) => any;
348
- 'hydrator-revoked_tokens_9000-full-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, oauth_client_205: any, oauth_client_206: any, user_207: any, user_208: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
349
- 'hydrator-revoked_tokens_9000-full-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, oauth_client_216: any, oauth_client_217: any, user_218: any, user_219: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
350
- 'comparator-revoked_tokens_9000': (compareArrays: any, compareBooleans: any, compareBuffers: any, compareObjects: any, equals: any) => (last: any, current: any, options: any) => {
343
+ 'hydrator-terms_content_15000-reference-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
344
+ 'hydrator-terms_content_15000-reference-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
345
+ 'pkGetter-terms_content_15000': (isEntityOrRef: any) => (entity: any) => any;
346
+ 'pkGetterConverted-terms_content_15000': (isEntityOrRef: any, convertToDatabaseValue_id: any) => (entity: any) => any;
347
+ 'pkSerializer-terms_content_15000': (isEntityOrRef: any, getCompositeKeyValue: any, getPrimaryKeyHash: any, convertToDatabaseValue_id: any) => (entity: any) => any;
348
+ 'hydrator-revoked_tokens_10000-full-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, oauth_client_205: any, oauth_client_206: any, user_207: any, user_208: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
349
+ 'hydrator-revoked_tokens_10000-full-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, oauth_client_216: any, oauth_client_217: any, user_218: any, user_219: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
350
+ 'comparator-revoked_tokens_10000': (compareArrays: any, compareBooleans: any, compareBuffers: any, compareObjects: any, equals: any) => (last: any, current: any, options: any) => {
351
351
  id: any;
352
352
  created_at: any;
353
353
  updated_at: any;
@@ -358,7 +358,7 @@ declare const _default: {
358
358
  expires_at: any;
359
359
  revoked_at: any;
360
360
  };
361
- 'snapshotGenerator-revoked_tokens_9000': (clone: any, cloneEmbeddable: any, convertToDatabaseValue_id: any, processDateProperty: any, toArray: any, EntityIdentifier: any) => (entity: any) => {
361
+ 'snapshotGenerator-revoked_tokens_10000': (clone: any, cloneEmbeddable: any, convertToDatabaseValue_id: any, processDateProperty: any, toArray: any, EntityIdentifier: any) => (entity: any) => {
362
362
  id: any;
363
363
  created_at: any;
364
364
  updated_at: any;
@@ -369,7 +369,7 @@ declare const _default: {
369
369
  expires_at: any;
370
370
  revoked_at: any;
371
371
  };
372
- 'resultMapper-revoked_tokens_9000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
372
+ 'resultMapper-revoked_tokens_10000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
373
373
  id: any;
374
374
  created_at: any;
375
375
  updated_at: any;
@@ -380,14 +380,14 @@ declare const _default: {
380
380
  expires_at: any;
381
381
  revoked_at: any;
382
382
  };
383
- 'hydrator-revoked_tokens_9000-reference-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
384
- 'hydrator-revoked_tokens_9000-reference-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
385
- 'pkGetter-revoked_tokens_9000': (isEntityOrRef: any) => (entity: any) => any;
386
- 'pkGetterConverted-revoked_tokens_9000': (isEntityOrRef: any, convertToDatabaseValue_id: any) => (entity: any) => any;
387
- 'pkSerializer-revoked_tokens_9000': (isEntityOrRef: any, getCompositeKeyValue: any, getPrimaryKeyHash: any, convertToDatabaseValue_id: any) => (entity: any) => any;
388
- 'hydrator-pending_oauth_registration_13000-full-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, convertToJSValue_userInfo: any, convertToDatabaseValue_userInfo: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
389
- 'hydrator-pending_oauth_registration_13000-full-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, convertToJSValue_userInfo: any, convertToDatabaseValue_userInfo: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
390
- 'comparator-pending_oauth_registration_13000': (compareArrays: any, compareBooleans: any, compareBuffers: any, compareObjects: any, equals: any) => (last: any, current: any, options: any) => {
383
+ 'hydrator-revoked_tokens_10000-reference-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
384
+ 'hydrator-revoked_tokens_10000-reference-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
385
+ 'pkGetter-revoked_tokens_10000': (isEntityOrRef: any) => (entity: any) => any;
386
+ 'pkGetterConverted-revoked_tokens_10000': (isEntityOrRef: any, convertToDatabaseValue_id: any) => (entity: any) => any;
387
+ 'pkSerializer-revoked_tokens_10000': (isEntityOrRef: any, getCompositeKeyValue: any, getPrimaryKeyHash: any, convertToDatabaseValue_id: any) => (entity: any) => any;
388
+ 'hydrator-pending_oauth_registration_14000-full-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, convertToJSValue_userInfo: any, convertToDatabaseValue_userInfo: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
389
+ 'hydrator-pending_oauth_registration_14000-full-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, convertToJSValue_userInfo: any, convertToDatabaseValue_userInfo: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
390
+ 'comparator-pending_oauth_registration_14000': (compareArrays: any, compareBooleans: any, compareBuffers: any, compareObjects: any, equals: any) => (last: any, current: any, options: any) => {
391
391
  id: any;
392
392
  created_at: any;
393
393
  updated_at: any;
@@ -401,7 +401,7 @@ declare const _default: {
401
401
  returnUrl: any;
402
402
  expiresAt: any;
403
403
  };
404
- 'snapshotGenerator-pending_oauth_registration_13000': (clone: any, cloneEmbeddable: any, convertToDatabaseValue_id: any, processDateProperty: any, convertToDatabaseValue_userInfo: any) => (entity: any) => {
404
+ 'snapshotGenerator-pending_oauth_registration_14000': (clone: any, cloneEmbeddable: any, convertToDatabaseValue_id: any, processDateProperty: any, convertToDatabaseValue_userInfo: any) => (entity: any) => {
405
405
  id: any;
406
406
  created_at: any;
407
407
  updated_at: any;
@@ -415,7 +415,7 @@ declare const _default: {
415
415
  returnUrl: any;
416
416
  expiresAt: any;
417
417
  };
418
- 'resultMapper-pending_oauth_registration_13000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
418
+ 'resultMapper-pending_oauth_registration_14000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
419
419
  id: any;
420
420
  created_at: any;
421
421
  updated_at: any;
@@ -429,14 +429,14 @@ declare const _default: {
429
429
  returnUrl: any;
430
430
  expiresAt: any;
431
431
  };
432
- 'hydrator-pending_oauth_registration_13000-reference-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
433
- 'hydrator-pending_oauth_registration_13000-reference-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
434
- 'pkGetter-pending_oauth_registration_13000': (isEntityOrRef: any) => (entity: any) => any;
435
- 'pkGetterConverted-pending_oauth_registration_13000': (isEntityOrRef: any, convertToDatabaseValue_id: any) => (entity: any) => any;
436
- 'pkSerializer-pending_oauth_registration_13000': (isEntityOrRef: any, getCompositeKeyValue: any, getPrimaryKeyHash: any, convertToDatabaseValue_id: any) => (entity: any) => any;
437
- 'hydrator-password_reset_12000-full-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, user_253: any, user_254: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
438
- 'hydrator-password_reset_12000-full-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, user_262: any, user_263: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
439
- 'comparator-password_reset_12000': (compareArrays: any, compareBooleans: any, compareBuffers: any, compareObjects: any, equals: any) => (last: any, current: any, options: any) => {
432
+ 'hydrator-pending_oauth_registration_14000-reference-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
433
+ 'hydrator-pending_oauth_registration_14000-reference-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
434
+ 'pkGetter-pending_oauth_registration_14000': (isEntityOrRef: any) => (entity: any) => any;
435
+ 'pkGetterConverted-pending_oauth_registration_14000': (isEntityOrRef: any, convertToDatabaseValue_id: any) => (entity: any) => any;
436
+ 'pkSerializer-pending_oauth_registration_14000': (isEntityOrRef: any, getCompositeKeyValue: any, getPrimaryKeyHash: any, convertToDatabaseValue_id: any) => (entity: any) => any;
437
+ 'hydrator-password_reset_13000-full-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, user_253: any, user_254: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
438
+ 'hydrator-password_reset_13000-full-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, user_262: any, user_263: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
439
+ 'comparator-password_reset_13000': (compareArrays: any, compareBooleans: any, compareBuffers: any, compareObjects: any, equals: any) => (last: any, current: any, options: any) => {
440
440
  id: any;
441
441
  created_at: any;
442
442
  updated_at: any;
@@ -446,7 +446,7 @@ declare const _default: {
446
446
  used: any;
447
447
  usedAt: any;
448
448
  };
449
- 'snapshotGenerator-password_reset_12000': (clone: any, cloneEmbeddable: any, convertToDatabaseValue_id: any, processDateProperty: any, toArray: any, EntityIdentifier: any) => (entity: any) => {
449
+ 'snapshotGenerator-password_reset_13000': (clone: any, cloneEmbeddable: any, convertToDatabaseValue_id: any, processDateProperty: any, toArray: any, EntityIdentifier: any) => (entity: any) => {
450
450
  id: any;
451
451
  created_at: any;
452
452
  updated_at: any;
@@ -456,7 +456,7 @@ declare const _default: {
456
456
  used: any;
457
457
  usedAt: any;
458
458
  };
459
- 'resultMapper-password_reset_12000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
459
+ 'resultMapper-password_reset_13000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
460
460
  id: any;
461
461
  created_at: any;
462
462
  updated_at: any;
@@ -466,14 +466,14 @@ declare const _default: {
466
466
  used: any;
467
467
  usedAt: any;
468
468
  };
469
- 'hydrator-password_reset_12000-reference-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
470
- 'hydrator-password_reset_12000-reference-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
471
- 'pkGetter-password_reset_12000': (isEntityOrRef: any) => (entity: any) => any;
472
- 'pkGetterConverted-password_reset_12000': (isEntityOrRef: any, convertToDatabaseValue_id: any) => (entity: any) => any;
473
- 'pkSerializer-password_reset_12000': (isEntityOrRef: any, getCompositeKeyValue: any, getPrimaryKeyHash: any, convertToDatabaseValue_id: any) => (entity: any) => any;
474
- 'hydrator-oauth_code_8000-full-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, oauth_client_274: any, oauth_client_275: any, user_276: any, user_277: any, convertToJSValue_scope: any, convertToDatabaseValue_scope: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
475
- 'hydrator-oauth_code_8000-full-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, oauth_client_290: any, oauth_client_291: any, user_292: any, user_293: any, convertToJSValue_scope: any, convertToDatabaseValue_scope: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
476
- 'comparator-oauth_code_8000': (compareArrays: any, compareBooleans: any, compareBuffers: any, compareObjects: any, equals: any) => (last: any, current: any, options: any) => {
469
+ 'hydrator-password_reset_13000-reference-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
470
+ 'hydrator-password_reset_13000-reference-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
471
+ 'pkGetter-password_reset_13000': (isEntityOrRef: any) => (entity: any) => any;
472
+ 'pkGetterConverted-password_reset_13000': (isEntityOrRef: any, convertToDatabaseValue_id: any) => (entity: any) => any;
473
+ 'pkSerializer-password_reset_13000': (isEntityOrRef: any, getCompositeKeyValue: any, getPrimaryKeyHash: any, convertToDatabaseValue_id: any) => (entity: any) => any;
474
+ 'hydrator-oauth_code_9000-full-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, oauth_client_274: any, oauth_client_275: any, user_276: any, user_277: any, convertToJSValue_scope: any, convertToDatabaseValue_scope: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
475
+ 'hydrator-oauth_code_9000-full-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, oauth_client_290: any, oauth_client_291: any, user_292: any, user_293: any, convertToJSValue_scope: any, convertToDatabaseValue_scope: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
476
+ 'comparator-oauth_code_9000': (compareArrays: any, compareBooleans: any, compareBuffers: any, compareObjects: any, equals: any) => (last: any, current: any, options: any) => {
477
477
  id: any;
478
478
  created_at: any;
479
479
  updated_at: any;
@@ -489,7 +489,7 @@ declare const _default: {
489
489
  consumedAt: any;
490
490
  authTime: any;
491
491
  };
492
- 'snapshotGenerator-oauth_code_8000': (clone: any, cloneEmbeddable: any, convertToDatabaseValue_id: any, processDateProperty: any, toArray: any, EntityIdentifier: any, convertToDatabaseValue_scope: any) => (entity: any) => {
492
+ 'snapshotGenerator-oauth_code_9000': (clone: any, cloneEmbeddable: any, convertToDatabaseValue_id: any, processDateProperty: any, toArray: any, EntityIdentifier: any, convertToDatabaseValue_scope: any) => (entity: any) => {
493
493
  id: any;
494
494
  created_at: any;
495
495
  updated_at: any;
@@ -505,7 +505,7 @@ declare const _default: {
505
505
  consumedAt: any;
506
506
  authTime: any;
507
507
  };
508
- 'resultMapper-oauth_code_8000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
508
+ 'resultMapper-oauth_code_9000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
509
509
  id: any;
510
510
  created_at: any;
511
511
  updated_at: any;
@@ -521,14 +521,14 @@ declare const _default: {
521
521
  consumedAt: any;
522
522
  authTime: any;
523
523
  };
524
- 'hydrator-oauth_code_8000-reference-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
525
- 'hydrator-oauth_code_8000-reference-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
526
- 'pkGetter-oauth_code_8000': (isEntityOrRef: any) => (entity: any) => any;
527
- 'pkGetterConverted-oauth_code_8000': (isEntityOrRef: any, convertToDatabaseValue_id: any) => (entity: any) => any;
528
- 'pkSerializer-oauth_code_8000': (isEntityOrRef: any, getCompositeKeyValue: any, getPrimaryKeyHash: any, convertToDatabaseValue_id: any) => (entity: any) => any;
529
- 'hydrator-oauth_client_11000-full-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, convertToJSValue_grantTypes: any, convertToDatabaseValue_grantTypes: any, convertToJSValue_responseTypes: any, convertToDatabaseValue_responseTypes: any, convertToJSValue_scopes: any, convertToDatabaseValue_scopes: any, convertToJSValue_redirectUris: any, convertToDatabaseValue_redirectUris: any, oauth_code_317: any, user_consent_318: any, revoked_tokens_319: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
530
- 'hydrator-oauth_client_11000-full-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, convertToJSValue_grantTypes: any, convertToDatabaseValue_grantTypes: any, convertToJSValue_responseTypes: any, convertToDatabaseValue_responseTypes: any, convertToJSValue_scopes: any, convertToDatabaseValue_scopes: any, convertToJSValue_redirectUris: any, convertToDatabaseValue_redirectUris: any, oauth_code_333: any, user_consent_334: any, revoked_tokens_335: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
531
- 'comparator-oauth_client_11000': (compareArrays: any, compareBooleans: any, compareBuffers: any, compareObjects: any, equals: any) => (last: any, current: any, options: any) => {
524
+ 'hydrator-oauth_code_9000-reference-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
525
+ 'hydrator-oauth_code_9000-reference-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
526
+ 'pkGetter-oauth_code_9000': (isEntityOrRef: any) => (entity: any) => any;
527
+ 'pkGetterConverted-oauth_code_9000': (isEntityOrRef: any, convertToDatabaseValue_id: any) => (entity: any) => any;
528
+ 'pkSerializer-oauth_code_9000': (isEntityOrRef: any, getCompositeKeyValue: any, getPrimaryKeyHash: any, convertToDatabaseValue_id: any) => (entity: any) => any;
529
+ 'hydrator-oauth_client_12000-full-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_grantTypes: any, convertToDatabaseValue_grantTypes: any, convertToJSValue_responseTypes: any, convertToDatabaseValue_responseTypes: any, convertToJSValue_scopes: any, convertToDatabaseValue_scopes: any, convertToJSValue_redirectUris: any, convertToDatabaseValue_redirectUris: any, oauth_code_317: any, user_consent_318: any, revoked_tokens_319: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
530
+ 'hydrator-oauth_client_12000-full-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_grantTypes: any, convertToDatabaseValue_grantTypes: any, convertToJSValue_responseTypes: any, convertToDatabaseValue_responseTypes: any, convertToJSValue_scopes: any, convertToDatabaseValue_scopes: any, convertToJSValue_redirectUris: any, convertToDatabaseValue_redirectUris: any, oauth_code_333: any, user_consent_334: any, revoked_tokens_335: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
531
+ 'comparator-oauth_client_12000': (compareArrays: any, compareBooleans: any, compareBuffers: any, compareObjects: any, equals: any) => (last: any, current: any, options: any) => {
532
532
  id: any;
533
533
  created_at: any;
534
534
  updated_at: any;
@@ -543,7 +543,7 @@ declare const _default: {
543
543
  managed_by: any;
544
544
  logoUri: any;
545
545
  };
546
- 'snapshotGenerator-oauth_client_11000': (clone: any, cloneEmbeddable: any, convertToDatabaseValue_id: any, processDateProperty: any, convertToDatabaseValue_grantTypes: any, convertToDatabaseValue_responseTypes: any, convertToDatabaseValue_scopes: any, convertToDatabaseValue_redirectUris: any) => (entity: any) => {
546
+ 'snapshotGenerator-oauth_client_12000': (clone: any, cloneEmbeddable: any, processDateProperty: any, convertToDatabaseValue_grantTypes: any, convertToDatabaseValue_responseTypes: any, convertToDatabaseValue_scopes: any, convertToDatabaseValue_redirectUris: any) => (entity: any) => {
547
547
  id: any;
548
548
  created_at: any;
549
549
  updated_at: any;
@@ -558,7 +558,7 @@ declare const _default: {
558
558
  managed_by: any;
559
559
  logoUri: any;
560
560
  };
561
- 'resultMapper-oauth_client_11000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
561
+ 'resultMapper-oauth_client_12000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
562
562
  id: any;
563
563
  created_at: any;
564
564
  updated_at: any;
@@ -573,14 +573,14 @@ declare const _default: {
573
573
  managed_by: any;
574
574
  logoUri: any;
575
575
  };
576
- 'hydrator-oauth_client_11000-reference-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
577
- 'hydrator-oauth_client_11000-reference-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
578
- 'pkGetter-oauth_client_11000': (isEntityOrRef: any) => (entity: any) => any;
579
- 'pkGetterConverted-oauth_client_11000': (isEntityOrRef: any, convertToDatabaseValue_id: any) => (entity: any) => any;
580
- 'pkSerializer-oauth_client_11000': (isEntityOrRef: any, getCompositeKeyValue: any, getPrimaryKeyHash: any, convertToDatabaseValue_id: any) => (entity: any) => any;
581
- 'hydrator-jwt_key_7000-full-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
582
- 'hydrator-jwt_key_7000-full-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
583
- 'comparator-jwt_key_7000': (compareArrays: any, compareBooleans: any, compareBuffers: any, compareObjects: any, equals: any) => (last: any, current: any, options: any) => {
576
+ 'hydrator-oauth_client_12000-reference-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
577
+ 'hydrator-oauth_client_12000-reference-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
578
+ 'pkGetter-oauth_client_12000': (isEntityOrRef: any) => (entity: any) => any;
579
+ 'pkGetterConverted-oauth_client_12000': (isEntityOrRef: any) => (entity: any) => any;
580
+ 'pkSerializer-oauth_client_12000': (isEntityOrRef: any, getCompositeKeyValue: any, getPrimaryKeyHash: any) => (entity: any) => string;
581
+ 'hydrator-jwt_key_8000-full-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
582
+ 'hydrator-jwt_key_8000-full-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
583
+ 'comparator-jwt_key_8000': (compareArrays: any, compareBooleans: any, compareBuffers: any, compareObjects: any, equals: any) => (last: any, current: any, options: any) => {
584
584
  kid: any;
585
585
  created_at: any;
586
586
  updated_at: any;
@@ -593,7 +593,7 @@ declare const _default: {
593
593
  retired_at: any;
594
594
  expires_at: any;
595
595
  };
596
- 'snapshotGenerator-jwt_key_7000': (clone: any, cloneEmbeddable: any, processDateProperty: any) => (entity: any) => {
596
+ 'snapshotGenerator-jwt_key_8000': (clone: any, cloneEmbeddable: any, processDateProperty: any) => (entity: any) => {
597
597
  kid: any;
598
598
  created_at: any;
599
599
  updated_at: any;
@@ -606,7 +606,7 @@ declare const _default: {
606
606
  retired_at: any;
607
607
  expires_at: any;
608
608
  };
609
- 'resultMapper-jwt_key_7000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
609
+ 'resultMapper-jwt_key_8000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
610
610
  kid: any;
611
611
  created_at: any;
612
612
  updated_at: any;
@@ -619,14 +619,14 @@ declare const _default: {
619
619
  retired_at: any;
620
620
  expires_at: any;
621
621
  };
622
- 'hydrator-jwt_key_7000-reference-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
623
- 'hydrator-jwt_key_7000-reference-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
624
- 'pkGetter-jwt_key_7000': (isEntityOrRef: any) => (entity: any) => any;
625
- 'pkGetterConverted-jwt_key_7000': (isEntityOrRef: any) => (entity: any) => any;
626
- 'pkSerializer-jwt_key_7000': (isEntityOrRef: any, getCompositeKeyValue: any, getPrimaryKeyHash: any) => (entity: any) => string;
627
- 'hydrator-email_verification_6000-full-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, user_365: any, user_366: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
628
- 'hydrator-email_verification_6000-full-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, user_374: any, user_375: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
629
- 'comparator-email_verification_6000': (compareArrays: any, compareBooleans: any, compareBuffers: any, compareObjects: any, equals: any) => (last: any, current: any, options: any) => {
622
+ 'hydrator-jwt_key_8000-reference-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
623
+ 'hydrator-jwt_key_8000-reference-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
624
+ 'pkGetter-jwt_key_8000': (isEntityOrRef: any) => (entity: any) => any;
625
+ 'pkGetterConverted-jwt_key_8000': (isEntityOrRef: any) => (entity: any) => any;
626
+ 'pkSerializer-jwt_key_8000': (isEntityOrRef: any, getCompositeKeyValue: any, getPrimaryKeyHash: any) => (entity: any) => string;
627
+ 'hydrator-email_verification_7000-full-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, user_365: any, user_366: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
628
+ 'hydrator-email_verification_7000-full-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any, user_374: any, user_375: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
629
+ 'comparator-email_verification_7000': (compareArrays: any, compareBooleans: any, compareBuffers: any, compareObjects: any, equals: any) => (last: any, current: any, options: any) => {
630
630
  id: any;
631
631
  created_at: any;
632
632
  updated_at: any;
@@ -636,7 +636,7 @@ declare const _default: {
636
636
  verified: any;
637
637
  verifiedAt: any;
638
638
  };
639
- 'snapshotGenerator-email_verification_6000': (clone: any, cloneEmbeddable: any, convertToDatabaseValue_id: any, processDateProperty: any, toArray: any, EntityIdentifier: any) => (entity: any) => {
639
+ 'snapshotGenerator-email_verification_7000': (clone: any, cloneEmbeddable: any, convertToDatabaseValue_id: any, processDateProperty: any, toArray: any, EntityIdentifier: any) => (entity: any) => {
640
640
  id: any;
641
641
  created_at: any;
642
642
  updated_at: any;
@@ -646,7 +646,7 @@ declare const _default: {
646
646
  verified: any;
647
647
  verifiedAt: any;
648
648
  };
649
- 'resultMapper-email_verification_6000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
649
+ 'resultMapper-email_verification_7000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
650
650
  id: any;
651
651
  created_at: any;
652
652
  updated_at: any;
@@ -656,11 +656,36 @@ declare const _default: {
656
656
  verified: any;
657
657
  verifiedAt: any;
658
658
  };
659
- 'hydrator-email_verification_6000-reference-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
660
- 'hydrator-email_verification_6000-reference-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
661
- 'pkGetter-email_verification_6000': (isEntityOrRef: any) => (entity: any) => any;
662
- 'pkGetterConverted-email_verification_6000': (isEntityOrRef: any, convertToDatabaseValue_id: any) => (entity: any) => any;
663
- 'pkSerializer-email_verification_6000': (isEntityOrRef: any, getCompositeKeyValue: any, getPrimaryKeyHash: any, convertToDatabaseValue_id: any) => (entity: any) => any;
659
+ 'hydrator-email_verification_7000-reference-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
660
+ 'hydrator-email_verification_7000-reference-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any, convertToJSValue_id: any, convertToDatabaseValue_id: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
661
+ 'pkGetter-email_verification_7000': (isEntityOrRef: any) => (entity: any) => any;
662
+ 'pkGetterConverted-email_verification_7000': (isEntityOrRef: any, convertToDatabaseValue_id: any) => (entity: any) => any;
663
+ 'pkSerializer-email_verification_7000': (isEntityOrRef: any, getCompositeKeyValue: any, getPrimaryKeyHash: any, convertToDatabaseValue_id: any) => (entity: any) => any;
664
+ 'hydrator-bootstrap_state_1000-full-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
665
+ 'hydrator-bootstrap_state_1000-full-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
666
+ 'comparator-bootstrap_state_1000': (compareArrays: any, compareBooleans: any, compareBuffers: any, compareObjects: any, equals: any) => (last: any, current: any, options: any) => {
667
+ id: any;
668
+ created_at: any;
669
+ updated_at: any;
670
+ value: any;
671
+ };
672
+ 'snapshotGenerator-bootstrap_state_1000': (clone: any, cloneEmbeddable: any, processDateProperty: any) => (entity: any) => {
673
+ id: any;
674
+ created_at: any;
675
+ updated_at: any;
676
+ value: any;
677
+ };
678
+ 'resultMapper-bootstrap_state_1000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
679
+ id: any;
680
+ created_at: any;
681
+ updated_at: any;
682
+ value: any;
683
+ };
684
+ 'hydrator-bootstrap_state_1000-reference-false': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
685
+ 'hydrator-bootstrap_state_1000-reference-true': (isPrimaryKey: any, isEntity: any, isScalarReference: any, Collection: any, Reference: any, PolymorphicRef: any, ValidationError: any) => (entity: any, data: any, factory: any, newEntity: any, convertCustomTypes: any, schema: any, parentSchema: any, normalizeAccessors: any) => void;
686
+ 'pkGetter-bootstrap_state_1000': (isEntityOrRef: any) => (entity: any) => any;
687
+ 'pkGetterConverted-bootstrap_state_1000': (isEntityOrRef: any) => (entity: any) => any;
688
+ 'pkSerializer-bootstrap_state_1000': (isEntityOrRef: any, getCompositeKeyValue: any, getPrimaryKeyHash: any) => (entity: any) => string;
664
689
  };
665
690
  export default _default;
666
691
  //# sourceMappingURL=compiled-functions.d.ts.map