@prisma/orm-extension-supabase 8.0.0-rc.5-dev.2 → 8.0.0-rc.5-dev.3
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.
- package/dist/{contract-DMfLbJHA-cAPnZpB0.mjs → contract-BtkFI1FE-DxMTuQhc.mjs} +169 -169
- package/dist/contract-BtkFI1FE-DxMTuQhc.mjs.map +1 -0
- package/dist/contract.d.mts +8 -8
- package/dist/contract.mjs +1 -1
- package/dist/contract.mjs.map +1 -1
- package/dist/pack.mjs +1 -1
- package/dist/pack.mjs.map +1 -1
- package/dist/runtime.d.mts +552 -520
- package/dist/runtime.d.mts.map +1 -1
- package/dist/runtime.mjs +1 -1
- package/dist/runtime.mjs.map +1 -1
- package/package.json +10 -10
- package/dist/contract-DMfLbJHA-cAPnZpB0.mjs.map +0 -1
package/dist/runtime.d.mts
CHANGED
|
@@ -25,7 +25,7 @@ import { SqlExecutionPlan, SqlQueryPlan } from "@prisma/orm-family-sql/relationa
|
|
|
25
25
|
declare const supabaseRuntimeDescriptor: SqlRuntimeExtensionDescriptor<'postgres'>;
|
|
26
26
|
//#endregion
|
|
27
27
|
//#region src/contract/contract.d.ts
|
|
28
|
-
type StorageHash = StorageHashBase<'
|
|
28
|
+
type StorageHash = StorageHashBase<'409d9a5191d9d7d8e45a795cb55695a79edce9d8f42ff1e456bce6e79f98dff1'>;
|
|
29
29
|
type ProfileHash = ProfileHashBase<'3916f444a8a17ad749191acf9e08dad97d1a327b88c2f1d45d12f240296aa8b2'>;
|
|
30
30
|
type CodecTypes$1 = CodecTypes;
|
|
31
31
|
type QueryOperationTypes$1 = QueryOperationTypes<CodecTypes$1>;
|
|
@@ -72,7 +72,11 @@ type AggregateTypes = {
|
|
|
72
72
|
readonly output: 'pg/numeric@1';
|
|
73
73
|
readonly nullable: true;
|
|
74
74
|
};
|
|
75
|
-
readonly 'pg/time@1': {
|
|
75
|
+
readonly 'pg/time-string@1': {
|
|
76
|
+
readonly output: 'pg/interval@1';
|
|
77
|
+
readonly nullable: true;
|
|
78
|
+
};
|
|
79
|
+
readonly 'pg/time-temporal@1': {
|
|
76
80
|
readonly output: 'pg/interval@1';
|
|
77
81
|
readonly nullable: true;
|
|
78
82
|
};
|
|
@@ -154,8 +158,12 @@ type AggregateTypes = {
|
|
|
154
158
|
readonly output: 'pg/char@1';
|
|
155
159
|
readonly nullable: true;
|
|
156
160
|
};
|
|
157
|
-
readonly 'pg/date@1': {
|
|
158
|
-
readonly output: 'pg/date@1';
|
|
161
|
+
readonly 'pg/date-string@1': {
|
|
162
|
+
readonly output: 'pg/date-string@1';
|
|
163
|
+
readonly nullable: true;
|
|
164
|
+
};
|
|
165
|
+
readonly 'pg/date-temporal@1': {
|
|
166
|
+
readonly output: 'pg/date-temporal@1';
|
|
159
167
|
readonly nullable: true;
|
|
160
168
|
};
|
|
161
169
|
readonly 'pg/enum@1': {
|
|
@@ -214,16 +222,28 @@ type AggregateTypes = {
|
|
|
214
222
|
readonly output: 'pg/text@1';
|
|
215
223
|
readonly nullable: true;
|
|
216
224
|
};
|
|
217
|
-
readonly 'pg/time@1': {
|
|
218
|
-
readonly output: 'pg/time@1';
|
|
225
|
+
readonly 'pg/time-string@1': {
|
|
226
|
+
readonly output: 'pg/time-string@1';
|
|
227
|
+
readonly nullable: true;
|
|
228
|
+
};
|
|
229
|
+
readonly 'pg/time-temporal@1': {
|
|
230
|
+
readonly output: 'pg/time-temporal@1';
|
|
219
231
|
readonly nullable: true;
|
|
220
232
|
};
|
|
221
|
-
readonly 'pg/timestamp@1': {
|
|
222
|
-
readonly output: 'pg/timestamp@1';
|
|
233
|
+
readonly 'pg/timestamp-string@1': {
|
|
234
|
+
readonly output: 'pg/timestamp-string@1';
|
|
223
235
|
readonly nullable: true;
|
|
224
236
|
};
|
|
225
|
-
readonly 'pg/
|
|
226
|
-
readonly output: 'pg/
|
|
237
|
+
readonly 'pg/timestamp-temporal@1': {
|
|
238
|
+
readonly output: 'pg/timestamp-temporal@1';
|
|
239
|
+
readonly nullable: true;
|
|
240
|
+
};
|
|
241
|
+
readonly 'pg/timestamptz-string@1': {
|
|
242
|
+
readonly output: 'pg/timestamptz-string@1';
|
|
243
|
+
readonly nullable: true;
|
|
244
|
+
};
|
|
245
|
+
readonly 'pg/timestamptz-temporal@1': {
|
|
246
|
+
readonly output: 'pg/timestamptz-temporal@1';
|
|
227
247
|
readonly nullable: true;
|
|
228
248
|
};
|
|
229
249
|
readonly 'pg/timetz@1': {
|
|
@@ -254,10 +274,6 @@ type AggregateTypes = {
|
|
|
254
274
|
readonly output: 'sql/text@1';
|
|
255
275
|
readonly nullable: true;
|
|
256
276
|
};
|
|
257
|
-
readonly 'sql/timestamp@1': {
|
|
258
|
-
readonly output: 'sql/timestamp@1';
|
|
259
|
-
readonly nullable: true;
|
|
260
|
-
};
|
|
261
277
|
readonly 'sql/varchar@1': {
|
|
262
278
|
readonly output: 'pg/text@1';
|
|
263
279
|
readonly nullable: true;
|
|
@@ -270,8 +286,12 @@ type AggregateTypes = {
|
|
|
270
286
|
readonly output: 'pg/char@1';
|
|
271
287
|
readonly nullable: true;
|
|
272
288
|
};
|
|
273
|
-
readonly 'pg/date@1': {
|
|
274
|
-
readonly output: 'pg/date@1';
|
|
289
|
+
readonly 'pg/date-string@1': {
|
|
290
|
+
readonly output: 'pg/date-string@1';
|
|
291
|
+
readonly nullable: true;
|
|
292
|
+
};
|
|
293
|
+
readonly 'pg/date-temporal@1': {
|
|
294
|
+
readonly output: 'pg/date-temporal@1';
|
|
275
295
|
readonly nullable: true;
|
|
276
296
|
};
|
|
277
297
|
readonly 'pg/enum@1': {
|
|
@@ -330,16 +350,28 @@ type AggregateTypes = {
|
|
|
330
350
|
readonly output: 'pg/text@1';
|
|
331
351
|
readonly nullable: true;
|
|
332
352
|
};
|
|
333
|
-
readonly 'pg/time@1': {
|
|
334
|
-
readonly output: 'pg/time@1';
|
|
353
|
+
readonly 'pg/time-string@1': {
|
|
354
|
+
readonly output: 'pg/time-string@1';
|
|
355
|
+
readonly nullable: true;
|
|
356
|
+
};
|
|
357
|
+
readonly 'pg/time-temporal@1': {
|
|
358
|
+
readonly output: 'pg/time-temporal@1';
|
|
335
359
|
readonly nullable: true;
|
|
336
360
|
};
|
|
337
|
-
readonly 'pg/timestamp@1': {
|
|
338
|
-
readonly output: 'pg/timestamp@1';
|
|
361
|
+
readonly 'pg/timestamp-string@1': {
|
|
362
|
+
readonly output: 'pg/timestamp-string@1';
|
|
339
363
|
readonly nullable: true;
|
|
340
364
|
};
|
|
341
|
-
readonly 'pg/
|
|
342
|
-
readonly output: 'pg/
|
|
365
|
+
readonly 'pg/timestamp-temporal@1': {
|
|
366
|
+
readonly output: 'pg/timestamp-temporal@1';
|
|
367
|
+
readonly nullable: true;
|
|
368
|
+
};
|
|
369
|
+
readonly 'pg/timestamptz-string@1': {
|
|
370
|
+
readonly output: 'pg/timestamptz-string@1';
|
|
371
|
+
readonly nullable: true;
|
|
372
|
+
};
|
|
373
|
+
readonly 'pg/timestamptz-temporal@1': {
|
|
374
|
+
readonly output: 'pg/timestamptz-temporal@1';
|
|
343
375
|
readonly nullable: true;
|
|
344
376
|
};
|
|
345
377
|
readonly 'pg/timetz@1': {
|
|
@@ -370,10 +402,6 @@ type AggregateTypes = {
|
|
|
370
402
|
readonly output: 'sql/text@1';
|
|
371
403
|
readonly nullable: true;
|
|
372
404
|
};
|
|
373
|
-
readonly 'sql/timestamp@1': {
|
|
374
|
-
readonly output: 'sql/timestamp@1';
|
|
375
|
-
readonly nullable: true;
|
|
376
|
-
};
|
|
377
405
|
readonly 'sql/varchar@1': {
|
|
378
406
|
readonly output: 'pg/text@1';
|
|
379
407
|
readonly nullable: true;
|
|
@@ -422,7 +450,11 @@ type AggregateTypes = {
|
|
|
422
450
|
readonly output: 'pg/numeric@1';
|
|
423
451
|
readonly nullable: true;
|
|
424
452
|
};
|
|
425
|
-
readonly 'pg/time@1': {
|
|
453
|
+
readonly 'pg/time-string@1': {
|
|
454
|
+
readonly output: 'pg/interval@1';
|
|
455
|
+
readonly nullable: true;
|
|
456
|
+
};
|
|
457
|
+
readonly 'pg/time-temporal@1': {
|
|
426
458
|
readonly output: 'pg/interval@1';
|
|
427
459
|
readonly nullable: true;
|
|
428
460
|
};
|
|
@@ -480,7 +512,7 @@ type FieldOutputTypes = {
|
|
|
480
512
|
readonly id: CodecTypes$1['pg/uuid@1']['output'];
|
|
481
513
|
readonly instanceId: CodecTypes$1['pg/uuid@1']['output'] | null;
|
|
482
514
|
readonly payload: CodecTypes$1['pg/json@1']['output'] | null;
|
|
483
|
-
readonly createdAt: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
515
|
+
readonly createdAt: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
484
516
|
readonly ipAddress: Varchar<64>;
|
|
485
517
|
};
|
|
486
518
|
readonly AuthIdentity: {
|
|
@@ -489,20 +521,20 @@ type FieldOutputTypes = {
|
|
|
489
521
|
readonly userId: CodecTypes$1['pg/uuid@1']['output'];
|
|
490
522
|
readonly identityData: CodecTypes$1['pg/jsonb@1']['output'];
|
|
491
523
|
readonly provider: CodecTypes$1['pg/text@1']['output'];
|
|
492
|
-
readonly lastSignInAt: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
493
|
-
readonly createdAt: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
494
|
-
readonly updatedAt: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
524
|
+
readonly lastSignInAt: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
525
|
+
readonly createdAt: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
526
|
+
readonly updatedAt: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
495
527
|
readonly email: CodecTypes$1['pg/text@1']['output'] | null;
|
|
496
528
|
};
|
|
497
529
|
readonly AuthSession: {
|
|
498
530
|
readonly id: CodecTypes$1['pg/uuid@1']['output'];
|
|
499
531
|
readonly userId: CodecTypes$1['pg/uuid@1']['output'];
|
|
500
|
-
readonly createdAt: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
501
|
-
readonly updatedAt: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
532
|
+
readonly createdAt: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
533
|
+
readonly updatedAt: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
502
534
|
readonly factorId: CodecTypes$1['pg/uuid@1']['output'] | null;
|
|
503
535
|
readonly aal: 'aal1' | 'aal2' | 'aal3' | null;
|
|
504
|
-
readonly notAfter: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
505
|
-
readonly refreshedAt: CodecTypes$1['pg/timestamp@1']['output'] | null;
|
|
536
|
+
readonly notAfter: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
537
|
+
readonly refreshedAt: CodecTypes$1['pg/timestamp-temporal@1']['output'] | null;
|
|
506
538
|
readonly userAgent: CodecTypes$1['pg/text@1']['output'] | null;
|
|
507
539
|
readonly ip: CodecTypes$1['pg/inet@1']['output'] | null;
|
|
508
540
|
readonly tag: CodecTypes$1['pg/text@1']['output'] | null;
|
|
@@ -518,34 +550,34 @@ type FieldOutputTypes = {
|
|
|
518
550
|
readonly role: Varchar<255> | null;
|
|
519
551
|
readonly email: Varchar<255> | null;
|
|
520
552
|
readonly encryptedPassword: Varchar<255> | null;
|
|
521
|
-
readonly emailConfirmedAt: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
522
|
-
readonly invitedAt: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
553
|
+
readonly emailConfirmedAt: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
554
|
+
readonly invitedAt: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
523
555
|
readonly confirmationToken: Varchar<255> | null;
|
|
524
|
-
readonly confirmationSentAt: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
556
|
+
readonly confirmationSentAt: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
525
557
|
readonly recoveryToken: Varchar<255> | null;
|
|
526
|
-
readonly recoverySentAt: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
558
|
+
readonly recoverySentAt: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
527
559
|
readonly emailChangeTokenNew: Varchar<255> | null;
|
|
528
560
|
readonly emailChange: Varchar<255> | null;
|
|
529
|
-
readonly emailChangeSentAt: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
530
|
-
readonly lastSignInAt: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
561
|
+
readonly emailChangeSentAt: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
562
|
+
readonly lastSignInAt: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
531
563
|
readonly rawAppMetaData: CodecTypes$1['pg/jsonb@1']['output'] | null;
|
|
532
564
|
readonly rawUserMetaData: CodecTypes$1['pg/jsonb@1']['output'] | null;
|
|
533
565
|
readonly isSuperAdmin: CodecTypes$1['pg/bool@1']['output'] | null;
|
|
534
|
-
readonly createdAt: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
535
|
-
readonly updatedAt: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
566
|
+
readonly createdAt: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
567
|
+
readonly updatedAt: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
536
568
|
readonly phone: CodecTypes$1['pg/text@1']['output'] | null;
|
|
537
|
-
readonly phoneConfirmedAt: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
569
|
+
readonly phoneConfirmedAt: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
538
570
|
readonly phoneChange: CodecTypes$1['pg/text@1']['output'] | null;
|
|
539
571
|
readonly phoneChangeToken: Varchar<255> | null;
|
|
540
|
-
readonly phoneChangeSentAt: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
541
|
-
readonly confirmedAt: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
572
|
+
readonly phoneChangeSentAt: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
573
|
+
readonly confirmedAt: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
542
574
|
readonly emailChangeTokenCurrent: Varchar<255> | null;
|
|
543
575
|
readonly emailChangeConfirmStatus: CodecTypes$1['pg/int2@1']['output'] | null;
|
|
544
|
-
readonly bannedUntil: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
576
|
+
readonly bannedUntil: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
545
577
|
readonly reauthenticationToken: Varchar<255> | null;
|
|
546
|
-
readonly reauthenticationSentAt: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
578
|
+
readonly reauthenticationSentAt: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
547
579
|
readonly isSsoUser: CodecTypes$1['pg/bool@1']['output'];
|
|
548
|
-
readonly deletedAt: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
580
|
+
readonly deletedAt: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
549
581
|
readonly isAnonymous: CodecTypes$1['pg/bool@1']['output'];
|
|
550
582
|
};
|
|
551
583
|
readonly CustomOauthProviders: {
|
|
@@ -566,13 +598,13 @@ type FieldOutputTypes = {
|
|
|
566
598
|
readonly discoveryUrl: CodecTypes$1['pg/text@1']['output'] | null;
|
|
567
599
|
readonly skipNonceCheck: CodecTypes$1['pg/bool@1']['output'];
|
|
568
600
|
readonly cachedDiscovery: CodecTypes$1['pg/jsonb@1']['output'] | null;
|
|
569
|
-
readonly discoveryCachedAt: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
601
|
+
readonly discoveryCachedAt: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
570
602
|
readonly authorizationUrl: CodecTypes$1['pg/text@1']['output'] | null;
|
|
571
603
|
readonly tokenUrl: CodecTypes$1['pg/text@1']['output'] | null;
|
|
572
604
|
readonly userinfoUrl: CodecTypes$1['pg/text@1']['output'] | null;
|
|
573
605
|
readonly jwksUri: CodecTypes$1['pg/text@1']['output'] | null;
|
|
574
|
-
readonly createdAt: CodecTypes$1['pg/timestamptz@1']['output'];
|
|
575
|
-
readonly updatedAt: CodecTypes$1['pg/timestamptz@1']['output'];
|
|
606
|
+
readonly createdAt: CodecTypes$1['pg/timestamptz-temporal@1']['output'];
|
|
607
|
+
readonly updatedAt: CodecTypes$1['pg/timestamptz-temporal@1']['output'];
|
|
576
608
|
};
|
|
577
609
|
readonly FlowState: {
|
|
578
610
|
readonly id: CodecTypes$1['pg/uuid@1']['output'];
|
|
@@ -583,10 +615,10 @@ type FieldOutputTypes = {
|
|
|
583
615
|
readonly providerType: CodecTypes$1['pg/text@1']['output'];
|
|
584
616
|
readonly providerAccessToken: CodecTypes$1['pg/text@1']['output'] | null;
|
|
585
617
|
readonly providerRefreshToken: CodecTypes$1['pg/text@1']['output'] | null;
|
|
586
|
-
readonly createdAt: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
587
|
-
readonly updatedAt: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
618
|
+
readonly createdAt: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
619
|
+
readonly updatedAt: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
588
620
|
readonly authenticationMethod: CodecTypes$1['pg/text@1']['output'];
|
|
589
|
-
readonly authCodeIssuedAt: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
621
|
+
readonly authCodeIssuedAt: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
590
622
|
readonly inviteToken: CodecTypes$1['pg/text@1']['output'] | null;
|
|
591
623
|
readonly referrer: CodecTypes$1['pg/text@1']['output'] | null;
|
|
592
624
|
readonly oauthClientStateId: CodecTypes$1['pg/uuid@1']['output'] | null;
|
|
@@ -597,21 +629,21 @@ type FieldOutputTypes = {
|
|
|
597
629
|
readonly id: CodecTypes$1['pg/uuid@1']['output'];
|
|
598
630
|
readonly uuid: CodecTypes$1['pg/uuid@1']['output'] | null;
|
|
599
631
|
readonly rawBaseConfig: CodecTypes$1['pg/text@1']['output'] | null;
|
|
600
|
-
readonly createdAt: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
601
|
-
readonly updatedAt: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
632
|
+
readonly createdAt: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
633
|
+
readonly updatedAt: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
602
634
|
};
|
|
603
635
|
readonly MfaAmrClaims: {
|
|
604
636
|
readonly id: CodecTypes$1['pg/uuid@1']['output'];
|
|
605
637
|
readonly sessionId: CodecTypes$1['pg/uuid@1']['output'];
|
|
606
|
-
readonly createdAt: CodecTypes$1['pg/timestamptz@1']['output'];
|
|
607
|
-
readonly updatedAt: CodecTypes$1['pg/timestamptz@1']['output'];
|
|
638
|
+
readonly createdAt: CodecTypes$1['pg/timestamptz-temporal@1']['output'];
|
|
639
|
+
readonly updatedAt: CodecTypes$1['pg/timestamptz-temporal@1']['output'];
|
|
608
640
|
readonly authenticationMethod: CodecTypes$1['pg/text@1']['output'];
|
|
609
641
|
};
|
|
610
642
|
readonly MfaChallenges: {
|
|
611
643
|
readonly id: CodecTypes$1['pg/uuid@1']['output'];
|
|
612
644
|
readonly factorId: CodecTypes$1['pg/uuid@1']['output'];
|
|
613
|
-
readonly createdAt: CodecTypes$1['pg/timestamptz@1']['output'];
|
|
614
|
-
readonly verifiedAt: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
645
|
+
readonly createdAt: CodecTypes$1['pg/timestamptz-temporal@1']['output'];
|
|
646
|
+
readonly verifiedAt: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
615
647
|
readonly ipAddress: CodecTypes$1['pg/inet@1']['output'];
|
|
616
648
|
readonly otpCode: CodecTypes$1['pg/text@1']['output'] | null;
|
|
617
649
|
readonly webAuthnSessionData: CodecTypes$1['pg/jsonb@1']['output'] | null;
|
|
@@ -622,11 +654,11 @@ type FieldOutputTypes = {
|
|
|
622
654
|
readonly friendlyName: CodecTypes$1['pg/text@1']['output'] | null;
|
|
623
655
|
readonly factorType: 'totp' | 'webauthn' | 'phone';
|
|
624
656
|
readonly status: 'unverified' | 'verified';
|
|
625
|
-
readonly createdAt: CodecTypes$1['pg/timestamptz@1']['output'];
|
|
626
|
-
readonly updatedAt: CodecTypes$1['pg/timestamptz@1']['output'];
|
|
657
|
+
readonly createdAt: CodecTypes$1['pg/timestamptz-temporal@1']['output'];
|
|
658
|
+
readonly updatedAt: CodecTypes$1['pg/timestamptz-temporal@1']['output'];
|
|
627
659
|
readonly secret: CodecTypes$1['pg/text@1']['output'] | null;
|
|
628
660
|
readonly phone: CodecTypes$1['pg/text@1']['output'] | null;
|
|
629
|
-
readonly lastChallengedAt: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
661
|
+
readonly lastChallengedAt: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
630
662
|
readonly webAuthnCredential: CodecTypes$1['pg/jsonb@1']['output'] | null;
|
|
631
663
|
readonly webAuthnAaguid: CodecTypes$1['pg/uuid@1']['output'] | null;
|
|
632
664
|
readonly lastWebauthnChallengeData: CodecTypes$1['pg/jsonb@1']['output'] | null;
|
|
@@ -645,9 +677,9 @@ type FieldOutputTypes = {
|
|
|
645
677
|
readonly responseType: 'code';
|
|
646
678
|
readonly status: 'pending' | 'approved' | 'denied' | 'expired';
|
|
647
679
|
readonly authorizationCode: CodecTypes$1['pg/text@1']['output'] | null;
|
|
648
|
-
readonly createdAt: CodecTypes$1['pg/timestamptz@1']['output'];
|
|
649
|
-
readonly expiresAt: CodecTypes$1['pg/timestamptz@1']['output'];
|
|
650
|
-
readonly approvedAt: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
680
|
+
readonly createdAt: CodecTypes$1['pg/timestamptz-temporal@1']['output'];
|
|
681
|
+
readonly expiresAt: CodecTypes$1['pg/timestamptz-temporal@1']['output'];
|
|
682
|
+
readonly approvedAt: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
651
683
|
readonly nonce: CodecTypes$1['pg/text@1']['output'] | null;
|
|
652
684
|
};
|
|
653
685
|
readonly OauthClients: {
|
|
@@ -659,9 +691,9 @@ type FieldOutputTypes = {
|
|
|
659
691
|
readonly clientName: CodecTypes$1['pg/text@1']['output'] | null;
|
|
660
692
|
readonly clientUri: CodecTypes$1['pg/text@1']['output'] | null;
|
|
661
693
|
readonly logoUri: CodecTypes$1['pg/text@1']['output'] | null;
|
|
662
|
-
readonly createdAt: CodecTypes$1['pg/timestamptz@1']['output'];
|
|
663
|
-
readonly updatedAt: CodecTypes$1['pg/timestamptz@1']['output'];
|
|
664
|
-
readonly deletedAt: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
694
|
+
readonly createdAt: CodecTypes$1['pg/timestamptz-temporal@1']['output'];
|
|
695
|
+
readonly updatedAt: CodecTypes$1['pg/timestamptz-temporal@1']['output'];
|
|
696
|
+
readonly deletedAt: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
665
697
|
readonly clientType: 'public' | 'confidential';
|
|
666
698
|
readonly tokenEndpointAuthMethod: CodecTypes$1['pg/text@1']['output'];
|
|
667
699
|
};
|
|
@@ -669,15 +701,15 @@ type FieldOutputTypes = {
|
|
|
669
701
|
readonly id: CodecTypes$1['pg/uuid@1']['output'];
|
|
670
702
|
readonly providerType: CodecTypes$1['pg/text@1']['output'];
|
|
671
703
|
readonly codeVerifier: CodecTypes$1['pg/text@1']['output'] | null;
|
|
672
|
-
readonly createdAt: CodecTypes$1['pg/timestamptz@1']['output'];
|
|
704
|
+
readonly createdAt: CodecTypes$1['pg/timestamptz-temporal@1']['output'];
|
|
673
705
|
};
|
|
674
706
|
readonly OauthConsents: {
|
|
675
707
|
readonly id: CodecTypes$1['pg/uuid@1']['output'];
|
|
676
708
|
readonly userId: CodecTypes$1['pg/uuid@1']['output'];
|
|
677
709
|
readonly clientId: CodecTypes$1['pg/uuid@1']['output'];
|
|
678
710
|
readonly scopes: CodecTypes$1['pg/text@1']['output'];
|
|
679
|
-
readonly grantedAt: CodecTypes$1['pg/timestamptz@1']['output'];
|
|
680
|
-
readonly revokedAt: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
711
|
+
readonly grantedAt: CodecTypes$1['pg/timestamptz-temporal@1']['output'];
|
|
712
|
+
readonly revokedAt: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
681
713
|
};
|
|
682
714
|
readonly OneTimeTokens: {
|
|
683
715
|
readonly id: CodecTypes$1['pg/uuid@1']['output'];
|
|
@@ -685,8 +717,8 @@ type FieldOutputTypes = {
|
|
|
685
717
|
readonly tokenType: 'confirmation_token' | 'reauthentication_token' | 'recovery_token' | 'email_change_token_new' | 'email_change_token_current' | 'phone_change_token';
|
|
686
718
|
readonly tokenHash: CodecTypes$1['pg/text@1']['output'];
|
|
687
719
|
readonly relatesTo: CodecTypes$1['pg/text@1']['output'];
|
|
688
|
-
readonly createdAt: CodecTypes$1['pg/timestamp@1']['output'];
|
|
689
|
-
readonly updatedAt: CodecTypes$1['pg/timestamp@1']['output'];
|
|
720
|
+
readonly createdAt: CodecTypes$1['pg/timestamp-temporal@1']['output'];
|
|
721
|
+
readonly updatedAt: CodecTypes$1['pg/timestamp-temporal@1']['output'];
|
|
690
722
|
};
|
|
691
723
|
readonly RefreshTokens: {
|
|
692
724
|
readonly id: CodecTypes$1['pg/int8@1']['output'];
|
|
@@ -694,8 +726,8 @@ type FieldOutputTypes = {
|
|
|
694
726
|
readonly token: Varchar<255> | null;
|
|
695
727
|
readonly userId: Varchar<255> | null;
|
|
696
728
|
readonly revoked: CodecTypes$1['pg/bool@1']['output'] | null;
|
|
697
|
-
readonly createdAt: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
698
|
-
readonly updatedAt: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
729
|
+
readonly createdAt: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
730
|
+
readonly updatedAt: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
699
731
|
readonly parent: Varchar<255> | null;
|
|
700
732
|
readonly sessionId: CodecTypes$1['pg/uuid@1']['output'] | null;
|
|
701
733
|
};
|
|
@@ -706,8 +738,8 @@ type FieldOutputTypes = {
|
|
|
706
738
|
readonly metadataXml: CodecTypes$1['pg/text@1']['output'];
|
|
707
739
|
readonly metadataUrl: CodecTypes$1['pg/text@1']['output'] | null;
|
|
708
740
|
readonly attributeMapping: CodecTypes$1['pg/jsonb@1']['output'] | null;
|
|
709
|
-
readonly createdAt: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
710
|
-
readonly updatedAt: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
741
|
+
readonly createdAt: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
742
|
+
readonly updatedAt: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
711
743
|
readonly nameIdFormat: CodecTypes$1['pg/text@1']['output'] | null;
|
|
712
744
|
};
|
|
713
745
|
readonly SamlRelayStates: {
|
|
@@ -716,8 +748,8 @@ type FieldOutputTypes = {
|
|
|
716
748
|
readonly requestId: CodecTypes$1['pg/text@1']['output'];
|
|
717
749
|
readonly forEmail: CodecTypes$1['pg/text@1']['output'] | null;
|
|
718
750
|
readonly redirectTo: CodecTypes$1['pg/text@1']['output'] | null;
|
|
719
|
-
readonly createdAt: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
720
|
-
readonly updatedAt: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
751
|
+
readonly createdAt: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
752
|
+
readonly updatedAt: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
721
753
|
readonly flowStateId: CodecTypes$1['pg/uuid@1']['output'] | null;
|
|
722
754
|
};
|
|
723
755
|
readonly SchemaMigrations: {
|
|
@@ -727,14 +759,14 @@ type FieldOutputTypes = {
|
|
|
727
759
|
readonly id: CodecTypes$1['pg/uuid@1']['output'];
|
|
728
760
|
readonly ssoProviderId: CodecTypes$1['pg/uuid@1']['output'];
|
|
729
761
|
readonly domain: CodecTypes$1['pg/text@1']['output'];
|
|
730
|
-
readonly createdAt: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
731
|
-
readonly updatedAt: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
762
|
+
readonly createdAt: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
763
|
+
readonly updatedAt: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
732
764
|
};
|
|
733
765
|
readonly SsoProviders: {
|
|
734
766
|
readonly id: CodecTypes$1['pg/uuid@1']['output'];
|
|
735
767
|
readonly resourceId: CodecTypes$1['pg/text@1']['output'] | null;
|
|
736
|
-
readonly createdAt: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
737
|
-
readonly updatedAt: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
768
|
+
readonly createdAt: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
769
|
+
readonly updatedAt: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
738
770
|
readonly disabled: CodecTypes$1['pg/bool@1']['output'] | null;
|
|
739
771
|
};
|
|
740
772
|
readonly WebauthnChallenges: {
|
|
@@ -742,8 +774,8 @@ type FieldOutputTypes = {
|
|
|
742
774
|
readonly userId: CodecTypes$1['pg/uuid@1']['output'] | null;
|
|
743
775
|
readonly challengeType: CodecTypes$1['pg/text@1']['output'];
|
|
744
776
|
readonly sessionData: CodecTypes$1['pg/jsonb@1']['output'];
|
|
745
|
-
readonly createdAt: CodecTypes$1['pg/timestamptz@1']['output'];
|
|
746
|
-
readonly expiresAt: CodecTypes$1['pg/timestamptz@1']['output'];
|
|
777
|
+
readonly createdAt: CodecTypes$1['pg/timestamptz-temporal@1']['output'];
|
|
778
|
+
readonly expiresAt: CodecTypes$1['pg/timestamptz-temporal@1']['output'];
|
|
747
779
|
};
|
|
748
780
|
readonly WebauthnCredentials: {
|
|
749
781
|
readonly id: CodecTypes$1['pg/uuid@1']['output'];
|
|
@@ -757,9 +789,9 @@ type FieldOutputTypes = {
|
|
|
757
789
|
readonly backupEligible: CodecTypes$1['pg/bool@1']['output'];
|
|
758
790
|
readonly backedUp: CodecTypes$1['pg/bool@1']['output'];
|
|
759
791
|
readonly friendlyName: CodecTypes$1['pg/text@1']['output'];
|
|
760
|
-
readonly createdAt: CodecTypes$1['pg/timestamptz@1']['output'];
|
|
761
|
-
readonly updatedAt: CodecTypes$1['pg/timestamptz@1']['output'];
|
|
762
|
-
readonly lastUsedAt: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
792
|
+
readonly createdAt: CodecTypes$1['pg/timestamptz-temporal@1']['output'];
|
|
793
|
+
readonly updatedAt: CodecTypes$1['pg/timestamptz-temporal@1']['output'];
|
|
794
|
+
readonly lastUsedAt: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
763
795
|
};
|
|
764
796
|
};
|
|
765
797
|
readonly storage: {
|
|
@@ -768,22 +800,22 @@ type FieldOutputTypes = {
|
|
|
768
800
|
readonly name: CodecTypes$1['pg/text@1']['output'];
|
|
769
801
|
readonly _type: 'STANDARD' | 'ANALYTICS' | 'VECTOR';
|
|
770
802
|
readonly format: CodecTypes$1['pg/text@1']['output'];
|
|
771
|
-
readonly createdAt: CodecTypes$1['pg/timestamptz@1']['output'];
|
|
772
|
-
readonly updatedAt: CodecTypes$1['pg/timestamptz@1']['output'];
|
|
773
|
-
readonly deletedAt: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
803
|
+
readonly createdAt: CodecTypes$1['pg/timestamptz-temporal@1']['output'];
|
|
804
|
+
readonly updatedAt: CodecTypes$1['pg/timestamptz-temporal@1']['output'];
|
|
805
|
+
readonly deletedAt: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
774
806
|
};
|
|
775
807
|
readonly BucketsVectors: {
|
|
776
808
|
readonly id: CodecTypes$1['pg/text@1']['output'];
|
|
777
809
|
readonly _type: 'STANDARD' | 'ANALYTICS' | 'VECTOR';
|
|
778
|
-
readonly createdAt: CodecTypes$1['pg/timestamptz@1']['output'];
|
|
779
|
-
readonly updatedAt: CodecTypes$1['pg/timestamptz@1']['output'];
|
|
810
|
+
readonly createdAt: CodecTypes$1['pg/timestamptz-temporal@1']['output'];
|
|
811
|
+
readonly updatedAt: CodecTypes$1['pg/timestamptz-temporal@1']['output'];
|
|
780
812
|
};
|
|
781
813
|
readonly IcebergNamespaces: {
|
|
782
814
|
readonly id: CodecTypes$1['pg/uuid@1']['output'];
|
|
783
815
|
readonly bucketName: CodecTypes$1['pg/text@1']['output'];
|
|
784
816
|
readonly name: CodecTypes$1['pg/text@1']['output'];
|
|
785
|
-
readonly createdAt: CodecTypes$1['pg/timestamptz@1']['output'];
|
|
786
|
-
readonly updatedAt: CodecTypes$1['pg/timestamptz@1']['output'];
|
|
817
|
+
readonly createdAt: CodecTypes$1['pg/timestamptz-temporal@1']['output'];
|
|
818
|
+
readonly updatedAt: CodecTypes$1['pg/timestamptz-temporal@1']['output'];
|
|
787
819
|
readonly metadata: CodecTypes$1['pg/jsonb@1']['output'];
|
|
788
820
|
readonly catalogId: CodecTypes$1['pg/uuid@1']['output'];
|
|
789
821
|
};
|
|
@@ -793,8 +825,8 @@ type FieldOutputTypes = {
|
|
|
793
825
|
readonly bucketName: CodecTypes$1['pg/text@1']['output'];
|
|
794
826
|
readonly name: CodecTypes$1['pg/text@1']['output'];
|
|
795
827
|
readonly location: CodecTypes$1['pg/text@1']['output'];
|
|
796
|
-
readonly createdAt: CodecTypes$1['pg/timestamptz@1']['output'];
|
|
797
|
-
readonly updatedAt: CodecTypes$1['pg/timestamptz@1']['output'];
|
|
828
|
+
readonly createdAt: CodecTypes$1['pg/timestamptz-temporal@1']['output'];
|
|
829
|
+
readonly updatedAt: CodecTypes$1['pg/timestamptz-temporal@1']['output'];
|
|
798
830
|
readonly remoteTableId: CodecTypes$1['pg/text@1']['output'] | null;
|
|
799
831
|
readonly shardKey: CodecTypes$1['pg/text@1']['output'] | null;
|
|
800
832
|
readonly shardId: CodecTypes$1['pg/text@1']['output'] | null;
|
|
@@ -804,7 +836,7 @@ type FieldOutputTypes = {
|
|
|
804
836
|
readonly id: CodecTypes$1['pg/int4@1']['output'];
|
|
805
837
|
readonly name: Varchar<100>;
|
|
806
838
|
readonly hash: Varchar<40>;
|
|
807
|
-
readonly executedAt: CodecTypes$1['pg/timestamp@1']['output'] | null;
|
|
839
|
+
readonly executedAt: CodecTypes$1['pg/timestamp-temporal@1']['output'] | null;
|
|
808
840
|
};
|
|
809
841
|
readonly S3MultipartUploads: {
|
|
810
842
|
readonly id: CodecTypes$1['pg/text@1']['output'];
|
|
@@ -814,7 +846,7 @@ type FieldOutputTypes = {
|
|
|
814
846
|
readonly key: CodecTypes$1['pg/text@1']['output'];
|
|
815
847
|
readonly version: CodecTypes$1['pg/text@1']['output'];
|
|
816
848
|
readonly ownerId: CodecTypes$1['pg/text@1']['output'] | null;
|
|
817
|
-
readonly createdAt: CodecTypes$1['pg/timestamptz@1']['output'];
|
|
849
|
+
readonly createdAt: CodecTypes$1['pg/timestamptz-temporal@1']['output'];
|
|
818
850
|
readonly userMetadata: CodecTypes$1['pg/jsonb@1']['output'] | null;
|
|
819
851
|
readonly metadata: CodecTypes$1['pg/jsonb@1']['output'] | null;
|
|
820
852
|
};
|
|
@@ -828,14 +860,14 @@ type FieldOutputTypes = {
|
|
|
828
860
|
readonly etag: CodecTypes$1['pg/text@1']['output'];
|
|
829
861
|
readonly ownerId: CodecTypes$1['pg/text@1']['output'] | null;
|
|
830
862
|
readonly version: CodecTypes$1['pg/text@1']['output'];
|
|
831
|
-
readonly createdAt: CodecTypes$1['pg/timestamptz@1']['output'];
|
|
863
|
+
readonly createdAt: CodecTypes$1['pg/timestamptz-temporal@1']['output'];
|
|
832
864
|
};
|
|
833
865
|
readonly StorageBucket: {
|
|
834
866
|
readonly id: CodecTypes$1['pg/text@1']['output'];
|
|
835
867
|
readonly name: CodecTypes$1['pg/text@1']['output'];
|
|
836
868
|
readonly owner: CodecTypes$1['pg/uuid@1']['output'] | null;
|
|
837
|
-
readonly createdAt: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
838
|
-
readonly updatedAt: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
869
|
+
readonly createdAt: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
870
|
+
readonly updatedAt: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
839
871
|
readonly public: CodecTypes$1['pg/bool@1']['output'] | null;
|
|
840
872
|
readonly avifAutodetection: CodecTypes$1['pg/bool@1']['output'] | null;
|
|
841
873
|
readonly fileSizeLimit: CodecTypes$1['pg/int8@1']['output'] | null;
|
|
@@ -847,9 +879,9 @@ type FieldOutputTypes = {
|
|
|
847
879
|
readonly bucketId: CodecTypes$1['pg/text@1']['output'] | null;
|
|
848
880
|
readonly name: CodecTypes$1['pg/text@1']['output'] | null;
|
|
849
881
|
readonly owner: CodecTypes$1['pg/uuid@1']['output'] | null;
|
|
850
|
-
readonly createdAt: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
851
|
-
readonly updatedAt: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
852
|
-
readonly lastAccessedAt: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
882
|
+
readonly createdAt: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
883
|
+
readonly updatedAt: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
884
|
+
readonly lastAccessedAt: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
853
885
|
readonly metadata: CodecTypes$1['pg/jsonb@1']['output'] | null;
|
|
854
886
|
readonly version: CodecTypes$1['pg/text@1']['output'] | null;
|
|
855
887
|
readonly ownerId: CodecTypes$1['pg/text@1']['output'] | null;
|
|
@@ -863,8 +895,8 @@ type FieldOutputTypes = {
|
|
|
863
895
|
readonly dimension: CodecTypes$1['pg/int4@1']['output'];
|
|
864
896
|
readonly distanceMetric: CodecTypes$1['pg/text@1']['output'];
|
|
865
897
|
readonly metadataConfiguration: CodecTypes$1['pg/jsonb@1']['output'] | null;
|
|
866
|
-
readonly createdAt: CodecTypes$1['pg/timestamptz@1']['output'];
|
|
867
|
-
readonly updatedAt: CodecTypes$1['pg/timestamptz@1']['output'];
|
|
898
|
+
readonly createdAt: CodecTypes$1['pg/timestamptz-temporal@1']['output'];
|
|
899
|
+
readonly updatedAt: CodecTypes$1['pg/timestamptz-temporal@1']['output'];
|
|
868
900
|
};
|
|
869
901
|
};
|
|
870
902
|
};
|
|
@@ -874,7 +906,7 @@ type FieldInputTypes = {
|
|
|
874
906
|
readonly id: CodecTypes$1['pg/uuid@1']['input'];
|
|
875
907
|
readonly instanceId: CodecTypes$1['pg/uuid@1']['input'] | null;
|
|
876
908
|
readonly payload: CodecTypes$1['pg/json@1']['input'] | null;
|
|
877
|
-
readonly createdAt: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
909
|
+
readonly createdAt: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
878
910
|
readonly ipAddress: CodecTypes$1['sql/varchar@1']['input'];
|
|
879
911
|
};
|
|
880
912
|
readonly AuthIdentity: {
|
|
@@ -883,20 +915,20 @@ type FieldInputTypes = {
|
|
|
883
915
|
readonly userId: CodecTypes$1['pg/uuid@1']['input'];
|
|
884
916
|
readonly identityData: CodecTypes$1['pg/jsonb@1']['input'];
|
|
885
917
|
readonly provider: CodecTypes$1['pg/text@1']['input'];
|
|
886
|
-
readonly lastSignInAt: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
887
|
-
readonly createdAt: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
888
|
-
readonly updatedAt: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
918
|
+
readonly lastSignInAt: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
919
|
+
readonly createdAt: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
920
|
+
readonly updatedAt: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
889
921
|
readonly email: CodecTypes$1['pg/text@1']['input'] | null;
|
|
890
922
|
};
|
|
891
923
|
readonly AuthSession: {
|
|
892
924
|
readonly id: CodecTypes$1['pg/uuid@1']['input'];
|
|
893
925
|
readonly userId: CodecTypes$1['pg/uuid@1']['input'];
|
|
894
|
-
readonly createdAt: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
895
|
-
readonly updatedAt: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
926
|
+
readonly createdAt: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
927
|
+
readonly updatedAt: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
896
928
|
readonly factorId: CodecTypes$1['pg/uuid@1']['input'] | null;
|
|
897
929
|
readonly aal: 'aal1' | 'aal2' | 'aal3' | null;
|
|
898
|
-
readonly notAfter: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
899
|
-
readonly refreshedAt: CodecTypes$1['pg/timestamp@1']['input'] | null;
|
|
930
|
+
readonly notAfter: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
931
|
+
readonly refreshedAt: CodecTypes$1['pg/timestamp-temporal@1']['input'] | null;
|
|
900
932
|
readonly userAgent: CodecTypes$1['pg/text@1']['input'] | null;
|
|
901
933
|
readonly ip: CodecTypes$1['pg/inet@1']['input'] | null;
|
|
902
934
|
readonly tag: CodecTypes$1['pg/text@1']['input'] | null;
|
|
@@ -912,34 +944,34 @@ type FieldInputTypes = {
|
|
|
912
944
|
readonly role: CodecTypes$1['sql/varchar@1']['input'] | null;
|
|
913
945
|
readonly email: CodecTypes$1['sql/varchar@1']['input'] | null;
|
|
914
946
|
readonly encryptedPassword: CodecTypes$1['sql/varchar@1']['input'] | null;
|
|
915
|
-
readonly emailConfirmedAt: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
916
|
-
readonly invitedAt: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
947
|
+
readonly emailConfirmedAt: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
948
|
+
readonly invitedAt: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
917
949
|
readonly confirmationToken: CodecTypes$1['sql/varchar@1']['input'] | null;
|
|
918
|
-
readonly confirmationSentAt: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
950
|
+
readonly confirmationSentAt: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
919
951
|
readonly recoveryToken: CodecTypes$1['sql/varchar@1']['input'] | null;
|
|
920
|
-
readonly recoverySentAt: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
952
|
+
readonly recoverySentAt: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
921
953
|
readonly emailChangeTokenNew: CodecTypes$1['sql/varchar@1']['input'] | null;
|
|
922
954
|
readonly emailChange: CodecTypes$1['sql/varchar@1']['input'] | null;
|
|
923
|
-
readonly emailChangeSentAt: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
924
|
-
readonly lastSignInAt: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
955
|
+
readonly emailChangeSentAt: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
956
|
+
readonly lastSignInAt: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
925
957
|
readonly rawAppMetaData: CodecTypes$1['pg/jsonb@1']['input'] | null;
|
|
926
958
|
readonly rawUserMetaData: CodecTypes$1['pg/jsonb@1']['input'] | null;
|
|
927
959
|
readonly isSuperAdmin: CodecTypes$1['pg/bool@1']['input'] | null;
|
|
928
|
-
readonly createdAt: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
929
|
-
readonly updatedAt: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
960
|
+
readonly createdAt: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
961
|
+
readonly updatedAt: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
930
962
|
readonly phone: CodecTypes$1['pg/text@1']['input'] | null;
|
|
931
|
-
readonly phoneConfirmedAt: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
963
|
+
readonly phoneConfirmedAt: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
932
964
|
readonly phoneChange: CodecTypes$1['pg/text@1']['input'] | null;
|
|
933
965
|
readonly phoneChangeToken: CodecTypes$1['sql/varchar@1']['input'] | null;
|
|
934
|
-
readonly phoneChangeSentAt: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
935
|
-
readonly confirmedAt: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
966
|
+
readonly phoneChangeSentAt: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
967
|
+
readonly confirmedAt: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
936
968
|
readonly emailChangeTokenCurrent: CodecTypes$1['sql/varchar@1']['input'] | null;
|
|
937
969
|
readonly emailChangeConfirmStatus: CodecTypes$1['pg/int2@1']['input'] | null;
|
|
938
|
-
readonly bannedUntil: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
970
|
+
readonly bannedUntil: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
939
971
|
readonly reauthenticationToken: CodecTypes$1['sql/varchar@1']['input'] | null;
|
|
940
|
-
readonly reauthenticationSentAt: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
972
|
+
readonly reauthenticationSentAt: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
941
973
|
readonly isSsoUser: CodecTypes$1['pg/bool@1']['input'];
|
|
942
|
-
readonly deletedAt: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
974
|
+
readonly deletedAt: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
943
975
|
readonly isAnonymous: CodecTypes$1['pg/bool@1']['input'];
|
|
944
976
|
};
|
|
945
977
|
readonly CustomOauthProviders: {
|
|
@@ -960,13 +992,13 @@ type FieldInputTypes = {
|
|
|
960
992
|
readonly discoveryUrl: CodecTypes$1['pg/text@1']['input'] | null;
|
|
961
993
|
readonly skipNonceCheck: CodecTypes$1['pg/bool@1']['input'];
|
|
962
994
|
readonly cachedDiscovery: CodecTypes$1['pg/jsonb@1']['input'] | null;
|
|
963
|
-
readonly discoveryCachedAt: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
995
|
+
readonly discoveryCachedAt: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
964
996
|
readonly authorizationUrl: CodecTypes$1['pg/text@1']['input'] | null;
|
|
965
997
|
readonly tokenUrl: CodecTypes$1['pg/text@1']['input'] | null;
|
|
966
998
|
readonly userinfoUrl: CodecTypes$1['pg/text@1']['input'] | null;
|
|
967
999
|
readonly jwksUri: CodecTypes$1['pg/text@1']['input'] | null;
|
|
968
|
-
readonly createdAt: CodecTypes$1['pg/timestamptz@1']['input'];
|
|
969
|
-
readonly updatedAt: CodecTypes$1['pg/timestamptz@1']['input'];
|
|
1000
|
+
readonly createdAt: CodecTypes$1['pg/timestamptz-temporal@1']['input'];
|
|
1001
|
+
readonly updatedAt: CodecTypes$1['pg/timestamptz-temporal@1']['input'];
|
|
970
1002
|
};
|
|
971
1003
|
readonly FlowState: {
|
|
972
1004
|
readonly id: CodecTypes$1['pg/uuid@1']['input'];
|
|
@@ -977,10 +1009,10 @@ type FieldInputTypes = {
|
|
|
977
1009
|
readonly providerType: CodecTypes$1['pg/text@1']['input'];
|
|
978
1010
|
readonly providerAccessToken: CodecTypes$1['pg/text@1']['input'] | null;
|
|
979
1011
|
readonly providerRefreshToken: CodecTypes$1['pg/text@1']['input'] | null;
|
|
980
|
-
readonly createdAt: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
981
|
-
readonly updatedAt: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
1012
|
+
readonly createdAt: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
1013
|
+
readonly updatedAt: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
982
1014
|
readonly authenticationMethod: CodecTypes$1['pg/text@1']['input'];
|
|
983
|
-
readonly authCodeIssuedAt: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
1015
|
+
readonly authCodeIssuedAt: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
984
1016
|
readonly inviteToken: CodecTypes$1['pg/text@1']['input'] | null;
|
|
985
1017
|
readonly referrer: CodecTypes$1['pg/text@1']['input'] | null;
|
|
986
1018
|
readonly oauthClientStateId: CodecTypes$1['pg/uuid@1']['input'] | null;
|
|
@@ -991,21 +1023,21 @@ type FieldInputTypes = {
|
|
|
991
1023
|
readonly id: CodecTypes$1['pg/uuid@1']['input'];
|
|
992
1024
|
readonly uuid: CodecTypes$1['pg/uuid@1']['input'] | null;
|
|
993
1025
|
readonly rawBaseConfig: CodecTypes$1['pg/text@1']['input'] | null;
|
|
994
|
-
readonly createdAt: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
995
|
-
readonly updatedAt: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
1026
|
+
readonly createdAt: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
1027
|
+
readonly updatedAt: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
996
1028
|
};
|
|
997
1029
|
readonly MfaAmrClaims: {
|
|
998
1030
|
readonly id: CodecTypes$1['pg/uuid@1']['input'];
|
|
999
1031
|
readonly sessionId: CodecTypes$1['pg/uuid@1']['input'];
|
|
1000
|
-
readonly createdAt: CodecTypes$1['pg/timestamptz@1']['input'];
|
|
1001
|
-
readonly updatedAt: CodecTypes$1['pg/timestamptz@1']['input'];
|
|
1032
|
+
readonly createdAt: CodecTypes$1['pg/timestamptz-temporal@1']['input'];
|
|
1033
|
+
readonly updatedAt: CodecTypes$1['pg/timestamptz-temporal@1']['input'];
|
|
1002
1034
|
readonly authenticationMethod: CodecTypes$1['pg/text@1']['input'];
|
|
1003
1035
|
};
|
|
1004
1036
|
readonly MfaChallenges: {
|
|
1005
1037
|
readonly id: CodecTypes$1['pg/uuid@1']['input'];
|
|
1006
1038
|
readonly factorId: CodecTypes$1['pg/uuid@1']['input'];
|
|
1007
|
-
readonly createdAt: CodecTypes$1['pg/timestamptz@1']['input'];
|
|
1008
|
-
readonly verifiedAt: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
1039
|
+
readonly createdAt: CodecTypes$1['pg/timestamptz-temporal@1']['input'];
|
|
1040
|
+
readonly verifiedAt: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
1009
1041
|
readonly ipAddress: CodecTypes$1['pg/inet@1']['input'];
|
|
1010
1042
|
readonly otpCode: CodecTypes$1['pg/text@1']['input'] | null;
|
|
1011
1043
|
readonly webAuthnSessionData: CodecTypes$1['pg/jsonb@1']['input'] | null;
|
|
@@ -1016,11 +1048,11 @@ type FieldInputTypes = {
|
|
|
1016
1048
|
readonly friendlyName: CodecTypes$1['pg/text@1']['input'] | null;
|
|
1017
1049
|
readonly factorType: 'totp' | 'webauthn' | 'phone';
|
|
1018
1050
|
readonly status: 'unverified' | 'verified';
|
|
1019
|
-
readonly createdAt: CodecTypes$1['pg/timestamptz@1']['input'];
|
|
1020
|
-
readonly updatedAt: CodecTypes$1['pg/timestamptz@1']['input'];
|
|
1051
|
+
readonly createdAt: CodecTypes$1['pg/timestamptz-temporal@1']['input'];
|
|
1052
|
+
readonly updatedAt: CodecTypes$1['pg/timestamptz-temporal@1']['input'];
|
|
1021
1053
|
readonly secret: CodecTypes$1['pg/text@1']['input'] | null;
|
|
1022
1054
|
readonly phone: CodecTypes$1['pg/text@1']['input'] | null;
|
|
1023
|
-
readonly lastChallengedAt: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
1055
|
+
readonly lastChallengedAt: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
1024
1056
|
readonly webAuthnCredential: CodecTypes$1['pg/jsonb@1']['input'] | null;
|
|
1025
1057
|
readonly webAuthnAaguid: CodecTypes$1['pg/uuid@1']['input'] | null;
|
|
1026
1058
|
readonly lastWebauthnChallengeData: CodecTypes$1['pg/jsonb@1']['input'] | null;
|
|
@@ -1039,9 +1071,9 @@ type FieldInputTypes = {
|
|
|
1039
1071
|
readonly responseType: 'code';
|
|
1040
1072
|
readonly status: 'pending' | 'approved' | 'denied' | 'expired';
|
|
1041
1073
|
readonly authorizationCode: CodecTypes$1['pg/text@1']['input'] | null;
|
|
1042
|
-
readonly createdAt: CodecTypes$1['pg/timestamptz@1']['input'];
|
|
1043
|
-
readonly expiresAt: CodecTypes$1['pg/timestamptz@1']['input'];
|
|
1044
|
-
readonly approvedAt: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
1074
|
+
readonly createdAt: CodecTypes$1['pg/timestamptz-temporal@1']['input'];
|
|
1075
|
+
readonly expiresAt: CodecTypes$1['pg/timestamptz-temporal@1']['input'];
|
|
1076
|
+
readonly approvedAt: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
1045
1077
|
readonly nonce: CodecTypes$1['pg/text@1']['input'] | null;
|
|
1046
1078
|
};
|
|
1047
1079
|
readonly OauthClients: {
|
|
@@ -1053,9 +1085,9 @@ type FieldInputTypes = {
|
|
|
1053
1085
|
readonly clientName: CodecTypes$1['pg/text@1']['input'] | null;
|
|
1054
1086
|
readonly clientUri: CodecTypes$1['pg/text@1']['input'] | null;
|
|
1055
1087
|
readonly logoUri: CodecTypes$1['pg/text@1']['input'] | null;
|
|
1056
|
-
readonly createdAt: CodecTypes$1['pg/timestamptz@1']['input'];
|
|
1057
|
-
readonly updatedAt: CodecTypes$1['pg/timestamptz@1']['input'];
|
|
1058
|
-
readonly deletedAt: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
1088
|
+
readonly createdAt: CodecTypes$1['pg/timestamptz-temporal@1']['input'];
|
|
1089
|
+
readonly updatedAt: CodecTypes$1['pg/timestamptz-temporal@1']['input'];
|
|
1090
|
+
readonly deletedAt: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
1059
1091
|
readonly clientType: 'public' | 'confidential';
|
|
1060
1092
|
readonly tokenEndpointAuthMethod: CodecTypes$1['pg/text@1']['input'];
|
|
1061
1093
|
};
|
|
@@ -1063,15 +1095,15 @@ type FieldInputTypes = {
|
|
|
1063
1095
|
readonly id: CodecTypes$1['pg/uuid@1']['input'];
|
|
1064
1096
|
readonly providerType: CodecTypes$1['pg/text@1']['input'];
|
|
1065
1097
|
readonly codeVerifier: CodecTypes$1['pg/text@1']['input'] | null;
|
|
1066
|
-
readonly createdAt: CodecTypes$1['pg/timestamptz@1']['input'];
|
|
1098
|
+
readonly createdAt: CodecTypes$1['pg/timestamptz-temporal@1']['input'];
|
|
1067
1099
|
};
|
|
1068
1100
|
readonly OauthConsents: {
|
|
1069
1101
|
readonly id: CodecTypes$1['pg/uuid@1']['input'];
|
|
1070
1102
|
readonly userId: CodecTypes$1['pg/uuid@1']['input'];
|
|
1071
1103
|
readonly clientId: CodecTypes$1['pg/uuid@1']['input'];
|
|
1072
1104
|
readonly scopes: CodecTypes$1['pg/text@1']['input'];
|
|
1073
|
-
readonly grantedAt: CodecTypes$1['pg/timestamptz@1']['input'];
|
|
1074
|
-
readonly revokedAt: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
1105
|
+
readonly grantedAt: CodecTypes$1['pg/timestamptz-temporal@1']['input'];
|
|
1106
|
+
readonly revokedAt: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
1075
1107
|
};
|
|
1076
1108
|
readonly OneTimeTokens: {
|
|
1077
1109
|
readonly id: CodecTypes$1['pg/uuid@1']['input'];
|
|
@@ -1079,8 +1111,8 @@ type FieldInputTypes = {
|
|
|
1079
1111
|
readonly tokenType: 'confirmation_token' | 'reauthentication_token' | 'recovery_token' | 'email_change_token_new' | 'email_change_token_current' | 'phone_change_token';
|
|
1080
1112
|
readonly tokenHash: CodecTypes$1['pg/text@1']['input'];
|
|
1081
1113
|
readonly relatesTo: CodecTypes$1['pg/text@1']['input'];
|
|
1082
|
-
readonly createdAt: CodecTypes$1['pg/timestamp@1']['input'];
|
|
1083
|
-
readonly updatedAt: CodecTypes$1['pg/timestamp@1']['input'];
|
|
1114
|
+
readonly createdAt: CodecTypes$1['pg/timestamp-temporal@1']['input'];
|
|
1115
|
+
readonly updatedAt: CodecTypes$1['pg/timestamp-temporal@1']['input'];
|
|
1084
1116
|
};
|
|
1085
1117
|
readonly RefreshTokens: {
|
|
1086
1118
|
readonly id: CodecTypes$1['pg/int8@1']['input'];
|
|
@@ -1088,8 +1120,8 @@ type FieldInputTypes = {
|
|
|
1088
1120
|
readonly token: CodecTypes$1['sql/varchar@1']['input'] | null;
|
|
1089
1121
|
readonly userId: CodecTypes$1['sql/varchar@1']['input'] | null;
|
|
1090
1122
|
readonly revoked: CodecTypes$1['pg/bool@1']['input'] | null;
|
|
1091
|
-
readonly createdAt: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
1092
|
-
readonly updatedAt: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
1123
|
+
readonly createdAt: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
1124
|
+
readonly updatedAt: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
1093
1125
|
readonly parent: CodecTypes$1['sql/varchar@1']['input'] | null;
|
|
1094
1126
|
readonly sessionId: CodecTypes$1['pg/uuid@1']['input'] | null;
|
|
1095
1127
|
};
|
|
@@ -1100,8 +1132,8 @@ type FieldInputTypes = {
|
|
|
1100
1132
|
readonly metadataXml: CodecTypes$1['pg/text@1']['input'];
|
|
1101
1133
|
readonly metadataUrl: CodecTypes$1['pg/text@1']['input'] | null;
|
|
1102
1134
|
readonly attributeMapping: CodecTypes$1['pg/jsonb@1']['input'] | null;
|
|
1103
|
-
readonly createdAt: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
1104
|
-
readonly updatedAt: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
1135
|
+
readonly createdAt: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
1136
|
+
readonly updatedAt: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
1105
1137
|
readonly nameIdFormat: CodecTypes$1['pg/text@1']['input'] | null;
|
|
1106
1138
|
};
|
|
1107
1139
|
readonly SamlRelayStates: {
|
|
@@ -1110,8 +1142,8 @@ type FieldInputTypes = {
|
|
|
1110
1142
|
readonly requestId: CodecTypes$1['pg/text@1']['input'];
|
|
1111
1143
|
readonly forEmail: CodecTypes$1['pg/text@1']['input'] | null;
|
|
1112
1144
|
readonly redirectTo: CodecTypes$1['pg/text@1']['input'] | null;
|
|
1113
|
-
readonly createdAt: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
1114
|
-
readonly updatedAt: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
1145
|
+
readonly createdAt: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
1146
|
+
readonly updatedAt: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
1115
1147
|
readonly flowStateId: CodecTypes$1['pg/uuid@1']['input'] | null;
|
|
1116
1148
|
};
|
|
1117
1149
|
readonly SchemaMigrations: {
|
|
@@ -1121,14 +1153,14 @@ type FieldInputTypes = {
|
|
|
1121
1153
|
readonly id: CodecTypes$1['pg/uuid@1']['input'];
|
|
1122
1154
|
readonly ssoProviderId: CodecTypes$1['pg/uuid@1']['input'];
|
|
1123
1155
|
readonly domain: CodecTypes$1['pg/text@1']['input'];
|
|
1124
|
-
readonly createdAt: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
1125
|
-
readonly updatedAt: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
1156
|
+
readonly createdAt: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
1157
|
+
readonly updatedAt: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
1126
1158
|
};
|
|
1127
1159
|
readonly SsoProviders: {
|
|
1128
1160
|
readonly id: CodecTypes$1['pg/uuid@1']['input'];
|
|
1129
1161
|
readonly resourceId: CodecTypes$1['pg/text@1']['input'] | null;
|
|
1130
|
-
readonly createdAt: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
1131
|
-
readonly updatedAt: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
1162
|
+
readonly createdAt: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
1163
|
+
readonly updatedAt: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
1132
1164
|
readonly disabled: CodecTypes$1['pg/bool@1']['input'] | null;
|
|
1133
1165
|
};
|
|
1134
1166
|
readonly WebauthnChallenges: {
|
|
@@ -1136,8 +1168,8 @@ type FieldInputTypes = {
|
|
|
1136
1168
|
readonly userId: CodecTypes$1['pg/uuid@1']['input'] | null;
|
|
1137
1169
|
readonly challengeType: CodecTypes$1['pg/text@1']['input'];
|
|
1138
1170
|
readonly sessionData: CodecTypes$1['pg/jsonb@1']['input'];
|
|
1139
|
-
readonly createdAt: CodecTypes$1['pg/timestamptz@1']['input'];
|
|
1140
|
-
readonly expiresAt: CodecTypes$1['pg/timestamptz@1']['input'];
|
|
1171
|
+
readonly createdAt: CodecTypes$1['pg/timestamptz-temporal@1']['input'];
|
|
1172
|
+
readonly expiresAt: CodecTypes$1['pg/timestamptz-temporal@1']['input'];
|
|
1141
1173
|
};
|
|
1142
1174
|
readonly WebauthnCredentials: {
|
|
1143
1175
|
readonly id: CodecTypes$1['pg/uuid@1']['input'];
|
|
@@ -1151,9 +1183,9 @@ type FieldInputTypes = {
|
|
|
1151
1183
|
readonly backupEligible: CodecTypes$1['pg/bool@1']['input'];
|
|
1152
1184
|
readonly backedUp: CodecTypes$1['pg/bool@1']['input'];
|
|
1153
1185
|
readonly friendlyName: CodecTypes$1['pg/text@1']['input'];
|
|
1154
|
-
readonly createdAt: CodecTypes$1['pg/timestamptz@1']['input'];
|
|
1155
|
-
readonly updatedAt: CodecTypes$1['pg/timestamptz@1']['input'];
|
|
1156
|
-
readonly lastUsedAt: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
1186
|
+
readonly createdAt: CodecTypes$1['pg/timestamptz-temporal@1']['input'];
|
|
1187
|
+
readonly updatedAt: CodecTypes$1['pg/timestamptz-temporal@1']['input'];
|
|
1188
|
+
readonly lastUsedAt: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
1157
1189
|
};
|
|
1158
1190
|
};
|
|
1159
1191
|
readonly storage: {
|
|
@@ -1162,22 +1194,22 @@ type FieldInputTypes = {
|
|
|
1162
1194
|
readonly name: CodecTypes$1['pg/text@1']['input'];
|
|
1163
1195
|
readonly _type: 'STANDARD' | 'ANALYTICS' | 'VECTOR';
|
|
1164
1196
|
readonly format: CodecTypes$1['pg/text@1']['input'];
|
|
1165
|
-
readonly createdAt: CodecTypes$1['pg/timestamptz@1']['input'];
|
|
1166
|
-
readonly updatedAt: CodecTypes$1['pg/timestamptz@1']['input'];
|
|
1167
|
-
readonly deletedAt: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
1197
|
+
readonly createdAt: CodecTypes$1['pg/timestamptz-temporal@1']['input'];
|
|
1198
|
+
readonly updatedAt: CodecTypes$1['pg/timestamptz-temporal@1']['input'];
|
|
1199
|
+
readonly deletedAt: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
1168
1200
|
};
|
|
1169
1201
|
readonly BucketsVectors: {
|
|
1170
1202
|
readonly id: CodecTypes$1['pg/text@1']['input'];
|
|
1171
1203
|
readonly _type: 'STANDARD' | 'ANALYTICS' | 'VECTOR';
|
|
1172
|
-
readonly createdAt: CodecTypes$1['pg/timestamptz@1']['input'];
|
|
1173
|
-
readonly updatedAt: CodecTypes$1['pg/timestamptz@1']['input'];
|
|
1204
|
+
readonly createdAt: CodecTypes$1['pg/timestamptz-temporal@1']['input'];
|
|
1205
|
+
readonly updatedAt: CodecTypes$1['pg/timestamptz-temporal@1']['input'];
|
|
1174
1206
|
};
|
|
1175
1207
|
readonly IcebergNamespaces: {
|
|
1176
1208
|
readonly id: CodecTypes$1['pg/uuid@1']['input'];
|
|
1177
1209
|
readonly bucketName: CodecTypes$1['pg/text@1']['input'];
|
|
1178
1210
|
readonly name: CodecTypes$1['pg/text@1']['input'];
|
|
1179
|
-
readonly createdAt: CodecTypes$1['pg/timestamptz@1']['input'];
|
|
1180
|
-
readonly updatedAt: CodecTypes$1['pg/timestamptz@1']['input'];
|
|
1211
|
+
readonly createdAt: CodecTypes$1['pg/timestamptz-temporal@1']['input'];
|
|
1212
|
+
readonly updatedAt: CodecTypes$1['pg/timestamptz-temporal@1']['input'];
|
|
1181
1213
|
readonly metadata: CodecTypes$1['pg/jsonb@1']['input'];
|
|
1182
1214
|
readonly catalogId: CodecTypes$1['pg/uuid@1']['input'];
|
|
1183
1215
|
};
|
|
@@ -1187,8 +1219,8 @@ type FieldInputTypes = {
|
|
|
1187
1219
|
readonly bucketName: CodecTypes$1['pg/text@1']['input'];
|
|
1188
1220
|
readonly name: CodecTypes$1['pg/text@1']['input'];
|
|
1189
1221
|
readonly location: CodecTypes$1['pg/text@1']['input'];
|
|
1190
|
-
readonly createdAt: CodecTypes$1['pg/timestamptz@1']['input'];
|
|
1191
|
-
readonly updatedAt: CodecTypes$1['pg/timestamptz@1']['input'];
|
|
1222
|
+
readonly createdAt: CodecTypes$1['pg/timestamptz-temporal@1']['input'];
|
|
1223
|
+
readonly updatedAt: CodecTypes$1['pg/timestamptz-temporal@1']['input'];
|
|
1192
1224
|
readonly remoteTableId: CodecTypes$1['pg/text@1']['input'] | null;
|
|
1193
1225
|
readonly shardKey: CodecTypes$1['pg/text@1']['input'] | null;
|
|
1194
1226
|
readonly shardId: CodecTypes$1['pg/text@1']['input'] | null;
|
|
@@ -1198,7 +1230,7 @@ type FieldInputTypes = {
|
|
|
1198
1230
|
readonly id: CodecTypes$1['pg/int4@1']['input'];
|
|
1199
1231
|
readonly name: CodecTypes$1['sql/varchar@1']['input'];
|
|
1200
1232
|
readonly hash: CodecTypes$1['sql/varchar@1']['input'];
|
|
1201
|
-
readonly executedAt: CodecTypes$1['pg/timestamp@1']['input'] | null;
|
|
1233
|
+
readonly executedAt: CodecTypes$1['pg/timestamp-temporal@1']['input'] | null;
|
|
1202
1234
|
};
|
|
1203
1235
|
readonly S3MultipartUploads: {
|
|
1204
1236
|
readonly id: CodecTypes$1['pg/text@1']['input'];
|
|
@@ -1208,7 +1240,7 @@ type FieldInputTypes = {
|
|
|
1208
1240
|
readonly key: CodecTypes$1['pg/text@1']['input'];
|
|
1209
1241
|
readonly version: CodecTypes$1['pg/text@1']['input'];
|
|
1210
1242
|
readonly ownerId: CodecTypes$1['pg/text@1']['input'] | null;
|
|
1211
|
-
readonly createdAt: CodecTypes$1['pg/timestamptz@1']['input'];
|
|
1243
|
+
readonly createdAt: CodecTypes$1['pg/timestamptz-temporal@1']['input'];
|
|
1212
1244
|
readonly userMetadata: CodecTypes$1['pg/jsonb@1']['input'] | null;
|
|
1213
1245
|
readonly metadata: CodecTypes$1['pg/jsonb@1']['input'] | null;
|
|
1214
1246
|
};
|
|
@@ -1222,14 +1254,14 @@ type FieldInputTypes = {
|
|
|
1222
1254
|
readonly etag: CodecTypes$1['pg/text@1']['input'];
|
|
1223
1255
|
readonly ownerId: CodecTypes$1['pg/text@1']['input'] | null;
|
|
1224
1256
|
readonly version: CodecTypes$1['pg/text@1']['input'];
|
|
1225
|
-
readonly createdAt: CodecTypes$1['pg/timestamptz@1']['input'];
|
|
1257
|
+
readonly createdAt: CodecTypes$1['pg/timestamptz-temporal@1']['input'];
|
|
1226
1258
|
};
|
|
1227
1259
|
readonly StorageBucket: {
|
|
1228
1260
|
readonly id: CodecTypes$1['pg/text@1']['input'];
|
|
1229
1261
|
readonly name: CodecTypes$1['pg/text@1']['input'];
|
|
1230
1262
|
readonly owner: CodecTypes$1['pg/uuid@1']['input'] | null;
|
|
1231
|
-
readonly createdAt: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
1232
|
-
readonly updatedAt: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
1263
|
+
readonly createdAt: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
1264
|
+
readonly updatedAt: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
1233
1265
|
readonly public: CodecTypes$1['pg/bool@1']['input'] | null;
|
|
1234
1266
|
readonly avifAutodetection: CodecTypes$1['pg/bool@1']['input'] | null;
|
|
1235
1267
|
readonly fileSizeLimit: CodecTypes$1['pg/int8@1']['input'] | null;
|
|
@@ -1241,9 +1273,9 @@ type FieldInputTypes = {
|
|
|
1241
1273
|
readonly bucketId: CodecTypes$1['pg/text@1']['input'] | null;
|
|
1242
1274
|
readonly name: CodecTypes$1['pg/text@1']['input'] | null;
|
|
1243
1275
|
readonly owner: CodecTypes$1['pg/uuid@1']['input'] | null;
|
|
1244
|
-
readonly createdAt: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
1245
|
-
readonly updatedAt: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
1246
|
-
readonly lastAccessedAt: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
1276
|
+
readonly createdAt: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
1277
|
+
readonly updatedAt: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
1278
|
+
readonly lastAccessedAt: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
1247
1279
|
readonly metadata: CodecTypes$1['pg/jsonb@1']['input'] | null;
|
|
1248
1280
|
readonly version: CodecTypes$1['pg/text@1']['input'] | null;
|
|
1249
1281
|
readonly ownerId: CodecTypes$1['pg/text@1']['input'] | null;
|
|
@@ -1257,8 +1289,8 @@ type FieldInputTypes = {
|
|
|
1257
1289
|
readonly dimension: CodecTypes$1['pg/int4@1']['input'];
|
|
1258
1290
|
readonly distanceMetric: CodecTypes$1['pg/text@1']['input'];
|
|
1259
1291
|
readonly metadataConfiguration: CodecTypes$1['pg/jsonb@1']['input'] | null;
|
|
1260
|
-
readonly createdAt: CodecTypes$1['pg/timestamptz@1']['input'];
|
|
1261
|
-
readonly updatedAt: CodecTypes$1['pg/timestamptz@1']['input'];
|
|
1292
|
+
readonly createdAt: CodecTypes$1['pg/timestamptz-temporal@1']['input'];
|
|
1293
|
+
readonly updatedAt: CodecTypes$1['pg/timestamptz-temporal@1']['input'];
|
|
1262
1294
|
};
|
|
1263
1295
|
};
|
|
1264
1296
|
};
|
|
@@ -1266,7 +1298,7 @@ type StorageColumnTypes = {
|
|
|
1266
1298
|
readonly __unbound__: {};
|
|
1267
1299
|
readonly auth: {
|
|
1268
1300
|
readonly audit_log_entries: {
|
|
1269
|
-
readonly created_at: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
1301
|
+
readonly created_at: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
1270
1302
|
readonly id: CodecTypes$1['pg/uuid@1']['output'];
|
|
1271
1303
|
readonly instance_id: CodecTypes$1['pg/uuid@1']['output'] | null;
|
|
1272
1304
|
readonly ip_address: Varchar<64>;
|
|
@@ -1280,8 +1312,8 @@ type StorageColumnTypes = {
|
|
|
1280
1312
|
readonly cached_discovery: CodecTypes$1['pg/jsonb@1']['output'] | null;
|
|
1281
1313
|
readonly client_id: CodecTypes$1['pg/text@1']['output'];
|
|
1282
1314
|
readonly client_secret: CodecTypes$1['pg/text@1']['output'];
|
|
1283
|
-
readonly created_at: CodecTypes$1['pg/timestamptz@1']['output'];
|
|
1284
|
-
readonly discovery_cached_at: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
1315
|
+
readonly created_at: CodecTypes$1['pg/timestamptz-temporal@1']['output'];
|
|
1316
|
+
readonly discovery_cached_at: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
1285
1317
|
readonly discovery_url: CodecTypes$1['pg/text@1']['output'] | null;
|
|
1286
1318
|
readonly email_optional: CodecTypes$1['pg/bool@1']['output'];
|
|
1287
1319
|
readonly enabled: CodecTypes$1['pg/bool@1']['output'];
|
|
@@ -1295,16 +1327,16 @@ type StorageColumnTypes = {
|
|
|
1295
1327
|
readonly scopes: ReadonlyArray<CodecTypes$1['pg/text@1']['output']>;
|
|
1296
1328
|
readonly skip_nonce_check: CodecTypes$1['pg/bool@1']['output'];
|
|
1297
1329
|
readonly token_url: CodecTypes$1['pg/text@1']['output'] | null;
|
|
1298
|
-
readonly updated_at: CodecTypes$1['pg/timestamptz@1']['output'];
|
|
1330
|
+
readonly updated_at: CodecTypes$1['pg/timestamptz-temporal@1']['output'];
|
|
1299
1331
|
readonly userinfo_url: CodecTypes$1['pg/text@1']['output'] | null;
|
|
1300
1332
|
};
|
|
1301
1333
|
readonly flow_state: {
|
|
1302
1334
|
readonly auth_code: CodecTypes$1['pg/text@1']['output'] | null;
|
|
1303
|
-
readonly auth_code_issued_at: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
1335
|
+
readonly auth_code_issued_at: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
1304
1336
|
readonly authentication_method: CodecTypes$1['pg/text@1']['output'];
|
|
1305
1337
|
readonly code_challenge: CodecTypes$1['pg/text@1']['output'] | null;
|
|
1306
1338
|
readonly code_challenge_method: 's256' | 'plain' | null;
|
|
1307
|
-
readonly created_at: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
1339
|
+
readonly created_at: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
1308
1340
|
readonly email_optional: CodecTypes$1['pg/bool@1']['output'];
|
|
1309
1341
|
readonly id: CodecTypes$1['pg/uuid@1']['output'];
|
|
1310
1342
|
readonly invite_token: CodecTypes$1['pg/text@1']['output'] | null;
|
|
@@ -1314,67 +1346,67 @@ type StorageColumnTypes = {
|
|
|
1314
1346
|
readonly provider_refresh_token: CodecTypes$1['pg/text@1']['output'] | null;
|
|
1315
1347
|
readonly provider_type: CodecTypes$1['pg/text@1']['output'];
|
|
1316
1348
|
readonly referrer: CodecTypes$1['pg/text@1']['output'] | null;
|
|
1317
|
-
readonly updated_at: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
1349
|
+
readonly updated_at: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
1318
1350
|
readonly user_id: CodecTypes$1['pg/uuid@1']['output'] | null;
|
|
1319
1351
|
};
|
|
1320
1352
|
readonly identities: {
|
|
1321
|
-
readonly created_at: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
1353
|
+
readonly created_at: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
1322
1354
|
readonly email: CodecTypes$1['pg/text@1']['output'] | null;
|
|
1323
1355
|
readonly id: CodecTypes$1['pg/uuid@1']['output'];
|
|
1324
1356
|
readonly identity_data: CodecTypes$1['pg/jsonb@1']['output'];
|
|
1325
|
-
readonly last_sign_in_at: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
1357
|
+
readonly last_sign_in_at: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
1326
1358
|
readonly provider: CodecTypes$1['pg/text@1']['output'];
|
|
1327
1359
|
readonly provider_id: CodecTypes$1['pg/text@1']['output'];
|
|
1328
|
-
readonly updated_at: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
1360
|
+
readonly updated_at: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
1329
1361
|
readonly user_id: CodecTypes$1['pg/uuid@1']['output'];
|
|
1330
1362
|
};
|
|
1331
1363
|
readonly instances: {
|
|
1332
|
-
readonly created_at: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
1364
|
+
readonly created_at: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
1333
1365
|
readonly id: CodecTypes$1['pg/uuid@1']['output'];
|
|
1334
1366
|
readonly raw_base_config: CodecTypes$1['pg/text@1']['output'] | null;
|
|
1335
|
-
readonly updated_at: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
1367
|
+
readonly updated_at: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
1336
1368
|
readonly uuid: CodecTypes$1['pg/uuid@1']['output'] | null;
|
|
1337
1369
|
};
|
|
1338
1370
|
readonly mfa_amr_claims: {
|
|
1339
1371
|
readonly authentication_method: CodecTypes$1['pg/text@1']['output'];
|
|
1340
|
-
readonly created_at: CodecTypes$1['pg/timestamptz@1']['output'];
|
|
1372
|
+
readonly created_at: CodecTypes$1['pg/timestamptz-temporal@1']['output'];
|
|
1341
1373
|
readonly id: CodecTypes$1['pg/uuid@1']['output'];
|
|
1342
1374
|
readonly session_id: CodecTypes$1['pg/uuid@1']['output'];
|
|
1343
|
-
readonly updated_at: CodecTypes$1['pg/timestamptz@1']['output'];
|
|
1375
|
+
readonly updated_at: CodecTypes$1['pg/timestamptz-temporal@1']['output'];
|
|
1344
1376
|
};
|
|
1345
1377
|
readonly mfa_challenges: {
|
|
1346
|
-
readonly created_at: CodecTypes$1['pg/timestamptz@1']['output'];
|
|
1378
|
+
readonly created_at: CodecTypes$1['pg/timestamptz-temporal@1']['output'];
|
|
1347
1379
|
readonly factor_id: CodecTypes$1['pg/uuid@1']['output'];
|
|
1348
1380
|
readonly id: CodecTypes$1['pg/uuid@1']['output'];
|
|
1349
1381
|
readonly ip_address: CodecTypes$1['pg/inet@1']['output'];
|
|
1350
1382
|
readonly otp_code: CodecTypes$1['pg/text@1']['output'] | null;
|
|
1351
|
-
readonly verified_at: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
1383
|
+
readonly verified_at: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
1352
1384
|
readonly web_authn_session_data: CodecTypes$1['pg/jsonb@1']['output'] | null;
|
|
1353
1385
|
};
|
|
1354
1386
|
readonly mfa_factors: {
|
|
1355
|
-
readonly created_at: CodecTypes$1['pg/timestamptz@1']['output'];
|
|
1387
|
+
readonly created_at: CodecTypes$1['pg/timestamptz-temporal@1']['output'];
|
|
1356
1388
|
readonly factor_type: 'totp' | 'webauthn' | 'phone';
|
|
1357
1389
|
readonly friendly_name: CodecTypes$1['pg/text@1']['output'] | null;
|
|
1358
1390
|
readonly id: CodecTypes$1['pg/uuid@1']['output'];
|
|
1359
|
-
readonly last_challenged_at: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
1391
|
+
readonly last_challenged_at: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
1360
1392
|
readonly last_webauthn_challenge_data: CodecTypes$1['pg/jsonb@1']['output'] | null;
|
|
1361
1393
|
readonly phone: CodecTypes$1['pg/text@1']['output'] | null;
|
|
1362
1394
|
readonly secret: CodecTypes$1['pg/text@1']['output'] | null;
|
|
1363
1395
|
readonly status: 'unverified' | 'verified';
|
|
1364
|
-
readonly updated_at: CodecTypes$1['pg/timestamptz@1']['output'];
|
|
1396
|
+
readonly updated_at: CodecTypes$1['pg/timestamptz-temporal@1']['output'];
|
|
1365
1397
|
readonly user_id: CodecTypes$1['pg/uuid@1']['output'];
|
|
1366
1398
|
readonly web_authn_aaguid: CodecTypes$1['pg/uuid@1']['output'] | null;
|
|
1367
1399
|
readonly web_authn_credential: CodecTypes$1['pg/jsonb@1']['output'] | null;
|
|
1368
1400
|
};
|
|
1369
1401
|
readonly oauth_authorizations: {
|
|
1370
|
-
readonly approved_at: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
1402
|
+
readonly approved_at: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
1371
1403
|
readonly authorization_code: CodecTypes$1['pg/text@1']['output'] | null;
|
|
1372
1404
|
readonly authorization_id: CodecTypes$1['pg/text@1']['output'];
|
|
1373
1405
|
readonly client_id: CodecTypes$1['pg/uuid@1']['output'];
|
|
1374
1406
|
readonly code_challenge: CodecTypes$1['pg/text@1']['output'] | null;
|
|
1375
1407
|
readonly code_challenge_method: 's256' | 'plain' | null;
|
|
1376
|
-
readonly created_at: CodecTypes$1['pg/timestamptz@1']['output'];
|
|
1377
|
-
readonly expires_at: CodecTypes$1['pg/timestamptz@1']['output'];
|
|
1408
|
+
readonly created_at: CodecTypes$1['pg/timestamptz-temporal@1']['output'];
|
|
1409
|
+
readonly expires_at: CodecTypes$1['pg/timestamptz-temporal@1']['output'];
|
|
1378
1410
|
readonly id: CodecTypes$1['pg/uuid@1']['output'];
|
|
1379
1411
|
readonly nonce: CodecTypes$1['pg/text@1']['output'] | null;
|
|
1380
1412
|
readonly redirect_uri: CodecTypes$1['pg/text@1']['output'];
|
|
@@ -1387,7 +1419,7 @@ type StorageColumnTypes = {
|
|
|
1387
1419
|
};
|
|
1388
1420
|
readonly oauth_client_states: {
|
|
1389
1421
|
readonly code_verifier: CodecTypes$1['pg/text@1']['output'] | null;
|
|
1390
|
-
readonly created_at: CodecTypes$1['pg/timestamptz@1']['output'];
|
|
1422
|
+
readonly created_at: CodecTypes$1['pg/timestamptz-temporal@1']['output'];
|
|
1391
1423
|
readonly id: CodecTypes$1['pg/uuid@1']['output'];
|
|
1392
1424
|
readonly provider_type: CodecTypes$1['pg/text@1']['output'];
|
|
1393
1425
|
};
|
|
@@ -1396,140 +1428,140 @@ type StorageColumnTypes = {
|
|
|
1396
1428
|
readonly client_secret_hash: CodecTypes$1['pg/text@1']['output'] | null;
|
|
1397
1429
|
readonly client_type: 'public' | 'confidential';
|
|
1398
1430
|
readonly client_uri: CodecTypes$1['pg/text@1']['output'] | null;
|
|
1399
|
-
readonly created_at: CodecTypes$1['pg/timestamptz@1']['output'];
|
|
1400
|
-
readonly deleted_at: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
1431
|
+
readonly created_at: CodecTypes$1['pg/timestamptz-temporal@1']['output'];
|
|
1432
|
+
readonly deleted_at: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
1401
1433
|
readonly grant_types: CodecTypes$1['pg/text@1']['output'];
|
|
1402
1434
|
readonly id: CodecTypes$1['pg/uuid@1']['output'];
|
|
1403
1435
|
readonly logo_uri: CodecTypes$1['pg/text@1']['output'] | null;
|
|
1404
1436
|
readonly redirect_uris: CodecTypes$1['pg/text@1']['output'];
|
|
1405
1437
|
readonly registration_type: 'dynamic' | 'manual';
|
|
1406
1438
|
readonly token_endpoint_auth_method: CodecTypes$1['pg/text@1']['output'];
|
|
1407
|
-
readonly updated_at: CodecTypes$1['pg/timestamptz@1']['output'];
|
|
1439
|
+
readonly updated_at: CodecTypes$1['pg/timestamptz-temporal@1']['output'];
|
|
1408
1440
|
};
|
|
1409
1441
|
readonly oauth_consents: {
|
|
1410
1442
|
readonly client_id: CodecTypes$1['pg/uuid@1']['output'];
|
|
1411
|
-
readonly granted_at: CodecTypes$1['pg/timestamptz@1']['output'];
|
|
1443
|
+
readonly granted_at: CodecTypes$1['pg/timestamptz-temporal@1']['output'];
|
|
1412
1444
|
readonly id: CodecTypes$1['pg/uuid@1']['output'];
|
|
1413
|
-
readonly revoked_at: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
1445
|
+
readonly revoked_at: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
1414
1446
|
readonly scopes: CodecTypes$1['pg/text@1']['output'];
|
|
1415
1447
|
readonly user_id: CodecTypes$1['pg/uuid@1']['output'];
|
|
1416
1448
|
};
|
|
1417
1449
|
readonly one_time_tokens: {
|
|
1418
|
-
readonly created_at: CodecTypes$1['pg/timestamp@1']['output'];
|
|
1450
|
+
readonly created_at: CodecTypes$1['pg/timestamp-temporal@1']['output'];
|
|
1419
1451
|
readonly id: CodecTypes$1['pg/uuid@1']['output'];
|
|
1420
1452
|
readonly relates_to: CodecTypes$1['pg/text@1']['output'];
|
|
1421
1453
|
readonly token_hash: CodecTypes$1['pg/text@1']['output'];
|
|
1422
1454
|
readonly token_type: 'confirmation_token' | 'reauthentication_token' | 'recovery_token' | 'email_change_token_new' | 'email_change_token_current' | 'phone_change_token';
|
|
1423
|
-
readonly updated_at: CodecTypes$1['pg/timestamp@1']['output'];
|
|
1455
|
+
readonly updated_at: CodecTypes$1['pg/timestamp-temporal@1']['output'];
|
|
1424
1456
|
readonly user_id: CodecTypes$1['pg/uuid@1']['output'];
|
|
1425
1457
|
};
|
|
1426
1458
|
readonly refresh_tokens: {
|
|
1427
|
-
readonly created_at: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
1459
|
+
readonly created_at: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
1428
1460
|
readonly id: CodecTypes$1['pg/int8@1']['output'];
|
|
1429
1461
|
readonly instance_id: CodecTypes$1['pg/uuid@1']['output'] | null;
|
|
1430
1462
|
readonly parent: Varchar<255> | null;
|
|
1431
1463
|
readonly revoked: CodecTypes$1['pg/bool@1']['output'] | null;
|
|
1432
1464
|
readonly session_id: CodecTypes$1['pg/uuid@1']['output'] | null;
|
|
1433
1465
|
readonly token: Varchar<255> | null;
|
|
1434
|
-
readonly updated_at: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
1466
|
+
readonly updated_at: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
1435
1467
|
readonly user_id: Varchar<255> | null;
|
|
1436
1468
|
};
|
|
1437
1469
|
readonly saml_providers: {
|
|
1438
1470
|
readonly attribute_mapping: CodecTypes$1['pg/jsonb@1']['output'] | null;
|
|
1439
|
-
readonly created_at: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
1471
|
+
readonly created_at: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
1440
1472
|
readonly entity_id: CodecTypes$1['pg/text@1']['output'];
|
|
1441
1473
|
readonly id: CodecTypes$1['pg/uuid@1']['output'];
|
|
1442
1474
|
readonly metadata_url: CodecTypes$1['pg/text@1']['output'] | null;
|
|
1443
1475
|
readonly metadata_xml: CodecTypes$1['pg/text@1']['output'];
|
|
1444
1476
|
readonly name_id_format: CodecTypes$1['pg/text@1']['output'] | null;
|
|
1445
1477
|
readonly sso_provider_id: CodecTypes$1['pg/uuid@1']['output'];
|
|
1446
|
-
readonly updated_at: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
1478
|
+
readonly updated_at: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
1447
1479
|
};
|
|
1448
1480
|
readonly saml_relay_states: {
|
|
1449
|
-
readonly created_at: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
1481
|
+
readonly created_at: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
1450
1482
|
readonly flow_state_id: CodecTypes$1['pg/uuid@1']['output'] | null;
|
|
1451
1483
|
readonly for_email: CodecTypes$1['pg/text@1']['output'] | null;
|
|
1452
1484
|
readonly id: CodecTypes$1['pg/uuid@1']['output'];
|
|
1453
1485
|
readonly redirect_to: CodecTypes$1['pg/text@1']['output'] | null;
|
|
1454
1486
|
readonly request_id: CodecTypes$1['pg/text@1']['output'];
|
|
1455
1487
|
readonly sso_provider_id: CodecTypes$1['pg/uuid@1']['output'];
|
|
1456
|
-
readonly updated_at: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
1488
|
+
readonly updated_at: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
1457
1489
|
};
|
|
1458
1490
|
readonly schema_migrations: {
|
|
1459
1491
|
readonly version: Varchar<255>;
|
|
1460
1492
|
};
|
|
1461
1493
|
readonly sessions: {
|
|
1462
1494
|
readonly aal: 'aal1' | 'aal2' | 'aal3' | null;
|
|
1463
|
-
readonly created_at: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
1495
|
+
readonly created_at: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
1464
1496
|
readonly factor_id: CodecTypes$1['pg/uuid@1']['output'] | null;
|
|
1465
1497
|
readonly id: CodecTypes$1['pg/uuid@1']['output'];
|
|
1466
1498
|
readonly ip: CodecTypes$1['pg/inet@1']['output'] | null;
|
|
1467
|
-
readonly not_after: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
1499
|
+
readonly not_after: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
1468
1500
|
readonly oauth_client_id: CodecTypes$1['pg/uuid@1']['output'] | null;
|
|
1469
1501
|
readonly refresh_token_counter: CodecTypes$1['pg/int8@1']['output'] | null;
|
|
1470
1502
|
readonly refresh_token_hmac_key: CodecTypes$1['pg/text@1']['output'] | null;
|
|
1471
|
-
readonly refreshed_at: CodecTypes$1['pg/timestamp@1']['output'] | null;
|
|
1503
|
+
readonly refreshed_at: CodecTypes$1['pg/timestamp-temporal@1']['output'] | null;
|
|
1472
1504
|
readonly scopes: CodecTypes$1['pg/text@1']['output'] | null;
|
|
1473
1505
|
readonly tag: CodecTypes$1['pg/text@1']['output'] | null;
|
|
1474
|
-
readonly updated_at: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
1506
|
+
readonly updated_at: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
1475
1507
|
readonly user_agent: CodecTypes$1['pg/text@1']['output'] | null;
|
|
1476
1508
|
readonly user_id: CodecTypes$1['pg/uuid@1']['output'];
|
|
1477
1509
|
};
|
|
1478
1510
|
readonly sso_domains: {
|
|
1479
|
-
readonly created_at: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
1511
|
+
readonly created_at: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
1480
1512
|
readonly domain: CodecTypes$1['pg/text@1']['output'];
|
|
1481
1513
|
readonly id: CodecTypes$1['pg/uuid@1']['output'];
|
|
1482
1514
|
readonly sso_provider_id: CodecTypes$1['pg/uuid@1']['output'];
|
|
1483
|
-
readonly updated_at: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
1515
|
+
readonly updated_at: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
1484
1516
|
};
|
|
1485
1517
|
readonly sso_providers: {
|
|
1486
|
-
readonly created_at: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
1518
|
+
readonly created_at: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
1487
1519
|
readonly disabled: CodecTypes$1['pg/bool@1']['output'] | null;
|
|
1488
1520
|
readonly id: CodecTypes$1['pg/uuid@1']['output'];
|
|
1489
1521
|
readonly resource_id: CodecTypes$1['pg/text@1']['output'] | null;
|
|
1490
|
-
readonly updated_at: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
1522
|
+
readonly updated_at: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
1491
1523
|
};
|
|
1492
1524
|
readonly users: {
|
|
1493
1525
|
readonly aud: Varchar<255> | null;
|
|
1494
|
-
readonly banned_until: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
1495
|
-
readonly confirmation_sent_at: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
1526
|
+
readonly banned_until: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
1527
|
+
readonly confirmation_sent_at: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
1496
1528
|
readonly confirmation_token: Varchar<255> | null;
|
|
1497
|
-
readonly confirmed_at: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
1498
|
-
readonly created_at: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
1499
|
-
readonly deleted_at: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
1529
|
+
readonly confirmed_at: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
1530
|
+
readonly created_at: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
1531
|
+
readonly deleted_at: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
1500
1532
|
readonly email: Varchar<255> | null;
|
|
1501
1533
|
readonly email_change: Varchar<255> | null;
|
|
1502
1534
|
readonly email_change_confirm_status: CodecTypes$1['pg/int2@1']['output'] | null;
|
|
1503
|
-
readonly email_change_sent_at: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
1535
|
+
readonly email_change_sent_at: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
1504
1536
|
readonly email_change_token_current: Varchar<255> | null;
|
|
1505
1537
|
readonly email_change_token_new: Varchar<255> | null;
|
|
1506
|
-
readonly email_confirmed_at: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
1538
|
+
readonly email_confirmed_at: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
1507
1539
|
readonly encrypted_password: Varchar<255> | null;
|
|
1508
1540
|
readonly id: CodecTypes$1['pg/uuid@1']['output'];
|
|
1509
1541
|
readonly instance_id: CodecTypes$1['pg/uuid@1']['output'] | null;
|
|
1510
|
-
readonly invited_at: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
1542
|
+
readonly invited_at: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
1511
1543
|
readonly is_anonymous: CodecTypes$1['pg/bool@1']['output'];
|
|
1512
1544
|
readonly is_sso_user: CodecTypes$1['pg/bool@1']['output'];
|
|
1513
1545
|
readonly is_super_admin: CodecTypes$1['pg/bool@1']['output'] | null;
|
|
1514
|
-
readonly last_sign_in_at: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
1546
|
+
readonly last_sign_in_at: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
1515
1547
|
readonly phone: CodecTypes$1['pg/text@1']['output'] | null;
|
|
1516
1548
|
readonly phone_change: CodecTypes$1['pg/text@1']['output'] | null;
|
|
1517
|
-
readonly phone_change_sent_at: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
1549
|
+
readonly phone_change_sent_at: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
1518
1550
|
readonly phone_change_token: Varchar<255> | null;
|
|
1519
|
-
readonly phone_confirmed_at: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
1551
|
+
readonly phone_confirmed_at: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
1520
1552
|
readonly raw_app_meta_data: CodecTypes$1['pg/jsonb@1']['output'] | null;
|
|
1521
1553
|
readonly raw_user_meta_data: CodecTypes$1['pg/jsonb@1']['output'] | null;
|
|
1522
|
-
readonly reauthentication_sent_at: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
1554
|
+
readonly reauthentication_sent_at: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
1523
1555
|
readonly reauthentication_token: Varchar<255> | null;
|
|
1524
|
-
readonly recovery_sent_at: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
1556
|
+
readonly recovery_sent_at: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
1525
1557
|
readonly recovery_token: Varchar<255> | null;
|
|
1526
1558
|
readonly role: Varchar<255> | null;
|
|
1527
|
-
readonly updated_at: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
1559
|
+
readonly updated_at: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
1528
1560
|
};
|
|
1529
1561
|
readonly webauthn_challenges: {
|
|
1530
1562
|
readonly challenge_type: CodecTypes$1['pg/text@1']['output'];
|
|
1531
|
-
readonly created_at: CodecTypes$1['pg/timestamptz@1']['output'];
|
|
1532
|
-
readonly expires_at: CodecTypes$1['pg/timestamptz@1']['output'];
|
|
1563
|
+
readonly created_at: CodecTypes$1['pg/timestamptz-temporal@1']['output'];
|
|
1564
|
+
readonly expires_at: CodecTypes$1['pg/timestamptz-temporal@1']['output'];
|
|
1533
1565
|
readonly id: CodecTypes$1['pg/uuid@1']['output'];
|
|
1534
1566
|
readonly session_data: CodecTypes$1['pg/jsonb@1']['output'];
|
|
1535
1567
|
readonly user_id: CodecTypes$1['pg/uuid@1']['output'] | null;
|
|
@@ -1539,15 +1571,15 @@ type StorageColumnTypes = {
|
|
|
1539
1571
|
readonly attestation_type: CodecTypes$1['pg/text@1']['output'];
|
|
1540
1572
|
readonly backed_up: CodecTypes$1['pg/bool@1']['output'];
|
|
1541
1573
|
readonly backup_eligible: CodecTypes$1['pg/bool@1']['output'];
|
|
1542
|
-
readonly created_at: CodecTypes$1['pg/timestamptz@1']['output'];
|
|
1574
|
+
readonly created_at: CodecTypes$1['pg/timestamptz-temporal@1']['output'];
|
|
1543
1575
|
readonly credential_id: CodecTypes$1['pg/bytea@1']['output'];
|
|
1544
1576
|
readonly friendly_name: CodecTypes$1['pg/text@1']['output'];
|
|
1545
1577
|
readonly id: CodecTypes$1['pg/uuid@1']['output'];
|
|
1546
|
-
readonly last_used_at: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
1578
|
+
readonly last_used_at: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
1547
1579
|
readonly public_key: CodecTypes$1['pg/bytea@1']['output'];
|
|
1548
1580
|
readonly sign_count: CodecTypes$1['pg/int8@1']['output'];
|
|
1549
1581
|
readonly transports: CodecTypes$1['pg/jsonb@1']['output'];
|
|
1550
|
-
readonly updated_at: CodecTypes$1['pg/timestamptz@1']['output'];
|
|
1582
|
+
readonly updated_at: CodecTypes$1['pg/timestamptz-temporal@1']['output'];
|
|
1551
1583
|
readonly user_id: CodecTypes$1['pg/uuid@1']['output'];
|
|
1552
1584
|
};
|
|
1553
1585
|
};
|
|
@@ -1555,7 +1587,7 @@ type StorageColumnTypes = {
|
|
|
1555
1587
|
readonly storage: {
|
|
1556
1588
|
readonly buckets: {
|
|
1557
1589
|
readonly avif_autodetection: CodecTypes$1['pg/bool@1']['output'] | null;
|
|
1558
|
-
readonly created_at: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
1590
|
+
readonly created_at: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
1559
1591
|
readonly file_size_limit: CodecTypes$1['pg/int8@1']['output'] | null;
|
|
1560
1592
|
readonly id: CodecTypes$1['pg/text@1']['output'];
|
|
1561
1593
|
readonly name: CodecTypes$1['pg/text@1']['output'];
|
|
@@ -1563,36 +1595,36 @@ type StorageColumnTypes = {
|
|
|
1563
1595
|
readonly owner_id: CodecTypes$1['pg/text@1']['output'] | null;
|
|
1564
1596
|
readonly public: CodecTypes$1['pg/bool@1']['output'] | null;
|
|
1565
1597
|
readonly type: 'STANDARD' | 'ANALYTICS' | 'VECTOR';
|
|
1566
|
-
readonly updated_at: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
1598
|
+
readonly updated_at: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
1567
1599
|
};
|
|
1568
1600
|
readonly buckets_analytics: {
|
|
1569
|
-
readonly created_at: CodecTypes$1['pg/timestamptz@1']['output'];
|
|
1570
|
-
readonly deleted_at: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
1601
|
+
readonly created_at: CodecTypes$1['pg/timestamptz-temporal@1']['output'];
|
|
1602
|
+
readonly deleted_at: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
1571
1603
|
readonly format: CodecTypes$1['pg/text@1']['output'];
|
|
1572
1604
|
readonly id: CodecTypes$1['pg/uuid@1']['output'];
|
|
1573
1605
|
readonly name: CodecTypes$1['pg/text@1']['output'];
|
|
1574
1606
|
readonly type: 'STANDARD' | 'ANALYTICS' | 'VECTOR';
|
|
1575
|
-
readonly updated_at: CodecTypes$1['pg/timestamptz@1']['output'];
|
|
1607
|
+
readonly updated_at: CodecTypes$1['pg/timestamptz-temporal@1']['output'];
|
|
1576
1608
|
};
|
|
1577
1609
|
readonly buckets_vectors: {
|
|
1578
|
-
readonly created_at: CodecTypes$1['pg/timestamptz@1']['output'];
|
|
1610
|
+
readonly created_at: CodecTypes$1['pg/timestamptz-temporal@1']['output'];
|
|
1579
1611
|
readonly id: CodecTypes$1['pg/text@1']['output'];
|
|
1580
1612
|
readonly type: 'STANDARD' | 'ANALYTICS' | 'VECTOR';
|
|
1581
|
-
readonly updated_at: CodecTypes$1['pg/timestamptz@1']['output'];
|
|
1613
|
+
readonly updated_at: CodecTypes$1['pg/timestamptz-temporal@1']['output'];
|
|
1582
1614
|
};
|
|
1583
1615
|
readonly iceberg_namespaces: {
|
|
1584
1616
|
readonly bucket_name: CodecTypes$1['pg/text@1']['output'];
|
|
1585
1617
|
readonly catalog_id: CodecTypes$1['pg/uuid@1']['output'];
|
|
1586
|
-
readonly created_at: CodecTypes$1['pg/timestamptz@1']['output'];
|
|
1618
|
+
readonly created_at: CodecTypes$1['pg/timestamptz-temporal@1']['output'];
|
|
1587
1619
|
readonly id: CodecTypes$1['pg/uuid@1']['output'];
|
|
1588
1620
|
readonly metadata: CodecTypes$1['pg/jsonb@1']['output'];
|
|
1589
1621
|
readonly name: CodecTypes$1['pg/text@1']['output'];
|
|
1590
|
-
readonly updated_at: CodecTypes$1['pg/timestamptz@1']['output'];
|
|
1622
|
+
readonly updated_at: CodecTypes$1['pg/timestamptz-temporal@1']['output'];
|
|
1591
1623
|
};
|
|
1592
1624
|
readonly iceberg_tables: {
|
|
1593
1625
|
readonly bucket_name: CodecTypes$1['pg/text@1']['output'];
|
|
1594
1626
|
readonly catalog_id: CodecTypes$1['pg/uuid@1']['output'];
|
|
1595
|
-
readonly created_at: CodecTypes$1['pg/timestamptz@1']['output'];
|
|
1627
|
+
readonly created_at: CodecTypes$1['pg/timestamptz-temporal@1']['output'];
|
|
1596
1628
|
readonly id: CodecTypes$1['pg/uuid@1']['output'];
|
|
1597
1629
|
readonly location: CodecTypes$1['pg/text@1']['output'];
|
|
1598
1630
|
readonly name: CodecTypes$1['pg/text@1']['output'];
|
|
@@ -1600,30 +1632,30 @@ type StorageColumnTypes = {
|
|
|
1600
1632
|
readonly remote_table_id: CodecTypes$1['pg/text@1']['output'] | null;
|
|
1601
1633
|
readonly shard_id: CodecTypes$1['pg/text@1']['output'] | null;
|
|
1602
1634
|
readonly shard_key: CodecTypes$1['pg/text@1']['output'] | null;
|
|
1603
|
-
readonly updated_at: CodecTypes$1['pg/timestamptz@1']['output'];
|
|
1635
|
+
readonly updated_at: CodecTypes$1['pg/timestamptz-temporal@1']['output'];
|
|
1604
1636
|
};
|
|
1605
1637
|
readonly migrations: {
|
|
1606
|
-
readonly executed_at: CodecTypes$1['pg/timestamp@1']['output'] | null;
|
|
1638
|
+
readonly executed_at: CodecTypes$1['pg/timestamp-temporal@1']['output'] | null;
|
|
1607
1639
|
readonly hash: Varchar<40>;
|
|
1608
1640
|
readonly id: CodecTypes$1['pg/int4@1']['output'];
|
|
1609
1641
|
readonly name: Varchar<100>;
|
|
1610
1642
|
};
|
|
1611
1643
|
readonly objects: {
|
|
1612
1644
|
readonly bucket_id: CodecTypes$1['pg/text@1']['output'] | null;
|
|
1613
|
-
readonly created_at: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
1645
|
+
readonly created_at: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
1614
1646
|
readonly id: CodecTypes$1['pg/uuid@1']['output'];
|
|
1615
|
-
readonly last_accessed_at: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
1647
|
+
readonly last_accessed_at: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
1616
1648
|
readonly metadata: CodecTypes$1['pg/jsonb@1']['output'] | null;
|
|
1617
1649
|
readonly name: CodecTypes$1['pg/text@1']['output'] | null;
|
|
1618
1650
|
readonly owner: CodecTypes$1['pg/uuid@1']['output'] | null;
|
|
1619
1651
|
readonly owner_id: CodecTypes$1['pg/text@1']['output'] | null;
|
|
1620
|
-
readonly updated_at: CodecTypes$1['pg/timestamptz@1']['output'] | null;
|
|
1652
|
+
readonly updated_at: CodecTypes$1['pg/timestamptz-temporal@1']['output'] | null;
|
|
1621
1653
|
readonly user_metadata: CodecTypes$1['pg/jsonb@1']['output'] | null;
|
|
1622
1654
|
readonly version: CodecTypes$1['pg/text@1']['output'] | null;
|
|
1623
1655
|
};
|
|
1624
1656
|
readonly s3_multipart_uploads: {
|
|
1625
1657
|
readonly bucket_id: CodecTypes$1['pg/text@1']['output'];
|
|
1626
|
-
readonly created_at: CodecTypes$1['pg/timestamptz@1']['output'];
|
|
1658
|
+
readonly created_at: CodecTypes$1['pg/timestamptz-temporal@1']['output'];
|
|
1627
1659
|
readonly id: CodecTypes$1['pg/text@1']['output'];
|
|
1628
1660
|
readonly in_progress_size: CodecTypes$1['pg/int8@1']['output'];
|
|
1629
1661
|
readonly key: CodecTypes$1['pg/text@1']['output'];
|
|
@@ -1635,7 +1667,7 @@ type StorageColumnTypes = {
|
|
|
1635
1667
|
};
|
|
1636
1668
|
readonly s3_multipart_uploads_parts: {
|
|
1637
1669
|
readonly bucket_id: CodecTypes$1['pg/text@1']['output'];
|
|
1638
|
-
readonly created_at: CodecTypes$1['pg/timestamptz@1']['output'];
|
|
1670
|
+
readonly created_at: CodecTypes$1['pg/timestamptz-temporal@1']['output'];
|
|
1639
1671
|
readonly etag: CodecTypes$1['pg/text@1']['output'];
|
|
1640
1672
|
readonly id: CodecTypes$1['pg/uuid@1']['output'];
|
|
1641
1673
|
readonly key: CodecTypes$1['pg/text@1']['output'];
|
|
@@ -1647,14 +1679,14 @@ type StorageColumnTypes = {
|
|
|
1647
1679
|
};
|
|
1648
1680
|
readonly vector_indexes: {
|
|
1649
1681
|
readonly bucket_id: CodecTypes$1['pg/text@1']['output'];
|
|
1650
|
-
readonly created_at: CodecTypes$1['pg/timestamptz@1']['output'];
|
|
1682
|
+
readonly created_at: CodecTypes$1['pg/timestamptz-temporal@1']['output'];
|
|
1651
1683
|
readonly data_type: CodecTypes$1['pg/text@1']['output'];
|
|
1652
1684
|
readonly dimension: CodecTypes$1['pg/int4@1']['output'];
|
|
1653
1685
|
readonly distance_metric: CodecTypes$1['pg/text@1']['output'];
|
|
1654
1686
|
readonly id: CodecTypes$1['pg/text@1']['output'];
|
|
1655
1687
|
readonly metadata_configuration: CodecTypes$1['pg/jsonb@1']['output'] | null;
|
|
1656
1688
|
readonly name: CodecTypes$1['pg/text@1']['output'];
|
|
1657
|
-
readonly updated_at: CodecTypes$1['pg/timestamptz@1']['output'];
|
|
1689
|
+
readonly updated_at: CodecTypes$1['pg/timestamptz-temporal@1']['output'];
|
|
1658
1690
|
};
|
|
1659
1691
|
};
|
|
1660
1692
|
};
|
|
@@ -1662,7 +1694,7 @@ type StorageColumnInputTypes = {
|
|
|
1662
1694
|
readonly __unbound__: {};
|
|
1663
1695
|
readonly auth: {
|
|
1664
1696
|
readonly audit_log_entries: {
|
|
1665
|
-
readonly created_at: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
1697
|
+
readonly created_at: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
1666
1698
|
readonly id: CodecTypes$1['pg/uuid@1']['input'];
|
|
1667
1699
|
readonly instance_id: CodecTypes$1['pg/uuid@1']['input'] | null;
|
|
1668
1700
|
readonly ip_address: CodecTypes$1['sql/varchar@1']['input'];
|
|
@@ -1676,8 +1708,8 @@ type StorageColumnInputTypes = {
|
|
|
1676
1708
|
readonly cached_discovery: CodecTypes$1['pg/jsonb@1']['input'] | null;
|
|
1677
1709
|
readonly client_id: CodecTypes$1['pg/text@1']['input'];
|
|
1678
1710
|
readonly client_secret: CodecTypes$1['pg/text@1']['input'];
|
|
1679
|
-
readonly created_at: CodecTypes$1['pg/timestamptz@1']['input'];
|
|
1680
|
-
readonly discovery_cached_at: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
1711
|
+
readonly created_at: CodecTypes$1['pg/timestamptz-temporal@1']['input'];
|
|
1712
|
+
readonly discovery_cached_at: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
1681
1713
|
readonly discovery_url: CodecTypes$1['pg/text@1']['input'] | null;
|
|
1682
1714
|
readonly email_optional: CodecTypes$1['pg/bool@1']['input'];
|
|
1683
1715
|
readonly enabled: CodecTypes$1['pg/bool@1']['input'];
|
|
@@ -1691,16 +1723,16 @@ type StorageColumnInputTypes = {
|
|
|
1691
1723
|
readonly scopes: ReadonlyArray<CodecTypes$1['pg/text@1']['input']>;
|
|
1692
1724
|
readonly skip_nonce_check: CodecTypes$1['pg/bool@1']['input'];
|
|
1693
1725
|
readonly token_url: CodecTypes$1['pg/text@1']['input'] | null;
|
|
1694
|
-
readonly updated_at: CodecTypes$1['pg/timestamptz@1']['input'];
|
|
1726
|
+
readonly updated_at: CodecTypes$1['pg/timestamptz-temporal@1']['input'];
|
|
1695
1727
|
readonly userinfo_url: CodecTypes$1['pg/text@1']['input'] | null;
|
|
1696
1728
|
};
|
|
1697
1729
|
readonly flow_state: {
|
|
1698
1730
|
readonly auth_code: CodecTypes$1['pg/text@1']['input'] | null;
|
|
1699
|
-
readonly auth_code_issued_at: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
1731
|
+
readonly auth_code_issued_at: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
1700
1732
|
readonly authentication_method: CodecTypes$1['pg/text@1']['input'];
|
|
1701
1733
|
readonly code_challenge: CodecTypes$1['pg/text@1']['input'] | null;
|
|
1702
1734
|
readonly code_challenge_method: 's256' | 'plain' | null;
|
|
1703
|
-
readonly created_at: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
1735
|
+
readonly created_at: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
1704
1736
|
readonly email_optional: CodecTypes$1['pg/bool@1']['input'];
|
|
1705
1737
|
readonly id: CodecTypes$1['pg/uuid@1']['input'];
|
|
1706
1738
|
readonly invite_token: CodecTypes$1['pg/text@1']['input'] | null;
|
|
@@ -1710,67 +1742,67 @@ type StorageColumnInputTypes = {
|
|
|
1710
1742
|
readonly provider_refresh_token: CodecTypes$1['pg/text@1']['input'] | null;
|
|
1711
1743
|
readonly provider_type: CodecTypes$1['pg/text@1']['input'];
|
|
1712
1744
|
readonly referrer: CodecTypes$1['pg/text@1']['input'] | null;
|
|
1713
|
-
readonly updated_at: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
1745
|
+
readonly updated_at: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
1714
1746
|
readonly user_id: CodecTypes$1['pg/uuid@1']['input'] | null;
|
|
1715
1747
|
};
|
|
1716
1748
|
readonly identities: {
|
|
1717
|
-
readonly created_at: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
1749
|
+
readonly created_at: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
1718
1750
|
readonly email: CodecTypes$1['pg/text@1']['input'] | null;
|
|
1719
1751
|
readonly id: CodecTypes$1['pg/uuid@1']['input'];
|
|
1720
1752
|
readonly identity_data: CodecTypes$1['pg/jsonb@1']['input'];
|
|
1721
|
-
readonly last_sign_in_at: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
1753
|
+
readonly last_sign_in_at: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
1722
1754
|
readonly provider: CodecTypes$1['pg/text@1']['input'];
|
|
1723
1755
|
readonly provider_id: CodecTypes$1['pg/text@1']['input'];
|
|
1724
|
-
readonly updated_at: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
1756
|
+
readonly updated_at: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
1725
1757
|
readonly user_id: CodecTypes$1['pg/uuid@1']['input'];
|
|
1726
1758
|
};
|
|
1727
1759
|
readonly instances: {
|
|
1728
|
-
readonly created_at: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
1760
|
+
readonly created_at: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
1729
1761
|
readonly id: CodecTypes$1['pg/uuid@1']['input'];
|
|
1730
1762
|
readonly raw_base_config: CodecTypes$1['pg/text@1']['input'] | null;
|
|
1731
|
-
readonly updated_at: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
1763
|
+
readonly updated_at: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
1732
1764
|
readonly uuid: CodecTypes$1['pg/uuid@1']['input'] | null;
|
|
1733
1765
|
};
|
|
1734
1766
|
readonly mfa_amr_claims: {
|
|
1735
1767
|
readonly authentication_method: CodecTypes$1['pg/text@1']['input'];
|
|
1736
|
-
readonly created_at: CodecTypes$1['pg/timestamptz@1']['input'];
|
|
1768
|
+
readonly created_at: CodecTypes$1['pg/timestamptz-temporal@1']['input'];
|
|
1737
1769
|
readonly id: CodecTypes$1['pg/uuid@1']['input'];
|
|
1738
1770
|
readonly session_id: CodecTypes$1['pg/uuid@1']['input'];
|
|
1739
|
-
readonly updated_at: CodecTypes$1['pg/timestamptz@1']['input'];
|
|
1771
|
+
readonly updated_at: CodecTypes$1['pg/timestamptz-temporal@1']['input'];
|
|
1740
1772
|
};
|
|
1741
1773
|
readonly mfa_challenges: {
|
|
1742
|
-
readonly created_at: CodecTypes$1['pg/timestamptz@1']['input'];
|
|
1774
|
+
readonly created_at: CodecTypes$1['pg/timestamptz-temporal@1']['input'];
|
|
1743
1775
|
readonly factor_id: CodecTypes$1['pg/uuid@1']['input'];
|
|
1744
1776
|
readonly id: CodecTypes$1['pg/uuid@1']['input'];
|
|
1745
1777
|
readonly ip_address: CodecTypes$1['pg/inet@1']['input'];
|
|
1746
1778
|
readonly otp_code: CodecTypes$1['pg/text@1']['input'] | null;
|
|
1747
|
-
readonly verified_at: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
1779
|
+
readonly verified_at: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
1748
1780
|
readonly web_authn_session_data: CodecTypes$1['pg/jsonb@1']['input'] | null;
|
|
1749
1781
|
};
|
|
1750
1782
|
readonly mfa_factors: {
|
|
1751
|
-
readonly created_at: CodecTypes$1['pg/timestamptz@1']['input'];
|
|
1783
|
+
readonly created_at: CodecTypes$1['pg/timestamptz-temporal@1']['input'];
|
|
1752
1784
|
readonly factor_type: 'totp' | 'webauthn' | 'phone';
|
|
1753
1785
|
readonly friendly_name: CodecTypes$1['pg/text@1']['input'] | null;
|
|
1754
1786
|
readonly id: CodecTypes$1['pg/uuid@1']['input'];
|
|
1755
|
-
readonly last_challenged_at: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
1787
|
+
readonly last_challenged_at: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
1756
1788
|
readonly last_webauthn_challenge_data: CodecTypes$1['pg/jsonb@1']['input'] | null;
|
|
1757
1789
|
readonly phone: CodecTypes$1['pg/text@1']['input'] | null;
|
|
1758
1790
|
readonly secret: CodecTypes$1['pg/text@1']['input'] | null;
|
|
1759
1791
|
readonly status: 'unverified' | 'verified';
|
|
1760
|
-
readonly updated_at: CodecTypes$1['pg/timestamptz@1']['input'];
|
|
1792
|
+
readonly updated_at: CodecTypes$1['pg/timestamptz-temporal@1']['input'];
|
|
1761
1793
|
readonly user_id: CodecTypes$1['pg/uuid@1']['input'];
|
|
1762
1794
|
readonly web_authn_aaguid: CodecTypes$1['pg/uuid@1']['input'] | null;
|
|
1763
1795
|
readonly web_authn_credential: CodecTypes$1['pg/jsonb@1']['input'] | null;
|
|
1764
1796
|
};
|
|
1765
1797
|
readonly oauth_authorizations: {
|
|
1766
|
-
readonly approved_at: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
1798
|
+
readonly approved_at: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
1767
1799
|
readonly authorization_code: CodecTypes$1['pg/text@1']['input'] | null;
|
|
1768
1800
|
readonly authorization_id: CodecTypes$1['pg/text@1']['input'];
|
|
1769
1801
|
readonly client_id: CodecTypes$1['pg/uuid@1']['input'];
|
|
1770
1802
|
readonly code_challenge: CodecTypes$1['pg/text@1']['input'] | null;
|
|
1771
1803
|
readonly code_challenge_method: 's256' | 'plain' | null;
|
|
1772
|
-
readonly created_at: CodecTypes$1['pg/timestamptz@1']['input'];
|
|
1773
|
-
readonly expires_at: CodecTypes$1['pg/timestamptz@1']['input'];
|
|
1804
|
+
readonly created_at: CodecTypes$1['pg/timestamptz-temporal@1']['input'];
|
|
1805
|
+
readonly expires_at: CodecTypes$1['pg/timestamptz-temporal@1']['input'];
|
|
1774
1806
|
readonly id: CodecTypes$1['pg/uuid@1']['input'];
|
|
1775
1807
|
readonly nonce: CodecTypes$1['pg/text@1']['input'] | null;
|
|
1776
1808
|
readonly redirect_uri: CodecTypes$1['pg/text@1']['input'];
|
|
@@ -1783,7 +1815,7 @@ type StorageColumnInputTypes = {
|
|
|
1783
1815
|
};
|
|
1784
1816
|
readonly oauth_client_states: {
|
|
1785
1817
|
readonly code_verifier: CodecTypes$1['pg/text@1']['input'] | null;
|
|
1786
|
-
readonly created_at: CodecTypes$1['pg/timestamptz@1']['input'];
|
|
1818
|
+
readonly created_at: CodecTypes$1['pg/timestamptz-temporal@1']['input'];
|
|
1787
1819
|
readonly id: CodecTypes$1['pg/uuid@1']['input'];
|
|
1788
1820
|
readonly provider_type: CodecTypes$1['pg/text@1']['input'];
|
|
1789
1821
|
};
|
|
@@ -1792,140 +1824,140 @@ type StorageColumnInputTypes = {
|
|
|
1792
1824
|
readonly client_secret_hash: CodecTypes$1['pg/text@1']['input'] | null;
|
|
1793
1825
|
readonly client_type: 'public' | 'confidential';
|
|
1794
1826
|
readonly client_uri: CodecTypes$1['pg/text@1']['input'] | null;
|
|
1795
|
-
readonly created_at: CodecTypes$1['pg/timestamptz@1']['input'];
|
|
1796
|
-
readonly deleted_at: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
1827
|
+
readonly created_at: CodecTypes$1['pg/timestamptz-temporal@1']['input'];
|
|
1828
|
+
readonly deleted_at: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
1797
1829
|
readonly grant_types: CodecTypes$1['pg/text@1']['input'];
|
|
1798
1830
|
readonly id: CodecTypes$1['pg/uuid@1']['input'];
|
|
1799
1831
|
readonly logo_uri: CodecTypes$1['pg/text@1']['input'] | null;
|
|
1800
1832
|
readonly redirect_uris: CodecTypes$1['pg/text@1']['input'];
|
|
1801
1833
|
readonly registration_type: 'dynamic' | 'manual';
|
|
1802
1834
|
readonly token_endpoint_auth_method: CodecTypes$1['pg/text@1']['input'];
|
|
1803
|
-
readonly updated_at: CodecTypes$1['pg/timestamptz@1']['input'];
|
|
1835
|
+
readonly updated_at: CodecTypes$1['pg/timestamptz-temporal@1']['input'];
|
|
1804
1836
|
};
|
|
1805
1837
|
readonly oauth_consents: {
|
|
1806
1838
|
readonly client_id: CodecTypes$1['pg/uuid@1']['input'];
|
|
1807
|
-
readonly granted_at: CodecTypes$1['pg/timestamptz@1']['input'];
|
|
1839
|
+
readonly granted_at: CodecTypes$1['pg/timestamptz-temporal@1']['input'];
|
|
1808
1840
|
readonly id: CodecTypes$1['pg/uuid@1']['input'];
|
|
1809
|
-
readonly revoked_at: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
1841
|
+
readonly revoked_at: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
1810
1842
|
readonly scopes: CodecTypes$1['pg/text@1']['input'];
|
|
1811
1843
|
readonly user_id: CodecTypes$1['pg/uuid@1']['input'];
|
|
1812
1844
|
};
|
|
1813
1845
|
readonly one_time_tokens: {
|
|
1814
|
-
readonly created_at: CodecTypes$1['pg/timestamp@1']['input'];
|
|
1846
|
+
readonly created_at: CodecTypes$1['pg/timestamp-temporal@1']['input'];
|
|
1815
1847
|
readonly id: CodecTypes$1['pg/uuid@1']['input'];
|
|
1816
1848
|
readonly relates_to: CodecTypes$1['pg/text@1']['input'];
|
|
1817
1849
|
readonly token_hash: CodecTypes$1['pg/text@1']['input'];
|
|
1818
1850
|
readonly token_type: 'confirmation_token' | 'reauthentication_token' | 'recovery_token' | 'email_change_token_new' | 'email_change_token_current' | 'phone_change_token';
|
|
1819
|
-
readonly updated_at: CodecTypes$1['pg/timestamp@1']['input'];
|
|
1851
|
+
readonly updated_at: CodecTypes$1['pg/timestamp-temporal@1']['input'];
|
|
1820
1852
|
readonly user_id: CodecTypes$1['pg/uuid@1']['input'];
|
|
1821
1853
|
};
|
|
1822
1854
|
readonly refresh_tokens: {
|
|
1823
|
-
readonly created_at: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
1855
|
+
readonly created_at: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
1824
1856
|
readonly id: CodecTypes$1['pg/int8@1']['input'];
|
|
1825
1857
|
readonly instance_id: CodecTypes$1['pg/uuid@1']['input'] | null;
|
|
1826
1858
|
readonly parent: CodecTypes$1['sql/varchar@1']['input'] | null;
|
|
1827
1859
|
readonly revoked: CodecTypes$1['pg/bool@1']['input'] | null;
|
|
1828
1860
|
readonly session_id: CodecTypes$1['pg/uuid@1']['input'] | null;
|
|
1829
1861
|
readonly token: CodecTypes$1['sql/varchar@1']['input'] | null;
|
|
1830
|
-
readonly updated_at: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
1862
|
+
readonly updated_at: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
1831
1863
|
readonly user_id: CodecTypes$1['sql/varchar@1']['input'] | null;
|
|
1832
1864
|
};
|
|
1833
1865
|
readonly saml_providers: {
|
|
1834
1866
|
readonly attribute_mapping: CodecTypes$1['pg/jsonb@1']['input'] | null;
|
|
1835
|
-
readonly created_at: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
1867
|
+
readonly created_at: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
1836
1868
|
readonly entity_id: CodecTypes$1['pg/text@1']['input'];
|
|
1837
1869
|
readonly id: CodecTypes$1['pg/uuid@1']['input'];
|
|
1838
1870
|
readonly metadata_url: CodecTypes$1['pg/text@1']['input'] | null;
|
|
1839
1871
|
readonly metadata_xml: CodecTypes$1['pg/text@1']['input'];
|
|
1840
1872
|
readonly name_id_format: CodecTypes$1['pg/text@1']['input'] | null;
|
|
1841
1873
|
readonly sso_provider_id: CodecTypes$1['pg/uuid@1']['input'];
|
|
1842
|
-
readonly updated_at: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
1874
|
+
readonly updated_at: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
1843
1875
|
};
|
|
1844
1876
|
readonly saml_relay_states: {
|
|
1845
|
-
readonly created_at: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
1877
|
+
readonly created_at: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
1846
1878
|
readonly flow_state_id: CodecTypes$1['pg/uuid@1']['input'] | null;
|
|
1847
1879
|
readonly for_email: CodecTypes$1['pg/text@1']['input'] | null;
|
|
1848
1880
|
readonly id: CodecTypes$1['pg/uuid@1']['input'];
|
|
1849
1881
|
readonly redirect_to: CodecTypes$1['pg/text@1']['input'] | null;
|
|
1850
1882
|
readonly request_id: CodecTypes$1['pg/text@1']['input'];
|
|
1851
1883
|
readonly sso_provider_id: CodecTypes$1['pg/uuid@1']['input'];
|
|
1852
|
-
readonly updated_at: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
1884
|
+
readonly updated_at: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
1853
1885
|
};
|
|
1854
1886
|
readonly schema_migrations: {
|
|
1855
1887
|
readonly version: CodecTypes$1['sql/varchar@1']['input'];
|
|
1856
1888
|
};
|
|
1857
1889
|
readonly sessions: {
|
|
1858
1890
|
readonly aal: 'aal1' | 'aal2' | 'aal3' | null;
|
|
1859
|
-
readonly created_at: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
1891
|
+
readonly created_at: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
1860
1892
|
readonly factor_id: CodecTypes$1['pg/uuid@1']['input'] | null;
|
|
1861
1893
|
readonly id: CodecTypes$1['pg/uuid@1']['input'];
|
|
1862
1894
|
readonly ip: CodecTypes$1['pg/inet@1']['input'] | null;
|
|
1863
|
-
readonly not_after: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
1895
|
+
readonly not_after: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
1864
1896
|
readonly oauth_client_id: CodecTypes$1['pg/uuid@1']['input'] | null;
|
|
1865
1897
|
readonly refresh_token_counter: CodecTypes$1['pg/int8@1']['input'] | null;
|
|
1866
1898
|
readonly refresh_token_hmac_key: CodecTypes$1['pg/text@1']['input'] | null;
|
|
1867
|
-
readonly refreshed_at: CodecTypes$1['pg/timestamp@1']['input'] | null;
|
|
1899
|
+
readonly refreshed_at: CodecTypes$1['pg/timestamp-temporal@1']['input'] | null;
|
|
1868
1900
|
readonly scopes: CodecTypes$1['pg/text@1']['input'] | null;
|
|
1869
1901
|
readonly tag: CodecTypes$1['pg/text@1']['input'] | null;
|
|
1870
|
-
readonly updated_at: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
1902
|
+
readonly updated_at: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
1871
1903
|
readonly user_agent: CodecTypes$1['pg/text@1']['input'] | null;
|
|
1872
1904
|
readonly user_id: CodecTypes$1['pg/uuid@1']['input'];
|
|
1873
1905
|
};
|
|
1874
1906
|
readonly sso_domains: {
|
|
1875
|
-
readonly created_at: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
1907
|
+
readonly created_at: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
1876
1908
|
readonly domain: CodecTypes$1['pg/text@1']['input'];
|
|
1877
1909
|
readonly id: CodecTypes$1['pg/uuid@1']['input'];
|
|
1878
1910
|
readonly sso_provider_id: CodecTypes$1['pg/uuid@1']['input'];
|
|
1879
|
-
readonly updated_at: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
1911
|
+
readonly updated_at: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
1880
1912
|
};
|
|
1881
1913
|
readonly sso_providers: {
|
|
1882
|
-
readonly created_at: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
1914
|
+
readonly created_at: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
1883
1915
|
readonly disabled: CodecTypes$1['pg/bool@1']['input'] | null;
|
|
1884
1916
|
readonly id: CodecTypes$1['pg/uuid@1']['input'];
|
|
1885
1917
|
readonly resource_id: CodecTypes$1['pg/text@1']['input'] | null;
|
|
1886
|
-
readonly updated_at: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
1918
|
+
readonly updated_at: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
1887
1919
|
};
|
|
1888
1920
|
readonly users: {
|
|
1889
1921
|
readonly aud: CodecTypes$1['sql/varchar@1']['input'] | null;
|
|
1890
|
-
readonly banned_until: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
1891
|
-
readonly confirmation_sent_at: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
1922
|
+
readonly banned_until: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
1923
|
+
readonly confirmation_sent_at: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
1892
1924
|
readonly confirmation_token: CodecTypes$1['sql/varchar@1']['input'] | null;
|
|
1893
|
-
readonly confirmed_at: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
1894
|
-
readonly created_at: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
1895
|
-
readonly deleted_at: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
1925
|
+
readonly confirmed_at: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
1926
|
+
readonly created_at: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
1927
|
+
readonly deleted_at: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
1896
1928
|
readonly email: CodecTypes$1['sql/varchar@1']['input'] | null;
|
|
1897
1929
|
readonly email_change: CodecTypes$1['sql/varchar@1']['input'] | null;
|
|
1898
1930
|
readonly email_change_confirm_status: CodecTypes$1['pg/int2@1']['input'] | null;
|
|
1899
|
-
readonly email_change_sent_at: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
1931
|
+
readonly email_change_sent_at: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
1900
1932
|
readonly email_change_token_current: CodecTypes$1['sql/varchar@1']['input'] | null;
|
|
1901
1933
|
readonly email_change_token_new: CodecTypes$1['sql/varchar@1']['input'] | null;
|
|
1902
|
-
readonly email_confirmed_at: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
1934
|
+
readonly email_confirmed_at: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
1903
1935
|
readonly encrypted_password: CodecTypes$1['sql/varchar@1']['input'] | null;
|
|
1904
1936
|
readonly id: CodecTypes$1['pg/uuid@1']['input'];
|
|
1905
1937
|
readonly instance_id: CodecTypes$1['pg/uuid@1']['input'] | null;
|
|
1906
|
-
readonly invited_at: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
1938
|
+
readonly invited_at: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
1907
1939
|
readonly is_anonymous: CodecTypes$1['pg/bool@1']['input'];
|
|
1908
1940
|
readonly is_sso_user: CodecTypes$1['pg/bool@1']['input'];
|
|
1909
1941
|
readonly is_super_admin: CodecTypes$1['pg/bool@1']['input'] | null;
|
|
1910
|
-
readonly last_sign_in_at: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
1942
|
+
readonly last_sign_in_at: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
1911
1943
|
readonly phone: CodecTypes$1['pg/text@1']['input'] | null;
|
|
1912
1944
|
readonly phone_change: CodecTypes$1['pg/text@1']['input'] | null;
|
|
1913
|
-
readonly phone_change_sent_at: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
1945
|
+
readonly phone_change_sent_at: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
1914
1946
|
readonly phone_change_token: CodecTypes$1['sql/varchar@1']['input'] | null;
|
|
1915
|
-
readonly phone_confirmed_at: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
1947
|
+
readonly phone_confirmed_at: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
1916
1948
|
readonly raw_app_meta_data: CodecTypes$1['pg/jsonb@1']['input'] | null;
|
|
1917
1949
|
readonly raw_user_meta_data: CodecTypes$1['pg/jsonb@1']['input'] | null;
|
|
1918
|
-
readonly reauthentication_sent_at: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
1950
|
+
readonly reauthentication_sent_at: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
1919
1951
|
readonly reauthentication_token: CodecTypes$1['sql/varchar@1']['input'] | null;
|
|
1920
|
-
readonly recovery_sent_at: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
1952
|
+
readonly recovery_sent_at: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
1921
1953
|
readonly recovery_token: CodecTypes$1['sql/varchar@1']['input'] | null;
|
|
1922
1954
|
readonly role: CodecTypes$1['sql/varchar@1']['input'] | null;
|
|
1923
|
-
readonly updated_at: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
1955
|
+
readonly updated_at: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
1924
1956
|
};
|
|
1925
1957
|
readonly webauthn_challenges: {
|
|
1926
1958
|
readonly challenge_type: CodecTypes$1['pg/text@1']['input'];
|
|
1927
|
-
readonly created_at: CodecTypes$1['pg/timestamptz@1']['input'];
|
|
1928
|
-
readonly expires_at: CodecTypes$1['pg/timestamptz@1']['input'];
|
|
1959
|
+
readonly created_at: CodecTypes$1['pg/timestamptz-temporal@1']['input'];
|
|
1960
|
+
readonly expires_at: CodecTypes$1['pg/timestamptz-temporal@1']['input'];
|
|
1929
1961
|
readonly id: CodecTypes$1['pg/uuid@1']['input'];
|
|
1930
1962
|
readonly session_data: CodecTypes$1['pg/jsonb@1']['input'];
|
|
1931
1963
|
readonly user_id: CodecTypes$1['pg/uuid@1']['input'] | null;
|
|
@@ -1935,15 +1967,15 @@ type StorageColumnInputTypes = {
|
|
|
1935
1967
|
readonly attestation_type: CodecTypes$1['pg/text@1']['input'];
|
|
1936
1968
|
readonly backed_up: CodecTypes$1['pg/bool@1']['input'];
|
|
1937
1969
|
readonly backup_eligible: CodecTypes$1['pg/bool@1']['input'];
|
|
1938
|
-
readonly created_at: CodecTypes$1['pg/timestamptz@1']['input'];
|
|
1970
|
+
readonly created_at: CodecTypes$1['pg/timestamptz-temporal@1']['input'];
|
|
1939
1971
|
readonly credential_id: CodecTypes$1['pg/bytea@1']['input'];
|
|
1940
1972
|
readonly friendly_name: CodecTypes$1['pg/text@1']['input'];
|
|
1941
1973
|
readonly id: CodecTypes$1['pg/uuid@1']['input'];
|
|
1942
|
-
readonly last_used_at: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
1974
|
+
readonly last_used_at: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
1943
1975
|
readonly public_key: CodecTypes$1['pg/bytea@1']['input'];
|
|
1944
1976
|
readonly sign_count: CodecTypes$1['pg/int8@1']['input'];
|
|
1945
1977
|
readonly transports: CodecTypes$1['pg/jsonb@1']['input'];
|
|
1946
|
-
readonly updated_at: CodecTypes$1['pg/timestamptz@1']['input'];
|
|
1978
|
+
readonly updated_at: CodecTypes$1['pg/timestamptz-temporal@1']['input'];
|
|
1947
1979
|
readonly user_id: CodecTypes$1['pg/uuid@1']['input'];
|
|
1948
1980
|
};
|
|
1949
1981
|
};
|
|
@@ -1951,7 +1983,7 @@ type StorageColumnInputTypes = {
|
|
|
1951
1983
|
readonly storage: {
|
|
1952
1984
|
readonly buckets: {
|
|
1953
1985
|
readonly avif_autodetection: CodecTypes$1['pg/bool@1']['input'] | null;
|
|
1954
|
-
readonly created_at: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
1986
|
+
readonly created_at: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
1955
1987
|
readonly file_size_limit: CodecTypes$1['pg/int8@1']['input'] | null;
|
|
1956
1988
|
readonly id: CodecTypes$1['pg/text@1']['input'];
|
|
1957
1989
|
readonly name: CodecTypes$1['pg/text@1']['input'];
|
|
@@ -1959,36 +1991,36 @@ type StorageColumnInputTypes = {
|
|
|
1959
1991
|
readonly owner_id: CodecTypes$1['pg/text@1']['input'] | null;
|
|
1960
1992
|
readonly public: CodecTypes$1['pg/bool@1']['input'] | null;
|
|
1961
1993
|
readonly type: 'STANDARD' | 'ANALYTICS' | 'VECTOR';
|
|
1962
|
-
readonly updated_at: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
1994
|
+
readonly updated_at: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
1963
1995
|
};
|
|
1964
1996
|
readonly buckets_analytics: {
|
|
1965
|
-
readonly created_at: CodecTypes$1['pg/timestamptz@1']['input'];
|
|
1966
|
-
readonly deleted_at: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
1997
|
+
readonly created_at: CodecTypes$1['pg/timestamptz-temporal@1']['input'];
|
|
1998
|
+
readonly deleted_at: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
1967
1999
|
readonly format: CodecTypes$1['pg/text@1']['input'];
|
|
1968
2000
|
readonly id: CodecTypes$1['pg/uuid@1']['input'];
|
|
1969
2001
|
readonly name: CodecTypes$1['pg/text@1']['input'];
|
|
1970
2002
|
readonly type: 'STANDARD' | 'ANALYTICS' | 'VECTOR';
|
|
1971
|
-
readonly updated_at: CodecTypes$1['pg/timestamptz@1']['input'];
|
|
2003
|
+
readonly updated_at: CodecTypes$1['pg/timestamptz-temporal@1']['input'];
|
|
1972
2004
|
};
|
|
1973
2005
|
readonly buckets_vectors: {
|
|
1974
|
-
readonly created_at: CodecTypes$1['pg/timestamptz@1']['input'];
|
|
2006
|
+
readonly created_at: CodecTypes$1['pg/timestamptz-temporal@1']['input'];
|
|
1975
2007
|
readonly id: CodecTypes$1['pg/text@1']['input'];
|
|
1976
2008
|
readonly type: 'STANDARD' | 'ANALYTICS' | 'VECTOR';
|
|
1977
|
-
readonly updated_at: CodecTypes$1['pg/timestamptz@1']['input'];
|
|
2009
|
+
readonly updated_at: CodecTypes$1['pg/timestamptz-temporal@1']['input'];
|
|
1978
2010
|
};
|
|
1979
2011
|
readonly iceberg_namespaces: {
|
|
1980
2012
|
readonly bucket_name: CodecTypes$1['pg/text@1']['input'];
|
|
1981
2013
|
readonly catalog_id: CodecTypes$1['pg/uuid@1']['input'];
|
|
1982
|
-
readonly created_at: CodecTypes$1['pg/timestamptz@1']['input'];
|
|
2014
|
+
readonly created_at: CodecTypes$1['pg/timestamptz-temporal@1']['input'];
|
|
1983
2015
|
readonly id: CodecTypes$1['pg/uuid@1']['input'];
|
|
1984
2016
|
readonly metadata: CodecTypes$1['pg/jsonb@1']['input'];
|
|
1985
2017
|
readonly name: CodecTypes$1['pg/text@1']['input'];
|
|
1986
|
-
readonly updated_at: CodecTypes$1['pg/timestamptz@1']['input'];
|
|
2018
|
+
readonly updated_at: CodecTypes$1['pg/timestamptz-temporal@1']['input'];
|
|
1987
2019
|
};
|
|
1988
2020
|
readonly iceberg_tables: {
|
|
1989
2021
|
readonly bucket_name: CodecTypes$1['pg/text@1']['input'];
|
|
1990
2022
|
readonly catalog_id: CodecTypes$1['pg/uuid@1']['input'];
|
|
1991
|
-
readonly created_at: CodecTypes$1['pg/timestamptz@1']['input'];
|
|
2023
|
+
readonly created_at: CodecTypes$1['pg/timestamptz-temporal@1']['input'];
|
|
1992
2024
|
readonly id: CodecTypes$1['pg/uuid@1']['input'];
|
|
1993
2025
|
readonly location: CodecTypes$1['pg/text@1']['input'];
|
|
1994
2026
|
readonly name: CodecTypes$1['pg/text@1']['input'];
|
|
@@ -1996,30 +2028,30 @@ type StorageColumnInputTypes = {
|
|
|
1996
2028
|
readonly remote_table_id: CodecTypes$1['pg/text@1']['input'] | null;
|
|
1997
2029
|
readonly shard_id: CodecTypes$1['pg/text@1']['input'] | null;
|
|
1998
2030
|
readonly shard_key: CodecTypes$1['pg/text@1']['input'] | null;
|
|
1999
|
-
readonly updated_at: CodecTypes$1['pg/timestamptz@1']['input'];
|
|
2031
|
+
readonly updated_at: CodecTypes$1['pg/timestamptz-temporal@1']['input'];
|
|
2000
2032
|
};
|
|
2001
2033
|
readonly migrations: {
|
|
2002
|
-
readonly executed_at: CodecTypes$1['pg/timestamp@1']['input'] | null;
|
|
2034
|
+
readonly executed_at: CodecTypes$1['pg/timestamp-temporal@1']['input'] | null;
|
|
2003
2035
|
readonly hash: CodecTypes$1['sql/varchar@1']['input'];
|
|
2004
2036
|
readonly id: CodecTypes$1['pg/int4@1']['input'];
|
|
2005
2037
|
readonly name: CodecTypes$1['sql/varchar@1']['input'];
|
|
2006
2038
|
};
|
|
2007
2039
|
readonly objects: {
|
|
2008
2040
|
readonly bucket_id: CodecTypes$1['pg/text@1']['input'] | null;
|
|
2009
|
-
readonly created_at: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
2041
|
+
readonly created_at: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
2010
2042
|
readonly id: CodecTypes$1['pg/uuid@1']['input'];
|
|
2011
|
-
readonly last_accessed_at: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
2043
|
+
readonly last_accessed_at: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
2012
2044
|
readonly metadata: CodecTypes$1['pg/jsonb@1']['input'] | null;
|
|
2013
2045
|
readonly name: CodecTypes$1['pg/text@1']['input'] | null;
|
|
2014
2046
|
readonly owner: CodecTypes$1['pg/uuid@1']['input'] | null;
|
|
2015
2047
|
readonly owner_id: CodecTypes$1['pg/text@1']['input'] | null;
|
|
2016
|
-
readonly updated_at: CodecTypes$1['pg/timestamptz@1']['input'] | null;
|
|
2048
|
+
readonly updated_at: CodecTypes$1['pg/timestamptz-temporal@1']['input'] | null;
|
|
2017
2049
|
readonly user_metadata: CodecTypes$1['pg/jsonb@1']['input'] | null;
|
|
2018
2050
|
readonly version: CodecTypes$1['pg/text@1']['input'] | null;
|
|
2019
2051
|
};
|
|
2020
2052
|
readonly s3_multipart_uploads: {
|
|
2021
2053
|
readonly bucket_id: CodecTypes$1['pg/text@1']['input'];
|
|
2022
|
-
readonly created_at: CodecTypes$1['pg/timestamptz@1']['input'];
|
|
2054
|
+
readonly created_at: CodecTypes$1['pg/timestamptz-temporal@1']['input'];
|
|
2023
2055
|
readonly id: CodecTypes$1['pg/text@1']['input'];
|
|
2024
2056
|
readonly in_progress_size: CodecTypes$1['pg/int8@1']['input'];
|
|
2025
2057
|
readonly key: CodecTypes$1['pg/text@1']['input'];
|
|
@@ -2031,7 +2063,7 @@ type StorageColumnInputTypes = {
|
|
|
2031
2063
|
};
|
|
2032
2064
|
readonly s3_multipart_uploads_parts: {
|
|
2033
2065
|
readonly bucket_id: CodecTypes$1['pg/text@1']['input'];
|
|
2034
|
-
readonly created_at: CodecTypes$1['pg/timestamptz@1']['input'];
|
|
2066
|
+
readonly created_at: CodecTypes$1['pg/timestamptz-temporal@1']['input'];
|
|
2035
2067
|
readonly etag: CodecTypes$1['pg/text@1']['input'];
|
|
2036
2068
|
readonly id: CodecTypes$1['pg/uuid@1']['input'];
|
|
2037
2069
|
readonly key: CodecTypes$1['pg/text@1']['input'];
|
|
@@ -2043,14 +2075,14 @@ type StorageColumnInputTypes = {
|
|
|
2043
2075
|
};
|
|
2044
2076
|
readonly vector_indexes: {
|
|
2045
2077
|
readonly bucket_id: CodecTypes$1['pg/text@1']['input'];
|
|
2046
|
-
readonly created_at: CodecTypes$1['pg/timestamptz@1']['input'];
|
|
2078
|
+
readonly created_at: CodecTypes$1['pg/timestamptz-temporal@1']['input'];
|
|
2047
2079
|
readonly data_type: CodecTypes$1['pg/text@1']['input'];
|
|
2048
2080
|
readonly dimension: CodecTypes$1['pg/int4@1']['input'];
|
|
2049
2081
|
readonly distance_metric: CodecTypes$1['pg/text@1']['input'];
|
|
2050
2082
|
readonly id: CodecTypes$1['pg/text@1']['input'];
|
|
2051
2083
|
readonly metadata_configuration: CodecTypes$1['pg/jsonb@1']['input'] | null;
|
|
2052
2084
|
readonly name: CodecTypes$1['pg/text@1']['input'];
|
|
2053
|
-
readonly updated_at: CodecTypes$1['pg/timestamptz@1']['input'];
|
|
2085
|
+
readonly updated_at: CodecTypes$1['pg/timestamptz-temporal@1']['input'];
|
|
2054
2086
|
};
|
|
2055
2087
|
};
|
|
2056
2088
|
};
|
|
@@ -2091,7 +2123,7 @@ type ContractBase = Omit<Contract<{
|
|
|
2091
2123
|
};
|
|
2092
2124
|
readonly created_at: {
|
|
2093
2125
|
readonly nativeType: 'timestamptz';
|
|
2094
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
2126
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
2095
2127
|
readonly nullable: true;
|
|
2096
2128
|
};
|
|
2097
2129
|
readonly ip_address: {
|
|
@@ -2243,7 +2275,7 @@ type ContractBase = Omit<Contract<{
|
|
|
2243
2275
|
};
|
|
2244
2276
|
readonly discovery_cached_at: {
|
|
2245
2277
|
readonly nativeType: 'timestamptz';
|
|
2246
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
2278
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
2247
2279
|
readonly nullable: true;
|
|
2248
2280
|
};
|
|
2249
2281
|
readonly authorization_url: {
|
|
@@ -2268,7 +2300,7 @@ type ContractBase = Omit<Contract<{
|
|
|
2268
2300
|
};
|
|
2269
2301
|
readonly created_at: {
|
|
2270
2302
|
readonly nativeType: 'timestamptz';
|
|
2271
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
2303
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
2272
2304
|
readonly nullable: false;
|
|
2273
2305
|
readonly default: {
|
|
2274
2306
|
readonly kind: 'function';
|
|
@@ -2277,7 +2309,7 @@ type ContractBase = Omit<Contract<{
|
|
|
2277
2309
|
};
|
|
2278
2310
|
readonly updated_at: {
|
|
2279
2311
|
readonly nativeType: 'timestamptz';
|
|
2280
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
2312
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
2281
2313
|
readonly nullable: false;
|
|
2282
2314
|
readonly default: {
|
|
2283
2315
|
readonly kind: 'function';
|
|
@@ -2361,12 +2393,12 @@ type ContractBase = Omit<Contract<{
|
|
|
2361
2393
|
};
|
|
2362
2394
|
readonly created_at: {
|
|
2363
2395
|
readonly nativeType: 'timestamptz';
|
|
2364
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
2396
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
2365
2397
|
readonly nullable: true;
|
|
2366
2398
|
};
|
|
2367
2399
|
readonly updated_at: {
|
|
2368
2400
|
readonly nativeType: 'timestamptz';
|
|
2369
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
2401
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
2370
2402
|
readonly nullable: true;
|
|
2371
2403
|
};
|
|
2372
2404
|
readonly authentication_method: {
|
|
@@ -2376,7 +2408,7 @@ type ContractBase = Omit<Contract<{
|
|
|
2376
2408
|
};
|
|
2377
2409
|
readonly auth_code_issued_at: {
|
|
2378
2410
|
readonly nativeType: 'timestamptz';
|
|
2379
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
2411
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
2380
2412
|
readonly nullable: true;
|
|
2381
2413
|
};
|
|
2382
2414
|
readonly invite_token: {
|
|
@@ -2466,17 +2498,17 @@ type ContractBase = Omit<Contract<{
|
|
|
2466
2498
|
};
|
|
2467
2499
|
readonly last_sign_in_at: {
|
|
2468
2500
|
readonly nativeType: 'timestamptz';
|
|
2469
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
2501
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
2470
2502
|
readonly nullable: true;
|
|
2471
2503
|
};
|
|
2472
2504
|
readonly created_at: {
|
|
2473
2505
|
readonly nativeType: 'timestamptz';
|
|
2474
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
2506
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
2475
2507
|
readonly nullable: true;
|
|
2476
2508
|
};
|
|
2477
2509
|
readonly updated_at: {
|
|
2478
2510
|
readonly nativeType: 'timestamptz';
|
|
2479
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
2511
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
2480
2512
|
readonly nullable: true;
|
|
2481
2513
|
};
|
|
2482
2514
|
readonly email: {
|
|
@@ -2537,12 +2569,12 @@ type ContractBase = Omit<Contract<{
|
|
|
2537
2569
|
};
|
|
2538
2570
|
readonly created_at: {
|
|
2539
2571
|
readonly nativeType: 'timestamptz';
|
|
2540
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
2572
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
2541
2573
|
readonly nullable: true;
|
|
2542
2574
|
};
|
|
2543
2575
|
readonly updated_at: {
|
|
2544
2576
|
readonly nativeType: 'timestamptz';
|
|
2545
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
2577
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
2546
2578
|
readonly nullable: true;
|
|
2547
2579
|
};
|
|
2548
2580
|
};
|
|
@@ -2570,12 +2602,12 @@ type ContractBase = Omit<Contract<{
|
|
|
2570
2602
|
};
|
|
2571
2603
|
readonly created_at: {
|
|
2572
2604
|
readonly nativeType: 'timestamptz';
|
|
2573
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
2605
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
2574
2606
|
readonly nullable: false;
|
|
2575
2607
|
};
|
|
2576
2608
|
readonly updated_at: {
|
|
2577
2609
|
readonly nativeType: 'timestamptz';
|
|
2578
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
2610
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
2579
2611
|
readonly nullable: false;
|
|
2580
2612
|
};
|
|
2581
2613
|
readonly authentication_method: {
|
|
@@ -2623,12 +2655,12 @@ type ContractBase = Omit<Contract<{
|
|
|
2623
2655
|
};
|
|
2624
2656
|
readonly created_at: {
|
|
2625
2657
|
readonly nativeType: 'timestamptz';
|
|
2626
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
2658
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
2627
2659
|
readonly nullable: false;
|
|
2628
2660
|
};
|
|
2629
2661
|
readonly verified_at: {
|
|
2630
2662
|
readonly nativeType: 'timestamptz';
|
|
2631
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
2663
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
2632
2664
|
readonly nullable: true;
|
|
2633
2665
|
};
|
|
2634
2666
|
readonly ip_address: {
|
|
@@ -2709,12 +2741,12 @@ type ContractBase = Omit<Contract<{
|
|
|
2709
2741
|
};
|
|
2710
2742
|
readonly created_at: {
|
|
2711
2743
|
readonly nativeType: 'timestamptz';
|
|
2712
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
2744
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
2713
2745
|
readonly nullable: false;
|
|
2714
2746
|
};
|
|
2715
2747
|
readonly updated_at: {
|
|
2716
2748
|
readonly nativeType: 'timestamptz';
|
|
2717
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
2749
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
2718
2750
|
readonly nullable: false;
|
|
2719
2751
|
};
|
|
2720
2752
|
readonly secret: {
|
|
@@ -2729,7 +2761,7 @@ type ContractBase = Omit<Contract<{
|
|
|
2729
2761
|
};
|
|
2730
2762
|
readonly last_challenged_at: {
|
|
2731
2763
|
readonly nativeType: 'timestamptz';
|
|
2732
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
2764
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
2733
2765
|
readonly nullable: true;
|
|
2734
2766
|
};
|
|
2735
2767
|
readonly web_authn_credential: {
|
|
@@ -2878,7 +2910,7 @@ type ContractBase = Omit<Contract<{
|
|
|
2878
2910
|
};
|
|
2879
2911
|
readonly created_at: {
|
|
2880
2912
|
readonly nativeType: 'timestamptz';
|
|
2881
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
2913
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
2882
2914
|
readonly nullable: false;
|
|
2883
2915
|
readonly default: {
|
|
2884
2916
|
readonly kind: 'function';
|
|
@@ -2887,7 +2919,7 @@ type ContractBase = Omit<Contract<{
|
|
|
2887
2919
|
};
|
|
2888
2920
|
readonly expires_at: {
|
|
2889
2921
|
readonly nativeType: 'timestamptz';
|
|
2890
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
2922
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
2891
2923
|
readonly nullable: false;
|
|
2892
2924
|
readonly default: {
|
|
2893
2925
|
readonly kind: 'function';
|
|
@@ -2896,7 +2928,7 @@ type ContractBase = Omit<Contract<{
|
|
|
2896
2928
|
};
|
|
2897
2929
|
readonly approved_at: {
|
|
2898
2930
|
readonly nativeType: 'timestamptz';
|
|
2899
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
2931
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
2900
2932
|
readonly nullable: true;
|
|
2901
2933
|
};
|
|
2902
2934
|
readonly nonce: {
|
|
@@ -2968,7 +3000,7 @@ type ContractBase = Omit<Contract<{
|
|
|
2968
3000
|
};
|
|
2969
3001
|
readonly created_at: {
|
|
2970
3002
|
readonly nativeType: 'timestamptz';
|
|
2971
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
3003
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
2972
3004
|
readonly nullable: false;
|
|
2973
3005
|
};
|
|
2974
3006
|
};
|
|
@@ -3032,7 +3064,7 @@ type ContractBase = Omit<Contract<{
|
|
|
3032
3064
|
};
|
|
3033
3065
|
readonly created_at: {
|
|
3034
3066
|
readonly nativeType: 'timestamptz';
|
|
3035
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
3067
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
3036
3068
|
readonly nullable: false;
|
|
3037
3069
|
readonly default: {
|
|
3038
3070
|
readonly kind: 'function';
|
|
@@ -3041,7 +3073,7 @@ type ContractBase = Omit<Contract<{
|
|
|
3041
3073
|
};
|
|
3042
3074
|
readonly updated_at: {
|
|
3043
3075
|
readonly nativeType: 'timestamptz';
|
|
3044
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
3076
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
3045
3077
|
readonly nullable: false;
|
|
3046
3078
|
readonly default: {
|
|
3047
3079
|
readonly kind: 'function';
|
|
@@ -3050,7 +3082,7 @@ type ContractBase = Omit<Contract<{
|
|
|
3050
3082
|
};
|
|
3051
3083
|
readonly deleted_at: {
|
|
3052
3084
|
readonly nativeType: 'timestamptz';
|
|
3053
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
3085
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
3054
3086
|
readonly nullable: true;
|
|
3055
3087
|
};
|
|
3056
3088
|
readonly client_type: {
|
|
@@ -3110,7 +3142,7 @@ type ContractBase = Omit<Contract<{
|
|
|
3110
3142
|
};
|
|
3111
3143
|
readonly granted_at: {
|
|
3112
3144
|
readonly nativeType: 'timestamptz';
|
|
3113
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
3145
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
3114
3146
|
readonly nullable: false;
|
|
3115
3147
|
readonly default: {
|
|
3116
3148
|
readonly kind: 'function';
|
|
@@ -3119,7 +3151,7 @@ type ContractBase = Omit<Contract<{
|
|
|
3119
3151
|
};
|
|
3120
3152
|
readonly revoked_at: {
|
|
3121
3153
|
readonly nativeType: 'timestamptz';
|
|
3122
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
3154
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
3123
3155
|
readonly nullable: true;
|
|
3124
3156
|
};
|
|
3125
3157
|
};
|
|
@@ -3206,7 +3238,7 @@ type ContractBase = Omit<Contract<{
|
|
|
3206
3238
|
};
|
|
3207
3239
|
readonly created_at: {
|
|
3208
3240
|
readonly nativeType: 'timestamp';
|
|
3209
|
-
readonly codecId: 'pg/timestamp@1';
|
|
3241
|
+
readonly codecId: 'pg/timestamp-temporal@1';
|
|
3210
3242
|
readonly nullable: false;
|
|
3211
3243
|
readonly default: {
|
|
3212
3244
|
readonly kind: 'function';
|
|
@@ -3216,7 +3248,7 @@ type ContractBase = Omit<Contract<{
|
|
|
3216
3248
|
};
|
|
3217
3249
|
readonly updated_at: {
|
|
3218
3250
|
readonly nativeType: 'timestamp';
|
|
3219
|
-
readonly codecId: 'pg/timestamp@1';
|
|
3251
|
+
readonly codecId: 'pg/timestamp-temporal@1';
|
|
3220
3252
|
readonly nullable: false;
|
|
3221
3253
|
readonly default: {
|
|
3222
3254
|
readonly kind: 'function';
|
|
@@ -3295,12 +3327,12 @@ type ContractBase = Omit<Contract<{
|
|
|
3295
3327
|
};
|
|
3296
3328
|
readonly created_at: {
|
|
3297
3329
|
readonly nativeType: 'timestamptz';
|
|
3298
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
3330
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
3299
3331
|
readonly nullable: true;
|
|
3300
3332
|
};
|
|
3301
3333
|
readonly updated_at: {
|
|
3302
3334
|
readonly nativeType: 'timestamptz';
|
|
3303
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
3335
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
3304
3336
|
readonly nullable: true;
|
|
3305
3337
|
};
|
|
3306
3338
|
readonly parent: {
|
|
@@ -3395,12 +3427,12 @@ type ContractBase = Omit<Contract<{
|
|
|
3395
3427
|
};
|
|
3396
3428
|
readonly created_at: {
|
|
3397
3429
|
readonly nativeType: 'timestamptz';
|
|
3398
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
3430
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
3399
3431
|
readonly nullable: true;
|
|
3400
3432
|
};
|
|
3401
3433
|
readonly updated_at: {
|
|
3402
3434
|
readonly nativeType: 'timestamptz';
|
|
3403
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
3435
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
3404
3436
|
readonly nullable: true;
|
|
3405
3437
|
};
|
|
3406
3438
|
readonly name_id_format: {
|
|
@@ -3467,12 +3499,12 @@ type ContractBase = Omit<Contract<{
|
|
|
3467
3499
|
};
|
|
3468
3500
|
readonly created_at: {
|
|
3469
3501
|
readonly nativeType: 'timestamptz';
|
|
3470
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
3502
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
3471
3503
|
readonly nullable: true;
|
|
3472
3504
|
};
|
|
3473
3505
|
readonly updated_at: {
|
|
3474
3506
|
readonly nativeType: 'timestamptz';
|
|
3475
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
3507
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
3476
3508
|
readonly nullable: true;
|
|
3477
3509
|
};
|
|
3478
3510
|
readonly flow_state_id: {
|
|
@@ -3559,12 +3591,12 @@ type ContractBase = Omit<Contract<{
|
|
|
3559
3591
|
};
|
|
3560
3592
|
readonly created_at: {
|
|
3561
3593
|
readonly nativeType: 'timestamptz';
|
|
3562
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
3594
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
3563
3595
|
readonly nullable: true;
|
|
3564
3596
|
};
|
|
3565
3597
|
readonly updated_at: {
|
|
3566
3598
|
readonly nativeType: 'timestamptz';
|
|
3567
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
3599
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
3568
3600
|
readonly nullable: true;
|
|
3569
3601
|
};
|
|
3570
3602
|
readonly factor_id: {
|
|
@@ -3583,12 +3615,12 @@ type ContractBase = Omit<Contract<{
|
|
|
3583
3615
|
};
|
|
3584
3616
|
readonly not_after: {
|
|
3585
3617
|
readonly nativeType: 'timestamptz';
|
|
3586
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
3618
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
3587
3619
|
readonly nullable: true;
|
|
3588
3620
|
};
|
|
3589
3621
|
readonly refreshed_at: {
|
|
3590
3622
|
readonly nativeType: 'timestamp';
|
|
3591
|
-
readonly codecId: 'pg/timestamp@1';
|
|
3623
|
+
readonly codecId: 'pg/timestamp-temporal@1';
|
|
3592
3624
|
readonly nullable: true;
|
|
3593
3625
|
readonly typeRef: 'CreatedAt';
|
|
3594
3626
|
};
|
|
@@ -3699,12 +3731,12 @@ type ContractBase = Omit<Contract<{
|
|
|
3699
3731
|
};
|
|
3700
3732
|
readonly created_at: {
|
|
3701
3733
|
readonly nativeType: 'timestamptz';
|
|
3702
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
3734
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
3703
3735
|
readonly nullable: true;
|
|
3704
3736
|
};
|
|
3705
3737
|
readonly updated_at: {
|
|
3706
3738
|
readonly nativeType: 'timestamptz';
|
|
3707
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
3739
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
3708
3740
|
readonly nullable: true;
|
|
3709
3741
|
};
|
|
3710
3742
|
};
|
|
@@ -3751,12 +3783,12 @@ type ContractBase = Omit<Contract<{
|
|
|
3751
3783
|
};
|
|
3752
3784
|
readonly created_at: {
|
|
3753
3785
|
readonly nativeType: 'timestamptz';
|
|
3754
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
3786
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
3755
3787
|
readonly nullable: true;
|
|
3756
3788
|
};
|
|
3757
3789
|
readonly updated_at: {
|
|
3758
3790
|
readonly nativeType: 'timestamptz';
|
|
3759
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
3791
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
3760
3792
|
readonly nullable: true;
|
|
3761
3793
|
};
|
|
3762
3794
|
readonly disabled: {
|
|
@@ -3821,12 +3853,12 @@ type ContractBase = Omit<Contract<{
|
|
|
3821
3853
|
};
|
|
3822
3854
|
readonly email_confirmed_at: {
|
|
3823
3855
|
readonly nativeType: 'timestamptz';
|
|
3824
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
3856
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
3825
3857
|
readonly nullable: true;
|
|
3826
3858
|
};
|
|
3827
3859
|
readonly invited_at: {
|
|
3828
3860
|
readonly nativeType: 'timestamptz';
|
|
3829
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
3861
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
3830
3862
|
readonly nullable: true;
|
|
3831
3863
|
};
|
|
3832
3864
|
readonly confirmation_token: {
|
|
@@ -3837,7 +3869,7 @@ type ContractBase = Omit<Contract<{
|
|
|
3837
3869
|
};
|
|
3838
3870
|
readonly confirmation_sent_at: {
|
|
3839
3871
|
readonly nativeType: 'timestamptz';
|
|
3840
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
3872
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
3841
3873
|
readonly nullable: true;
|
|
3842
3874
|
};
|
|
3843
3875
|
readonly recovery_token: {
|
|
@@ -3848,7 +3880,7 @@ type ContractBase = Omit<Contract<{
|
|
|
3848
3880
|
};
|
|
3849
3881
|
readonly recovery_sent_at: {
|
|
3850
3882
|
readonly nativeType: 'timestamptz';
|
|
3851
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
3883
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
3852
3884
|
readonly nullable: true;
|
|
3853
3885
|
};
|
|
3854
3886
|
readonly email_change_token_new: {
|
|
@@ -3865,12 +3897,12 @@ type ContractBase = Omit<Contract<{
|
|
|
3865
3897
|
};
|
|
3866
3898
|
readonly email_change_sent_at: {
|
|
3867
3899
|
readonly nativeType: 'timestamptz';
|
|
3868
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
3900
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
3869
3901
|
readonly nullable: true;
|
|
3870
3902
|
};
|
|
3871
3903
|
readonly last_sign_in_at: {
|
|
3872
3904
|
readonly nativeType: 'timestamptz';
|
|
3873
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
3905
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
3874
3906
|
readonly nullable: true;
|
|
3875
3907
|
};
|
|
3876
3908
|
readonly raw_app_meta_data: {
|
|
@@ -3890,12 +3922,12 @@ type ContractBase = Omit<Contract<{
|
|
|
3890
3922
|
};
|
|
3891
3923
|
readonly created_at: {
|
|
3892
3924
|
readonly nativeType: 'timestamptz';
|
|
3893
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
3925
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
3894
3926
|
readonly nullable: true;
|
|
3895
3927
|
};
|
|
3896
3928
|
readonly updated_at: {
|
|
3897
3929
|
readonly nativeType: 'timestamptz';
|
|
3898
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
3930
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
3899
3931
|
readonly nullable: true;
|
|
3900
3932
|
};
|
|
3901
3933
|
readonly phone: {
|
|
@@ -3905,7 +3937,7 @@ type ContractBase = Omit<Contract<{
|
|
|
3905
3937
|
};
|
|
3906
3938
|
readonly phone_confirmed_at: {
|
|
3907
3939
|
readonly nativeType: 'timestamptz';
|
|
3908
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
3940
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
3909
3941
|
readonly nullable: true;
|
|
3910
3942
|
};
|
|
3911
3943
|
readonly phone_change: {
|
|
@@ -3929,12 +3961,12 @@ type ContractBase = Omit<Contract<{
|
|
|
3929
3961
|
};
|
|
3930
3962
|
readonly phone_change_sent_at: {
|
|
3931
3963
|
readonly nativeType: 'timestamptz';
|
|
3932
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
3964
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
3933
3965
|
readonly nullable: true;
|
|
3934
3966
|
};
|
|
3935
3967
|
readonly confirmed_at: {
|
|
3936
3968
|
readonly nativeType: 'timestamptz';
|
|
3937
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
3969
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
3938
3970
|
readonly nullable: true;
|
|
3939
3971
|
};
|
|
3940
3972
|
readonly email_change_token_current: {
|
|
@@ -3959,7 +3991,7 @@ type ContractBase = Omit<Contract<{
|
|
|
3959
3991
|
};
|
|
3960
3992
|
readonly banned_until: {
|
|
3961
3993
|
readonly nativeType: 'timestamptz';
|
|
3962
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
3994
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
3963
3995
|
readonly nullable: true;
|
|
3964
3996
|
};
|
|
3965
3997
|
readonly reauthentication_token: {
|
|
@@ -3974,7 +4006,7 @@ type ContractBase = Omit<Contract<{
|
|
|
3974
4006
|
};
|
|
3975
4007
|
readonly reauthentication_sent_at: {
|
|
3976
4008
|
readonly nativeType: 'timestamptz';
|
|
3977
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
4009
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
3978
4010
|
readonly nullable: true;
|
|
3979
4011
|
};
|
|
3980
4012
|
readonly is_sso_user: {
|
|
@@ -3988,7 +4020,7 @@ type ContractBase = Omit<Contract<{
|
|
|
3988
4020
|
};
|
|
3989
4021
|
readonly deleted_at: {
|
|
3990
4022
|
readonly nativeType: 'timestamptz';
|
|
3991
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
4023
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
3992
4024
|
readonly nullable: true;
|
|
3993
4025
|
};
|
|
3994
4026
|
readonly is_anonymous: {
|
|
@@ -4084,7 +4116,7 @@ type ContractBase = Omit<Contract<{
|
|
|
4084
4116
|
};
|
|
4085
4117
|
readonly created_at: {
|
|
4086
4118
|
readonly nativeType: 'timestamptz';
|
|
4087
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
4119
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
4088
4120
|
readonly nullable: false;
|
|
4089
4121
|
readonly default: {
|
|
4090
4122
|
readonly kind: 'function';
|
|
@@ -4093,7 +4125,7 @@ type ContractBase = Omit<Contract<{
|
|
|
4093
4125
|
};
|
|
4094
4126
|
readonly expires_at: {
|
|
4095
4127
|
readonly nativeType: 'timestamptz';
|
|
4096
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
4128
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
4097
4129
|
readonly nullable: false;
|
|
4098
4130
|
};
|
|
4099
4131
|
};
|
|
@@ -4215,7 +4247,7 @@ type ContractBase = Omit<Contract<{
|
|
|
4215
4247
|
};
|
|
4216
4248
|
readonly created_at: {
|
|
4217
4249
|
readonly nativeType: 'timestamptz';
|
|
4218
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
4250
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
4219
4251
|
readonly nullable: false;
|
|
4220
4252
|
readonly default: {
|
|
4221
4253
|
readonly kind: 'function';
|
|
@@ -4224,7 +4256,7 @@ type ContractBase = Omit<Contract<{
|
|
|
4224
4256
|
};
|
|
4225
4257
|
readonly updated_at: {
|
|
4226
4258
|
readonly nativeType: 'timestamptz';
|
|
4227
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
4259
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
4228
4260
|
readonly nullable: false;
|
|
4229
4261
|
readonly default: {
|
|
4230
4262
|
readonly kind: 'function';
|
|
@@ -4233,7 +4265,7 @@ type ContractBase = Omit<Contract<{
|
|
|
4233
4265
|
};
|
|
4234
4266
|
readonly last_used_at: {
|
|
4235
4267
|
readonly nativeType: 'timestamptz';
|
|
4236
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
4268
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
4237
4269
|
readonly nullable: true;
|
|
4238
4270
|
};
|
|
4239
4271
|
};
|
|
@@ -4338,7 +4370,7 @@ type ContractBase = Omit<Contract<{
|
|
|
4338
4370
|
};
|
|
4339
4371
|
readonly created_at: {
|
|
4340
4372
|
readonly nativeType: 'timestamptz';
|
|
4341
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
4373
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
4342
4374
|
readonly nullable: true;
|
|
4343
4375
|
readonly default: {
|
|
4344
4376
|
readonly kind: 'function';
|
|
@@ -4347,7 +4379,7 @@ type ContractBase = Omit<Contract<{
|
|
|
4347
4379
|
};
|
|
4348
4380
|
readonly updated_at: {
|
|
4349
4381
|
readonly nativeType: 'timestamptz';
|
|
4350
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
4382
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
4351
4383
|
readonly nullable: true;
|
|
4352
4384
|
readonly default: {
|
|
4353
4385
|
readonly kind: 'function';
|
|
@@ -4447,7 +4479,7 @@ type ContractBase = Omit<Contract<{
|
|
|
4447
4479
|
};
|
|
4448
4480
|
readonly created_at: {
|
|
4449
4481
|
readonly nativeType: 'timestamptz';
|
|
4450
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
4482
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
4451
4483
|
readonly nullable: false;
|
|
4452
4484
|
readonly default: {
|
|
4453
4485
|
readonly kind: 'function';
|
|
@@ -4456,7 +4488,7 @@ type ContractBase = Omit<Contract<{
|
|
|
4456
4488
|
};
|
|
4457
4489
|
readonly updated_at: {
|
|
4458
4490
|
readonly nativeType: 'timestamptz';
|
|
4459
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
4491
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
4460
4492
|
readonly nullable: false;
|
|
4461
4493
|
readonly default: {
|
|
4462
4494
|
readonly kind: 'function';
|
|
@@ -4465,7 +4497,7 @@ type ContractBase = Omit<Contract<{
|
|
|
4465
4497
|
};
|
|
4466
4498
|
readonly deleted_at: {
|
|
4467
4499
|
readonly nativeType: 'timestamptz';
|
|
4468
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
4500
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
4469
4501
|
readonly nullable: true;
|
|
4470
4502
|
};
|
|
4471
4503
|
};
|
|
@@ -4503,7 +4535,7 @@ type ContractBase = Omit<Contract<{
|
|
|
4503
4535
|
};
|
|
4504
4536
|
readonly created_at: {
|
|
4505
4537
|
readonly nativeType: 'timestamptz';
|
|
4506
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
4538
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
4507
4539
|
readonly nullable: false;
|
|
4508
4540
|
readonly default: {
|
|
4509
4541
|
readonly kind: 'function';
|
|
@@ -4512,7 +4544,7 @@ type ContractBase = Omit<Contract<{
|
|
|
4512
4544
|
};
|
|
4513
4545
|
readonly updated_at: {
|
|
4514
4546
|
readonly nativeType: 'timestamptz';
|
|
4515
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
4547
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
4516
4548
|
readonly nullable: false;
|
|
4517
4549
|
readonly default: {
|
|
4518
4550
|
readonly kind: 'function';
|
|
@@ -4552,7 +4584,7 @@ type ContractBase = Omit<Contract<{
|
|
|
4552
4584
|
};
|
|
4553
4585
|
readonly created_at: {
|
|
4554
4586
|
readonly nativeType: 'timestamptz';
|
|
4555
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
4587
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
4556
4588
|
readonly nullable: false;
|
|
4557
4589
|
readonly default: {
|
|
4558
4590
|
readonly kind: 'function';
|
|
@@ -4561,7 +4593,7 @@ type ContractBase = Omit<Contract<{
|
|
|
4561
4593
|
};
|
|
4562
4594
|
readonly updated_at: {
|
|
4563
4595
|
readonly nativeType: 'timestamptz';
|
|
4564
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
4596
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
4565
4597
|
readonly nullable: false;
|
|
4566
4598
|
readonly default: {
|
|
4567
4599
|
readonly kind: 'function';
|
|
@@ -4643,7 +4675,7 @@ type ContractBase = Omit<Contract<{
|
|
|
4643
4675
|
};
|
|
4644
4676
|
readonly created_at: {
|
|
4645
4677
|
readonly nativeType: 'timestamptz';
|
|
4646
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
4678
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
4647
4679
|
readonly nullable: false;
|
|
4648
4680
|
readonly default: {
|
|
4649
4681
|
readonly kind: 'function';
|
|
@@ -4652,7 +4684,7 @@ type ContractBase = Omit<Contract<{
|
|
|
4652
4684
|
};
|
|
4653
4685
|
readonly updated_at: {
|
|
4654
4686
|
readonly nativeType: 'timestamptz';
|
|
4655
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
4687
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
4656
4688
|
readonly nullable: false;
|
|
4657
4689
|
readonly default: {
|
|
4658
4690
|
readonly kind: 'function';
|
|
@@ -4742,7 +4774,7 @@ type ContractBase = Omit<Contract<{
|
|
|
4742
4774
|
};
|
|
4743
4775
|
readonly executed_at: {
|
|
4744
4776
|
readonly nativeType: 'timestamp';
|
|
4745
|
-
readonly codecId: 'pg/timestamp@1';
|
|
4777
|
+
readonly codecId: 'pg/timestamp-temporal@1';
|
|
4746
4778
|
readonly nullable: true;
|
|
4747
4779
|
readonly default: {
|
|
4748
4780
|
readonly kind: 'function';
|
|
@@ -4792,7 +4824,7 @@ type ContractBase = Omit<Contract<{
|
|
|
4792
4824
|
};
|
|
4793
4825
|
readonly created_at: {
|
|
4794
4826
|
readonly nativeType: 'timestamptz';
|
|
4795
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
4827
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
4796
4828
|
readonly nullable: true;
|
|
4797
4829
|
readonly default: {
|
|
4798
4830
|
readonly kind: 'function';
|
|
@@ -4801,7 +4833,7 @@ type ContractBase = Omit<Contract<{
|
|
|
4801
4833
|
};
|
|
4802
4834
|
readonly updated_at: {
|
|
4803
4835
|
readonly nativeType: 'timestamptz';
|
|
4804
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
4836
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
4805
4837
|
readonly nullable: true;
|
|
4806
4838
|
readonly default: {
|
|
4807
4839
|
readonly kind: 'function';
|
|
@@ -4810,7 +4842,7 @@ type ContractBase = Omit<Contract<{
|
|
|
4810
4842
|
};
|
|
4811
4843
|
readonly last_accessed_at: {
|
|
4812
4844
|
readonly nativeType: 'timestamptz';
|
|
4813
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
4845
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
4814
4846
|
readonly nullable: true;
|
|
4815
4847
|
readonly default: {
|
|
4816
4848
|
readonly kind: 'function';
|
|
@@ -4917,7 +4949,7 @@ type ContractBase = Omit<Contract<{
|
|
|
4917
4949
|
};
|
|
4918
4950
|
readonly created_at: {
|
|
4919
4951
|
readonly nativeType: 'timestamptz';
|
|
4920
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
4952
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
4921
4953
|
readonly nullable: false;
|
|
4922
4954
|
readonly default: {
|
|
4923
4955
|
readonly kind: 'function';
|
|
@@ -5017,7 +5049,7 @@ type ContractBase = Omit<Contract<{
|
|
|
5017
5049
|
};
|
|
5018
5050
|
readonly created_at: {
|
|
5019
5051
|
readonly nativeType: 'timestamptz';
|
|
5020
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
5052
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
5021
5053
|
readonly nullable: false;
|
|
5022
5054
|
readonly default: {
|
|
5023
5055
|
readonly kind: 'function';
|
|
@@ -5100,7 +5132,7 @@ type ContractBase = Omit<Contract<{
|
|
|
5100
5132
|
};
|
|
5101
5133
|
readonly created_at: {
|
|
5102
5134
|
readonly nativeType: 'timestamptz';
|
|
5103
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
5135
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
5104
5136
|
readonly nullable: false;
|
|
5105
5137
|
readonly default: {
|
|
5106
5138
|
readonly kind: 'function';
|
|
@@ -5109,7 +5141,7 @@ type ContractBase = Omit<Contract<{
|
|
|
5109
5141
|
};
|
|
5110
5142
|
readonly updated_at: {
|
|
5111
5143
|
readonly nativeType: 'timestamptz';
|
|
5112
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
5144
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
5113
5145
|
readonly nullable: false;
|
|
5114
5146
|
readonly default: {
|
|
5115
5147
|
readonly kind: 'function';
|
|
@@ -5154,7 +5186,7 @@ type ContractBase = Omit<Contract<{
|
|
|
5154
5186
|
readonly types: {
|
|
5155
5187
|
readonly CreatedAt: {
|
|
5156
5188
|
readonly kind: 'codec-instance';
|
|
5157
|
-
readonly codecId: 'pg/timestamp@1';
|
|
5189
|
+
readonly codecId: 'pg/timestamp-temporal@1';
|
|
5158
5190
|
readonly nativeType: 'timestamp';
|
|
5159
5191
|
readonly typeParams: Record<string, never>;
|
|
5160
5192
|
};
|
|
@@ -5384,7 +5416,7 @@ type ContractBase = Omit<Contract<{
|
|
|
5384
5416
|
readonly nullable: true;
|
|
5385
5417
|
readonly type: {
|
|
5386
5418
|
readonly kind: 'scalar';
|
|
5387
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
5419
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
5388
5420
|
};
|
|
5389
5421
|
};
|
|
5390
5422
|
readonly ipAddress: {
|
|
@@ -5459,21 +5491,21 @@ type ContractBase = Omit<Contract<{
|
|
|
5459
5491
|
readonly nullable: true;
|
|
5460
5492
|
readonly type: {
|
|
5461
5493
|
readonly kind: 'scalar';
|
|
5462
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
5494
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
5463
5495
|
};
|
|
5464
5496
|
};
|
|
5465
5497
|
readonly createdAt: {
|
|
5466
5498
|
readonly nullable: true;
|
|
5467
5499
|
readonly type: {
|
|
5468
5500
|
readonly kind: 'scalar';
|
|
5469
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
5501
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
5470
5502
|
};
|
|
5471
5503
|
};
|
|
5472
5504
|
readonly updatedAt: {
|
|
5473
5505
|
readonly nullable: true;
|
|
5474
5506
|
readonly type: {
|
|
5475
5507
|
readonly kind: 'scalar';
|
|
5476
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
5508
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
5477
5509
|
};
|
|
5478
5510
|
};
|
|
5479
5511
|
readonly email: {
|
|
@@ -5551,14 +5583,14 @@ type ContractBase = Omit<Contract<{
|
|
|
5551
5583
|
readonly nullable: true;
|
|
5552
5584
|
readonly type: {
|
|
5553
5585
|
readonly kind: 'scalar';
|
|
5554
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
5586
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
5555
5587
|
};
|
|
5556
5588
|
};
|
|
5557
5589
|
readonly updatedAt: {
|
|
5558
5590
|
readonly nullable: true;
|
|
5559
5591
|
readonly type: {
|
|
5560
5592
|
readonly kind: 'scalar';
|
|
5561
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
5593
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
5562
5594
|
};
|
|
5563
5595
|
};
|
|
5564
5596
|
readonly factorId: {
|
|
@@ -5582,14 +5614,14 @@ type ContractBase = Omit<Contract<{
|
|
|
5582
5614
|
readonly nullable: true;
|
|
5583
5615
|
readonly type: {
|
|
5584
5616
|
readonly kind: 'scalar';
|
|
5585
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
5617
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
5586
5618
|
};
|
|
5587
5619
|
};
|
|
5588
5620
|
readonly refreshedAt: {
|
|
5589
5621
|
readonly nullable: true;
|
|
5590
5622
|
readonly type: {
|
|
5591
5623
|
readonly kind: 'scalar';
|
|
5592
|
-
readonly codecId: 'pg/timestamp@1';
|
|
5624
|
+
readonly codecId: 'pg/timestamp-temporal@1';
|
|
5593
5625
|
};
|
|
5594
5626
|
};
|
|
5595
5627
|
readonly userAgent: {
|
|
@@ -5788,14 +5820,14 @@ type ContractBase = Omit<Contract<{
|
|
|
5788
5820
|
readonly nullable: true;
|
|
5789
5821
|
readonly type: {
|
|
5790
5822
|
readonly kind: 'scalar';
|
|
5791
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
5823
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
5792
5824
|
};
|
|
5793
5825
|
};
|
|
5794
5826
|
readonly invitedAt: {
|
|
5795
5827
|
readonly nullable: true;
|
|
5796
5828
|
readonly type: {
|
|
5797
5829
|
readonly kind: 'scalar';
|
|
5798
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
5830
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
5799
5831
|
};
|
|
5800
5832
|
};
|
|
5801
5833
|
readonly confirmationToken: {
|
|
@@ -5809,7 +5841,7 @@ type ContractBase = Omit<Contract<{
|
|
|
5809
5841
|
readonly nullable: true;
|
|
5810
5842
|
readonly type: {
|
|
5811
5843
|
readonly kind: 'scalar';
|
|
5812
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
5844
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
5813
5845
|
};
|
|
5814
5846
|
};
|
|
5815
5847
|
readonly recoveryToken: {
|
|
@@ -5823,7 +5855,7 @@ type ContractBase = Omit<Contract<{
|
|
|
5823
5855
|
readonly nullable: true;
|
|
5824
5856
|
readonly type: {
|
|
5825
5857
|
readonly kind: 'scalar';
|
|
5826
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
5858
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
5827
5859
|
};
|
|
5828
5860
|
};
|
|
5829
5861
|
readonly emailChangeTokenNew: {
|
|
@@ -5844,14 +5876,14 @@ type ContractBase = Omit<Contract<{
|
|
|
5844
5876
|
readonly nullable: true;
|
|
5845
5877
|
readonly type: {
|
|
5846
5878
|
readonly kind: 'scalar';
|
|
5847
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
5879
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
5848
5880
|
};
|
|
5849
5881
|
};
|
|
5850
5882
|
readonly lastSignInAt: {
|
|
5851
5883
|
readonly nullable: true;
|
|
5852
5884
|
readonly type: {
|
|
5853
5885
|
readonly kind: 'scalar';
|
|
5854
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
5886
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
5855
5887
|
};
|
|
5856
5888
|
};
|
|
5857
5889
|
readonly rawAppMetaData: {
|
|
@@ -5879,14 +5911,14 @@ type ContractBase = Omit<Contract<{
|
|
|
5879
5911
|
readonly nullable: true;
|
|
5880
5912
|
readonly type: {
|
|
5881
5913
|
readonly kind: 'scalar';
|
|
5882
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
5914
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
5883
5915
|
};
|
|
5884
5916
|
};
|
|
5885
5917
|
readonly updatedAt: {
|
|
5886
5918
|
readonly nullable: true;
|
|
5887
5919
|
readonly type: {
|
|
5888
5920
|
readonly kind: 'scalar';
|
|
5889
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
5921
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
5890
5922
|
};
|
|
5891
5923
|
};
|
|
5892
5924
|
readonly phone: {
|
|
@@ -5900,7 +5932,7 @@ type ContractBase = Omit<Contract<{
|
|
|
5900
5932
|
readonly nullable: true;
|
|
5901
5933
|
readonly type: {
|
|
5902
5934
|
readonly kind: 'scalar';
|
|
5903
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
5935
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
5904
5936
|
};
|
|
5905
5937
|
};
|
|
5906
5938
|
readonly phoneChange: {
|
|
@@ -5921,14 +5953,14 @@ type ContractBase = Omit<Contract<{
|
|
|
5921
5953
|
readonly nullable: true;
|
|
5922
5954
|
readonly type: {
|
|
5923
5955
|
readonly kind: 'scalar';
|
|
5924
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
5956
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
5925
5957
|
};
|
|
5926
5958
|
};
|
|
5927
5959
|
readonly confirmedAt: {
|
|
5928
5960
|
readonly nullable: true;
|
|
5929
5961
|
readonly type: {
|
|
5930
5962
|
readonly kind: 'scalar';
|
|
5931
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
5963
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
5932
5964
|
};
|
|
5933
5965
|
};
|
|
5934
5966
|
readonly emailChangeTokenCurrent: {
|
|
@@ -5949,7 +5981,7 @@ type ContractBase = Omit<Contract<{
|
|
|
5949
5981
|
readonly nullable: true;
|
|
5950
5982
|
readonly type: {
|
|
5951
5983
|
readonly kind: 'scalar';
|
|
5952
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
5984
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
5953
5985
|
};
|
|
5954
5986
|
};
|
|
5955
5987
|
readonly reauthenticationToken: {
|
|
@@ -5963,7 +5995,7 @@ type ContractBase = Omit<Contract<{
|
|
|
5963
5995
|
readonly nullable: true;
|
|
5964
5996
|
readonly type: {
|
|
5965
5997
|
readonly kind: 'scalar';
|
|
5966
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
5998
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
5967
5999
|
};
|
|
5968
6000
|
};
|
|
5969
6001
|
readonly isSsoUser: {
|
|
@@ -5977,7 +6009,7 @@ type ContractBase = Omit<Contract<{
|
|
|
5977
6009
|
readonly nullable: true;
|
|
5978
6010
|
readonly type: {
|
|
5979
6011
|
readonly kind: 'scalar';
|
|
5980
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
6012
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
5981
6013
|
};
|
|
5982
6014
|
};
|
|
5983
6015
|
readonly isAnonymous: {
|
|
@@ -6317,7 +6349,7 @@ type ContractBase = Omit<Contract<{
|
|
|
6317
6349
|
readonly nullable: true;
|
|
6318
6350
|
readonly type: {
|
|
6319
6351
|
readonly kind: 'scalar';
|
|
6320
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
6352
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
6321
6353
|
};
|
|
6322
6354
|
};
|
|
6323
6355
|
readonly authorizationUrl: {
|
|
@@ -6352,14 +6384,14 @@ type ContractBase = Omit<Contract<{
|
|
|
6352
6384
|
readonly nullable: false;
|
|
6353
6385
|
readonly type: {
|
|
6354
6386
|
readonly kind: 'scalar';
|
|
6355
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
6387
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
6356
6388
|
};
|
|
6357
6389
|
};
|
|
6358
6390
|
readonly updatedAt: {
|
|
6359
6391
|
readonly nullable: false;
|
|
6360
6392
|
readonly type: {
|
|
6361
6393
|
readonly kind: 'scalar';
|
|
6362
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
6394
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
6363
6395
|
};
|
|
6364
6396
|
};
|
|
6365
6397
|
};
|
|
@@ -6508,14 +6540,14 @@ type ContractBase = Omit<Contract<{
|
|
|
6508
6540
|
readonly nullable: true;
|
|
6509
6541
|
readonly type: {
|
|
6510
6542
|
readonly kind: 'scalar';
|
|
6511
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
6543
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
6512
6544
|
};
|
|
6513
6545
|
};
|
|
6514
6546
|
readonly updatedAt: {
|
|
6515
6547
|
readonly nullable: true;
|
|
6516
6548
|
readonly type: {
|
|
6517
6549
|
readonly kind: 'scalar';
|
|
6518
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
6550
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
6519
6551
|
};
|
|
6520
6552
|
};
|
|
6521
6553
|
readonly authenticationMethod: {
|
|
@@ -6529,7 +6561,7 @@ type ContractBase = Omit<Contract<{
|
|
|
6529
6561
|
readonly nullable: true;
|
|
6530
6562
|
readonly type: {
|
|
6531
6563
|
readonly kind: 'scalar';
|
|
6532
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
6564
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
6533
6565
|
};
|
|
6534
6566
|
};
|
|
6535
6567
|
readonly inviteToken: {
|
|
@@ -6666,14 +6698,14 @@ type ContractBase = Omit<Contract<{
|
|
|
6666
6698
|
readonly nullable: true;
|
|
6667
6699
|
readonly type: {
|
|
6668
6700
|
readonly kind: 'scalar';
|
|
6669
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
6701
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
6670
6702
|
};
|
|
6671
6703
|
};
|
|
6672
6704
|
readonly updatedAt: {
|
|
6673
6705
|
readonly nullable: true;
|
|
6674
6706
|
readonly type: {
|
|
6675
6707
|
readonly kind: 'scalar';
|
|
6676
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
6708
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
6677
6709
|
};
|
|
6678
6710
|
};
|
|
6679
6711
|
};
|
|
@@ -6720,14 +6752,14 @@ type ContractBase = Omit<Contract<{
|
|
|
6720
6752
|
readonly nullable: false;
|
|
6721
6753
|
readonly type: {
|
|
6722
6754
|
readonly kind: 'scalar';
|
|
6723
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
6755
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
6724
6756
|
};
|
|
6725
6757
|
};
|
|
6726
6758
|
readonly updatedAt: {
|
|
6727
6759
|
readonly nullable: false;
|
|
6728
6760
|
readonly type: {
|
|
6729
6761
|
readonly kind: 'scalar';
|
|
6730
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
6762
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
6731
6763
|
};
|
|
6732
6764
|
};
|
|
6733
6765
|
readonly authenticationMethod: {
|
|
@@ -6793,14 +6825,14 @@ type ContractBase = Omit<Contract<{
|
|
|
6793
6825
|
readonly nullable: false;
|
|
6794
6826
|
readonly type: {
|
|
6795
6827
|
readonly kind: 'scalar';
|
|
6796
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
6828
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
6797
6829
|
};
|
|
6798
6830
|
};
|
|
6799
6831
|
readonly verifiedAt: {
|
|
6800
6832
|
readonly nullable: true;
|
|
6801
6833
|
readonly type: {
|
|
6802
6834
|
readonly kind: 'scalar';
|
|
6803
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
6835
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
6804
6836
|
};
|
|
6805
6837
|
};
|
|
6806
6838
|
readonly ipAddress: {
|
|
@@ -6913,14 +6945,14 @@ type ContractBase = Omit<Contract<{
|
|
|
6913
6945
|
readonly nullable: false;
|
|
6914
6946
|
readonly type: {
|
|
6915
6947
|
readonly kind: 'scalar';
|
|
6916
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
6948
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
6917
6949
|
};
|
|
6918
6950
|
};
|
|
6919
6951
|
readonly updatedAt: {
|
|
6920
6952
|
readonly nullable: false;
|
|
6921
6953
|
readonly type: {
|
|
6922
6954
|
readonly kind: 'scalar';
|
|
6923
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
6955
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
6924
6956
|
};
|
|
6925
6957
|
};
|
|
6926
6958
|
readonly secret: {
|
|
@@ -6941,7 +6973,7 @@ type ContractBase = Omit<Contract<{
|
|
|
6941
6973
|
readonly nullable: true;
|
|
6942
6974
|
readonly type: {
|
|
6943
6975
|
readonly kind: 'scalar';
|
|
6944
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
6976
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
6945
6977
|
};
|
|
6946
6978
|
};
|
|
6947
6979
|
readonly webAuthnCredential: {
|
|
@@ -7142,21 +7174,21 @@ type ContractBase = Omit<Contract<{
|
|
|
7142
7174
|
readonly nullable: false;
|
|
7143
7175
|
readonly type: {
|
|
7144
7176
|
readonly kind: 'scalar';
|
|
7145
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
7177
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
7146
7178
|
};
|
|
7147
7179
|
};
|
|
7148
7180
|
readonly expiresAt: {
|
|
7149
7181
|
readonly nullable: false;
|
|
7150
7182
|
readonly type: {
|
|
7151
7183
|
readonly kind: 'scalar';
|
|
7152
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
7184
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
7153
7185
|
};
|
|
7154
7186
|
};
|
|
7155
7187
|
readonly approvedAt: {
|
|
7156
7188
|
readonly nullable: true;
|
|
7157
7189
|
readonly type: {
|
|
7158
7190
|
readonly kind: 'scalar';
|
|
7159
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
7191
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
7160
7192
|
};
|
|
7161
7193
|
};
|
|
7162
7194
|
readonly nonce: {
|
|
@@ -7314,21 +7346,21 @@ type ContractBase = Omit<Contract<{
|
|
|
7314
7346
|
readonly nullable: false;
|
|
7315
7347
|
readonly type: {
|
|
7316
7348
|
readonly kind: 'scalar';
|
|
7317
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
7349
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
7318
7350
|
};
|
|
7319
7351
|
};
|
|
7320
7352
|
readonly updatedAt: {
|
|
7321
7353
|
readonly nullable: false;
|
|
7322
7354
|
readonly type: {
|
|
7323
7355
|
readonly kind: 'scalar';
|
|
7324
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
7356
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
7325
7357
|
};
|
|
7326
7358
|
};
|
|
7327
7359
|
readonly deletedAt: {
|
|
7328
7360
|
readonly nullable: true;
|
|
7329
7361
|
readonly type: {
|
|
7330
7362
|
readonly kind: 'scalar';
|
|
7331
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
7363
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
7332
7364
|
};
|
|
7333
7365
|
};
|
|
7334
7366
|
readonly clientType: {
|
|
@@ -7457,7 +7489,7 @@ type ContractBase = Omit<Contract<{
|
|
|
7457
7489
|
readonly nullable: false;
|
|
7458
7490
|
readonly type: {
|
|
7459
7491
|
readonly kind: 'scalar';
|
|
7460
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
7492
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
7461
7493
|
};
|
|
7462
7494
|
};
|
|
7463
7495
|
};
|
|
@@ -7515,14 +7547,14 @@ type ContractBase = Omit<Contract<{
|
|
|
7515
7547
|
readonly nullable: false;
|
|
7516
7548
|
readonly type: {
|
|
7517
7549
|
readonly kind: 'scalar';
|
|
7518
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
7550
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
7519
7551
|
};
|
|
7520
7552
|
};
|
|
7521
7553
|
readonly revokedAt: {
|
|
7522
7554
|
readonly nullable: true;
|
|
7523
7555
|
readonly type: {
|
|
7524
7556
|
readonly kind: 'scalar';
|
|
7525
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
7557
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
7526
7558
|
};
|
|
7527
7559
|
};
|
|
7528
7560
|
};
|
|
@@ -7619,14 +7651,14 @@ type ContractBase = Omit<Contract<{
|
|
|
7619
7651
|
readonly nullable: false;
|
|
7620
7652
|
readonly type: {
|
|
7621
7653
|
readonly kind: 'scalar';
|
|
7622
|
-
readonly codecId: 'pg/timestamp@1';
|
|
7654
|
+
readonly codecId: 'pg/timestamp-temporal@1';
|
|
7623
7655
|
};
|
|
7624
7656
|
};
|
|
7625
7657
|
readonly updatedAt: {
|
|
7626
7658
|
readonly nullable: false;
|
|
7627
7659
|
readonly type: {
|
|
7628
7660
|
readonly kind: 'scalar';
|
|
7629
|
-
readonly codecId: 'pg/timestamp@1';
|
|
7661
|
+
readonly codecId: 'pg/timestamp-temporal@1';
|
|
7630
7662
|
};
|
|
7631
7663
|
};
|
|
7632
7664
|
};
|
|
@@ -7712,14 +7744,14 @@ type ContractBase = Omit<Contract<{
|
|
|
7712
7744
|
readonly nullable: true;
|
|
7713
7745
|
readonly type: {
|
|
7714
7746
|
readonly kind: 'scalar';
|
|
7715
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
7747
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
7716
7748
|
};
|
|
7717
7749
|
};
|
|
7718
7750
|
readonly updatedAt: {
|
|
7719
7751
|
readonly nullable: true;
|
|
7720
7752
|
readonly type: {
|
|
7721
7753
|
readonly kind: 'scalar';
|
|
7722
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
7754
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
7723
7755
|
};
|
|
7724
7756
|
};
|
|
7725
7757
|
readonly parent: {
|
|
@@ -7832,14 +7864,14 @@ type ContractBase = Omit<Contract<{
|
|
|
7832
7864
|
readonly nullable: true;
|
|
7833
7865
|
readonly type: {
|
|
7834
7866
|
readonly kind: 'scalar';
|
|
7835
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
7867
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
7836
7868
|
};
|
|
7837
7869
|
};
|
|
7838
7870
|
readonly updatedAt: {
|
|
7839
7871
|
readonly nullable: true;
|
|
7840
7872
|
readonly type: {
|
|
7841
7873
|
readonly kind: 'scalar';
|
|
7842
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
7874
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
7843
7875
|
};
|
|
7844
7876
|
};
|
|
7845
7877
|
readonly nameIdFormat: {
|
|
@@ -7938,14 +7970,14 @@ type ContractBase = Omit<Contract<{
|
|
|
7938
7970
|
readonly nullable: true;
|
|
7939
7971
|
readonly type: {
|
|
7940
7972
|
readonly kind: 'scalar';
|
|
7941
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
7973
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
7942
7974
|
};
|
|
7943
7975
|
};
|
|
7944
7976
|
readonly updatedAt: {
|
|
7945
7977
|
readonly nullable: true;
|
|
7946
7978
|
readonly type: {
|
|
7947
7979
|
readonly kind: 'scalar';
|
|
7948
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
7980
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
7949
7981
|
};
|
|
7950
7982
|
};
|
|
7951
7983
|
readonly flowStateId: {
|
|
@@ -8059,14 +8091,14 @@ type ContractBase = Omit<Contract<{
|
|
|
8059
8091
|
readonly nullable: true;
|
|
8060
8092
|
readonly type: {
|
|
8061
8093
|
readonly kind: 'scalar';
|
|
8062
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
8094
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
8063
8095
|
};
|
|
8064
8096
|
};
|
|
8065
8097
|
readonly updatedAt: {
|
|
8066
8098
|
readonly nullable: true;
|
|
8067
8099
|
readonly type: {
|
|
8068
8100
|
readonly kind: 'scalar';
|
|
8069
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
8101
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
8070
8102
|
};
|
|
8071
8103
|
};
|
|
8072
8104
|
};
|
|
@@ -8125,14 +8157,14 @@ type ContractBase = Omit<Contract<{
|
|
|
8125
8157
|
readonly nullable: true;
|
|
8126
8158
|
readonly type: {
|
|
8127
8159
|
readonly kind: 'scalar';
|
|
8128
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
8160
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
8129
8161
|
};
|
|
8130
8162
|
};
|
|
8131
8163
|
readonly updatedAt: {
|
|
8132
8164
|
readonly nullable: true;
|
|
8133
8165
|
readonly type: {
|
|
8134
8166
|
readonly kind: 'scalar';
|
|
8135
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
8167
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
8136
8168
|
};
|
|
8137
8169
|
};
|
|
8138
8170
|
readonly disabled: {
|
|
@@ -8234,14 +8266,14 @@ type ContractBase = Omit<Contract<{
|
|
|
8234
8266
|
readonly nullable: false;
|
|
8235
8267
|
readonly type: {
|
|
8236
8268
|
readonly kind: 'scalar';
|
|
8237
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
8269
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
8238
8270
|
};
|
|
8239
8271
|
};
|
|
8240
8272
|
readonly expiresAt: {
|
|
8241
8273
|
readonly nullable: false;
|
|
8242
8274
|
readonly type: {
|
|
8243
8275
|
readonly kind: 'scalar';
|
|
8244
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
8276
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
8245
8277
|
};
|
|
8246
8278
|
};
|
|
8247
8279
|
};
|
|
@@ -8366,21 +8398,21 @@ type ContractBase = Omit<Contract<{
|
|
|
8366
8398
|
readonly nullable: false;
|
|
8367
8399
|
readonly type: {
|
|
8368
8400
|
readonly kind: 'scalar';
|
|
8369
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
8401
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
8370
8402
|
};
|
|
8371
8403
|
};
|
|
8372
8404
|
readonly updatedAt: {
|
|
8373
8405
|
readonly nullable: false;
|
|
8374
8406
|
readonly type: {
|
|
8375
8407
|
readonly kind: 'scalar';
|
|
8376
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
8408
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
8377
8409
|
};
|
|
8378
8410
|
};
|
|
8379
8411
|
readonly lastUsedAt: {
|
|
8380
8412
|
readonly nullable: true;
|
|
8381
8413
|
readonly type: {
|
|
8382
8414
|
readonly kind: 'scalar';
|
|
8383
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
8415
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
8384
8416
|
};
|
|
8385
8417
|
};
|
|
8386
8418
|
};
|
|
@@ -8487,21 +8519,21 @@ type ContractBase = Omit<Contract<{
|
|
|
8487
8519
|
readonly nullable: false;
|
|
8488
8520
|
readonly type: {
|
|
8489
8521
|
readonly kind: 'scalar';
|
|
8490
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
8522
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
8491
8523
|
};
|
|
8492
8524
|
};
|
|
8493
8525
|
readonly updatedAt: {
|
|
8494
8526
|
readonly nullable: false;
|
|
8495
8527
|
readonly type: {
|
|
8496
8528
|
readonly kind: 'scalar';
|
|
8497
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
8529
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
8498
8530
|
};
|
|
8499
8531
|
};
|
|
8500
8532
|
readonly deletedAt: {
|
|
8501
8533
|
readonly nullable: true;
|
|
8502
8534
|
readonly type: {
|
|
8503
8535
|
readonly kind: 'scalar';
|
|
8504
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
8536
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
8505
8537
|
};
|
|
8506
8538
|
};
|
|
8507
8539
|
};
|
|
@@ -8580,14 +8612,14 @@ type ContractBase = Omit<Contract<{
|
|
|
8580
8612
|
readonly nullable: false;
|
|
8581
8613
|
readonly type: {
|
|
8582
8614
|
readonly kind: 'scalar';
|
|
8583
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
8615
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
8584
8616
|
};
|
|
8585
8617
|
};
|
|
8586
8618
|
readonly updatedAt: {
|
|
8587
8619
|
readonly nullable: false;
|
|
8588
8620
|
readonly type: {
|
|
8589
8621
|
readonly kind: 'scalar';
|
|
8590
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
8622
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
8591
8623
|
};
|
|
8592
8624
|
};
|
|
8593
8625
|
};
|
|
@@ -8650,14 +8682,14 @@ type ContractBase = Omit<Contract<{
|
|
|
8650
8682
|
readonly nullable: false;
|
|
8651
8683
|
readonly type: {
|
|
8652
8684
|
readonly kind: 'scalar';
|
|
8653
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
8685
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
8654
8686
|
};
|
|
8655
8687
|
};
|
|
8656
8688
|
readonly updatedAt: {
|
|
8657
8689
|
readonly nullable: false;
|
|
8658
8690
|
readonly type: {
|
|
8659
8691
|
readonly kind: 'scalar';
|
|
8660
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
8692
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
8661
8693
|
};
|
|
8662
8694
|
};
|
|
8663
8695
|
readonly metadata: {
|
|
@@ -8768,14 +8800,14 @@ type ContractBase = Omit<Contract<{
|
|
|
8768
8800
|
readonly nullable: false;
|
|
8769
8801
|
readonly type: {
|
|
8770
8802
|
readonly kind: 'scalar';
|
|
8771
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
8803
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
8772
8804
|
};
|
|
8773
8805
|
};
|
|
8774
8806
|
readonly updatedAt: {
|
|
8775
8807
|
readonly nullable: false;
|
|
8776
8808
|
readonly type: {
|
|
8777
8809
|
readonly kind: 'scalar';
|
|
8778
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
8810
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
8779
8811
|
};
|
|
8780
8812
|
};
|
|
8781
8813
|
readonly remoteTableId: {
|
|
@@ -8898,7 +8930,7 @@ type ContractBase = Omit<Contract<{
|
|
|
8898
8930
|
readonly nullable: true;
|
|
8899
8931
|
readonly type: {
|
|
8900
8932
|
readonly kind: 'scalar';
|
|
8901
|
-
readonly codecId: 'pg/timestamp@1';
|
|
8933
|
+
readonly codecId: 'pg/timestamp-temporal@1';
|
|
8902
8934
|
};
|
|
8903
8935
|
};
|
|
8904
8936
|
};
|
|
@@ -8977,7 +9009,7 @@ type ContractBase = Omit<Contract<{
|
|
|
8977
9009
|
readonly nullable: false;
|
|
8978
9010
|
readonly type: {
|
|
8979
9011
|
readonly kind: 'scalar';
|
|
8980
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
9012
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
8981
9013
|
};
|
|
8982
9014
|
};
|
|
8983
9015
|
readonly userMetadata: {
|
|
@@ -9125,7 +9157,7 @@ type ContractBase = Omit<Contract<{
|
|
|
9125
9157
|
readonly nullable: false;
|
|
9126
9158
|
readonly type: {
|
|
9127
9159
|
readonly kind: 'scalar';
|
|
9128
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
9160
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
9129
9161
|
};
|
|
9130
9162
|
};
|
|
9131
9163
|
};
|
|
@@ -9217,14 +9249,14 @@ type ContractBase = Omit<Contract<{
|
|
|
9217
9249
|
readonly nullable: true;
|
|
9218
9250
|
readonly type: {
|
|
9219
9251
|
readonly kind: 'scalar';
|
|
9220
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
9252
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
9221
9253
|
};
|
|
9222
9254
|
};
|
|
9223
9255
|
readonly updatedAt: {
|
|
9224
9256
|
readonly nullable: true;
|
|
9225
9257
|
readonly type: {
|
|
9226
9258
|
readonly kind: 'scalar';
|
|
9227
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
9259
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
9228
9260
|
};
|
|
9229
9261
|
};
|
|
9230
9262
|
readonly public: {
|
|
@@ -9372,21 +9404,21 @@ type ContractBase = Omit<Contract<{
|
|
|
9372
9404
|
readonly nullable: true;
|
|
9373
9405
|
readonly type: {
|
|
9374
9406
|
readonly kind: 'scalar';
|
|
9375
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
9407
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
9376
9408
|
};
|
|
9377
9409
|
};
|
|
9378
9410
|
readonly updatedAt: {
|
|
9379
9411
|
readonly nullable: true;
|
|
9380
9412
|
readonly type: {
|
|
9381
9413
|
readonly kind: 'scalar';
|
|
9382
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
9414
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
9383
9415
|
};
|
|
9384
9416
|
};
|
|
9385
9417
|
readonly lastAccessedAt: {
|
|
9386
9418
|
readonly nullable: true;
|
|
9387
9419
|
readonly type: {
|
|
9388
9420
|
readonly kind: 'scalar';
|
|
9389
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
9421
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
9390
9422
|
};
|
|
9391
9423
|
};
|
|
9392
9424
|
readonly metadata: {
|
|
@@ -9526,14 +9558,14 @@ type ContractBase = Omit<Contract<{
|
|
|
9526
9558
|
readonly nullable: false;
|
|
9527
9559
|
readonly type: {
|
|
9528
9560
|
readonly kind: 'scalar';
|
|
9529
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
9561
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
9530
9562
|
};
|
|
9531
9563
|
};
|
|
9532
9564
|
readonly updatedAt: {
|
|
9533
9565
|
readonly nullable: false;
|
|
9534
9566
|
readonly type: {
|
|
9535
9567
|
readonly kind: 'scalar';
|
|
9536
|
-
readonly codecId: 'pg/timestamptz@1';
|
|
9568
|
+
readonly codecId: 'pg/timestamptz-temporal@1';
|
|
9537
9569
|
};
|
|
9538
9570
|
};
|
|
9539
9571
|
};
|