@levrbet/shared 0.1.99 → 0.1.100
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/core/prisma/generated/edge.js +3 -4
- package/dist/core/prisma/generated/index-browser.js +0 -1
- package/dist/core/prisma/generated/index.d.ts +1 -28
- package/dist/core/prisma/generated/index.js +3 -4
- package/dist/core/prisma/generated/package.json +1 -1
- package/dist/core/prisma/generated/schema.prisma +1 -2
- package/dist/core/prisma/generated/wasm.js +3 -4
- package/dist/server/middleware/auth/hmac.handler.js +3 -4
- package/dist/server/middleware/auth/hmac.handler.js.map +1 -1
- package/dist/server/middleware/multiAuth.examples.d.ts +5 -2
- package/dist/server/middleware/multiAuth.examples.js +5 -2
- package/dist/server/middleware/multiAuth.examples.js.map +1 -1
- package/dist/server/types/express.types.d.ts +0 -1
- package/package.json +1 -1
|
@@ -14351,7 +14351,6 @@ export namespace Prisma {
|
|
|
14351
14351
|
name: string | null
|
|
14352
14352
|
ciphertext: string | null
|
|
14353
14353
|
kmsKeyId: string | null
|
|
14354
|
-
isService: boolean | null
|
|
14355
14354
|
service: $Enums.LevrService | null
|
|
14356
14355
|
isActive: boolean | null
|
|
14357
14356
|
expiresAt: Date | null
|
|
@@ -14369,7 +14368,6 @@ export namespace Prisma {
|
|
|
14369
14368
|
name: string | null
|
|
14370
14369
|
ciphertext: string | null
|
|
14371
14370
|
kmsKeyId: string | null
|
|
14372
|
-
isService: boolean | null
|
|
14373
14371
|
service: $Enums.LevrService | null
|
|
14374
14372
|
isActive: boolean | null
|
|
14375
14373
|
expiresAt: Date | null
|
|
@@ -14387,7 +14385,6 @@ export namespace Prisma {
|
|
|
14387
14385
|
name: number
|
|
14388
14386
|
ciphertext: number
|
|
14389
14387
|
kmsKeyId: number
|
|
14390
|
-
isService: number
|
|
14391
14388
|
service: number
|
|
14392
14389
|
scopes: number
|
|
14393
14390
|
isActive: number
|
|
@@ -14416,7 +14413,6 @@ export namespace Prisma {
|
|
|
14416
14413
|
name?: true
|
|
14417
14414
|
ciphertext?: true
|
|
14418
14415
|
kmsKeyId?: true
|
|
14419
|
-
isService?: true
|
|
14420
14416
|
service?: true
|
|
14421
14417
|
isActive?: true
|
|
14422
14418
|
expiresAt?: true
|
|
@@ -14434,7 +14430,6 @@ export namespace Prisma {
|
|
|
14434
14430
|
name?: true
|
|
14435
14431
|
ciphertext?: true
|
|
14436
14432
|
kmsKeyId?: true
|
|
14437
|
-
isService?: true
|
|
14438
14433
|
service?: true
|
|
14439
14434
|
isActive?: true
|
|
14440
14435
|
expiresAt?: true
|
|
@@ -14452,7 +14447,6 @@ export namespace Prisma {
|
|
|
14452
14447
|
name?: true
|
|
14453
14448
|
ciphertext?: true
|
|
14454
14449
|
kmsKeyId?: true
|
|
14455
|
-
isService?: true
|
|
14456
14450
|
service?: true
|
|
14457
14451
|
scopes?: true
|
|
14458
14452
|
isActive?: true
|
|
@@ -14558,7 +14552,6 @@ export namespace Prisma {
|
|
|
14558
14552
|
name: string
|
|
14559
14553
|
ciphertext: string
|
|
14560
14554
|
kmsKeyId: string
|
|
14561
|
-
isService: boolean
|
|
14562
14555
|
service: $Enums.LevrService | null
|
|
14563
14556
|
scopes: $Enums.ApiKeyScope[]
|
|
14564
14557
|
isActive: boolean
|
|
@@ -14596,7 +14589,6 @@ export namespace Prisma {
|
|
|
14596
14589
|
name?: boolean
|
|
14597
14590
|
ciphertext?: boolean
|
|
14598
14591
|
kmsKeyId?: boolean
|
|
14599
|
-
isService?: boolean
|
|
14600
14592
|
service?: boolean
|
|
14601
14593
|
scopes?: boolean
|
|
14602
14594
|
isActive?: boolean
|
|
@@ -14617,7 +14609,6 @@ export namespace Prisma {
|
|
|
14617
14609
|
name?: boolean
|
|
14618
14610
|
ciphertext?: boolean
|
|
14619
14611
|
kmsKeyId?: boolean
|
|
14620
|
-
isService?: boolean
|
|
14621
14612
|
service?: boolean
|
|
14622
14613
|
scopes?: boolean
|
|
14623
14614
|
isActive?: boolean
|
|
@@ -14628,7 +14619,7 @@ export namespace Prisma {
|
|
|
14628
14619
|
updatedAt?: boolean
|
|
14629
14620
|
}
|
|
14630
14621
|
|
|
14631
|
-
export type ApiKeyOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"objectId" | "apiKeyId" | "userId" | "ethAddress" | "name" | "ciphertext" | "kmsKeyId" | "
|
|
14622
|
+
export type ApiKeyOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"objectId" | "apiKeyId" | "userId" | "ethAddress" | "name" | "ciphertext" | "kmsKeyId" | "service" | "scopes" | "isActive" | "expiresAt" | "lastUsedAt" | "usageCount" | "createdAt" | "updatedAt", ExtArgs["result"]["apiKey"]>
|
|
14632
14623
|
|
|
14633
14624
|
export type $ApiKeyPayload<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
14634
14625
|
name: "ApiKey"
|
|
@@ -14641,7 +14632,6 @@ export namespace Prisma {
|
|
|
14641
14632
|
name: string
|
|
14642
14633
|
ciphertext: string
|
|
14643
14634
|
kmsKeyId: string
|
|
14644
|
-
isService: boolean
|
|
14645
14635
|
service: $Enums.LevrService | null
|
|
14646
14636
|
scopes: $Enums.ApiKeyScope[]
|
|
14647
14637
|
isActive: boolean
|
|
@@ -15049,7 +15039,6 @@ export namespace Prisma {
|
|
|
15049
15039
|
readonly name: FieldRef<"ApiKey", 'String'>
|
|
15050
15040
|
readonly ciphertext: FieldRef<"ApiKey", 'String'>
|
|
15051
15041
|
readonly kmsKeyId: FieldRef<"ApiKey", 'String'>
|
|
15052
|
-
readonly isService: FieldRef<"ApiKey", 'Boolean'>
|
|
15053
15042
|
readonly service: FieldRef<"ApiKey", 'LevrService'>
|
|
15054
15043
|
readonly scopes: FieldRef<"ApiKey", 'ApiKeyScope[]'>
|
|
15055
15044
|
readonly isActive: FieldRef<"ApiKey", 'Boolean'>
|
|
@@ -16596,7 +16585,6 @@ export namespace Prisma {
|
|
|
16596
16585
|
name: 'name',
|
|
16597
16586
|
ciphertext: 'ciphertext',
|
|
16598
16587
|
kmsKeyId: 'kmsKeyId',
|
|
16599
|
-
isService: 'isService',
|
|
16600
16588
|
service: 'service',
|
|
16601
16589
|
scopes: 'scopes',
|
|
16602
16590
|
isActive: 'isActive',
|
|
@@ -17971,7 +17959,6 @@ export namespace Prisma {
|
|
|
17971
17959
|
name?: StringFilter<"ApiKey"> | string
|
|
17972
17960
|
ciphertext?: StringFilter<"ApiKey"> | string
|
|
17973
17961
|
kmsKeyId?: StringFilter<"ApiKey"> | string
|
|
17974
|
-
isService?: BoolFilter<"ApiKey"> | boolean
|
|
17975
17962
|
service?: EnumLevrServiceNullableFilter<"ApiKey"> | $Enums.LevrService | null
|
|
17976
17963
|
scopes?: EnumApiKeyScopeNullableListFilter<"ApiKey">
|
|
17977
17964
|
isActive?: BoolFilter<"ApiKey"> | boolean
|
|
@@ -17990,7 +17977,6 @@ export namespace Prisma {
|
|
|
17990
17977
|
name?: SortOrder
|
|
17991
17978
|
ciphertext?: SortOrder
|
|
17992
17979
|
kmsKeyId?: SortOrder
|
|
17993
|
-
isService?: SortOrder
|
|
17994
17980
|
service?: SortOrder
|
|
17995
17981
|
scopes?: SortOrder
|
|
17996
17982
|
isActive?: SortOrder
|
|
@@ -18013,7 +17999,6 @@ export namespace Prisma {
|
|
|
18013
17999
|
name?: StringFilter<"ApiKey"> | string
|
|
18014
18000
|
ciphertext?: StringFilter<"ApiKey"> | string
|
|
18015
18001
|
kmsKeyId?: StringFilter<"ApiKey"> | string
|
|
18016
|
-
isService?: BoolFilter<"ApiKey"> | boolean
|
|
18017
18002
|
service?: EnumLevrServiceNullableFilter<"ApiKey"> | $Enums.LevrService | null
|
|
18018
18003
|
scopes?: EnumApiKeyScopeNullableListFilter<"ApiKey">
|
|
18019
18004
|
isActive?: BoolFilter<"ApiKey"> | boolean
|
|
@@ -18032,7 +18017,6 @@ export namespace Prisma {
|
|
|
18032
18017
|
name?: SortOrder
|
|
18033
18018
|
ciphertext?: SortOrder
|
|
18034
18019
|
kmsKeyId?: SortOrder
|
|
18035
|
-
isService?: SortOrder
|
|
18036
18020
|
service?: SortOrder
|
|
18037
18021
|
scopes?: SortOrder
|
|
18038
18022
|
isActive?: SortOrder
|
|
@@ -18059,7 +18043,6 @@ export namespace Prisma {
|
|
|
18059
18043
|
name?: StringWithAggregatesFilter<"ApiKey"> | string
|
|
18060
18044
|
ciphertext?: StringWithAggregatesFilter<"ApiKey"> | string
|
|
18061
18045
|
kmsKeyId?: StringWithAggregatesFilter<"ApiKey"> | string
|
|
18062
|
-
isService?: BoolWithAggregatesFilter<"ApiKey"> | boolean
|
|
18063
18046
|
service?: EnumLevrServiceNullableWithAggregatesFilter<"ApiKey"> | $Enums.LevrService | null
|
|
18064
18047
|
scopes?: EnumApiKeyScopeNullableListFilter<"ApiKey">
|
|
18065
18048
|
isActive?: BoolWithAggregatesFilter<"ApiKey"> | boolean
|
|
@@ -19413,7 +19396,6 @@ export namespace Prisma {
|
|
|
19413
19396
|
name: string
|
|
19414
19397
|
ciphertext: string
|
|
19415
19398
|
kmsKeyId: string
|
|
19416
|
-
isService?: boolean
|
|
19417
19399
|
service?: $Enums.LevrService | null
|
|
19418
19400
|
scopes?: ApiKeyCreatescopesInput | $Enums.ApiKeyScope[]
|
|
19419
19401
|
isActive?: boolean
|
|
@@ -19432,7 +19414,6 @@ export namespace Prisma {
|
|
|
19432
19414
|
name: string
|
|
19433
19415
|
ciphertext: string
|
|
19434
19416
|
kmsKeyId: string
|
|
19435
|
-
isService?: boolean
|
|
19436
19417
|
service?: $Enums.LevrService | null
|
|
19437
19418
|
scopes?: ApiKeyCreatescopesInput | $Enums.ApiKeyScope[]
|
|
19438
19419
|
isActive?: boolean
|
|
@@ -19450,7 +19431,6 @@ export namespace Prisma {
|
|
|
19450
19431
|
name?: StringFieldUpdateOperationsInput | string
|
|
19451
19432
|
ciphertext?: StringFieldUpdateOperationsInput | string
|
|
19452
19433
|
kmsKeyId?: StringFieldUpdateOperationsInput | string
|
|
19453
|
-
isService?: BoolFieldUpdateOperationsInput | boolean
|
|
19454
19434
|
service?: NullableEnumLevrServiceFieldUpdateOperationsInput | $Enums.LevrService | null
|
|
19455
19435
|
scopes?: ApiKeyUpdatescopesInput | $Enums.ApiKeyScope[]
|
|
19456
19436
|
isActive?: BoolFieldUpdateOperationsInput | boolean
|
|
@@ -19468,7 +19448,6 @@ export namespace Prisma {
|
|
|
19468
19448
|
name?: StringFieldUpdateOperationsInput | string
|
|
19469
19449
|
ciphertext?: StringFieldUpdateOperationsInput | string
|
|
19470
19450
|
kmsKeyId?: StringFieldUpdateOperationsInput | string
|
|
19471
|
-
isService?: BoolFieldUpdateOperationsInput | boolean
|
|
19472
19451
|
service?: NullableEnumLevrServiceFieldUpdateOperationsInput | $Enums.LevrService | null
|
|
19473
19452
|
scopes?: ApiKeyUpdatescopesInput | $Enums.ApiKeyScope[]
|
|
19474
19453
|
isActive?: BoolFieldUpdateOperationsInput | boolean
|
|
@@ -19487,7 +19466,6 @@ export namespace Prisma {
|
|
|
19487
19466
|
name: string
|
|
19488
19467
|
ciphertext: string
|
|
19489
19468
|
kmsKeyId: string
|
|
19490
|
-
isService?: boolean
|
|
19491
19469
|
service?: $Enums.LevrService | null
|
|
19492
19470
|
scopes?: ApiKeyCreatescopesInput | $Enums.ApiKeyScope[]
|
|
19493
19471
|
isActive?: boolean
|
|
@@ -19505,7 +19483,6 @@ export namespace Prisma {
|
|
|
19505
19483
|
name?: StringFieldUpdateOperationsInput | string
|
|
19506
19484
|
ciphertext?: StringFieldUpdateOperationsInput | string
|
|
19507
19485
|
kmsKeyId?: StringFieldUpdateOperationsInput | string
|
|
19508
|
-
isService?: BoolFieldUpdateOperationsInput | boolean
|
|
19509
19486
|
service?: NullableEnumLevrServiceFieldUpdateOperationsInput | $Enums.LevrService | null
|
|
19510
19487
|
scopes?: ApiKeyUpdatescopesInput | $Enums.ApiKeyScope[]
|
|
19511
19488
|
isActive?: BoolFieldUpdateOperationsInput | boolean
|
|
@@ -19523,7 +19500,6 @@ export namespace Prisma {
|
|
|
19523
19500
|
name?: StringFieldUpdateOperationsInput | string
|
|
19524
19501
|
ciphertext?: StringFieldUpdateOperationsInput | string
|
|
19525
19502
|
kmsKeyId?: StringFieldUpdateOperationsInput | string
|
|
19526
|
-
isService?: BoolFieldUpdateOperationsInput | boolean
|
|
19527
19503
|
service?: NullableEnumLevrServiceFieldUpdateOperationsInput | $Enums.LevrService | null
|
|
19528
19504
|
scopes?: ApiKeyUpdatescopesInput | $Enums.ApiKeyScope[]
|
|
19529
19505
|
isActive?: BoolFieldUpdateOperationsInput | boolean
|
|
@@ -20726,7 +20702,6 @@ export namespace Prisma {
|
|
|
20726
20702
|
name?: SortOrder
|
|
20727
20703
|
ciphertext?: SortOrder
|
|
20728
20704
|
kmsKeyId?: SortOrder
|
|
20729
|
-
isService?: SortOrder
|
|
20730
20705
|
service?: SortOrder
|
|
20731
20706
|
scopes?: SortOrder
|
|
20732
20707
|
isActive?: SortOrder
|
|
@@ -20749,7 +20724,6 @@ export namespace Prisma {
|
|
|
20749
20724
|
name?: SortOrder
|
|
20750
20725
|
ciphertext?: SortOrder
|
|
20751
20726
|
kmsKeyId?: SortOrder
|
|
20752
|
-
isService?: SortOrder
|
|
20753
20727
|
service?: SortOrder
|
|
20754
20728
|
isActive?: SortOrder
|
|
20755
20729
|
expiresAt?: SortOrder
|
|
@@ -20767,7 +20741,6 @@ export namespace Prisma {
|
|
|
20767
20741
|
name?: SortOrder
|
|
20768
20742
|
ciphertext?: SortOrder
|
|
20769
20743
|
kmsKeyId?: SortOrder
|
|
20770
|
-
isService?: SortOrder
|
|
20771
20744
|
service?: SortOrder
|
|
20772
20745
|
isActive?: SortOrder
|
|
20773
20746
|
expiresAt?: SortOrder
|