@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,666 +0,0 @@
1
- declare const _default: {
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) => {
6
- id: any;
7
- created_at: any;
8
- updated_at: any;
9
- user: any;
10
- code_hash: any;
11
- used: any;
12
- used_at: any;
13
- };
14
- 'snapshotGenerator-user_totp_recovery_code_4000': (clone: any, cloneEmbeddable: any, convertToDatabaseValue_id: any, processDateProperty: any, toArray: any, EntityIdentifier: any) => (entity: any) => {
15
- id: any;
16
- created_at: any;
17
- updated_at: any;
18
- user: any;
19
- code_hash: any;
20
- used: any;
21
- used_at: any;
22
- };
23
- 'resultMapper-user_totp_recovery_code_4000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
24
- id: any;
25
- created_at: any;
26
- updated_at: any;
27
- user: any;
28
- code_hash: any;
29
- used: any;
30
- used_at: any;
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) => {
40
- id: any;
41
- created_at: any;
42
- updated_at: any;
43
- user: any;
44
- secret: any;
45
- verified: any;
46
- recovery_confirmed: any;
47
- };
48
- 'snapshotGenerator-user_totp_3000': (clone: any, cloneEmbeddable: any, convertToDatabaseValue_id: any, processDateProperty: any, toArray: any, EntityIdentifier: any) => (entity: any) => {
49
- id: any;
50
- created_at: any;
51
- updated_at: any;
52
- user: any;
53
- secret: any;
54
- verified: any;
55
- recovery_confirmed: any;
56
- };
57
- 'resultMapper-user_totp_3000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
58
- id: any;
59
- created_at: any;
60
- updated_at: any;
61
- user: any;
62
- secret: any;
63
- verified: any;
64
- recovery_confirmed: any;
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) => {
74
- id: any;
75
- created_at: any;
76
- updated_at: any;
77
- user: any;
78
- terms: any;
79
- termsVersion: any;
80
- agreed: any;
81
- consentType: any;
82
- agreedAt: any;
83
- };
84
- 'snapshotGenerator-user_terms_consent_15000': (clone: any, cloneEmbeddable: any, convertToDatabaseValue_id: any, processDateProperty: any, toArray: any, EntityIdentifier: any) => (entity: any) => {
85
- id: any;
86
- created_at: any;
87
- updated_at: any;
88
- user: any;
89
- terms: any;
90
- termsVersion: any;
91
- agreed: any;
92
- consentType: any;
93
- agreedAt: any;
94
- };
95
- 'resultMapper-user_terms_consent_15000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
96
- id: any;
97
- created_at: any;
98
- updated_at: any;
99
- user: any;
100
- terms: any;
101
- termsVersion: any;
102
- agreed: any;
103
- consentType: any;
104
- agreedAt: any;
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) => {
114
- id: any;
115
- created_at: any;
116
- updated_at: any;
117
- user: any;
118
- credential_id: any;
119
- public_key: any;
120
- counter: any;
121
- device_type: any;
122
- backed_up: any;
123
- transports: any;
124
- name: any;
125
- aaguid: any;
126
- };
127
- 'snapshotGenerator-user_passkey_2000': (clone: any, cloneEmbeddable: any, convertToDatabaseValue_id: any, processDateProperty: any, toArray: any, EntityIdentifier: any, convertToDatabaseValue_transports: any) => (entity: any) => {
128
- id: any;
129
- created_at: any;
130
- updated_at: any;
131
- user: any;
132
- credential_id: any;
133
- public_key: any;
134
- counter: any;
135
- device_type: any;
136
- backed_up: any;
137
- transports: any;
138
- name: any;
139
- aaguid: any;
140
- };
141
- 'resultMapper-user_passkey_2000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
142
- id: any;
143
- created_at: any;
144
- updated_at: any;
145
- user: any;
146
- credential_id: any;
147
- public_key: any;
148
- counter: any;
149
- device_type: any;
150
- backed_up: any;
151
- transports: any;
152
- name: any;
153
- aaguid: any;
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) => {
163
- id: any;
164
- created_at: any;
165
- updated_at: any;
166
- user: any;
167
- provider_name: any;
168
- provider_user_id: any;
169
- access_token: any;
170
- refresh_token: any;
171
- expires_at: any;
172
- };
173
- 'snapshotGenerator-user_oauth_1000': (clone: any, cloneEmbeddable: any, convertToDatabaseValue_id: any, processDateProperty: any, toArray: any, EntityIdentifier: any) => (entity: any) => {
174
- id: any;
175
- created_at: any;
176
- updated_at: any;
177
- user: any;
178
- provider_name: any;
179
- provider_user_id: any;
180
- access_token: any;
181
- refresh_token: any;
182
- expires_at: any;
183
- };
184
- 'resultMapper-user_oauth_1000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
185
- id: any;
186
- created_at: any;
187
- updated_at: any;
188
- user: any;
189
- provider_name: any;
190
- provider_user_id: any;
191
- access_token: any;
192
- refresh_token: any;
193
- expires_at: any;
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) => {
203
- sub: any;
204
- created_at: any;
205
- updated_at: any;
206
- email: any;
207
- email_verified: any;
208
- password_hash: any;
209
- managed_by: any;
210
- role: any;
211
- deleted_at: any;
212
- };
213
- 'snapshotGenerator-user_5000': (clone: any, cloneEmbeddable: any, convertToDatabaseValue_sub: any, processDateProperty: any) => (entity: any) => {
214
- sub: any;
215
- created_at: any;
216
- updated_at: any;
217
- email: any;
218
- email_verified: any;
219
- password_hash: any;
220
- managed_by: any;
221
- role: any;
222
- deleted_at: any;
223
- };
224
- 'resultMapper-user_5000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
225
- sub: any;
226
- created_at: any;
227
- updated_at: any;
228
- email: any;
229
- email_verified: any;
230
- password_hash: any;
231
- managed_by: any;
232
- role: any;
233
- deleted_at: any;
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) => {
243
- id: any;
244
- created_at: any;
245
- updated_at: any;
246
- user: any;
247
- client: any;
248
- scopes: any;
249
- granted_at: any;
250
- revoked_at: any;
251
- };
252
- 'snapshotGenerator-user_consent_10000': (clone: any, cloneEmbeddable: any, convertToDatabaseValue_id: any, processDateProperty: any, toArray: any, EntityIdentifier: any, convertToDatabaseValue_scopes: any) => (entity: any) => {
253
- id: any;
254
- created_at: any;
255
- updated_at: any;
256
- user: any;
257
- client: any;
258
- scopes: any;
259
- granted_at: any;
260
- revoked_at: any;
261
- };
262
- 'resultMapper-user_consent_10000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
263
- id: any;
264
- created_at: any;
265
- updated_at: any;
266
- user: any;
267
- client: any;
268
- scopes: any;
269
- granted_at: any;
270
- revoked_at: any;
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) => {
280
- id: any;
281
- created_at: any;
282
- updated_at: any;
283
- required: any;
284
- consentMode: any;
285
- version: any;
286
- managed_by: any;
287
- };
288
- 'snapshotGenerator-terms_16000': (clone: any, cloneEmbeddable: any, processDateProperty: any) => (entity: any) => {
289
- id: any;
290
- created_at: any;
291
- updated_at: any;
292
- required: any;
293
- consentMode: any;
294
- version: any;
295
- managed_by: any;
296
- };
297
- 'resultMapper-terms_16000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
298
- id: any;
299
- created_at: any;
300
- updated_at: any;
301
- required: any;
302
- consentMode: any;
303
- version: any;
304
- managed_by: any;
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) => {
314
- id: any;
315
- created_at: any;
316
- updated_at: any;
317
- terms: any;
318
- lang: any;
319
- title: any;
320
- type: any;
321
- content: any;
322
- };
323
- 'snapshotGenerator-terms_content_14000': (clone: any, cloneEmbeddable: any, convertToDatabaseValue_id: any, processDateProperty: any, toArray: any, EntityIdentifier: any) => (entity: any) => {
324
- id: any;
325
- created_at: any;
326
- updated_at: any;
327
- terms: any;
328
- lang: any;
329
- title: any;
330
- type: any;
331
- content: any;
332
- };
333
- 'resultMapper-terms_content_14000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
334
- id: any;
335
- created_at: any;
336
- updated_at: any;
337
- terms: any;
338
- lang: any;
339
- title: any;
340
- type: any;
341
- content: any;
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) => {
351
- id: any;
352
- created_at: any;
353
- updated_at: any;
354
- jti: any;
355
- token_type: any;
356
- client: any;
357
- user: any;
358
- expires_at: any;
359
- revoked_at: any;
360
- };
361
- 'snapshotGenerator-revoked_tokens_9000': (clone: any, cloneEmbeddable: any, convertToDatabaseValue_id: any, processDateProperty: any, toArray: any, EntityIdentifier: any) => (entity: any) => {
362
- id: any;
363
- created_at: any;
364
- updated_at: any;
365
- jti: any;
366
- token_type: any;
367
- client: any;
368
- user: any;
369
- expires_at: any;
370
- revoked_at: any;
371
- };
372
- 'resultMapper-revoked_tokens_9000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
373
- id: any;
374
- created_at: any;
375
- updated_at: any;
376
- jti: any;
377
- token_type: any;
378
- client: any;
379
- user: any;
380
- expires_at: any;
381
- revoked_at: any;
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) => {
391
- id: any;
392
- created_at: any;
393
- updated_at: any;
394
- token: any;
395
- providerId: any;
396
- accessToken: any;
397
- refreshToken: any;
398
- expiresIn: any;
399
- tokenType: any;
400
- userInfo: any;
401
- returnUrl: any;
402
- expiresAt: any;
403
- };
404
- 'snapshotGenerator-pending_oauth_registration_13000': (clone: any, cloneEmbeddable: any, convertToDatabaseValue_id: any, processDateProperty: any, convertToDatabaseValue_userInfo: any) => (entity: any) => {
405
- id: any;
406
- created_at: any;
407
- updated_at: any;
408
- token: any;
409
- providerId: any;
410
- accessToken: any;
411
- refreshToken: any;
412
- expiresIn: any;
413
- tokenType: any;
414
- userInfo: any;
415
- returnUrl: any;
416
- expiresAt: any;
417
- };
418
- 'resultMapper-pending_oauth_registration_13000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
419
- id: any;
420
- created_at: any;
421
- updated_at: any;
422
- token: any;
423
- providerId: any;
424
- accessToken: any;
425
- refreshToken: any;
426
- expiresIn: any;
427
- tokenType: any;
428
- userInfo: any;
429
- returnUrl: any;
430
- expiresAt: any;
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) => {
440
- id: any;
441
- created_at: any;
442
- updated_at: any;
443
- user: any;
444
- token: any;
445
- expiresAt: any;
446
- used: any;
447
- usedAt: any;
448
- };
449
- 'snapshotGenerator-password_reset_12000': (clone: any, cloneEmbeddable: any, convertToDatabaseValue_id: any, processDateProperty: any, toArray: any, EntityIdentifier: any) => (entity: any) => {
450
- id: any;
451
- created_at: any;
452
- updated_at: any;
453
- user: any;
454
- token: any;
455
- expiresAt: any;
456
- used: any;
457
- usedAt: any;
458
- };
459
- 'resultMapper-password_reset_12000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
460
- id: any;
461
- created_at: any;
462
- updated_at: any;
463
- user: any;
464
- token: any;
465
- expiresAt: any;
466
- used: any;
467
- usedAt: any;
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) => {
477
- id: any;
478
- created_at: any;
479
- updated_at: any;
480
- codeHash: any;
481
- client: any;
482
- user: any;
483
- redirectUri: any;
484
- scope: any;
485
- nonce: any;
486
- codeChallenge: any;
487
- codeChallengeMethod: any;
488
- expiredAt: any;
489
- consumedAt: any;
490
- authTime: any;
491
- };
492
- 'snapshotGenerator-oauth_code_8000': (clone: any, cloneEmbeddable: any, convertToDatabaseValue_id: any, processDateProperty: any, toArray: any, EntityIdentifier: any, convertToDatabaseValue_scope: any) => (entity: any) => {
493
- id: any;
494
- created_at: any;
495
- updated_at: any;
496
- codeHash: any;
497
- client: any;
498
- user: any;
499
- redirectUri: any;
500
- scope: any;
501
- nonce: any;
502
- codeChallenge: any;
503
- codeChallengeMethod: any;
504
- expiredAt: any;
505
- consumedAt: any;
506
- authTime: any;
507
- };
508
- 'resultMapper-oauth_code_8000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
509
- id: any;
510
- created_at: any;
511
- updated_at: any;
512
- codeHash: any;
513
- client: any;
514
- user: any;
515
- redirectUri: any;
516
- scope: any;
517
- nonce: any;
518
- codeChallenge: any;
519
- codeChallengeMethod: any;
520
- expiredAt: any;
521
- consumedAt: any;
522
- authTime: any;
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) => {
532
- id: any;
533
- created_at: any;
534
- updated_at: any;
535
- clientId: any;
536
- clientSecretHash: any;
537
- name: any;
538
- grantTypes: any;
539
- responseTypes: any;
540
- scopes: any;
541
- redirectUris: any;
542
- enabled: any;
543
- managed_by: any;
544
- logoUri: any;
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) => {
547
- id: any;
548
- created_at: any;
549
- updated_at: any;
550
- clientId: any;
551
- clientSecretHash: any;
552
- name: any;
553
- grantTypes: any;
554
- responseTypes: any;
555
- scopes: any;
556
- redirectUris: any;
557
- enabled: any;
558
- managed_by: any;
559
- logoUri: any;
560
- };
561
- 'resultMapper-oauth_client_11000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
562
- id: any;
563
- created_at: any;
564
- updated_at: any;
565
- clientId: any;
566
- clientSecretHash: any;
567
- name: any;
568
- grantTypes: any;
569
- responseTypes: any;
570
- scopes: any;
571
- redirectUris: any;
572
- enabled: any;
573
- managed_by: any;
574
- logoUri: any;
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) => {
584
- kid: any;
585
- created_at: any;
586
- updated_at: any;
587
- private_key: any;
588
- public_key: any;
589
- algorithm: any;
590
- status: any;
591
- activated_at: any;
592
- deactivated_at: any;
593
- retired_at: any;
594
- expires_at: any;
595
- };
596
- 'snapshotGenerator-jwt_key_7000': (clone: any, cloneEmbeddable: any, processDateProperty: any) => (entity: any) => {
597
- kid: any;
598
- created_at: any;
599
- updated_at: any;
600
- private_key: any;
601
- public_key: any;
602
- algorithm: any;
603
- status: any;
604
- activated_at: any;
605
- deactivated_at: any;
606
- retired_at: any;
607
- expires_at: any;
608
- };
609
- 'resultMapper-jwt_key_7000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
610
- kid: any;
611
- created_at: any;
612
- updated_at: any;
613
- private_key: any;
614
- public_key: any;
615
- algorithm: any;
616
- status: any;
617
- activated_at: any;
618
- deactivated_at: any;
619
- retired_at: any;
620
- expires_at: any;
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) => {
630
- id: any;
631
- created_at: any;
632
- updated_at: any;
633
- user: any;
634
- token: any;
635
- expiresAt: any;
636
- verified: any;
637
- verifiedAt: any;
638
- };
639
- 'snapshotGenerator-email_verification_6000': (clone: any, cloneEmbeddable: any, convertToDatabaseValue_id: any, processDateProperty: any, toArray: any, EntityIdentifier: any) => (entity: any) => {
640
- id: any;
641
- created_at: any;
642
- updated_at: any;
643
- user: any;
644
- token: any;
645
- expiresAt: any;
646
- verified: any;
647
- verifiedAt: any;
648
- };
649
- 'resultMapper-email_verification_6000': (PolymorphicRef: any, parseDate: any) => (result: any) => {
650
- id: any;
651
- created_at: any;
652
- updated_at: any;
653
- user: any;
654
- token: any;
655
- expiresAt: any;
656
- verified: any;
657
- verifiedAt: any;
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;
664
- };
665
- export default _default;
666
- //# sourceMappingURL=compiled-functions.d.ts.map