@friggframework/core 2.0.0--canary.461.ec1ad4e.0 → 2.0.0--canary.461.6b7bf79.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (29) hide show
  1. package/credential/repositories/credential-repository-mongo.js +3 -8
  2. package/credential/repositories/credential-repository-postgres.js +3 -8
  3. package/credential/repositories/credential-repository.js +3 -8
  4. package/generated/prisma-mongodb/edge.js +3 -5
  5. package/generated/prisma-mongodb/index-browser.js +0 -2
  6. package/generated/prisma-mongodb/index.d.ts +2 -98
  7. package/generated/prisma-mongodb/index.js +3 -5
  8. package/generated/prisma-mongodb/package.json +1 -1
  9. package/generated/prisma-mongodb/schema.prisma +0 -2
  10. package/generated/prisma-mongodb/wasm.js +3 -5
  11. package/generated/prisma-postgresql/edge.js +3 -5
  12. package/generated/prisma-postgresql/index-browser.js +0 -2
  13. package/generated/prisma-postgresql/index.d.ts +2 -102
  14. package/generated/prisma-postgresql/index.js +3 -5
  15. package/generated/prisma-postgresql/package.json +1 -1
  16. package/generated/prisma-postgresql/schema.prisma +0 -2
  17. package/generated/prisma-postgresql/wasm.js +3 -5
  18. package/modules/entity.js +0 -1
  19. package/modules/repositories/module-repository-mongo.js +3 -12
  20. package/modules/repositories/module-repository-postgres.js +0 -11
  21. package/modules/repositories/module-repository.js +1 -12
  22. package/modules/use-cases/get-entity-options-by-id.js +1 -1
  23. package/modules/use-cases/get-module.js +1 -2
  24. package/modules/use-cases/refresh-entity-options.js +1 -1
  25. package/modules/use-cases/test-module-auth.js +1 -1
  26. package/package.json +5 -5
  27. package/prisma-mongodb/schema.prisma +0 -2
  28. package/prisma-postgresql/schema.prisma +0 -2
  29. package/types/module-plugin/index.d.ts +0 -2
@@ -4482,7 +4482,6 @@ export namespace Prisma {
4482
4482
  export type CredentialMinAggregateOutputType = {
4483
4483
  id: string | null
4484
4484
  userId: string | null
4485
- subType: string | null
4486
4485
  authIsValid: boolean | null
4487
4486
  externalId: string | null
4488
4487
  createdAt: Date | null
@@ -4492,7 +4491,6 @@ export namespace Prisma {
4492
4491
  export type CredentialMaxAggregateOutputType = {
4493
4492
  id: string | null
4494
4493
  userId: string | null
4495
- subType: string | null
4496
4494
  authIsValid: boolean | null
4497
4495
  externalId: string | null
4498
4496
  createdAt: Date | null
@@ -4502,7 +4500,6 @@ export namespace Prisma {
4502
4500
  export type CredentialCountAggregateOutputType = {
4503
4501
  id: number
4504
4502
  userId: number
4505
- subType: number
4506
4503
  authIsValid: number
4507
4504
  externalId: number
4508
4505
  data: number
@@ -4515,7 +4512,6 @@ export namespace Prisma {
4515
4512
  export type CredentialMinAggregateInputType = {
4516
4513
  id?: true
4517
4514
  userId?: true
4518
- subType?: true
4519
4515
  authIsValid?: true
4520
4516
  externalId?: true
4521
4517
  createdAt?: true
@@ -4525,7 +4521,6 @@ export namespace Prisma {
4525
4521
  export type CredentialMaxAggregateInputType = {
4526
4522
  id?: true
4527
4523
  userId?: true
4528
- subType?: true
4529
4524
  authIsValid?: true
4530
4525
  externalId?: true
4531
4526
  createdAt?: true
@@ -4535,7 +4530,6 @@ export namespace Prisma {
4535
4530
  export type CredentialCountAggregateInputType = {
4536
4531
  id?: true
4537
4532
  userId?: true
4538
- subType?: true
4539
4533
  authIsValid?: true
4540
4534
  externalId?: true
4541
4535
  data?: true
@@ -4619,7 +4613,6 @@ export namespace Prisma {
4619
4613
  export type CredentialGroupByOutputType = {
4620
4614
  id: string
4621
4615
  userId: string | null
4622
- subType: string | null
4623
4616
  authIsValid: boolean | null
4624
4617
  externalId: string | null
4625
4618
  data: JsonValue
@@ -4647,7 +4640,6 @@ export namespace Prisma {
4647
4640
  export type CredentialSelect<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
4648
4641
  id?: boolean
4649
4642
  userId?: boolean
4650
- subType?: boolean
4651
4643
  authIsValid?: boolean
4652
4644
  externalId?: boolean
4653
4645
  data?: boolean
@@ -4663,7 +4655,6 @@ export namespace Prisma {
4663
4655
  export type CredentialSelectScalar = {
4664
4656
  id?: boolean
4665
4657
  userId?: boolean
4666
- subType?: boolean
4667
4658
  authIsValid?: boolean
4668
4659
  externalId?: boolean
4669
4660
  data?: boolean
@@ -4671,7 +4662,7 @@ export namespace Prisma {
4671
4662
  updatedAt?: boolean
4672
4663
  }
4673
4664
 
4674
- export type CredentialOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "userId" | "subType" | "authIsValid" | "externalId" | "data" | "createdAt" | "updatedAt", ExtArgs["result"]["credential"]>
4665
+ export type CredentialOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "userId" | "authIsValid" | "externalId" | "data" | "createdAt" | "updatedAt", ExtArgs["result"]["credential"]>
4675
4666
  export type CredentialInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
4676
4667
  user?: boolean | Credential$userArgs<ExtArgs>
4677
4668
  entities?: boolean | Credential$entitiesArgs<ExtArgs>
@@ -4687,7 +4678,6 @@ export namespace Prisma {
4687
4678
  scalars: $Extensions.GetPayloadResult<{
4688
4679
  id: string
4689
4680
  userId: string | null
4690
- subType: string | null
4691
4681
  authIsValid: boolean | null
4692
4682
  externalId: string | null
4693
4683
  data: Prisma.JsonValue
@@ -5089,7 +5079,6 @@ export namespace Prisma {
5089
5079
  interface CredentialFieldRefs {
5090
5080
  readonly id: FieldRef<"Credential", 'String'>
5091
5081
  readonly userId: FieldRef<"Credential", 'String'>
5092
- readonly subType: FieldRef<"Credential", 'String'>
5093
5082
  readonly authIsValid: FieldRef<"Credential", 'Boolean'>
5094
5083
  readonly externalId: FieldRef<"Credential", 'String'>
5095
5084
  readonly data: FieldRef<"Credential", 'Json'>
@@ -5539,7 +5528,6 @@ export namespace Prisma {
5539
5528
  export type EntityMinAggregateOutputType = {
5540
5529
  id: string | null
5541
5530
  credentialId: string | null
5542
- subType: string | null
5543
5531
  userId: string | null
5544
5532
  name: string | null
5545
5533
  moduleName: string | null
@@ -5551,7 +5539,6 @@ export namespace Prisma {
5551
5539
  export type EntityMaxAggregateOutputType = {
5552
5540
  id: string | null
5553
5541
  credentialId: string | null
5554
- subType: string | null
5555
5542
  userId: string | null
5556
5543
  name: string | null
5557
5544
  moduleName: string | null
@@ -5563,7 +5550,6 @@ export namespace Prisma {
5563
5550
  export type EntityCountAggregateOutputType = {
5564
5551
  id: number
5565
5552
  credentialId: number
5566
- subType: number
5567
5553
  userId: number
5568
5554
  name: number
5569
5555
  moduleName: number
@@ -5579,7 +5565,6 @@ export namespace Prisma {
5579
5565
  export type EntityMinAggregateInputType = {
5580
5566
  id?: true
5581
5567
  credentialId?: true
5582
- subType?: true
5583
5568
  userId?: true
5584
5569
  name?: true
5585
5570
  moduleName?: true
@@ -5591,7 +5576,6 @@ export namespace Prisma {
5591
5576
  export type EntityMaxAggregateInputType = {
5592
5577
  id?: true
5593
5578
  credentialId?: true
5594
- subType?: true
5595
5579
  userId?: true
5596
5580
  name?: true
5597
5581
  moduleName?: true
@@ -5603,7 +5587,6 @@ export namespace Prisma {
5603
5587
  export type EntityCountAggregateInputType = {
5604
5588
  id?: true
5605
5589
  credentialId?: true
5606
- subType?: true
5607
5590
  userId?: true
5608
5591
  name?: true
5609
5592
  moduleName?: true
@@ -5690,7 +5673,6 @@ export namespace Prisma {
5690
5673
  export type EntityGroupByOutputType = {
5691
5674
  id: string
5692
5675
  credentialId: string | null
5693
- subType: string | null
5694
5676
  userId: string | null
5695
5677
  name: string | null
5696
5678
  moduleName: string | null
@@ -5721,7 +5703,6 @@ export namespace Prisma {
5721
5703
  export type EntitySelect<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
5722
5704
  id?: boolean
5723
5705
  credentialId?: boolean
5724
- subType?: boolean
5725
5706
  userId?: boolean
5726
5707
  name?: boolean
5727
5708
  moduleName?: boolean
@@ -5744,7 +5725,6 @@ export namespace Prisma {
5744
5725
  export type EntitySelectScalar = {
5745
5726
  id?: boolean
5746
5727
  credentialId?: boolean
5747
- subType?: boolean
5748
5728
  userId?: boolean
5749
5729
  name?: boolean
5750
5730
  moduleName?: boolean
@@ -5755,7 +5735,7 @@ export namespace Prisma {
5755
5735
  syncIds?: boolean
5756
5736
  }
5757
5737
 
5758
- export type EntityOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "credentialId" | "subType" | "userId" | "name" | "moduleName" | "externalId" | "createdAt" | "updatedAt" | "integrationIds" | "syncIds", ExtArgs["result"]["entity"]>
5738
+ export type EntityOmit<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetOmit<"id" | "credentialId" | "userId" | "name" | "moduleName" | "externalId" | "createdAt" | "updatedAt" | "integrationIds" | "syncIds", ExtArgs["result"]["entity"]>
5759
5739
  export type EntityInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
5760
5740
  credential?: boolean | Entity$credentialArgs<ExtArgs>
5761
5741
  user?: boolean | Entity$userArgs<ExtArgs>
@@ -5779,7 +5759,6 @@ export namespace Prisma {
5779
5759
  scalars: $Extensions.GetPayloadResult<{
5780
5760
  id: string
5781
5761
  credentialId: string | null
5782
- subType: string | null
5783
5762
  userId: string | null
5784
5763
  name: string | null
5785
5764
  moduleName: string | null
@@ -6188,7 +6167,6 @@ export namespace Prisma {
6188
6167
  interface EntityFieldRefs {
6189
6168
  readonly id: FieldRef<"Entity", 'String'>
6190
6169
  readonly credentialId: FieldRef<"Entity", 'String'>
6191
- readonly subType: FieldRef<"Entity", 'String'>
6192
6170
  readonly userId: FieldRef<"Entity", 'String'>
6193
6171
  readonly name: FieldRef<"Entity", 'String'>
6194
6172
  readonly moduleName: FieldRef<"Entity", 'String'>
@@ -15824,7 +15802,6 @@ export namespace Prisma {
15824
15802
  export const CredentialScalarFieldEnum: {
15825
15803
  id: 'id',
15826
15804
  userId: 'userId',
15827
- subType: 'subType',
15828
15805
  authIsValid: 'authIsValid',
15829
15806
  externalId: 'externalId',
15830
15807
  data: 'data',
@@ -15838,7 +15815,6 @@ export namespace Prisma {
15838
15815
  export const EntityScalarFieldEnum: {
15839
15816
  id: 'id',
15840
15817
  credentialId: 'credentialId',
15841
- subType: 'subType',
15842
15818
  userId: 'userId',
15843
15819
  name: 'name',
15844
15820
  moduleName: 'moduleName',
@@ -16247,7 +16223,6 @@ export namespace Prisma {
16247
16223
  NOT?: CredentialWhereInput | CredentialWhereInput[]
16248
16224
  id?: StringFilter<"Credential"> | string
16249
16225
  userId?: StringNullableFilter<"Credential"> | string | null
16250
- subType?: StringNullableFilter<"Credential"> | string | null
16251
16226
  authIsValid?: BoolNullableFilter<"Credential"> | boolean | null
16252
16227
  externalId?: StringNullableFilter<"Credential"> | string | null
16253
16228
  data?: JsonFilter<"Credential">
@@ -16260,7 +16235,6 @@ export namespace Prisma {
16260
16235
  export type CredentialOrderByWithRelationInput = {
16261
16236
  id?: SortOrder
16262
16237
  userId?: SortOrder
16263
- subType?: SortOrder
16264
16238
  authIsValid?: SortOrder
16265
16239
  externalId?: SortOrder
16266
16240
  data?: SortOrder
@@ -16276,7 +16250,6 @@ export namespace Prisma {
16276
16250
  OR?: CredentialWhereInput[]
16277
16251
  NOT?: CredentialWhereInput | CredentialWhereInput[]
16278
16252
  userId?: StringNullableFilter<"Credential"> | string | null
16279
- subType?: StringNullableFilter<"Credential"> | string | null
16280
16253
  authIsValid?: BoolNullableFilter<"Credential"> | boolean | null
16281
16254
  externalId?: StringNullableFilter<"Credential"> | string | null
16282
16255
  data?: JsonFilter<"Credential">
@@ -16289,7 +16262,6 @@ export namespace Prisma {
16289
16262
  export type CredentialOrderByWithAggregationInput = {
16290
16263
  id?: SortOrder
16291
16264
  userId?: SortOrder
16292
- subType?: SortOrder
16293
16265
  authIsValid?: SortOrder
16294
16266
  externalId?: SortOrder
16295
16267
  data?: SortOrder
@@ -16306,7 +16278,6 @@ export namespace Prisma {
16306
16278
  NOT?: CredentialScalarWhereWithAggregatesInput | CredentialScalarWhereWithAggregatesInput[]
16307
16279
  id?: StringWithAggregatesFilter<"Credential"> | string
16308
16280
  userId?: StringNullableWithAggregatesFilter<"Credential"> | string | null
16309
- subType?: StringNullableWithAggregatesFilter<"Credential"> | string | null
16310
16281
  authIsValid?: BoolNullableWithAggregatesFilter<"Credential"> | boolean | null
16311
16282
  externalId?: StringNullableWithAggregatesFilter<"Credential"> | string | null
16312
16283
  data?: JsonWithAggregatesFilter<"Credential">
@@ -16320,7 +16291,6 @@ export namespace Prisma {
16320
16291
  NOT?: EntityWhereInput | EntityWhereInput[]
16321
16292
  id?: StringFilter<"Entity"> | string
16322
16293
  credentialId?: StringNullableFilter<"Entity"> | string | null
16323
- subType?: StringNullableFilter<"Entity"> | string | null
16324
16294
  userId?: StringNullableFilter<"Entity"> | string | null
16325
16295
  name?: StringNullableFilter<"Entity"> | string | null
16326
16296
  moduleName?: StringNullableFilter<"Entity"> | string | null
@@ -16340,7 +16310,6 @@ export namespace Prisma {
16340
16310
  export type EntityOrderByWithRelationInput = {
16341
16311
  id?: SortOrder
16342
16312
  credentialId?: SortOrder
16343
- subType?: SortOrder
16344
16313
  userId?: SortOrder
16345
16314
  name?: SortOrder
16346
16315
  moduleName?: SortOrder
@@ -16363,7 +16332,6 @@ export namespace Prisma {
16363
16332
  OR?: EntityWhereInput[]
16364
16333
  NOT?: EntityWhereInput | EntityWhereInput[]
16365
16334
  credentialId?: StringNullableFilter<"Entity"> | string | null
16366
- subType?: StringNullableFilter<"Entity"> | string | null
16367
16335
  userId?: StringNullableFilter<"Entity"> | string | null
16368
16336
  name?: StringNullableFilter<"Entity"> | string | null
16369
16337
  moduleName?: StringNullableFilter<"Entity"> | string | null
@@ -16383,7 +16351,6 @@ export namespace Prisma {
16383
16351
  export type EntityOrderByWithAggregationInput = {
16384
16352
  id?: SortOrder
16385
16353
  credentialId?: SortOrder
16386
- subType?: SortOrder
16387
16354
  userId?: SortOrder
16388
16355
  name?: SortOrder
16389
16356
  moduleName?: SortOrder
@@ -16403,7 +16370,6 @@ export namespace Prisma {
16403
16370
  NOT?: EntityScalarWhereWithAggregatesInput | EntityScalarWhereWithAggregatesInput[]
16404
16371
  id?: StringWithAggregatesFilter<"Entity"> | string
16405
16372
  credentialId?: StringNullableWithAggregatesFilter<"Entity"> | string | null
16406
- subType?: StringNullableWithAggregatesFilter<"Entity"> | string | null
16407
16373
  userId?: StringNullableWithAggregatesFilter<"Entity"> | string | null
16408
16374
  name?: StringNullableWithAggregatesFilter<"Entity"> | string | null
16409
16375
  moduleName?: StringNullableWithAggregatesFilter<"Entity"> | string | null
@@ -17157,7 +17123,6 @@ export namespace Prisma {
17157
17123
 
17158
17124
  export type CredentialCreateInput = {
17159
17125
  id?: string
17160
- subType?: string | null
17161
17126
  authIsValid?: boolean | null
17162
17127
  externalId?: string | null
17163
17128
  data?: InputJsonValue
@@ -17170,7 +17135,6 @@ export namespace Prisma {
17170
17135
  export type CredentialUncheckedCreateInput = {
17171
17136
  id?: string
17172
17137
  userId?: string | null
17173
- subType?: string | null
17174
17138
  authIsValid?: boolean | null
17175
17139
  externalId?: string | null
17176
17140
  data?: InputJsonValue
@@ -17180,7 +17144,6 @@ export namespace Prisma {
17180
17144
  }
17181
17145
 
17182
17146
  export type CredentialUpdateInput = {
17183
- subType?: NullableStringFieldUpdateOperationsInput | string | null
17184
17147
  authIsValid?: NullableBoolFieldUpdateOperationsInput | boolean | null
17185
17148
  externalId?: NullableStringFieldUpdateOperationsInput | string | null
17186
17149
  data?: InputJsonValue | InputJsonValue
@@ -17192,7 +17155,6 @@ export namespace Prisma {
17192
17155
 
17193
17156
  export type CredentialUncheckedUpdateInput = {
17194
17157
  userId?: NullableStringFieldUpdateOperationsInput | string | null
17195
- subType?: NullableStringFieldUpdateOperationsInput | string | null
17196
17158
  authIsValid?: NullableBoolFieldUpdateOperationsInput | boolean | null
17197
17159
  externalId?: NullableStringFieldUpdateOperationsInput | string | null
17198
17160
  data?: InputJsonValue | InputJsonValue
@@ -17204,7 +17166,6 @@ export namespace Prisma {
17204
17166
  export type CredentialCreateManyInput = {
17205
17167
  id?: string
17206
17168
  userId?: string | null
17207
- subType?: string | null
17208
17169
  authIsValid?: boolean | null
17209
17170
  externalId?: string | null
17210
17171
  data?: InputJsonValue
@@ -17213,7 +17174,6 @@ export namespace Prisma {
17213
17174
  }
17214
17175
 
17215
17176
  export type CredentialUpdateManyMutationInput = {
17216
- subType?: NullableStringFieldUpdateOperationsInput | string | null
17217
17177
  authIsValid?: NullableBoolFieldUpdateOperationsInput | boolean | null
17218
17178
  externalId?: NullableStringFieldUpdateOperationsInput | string | null
17219
17179
  data?: InputJsonValue | InputJsonValue
@@ -17223,7 +17183,6 @@ export namespace Prisma {
17223
17183
 
17224
17184
  export type CredentialUncheckedUpdateManyInput = {
17225
17185
  userId?: NullableStringFieldUpdateOperationsInput | string | null
17226
- subType?: NullableStringFieldUpdateOperationsInput | string | null
17227
17186
  authIsValid?: NullableBoolFieldUpdateOperationsInput | boolean | null
17228
17187
  externalId?: NullableStringFieldUpdateOperationsInput | string | null
17229
17188
  data?: InputJsonValue | InputJsonValue
@@ -17233,7 +17192,6 @@ export namespace Prisma {
17233
17192
 
17234
17193
  export type EntityCreateInput = {
17235
17194
  id?: string
17236
- subType?: string | null
17237
17195
  name?: string | null
17238
17196
  moduleName?: string | null
17239
17197
  externalId?: string | null
@@ -17250,7 +17208,6 @@ export namespace Prisma {
17250
17208
  export type EntityUncheckedCreateInput = {
17251
17209
  id?: string
17252
17210
  credentialId?: string | null
17253
- subType?: string | null
17254
17211
  userId?: string | null
17255
17212
  name?: string | null
17256
17213
  moduleName?: string | null
@@ -17266,7 +17223,6 @@ export namespace Prisma {
17266
17223
  }
17267
17224
 
17268
17225
  export type EntityUpdateInput = {
17269
- subType?: NullableStringFieldUpdateOperationsInput | string | null
17270
17226
  name?: NullableStringFieldUpdateOperationsInput | string | null
17271
17227
  moduleName?: NullableStringFieldUpdateOperationsInput | string | null
17272
17228
  externalId?: NullableStringFieldUpdateOperationsInput | string | null
@@ -17282,7 +17238,6 @@ export namespace Prisma {
17282
17238
 
17283
17239
  export type EntityUncheckedUpdateInput = {
17284
17240
  credentialId?: NullableStringFieldUpdateOperationsInput | string | null
17285
- subType?: NullableStringFieldUpdateOperationsInput | string | null
17286
17241
  userId?: NullableStringFieldUpdateOperationsInput | string | null
17287
17242
  name?: NullableStringFieldUpdateOperationsInput | string | null
17288
17243
  moduleName?: NullableStringFieldUpdateOperationsInput | string | null
@@ -17300,7 +17255,6 @@ export namespace Prisma {
17300
17255
  export type EntityCreateManyInput = {
17301
17256
  id?: string
17302
17257
  credentialId?: string | null
17303
- subType?: string | null
17304
17258
  userId?: string | null
17305
17259
  name?: string | null
17306
17260
  moduleName?: string | null
@@ -17312,7 +17266,6 @@ export namespace Prisma {
17312
17266
  }
17313
17267
 
17314
17268
  export type EntityUpdateManyMutationInput = {
17315
- subType?: NullableStringFieldUpdateOperationsInput | string | null
17316
17269
  name?: NullableStringFieldUpdateOperationsInput | string | null
17317
17270
  moduleName?: NullableStringFieldUpdateOperationsInput | string | null
17318
17271
  externalId?: NullableStringFieldUpdateOperationsInput | string | null
@@ -17322,7 +17275,6 @@ export namespace Prisma {
17322
17275
 
17323
17276
  export type EntityUncheckedUpdateManyInput = {
17324
17277
  credentialId?: NullableStringFieldUpdateOperationsInput | string | null
17325
- subType?: NullableStringFieldUpdateOperationsInput | string | null
17326
17278
  userId?: NullableStringFieldUpdateOperationsInput | string | null
17327
17279
  name?: NullableStringFieldUpdateOperationsInput | string | null
17328
17280
  moduleName?: NullableStringFieldUpdateOperationsInput | string | null
@@ -18180,7 +18132,6 @@ export namespace Prisma {
18180
18132
  export type CredentialCountOrderByAggregateInput = {
18181
18133
  id?: SortOrder
18182
18134
  userId?: SortOrder
18183
- subType?: SortOrder
18184
18135
  authIsValid?: SortOrder
18185
18136
  externalId?: SortOrder
18186
18137
  data?: SortOrder
@@ -18191,7 +18142,6 @@ export namespace Prisma {
18191
18142
  export type CredentialMaxOrderByAggregateInput = {
18192
18143
  id?: SortOrder
18193
18144
  userId?: SortOrder
18194
- subType?: SortOrder
18195
18145
  authIsValid?: SortOrder
18196
18146
  externalId?: SortOrder
18197
18147
  createdAt?: SortOrder
@@ -18201,7 +18151,6 @@ export namespace Prisma {
18201
18151
  export type CredentialMinOrderByAggregateInput = {
18202
18152
  id?: SortOrder
18203
18153
  userId?: SortOrder
18204
- subType?: SortOrder
18205
18154
  authIsValid?: SortOrder
18206
18155
  externalId?: SortOrder
18207
18156
  createdAt?: SortOrder
@@ -18277,7 +18226,6 @@ export namespace Prisma {
18277
18226
  export type EntityCountOrderByAggregateInput = {
18278
18227
  id?: SortOrder
18279
18228
  credentialId?: SortOrder
18280
- subType?: SortOrder
18281
18229
  userId?: SortOrder
18282
18230
  name?: SortOrder
18283
18231
  moduleName?: SortOrder
@@ -18291,7 +18239,6 @@ export namespace Prisma {
18291
18239
  export type EntityMaxOrderByAggregateInput = {
18292
18240
  id?: SortOrder
18293
18241
  credentialId?: SortOrder
18294
- subType?: SortOrder
18295
18242
  userId?: SortOrder
18296
18243
  name?: SortOrder
18297
18244
  moduleName?: SortOrder
@@ -18303,7 +18250,6 @@ export namespace Prisma {
18303
18250
  export type EntityMinOrderByAggregateInput = {
18304
18251
  id?: SortOrder
18305
18252
  credentialId?: SortOrder
18306
- subType?: SortOrder
18307
18253
  userId?: SortOrder
18308
18254
  name?: SortOrder
18309
18255
  moduleName?: SortOrder
@@ -20070,7 +20016,6 @@ export namespace Prisma {
20070
20016
 
20071
20017
  export type CredentialCreateWithoutUserInput = {
20072
20018
  id?: string
20073
- subType?: string | null
20074
20019
  authIsValid?: boolean | null
20075
20020
  externalId?: string | null
20076
20021
  data?: InputJsonValue
@@ -20081,7 +20026,6 @@ export namespace Prisma {
20081
20026
 
20082
20027
  export type CredentialUncheckedCreateWithoutUserInput = {
20083
20028
  id?: string
20084
- subType?: string | null
20085
20029
  authIsValid?: boolean | null
20086
20030
  externalId?: string | null
20087
20031
  data?: InputJsonValue
@@ -20101,7 +20045,6 @@ export namespace Prisma {
20101
20045
 
20102
20046
  export type EntityCreateWithoutUserInput = {
20103
20047
  id?: string
20104
- subType?: string | null
20105
20048
  name?: string | null
20106
20049
  moduleName?: string | null
20107
20050
  externalId?: string | null
@@ -20117,7 +20060,6 @@ export namespace Prisma {
20117
20060
  export type EntityUncheckedCreateWithoutUserInput = {
20118
20061
  id?: string
20119
20062
  credentialId?: string | null
20120
- subType?: string | null
20121
20063
  name?: string | null
20122
20064
  moduleName?: string | null
20123
20065
  externalId?: string | null
@@ -20352,7 +20294,6 @@ export namespace Prisma {
20352
20294
  NOT?: CredentialScalarWhereInput | CredentialScalarWhereInput[]
20353
20295
  id?: StringFilter<"Credential"> | string
20354
20296
  userId?: StringNullableFilter<"Credential"> | string | null
20355
- subType?: StringNullableFilter<"Credential"> | string | null
20356
20297
  authIsValid?: BoolNullableFilter<"Credential"> | boolean | null
20357
20298
  externalId?: StringNullableFilter<"Credential"> | string | null
20358
20299
  data?: JsonFilter<"Credential">
@@ -20382,7 +20323,6 @@ export namespace Prisma {
20382
20323
  NOT?: EntityScalarWhereInput | EntityScalarWhereInput[]
20383
20324
  id?: StringFilter<"Entity"> | string
20384
20325
  credentialId?: StringNullableFilter<"Entity"> | string | null
20385
- subType?: StringNullableFilter<"Entity"> | string | null
20386
20326
  userId?: StringNullableFilter<"Entity"> | string | null
20387
20327
  name?: StringNullableFilter<"Entity"> | string | null
20388
20328
  moduleName?: StringNullableFilter<"Entity"> | string | null
@@ -20596,7 +20536,6 @@ export namespace Prisma {
20596
20536
 
20597
20537
  export type EntityCreateWithoutCredentialInput = {
20598
20538
  id?: string
20599
- subType?: string | null
20600
20539
  name?: string | null
20601
20540
  moduleName?: string | null
20602
20541
  externalId?: string | null
@@ -20611,7 +20550,6 @@ export namespace Prisma {
20611
20550
 
20612
20551
  export type EntityUncheckedCreateWithoutCredentialInput = {
20613
20552
  id?: string
20614
- subType?: string | null
20615
20553
  userId?: string | null
20616
20554
  name?: string | null
20617
20555
  moduleName?: string | null
@@ -20700,7 +20638,6 @@ export namespace Prisma {
20700
20638
 
20701
20639
  export type CredentialCreateWithoutEntitiesInput = {
20702
20640
  id?: string
20703
- subType?: string | null
20704
20641
  authIsValid?: boolean | null
20705
20642
  externalId?: string | null
20706
20643
  data?: InputJsonValue
@@ -20712,7 +20649,6 @@ export namespace Prisma {
20712
20649
  export type CredentialUncheckedCreateWithoutEntitiesInput = {
20713
20650
  id?: string
20714
20651
  userId?: string | null
20715
- subType?: string | null
20716
20652
  authIsValid?: boolean | null
20717
20653
  externalId?: string | null
20718
20654
  data?: InputJsonValue
@@ -20892,7 +20828,6 @@ export namespace Prisma {
20892
20828
  }
20893
20829
 
20894
20830
  export type CredentialUpdateWithoutEntitiesInput = {
20895
- subType?: NullableStringFieldUpdateOperationsInput | string | null
20896
20831
  authIsValid?: NullableBoolFieldUpdateOperationsInput | boolean | null
20897
20832
  externalId?: NullableStringFieldUpdateOperationsInput | string | null
20898
20833
  data?: InputJsonValue | InputJsonValue
@@ -20903,7 +20838,6 @@ export namespace Prisma {
20903
20838
 
20904
20839
  export type CredentialUncheckedUpdateWithoutEntitiesInput = {
20905
20840
  userId?: NullableStringFieldUpdateOperationsInput | string | null
20906
- subType?: NullableStringFieldUpdateOperationsInput | string | null
20907
20841
  authIsValid?: NullableBoolFieldUpdateOperationsInput | boolean | null
20908
20842
  externalId?: NullableStringFieldUpdateOperationsInput | string | null
20909
20843
  data?: InputJsonValue | InputJsonValue
@@ -21101,7 +21035,6 @@ export namespace Prisma {
21101
21035
 
21102
21036
  export type EntityCreateWithoutIntegrationsInput = {
21103
21037
  id?: string
21104
- subType?: string | null
21105
21038
  name?: string | null
21106
21039
  moduleName?: string | null
21107
21040
  externalId?: string | null
@@ -21117,7 +21050,6 @@ export namespace Prisma {
21117
21050
  export type EntityUncheckedCreateWithoutIntegrationsInput = {
21118
21051
  id?: string
21119
21052
  credentialId?: string | null
21120
- subType?: string | null
21121
21053
  userId?: string | null
21122
21054
  name?: string | null
21123
21055
  moduleName?: string | null
@@ -21709,7 +21641,6 @@ export namespace Prisma {
21709
21641
 
21710
21642
  export type EntityCreateWithoutSyncsInput = {
21711
21643
  id?: string
21712
- subType?: string | null
21713
21644
  name?: string | null
21714
21645
  moduleName?: string | null
21715
21646
  externalId?: string | null
@@ -21725,7 +21656,6 @@ export namespace Prisma {
21725
21656
  export type EntityUncheckedCreateWithoutSyncsInput = {
21726
21657
  id?: string
21727
21658
  credentialId?: string | null
21728
- subType?: string | null
21729
21659
  userId?: string | null
21730
21660
  name?: string | null
21731
21661
  moduleName?: string | null
@@ -21869,7 +21799,6 @@ export namespace Prisma {
21869
21799
 
21870
21800
  export type EntityCreateWithoutDataIdentifiersInput = {
21871
21801
  id?: string
21872
- subType?: string | null
21873
21802
  name?: string | null
21874
21803
  moduleName?: string | null
21875
21804
  externalId?: string | null
@@ -21885,7 +21814,6 @@ export namespace Prisma {
21885
21814
  export type EntityUncheckedCreateWithoutDataIdentifiersInput = {
21886
21815
  id?: string
21887
21816
  credentialId?: string | null
21888
- subType?: string | null
21889
21817
  userId?: string | null
21890
21818
  name?: string | null
21891
21819
  moduleName?: string | null
@@ -21942,7 +21870,6 @@ export namespace Prisma {
21942
21870
  }
21943
21871
 
21944
21872
  export type EntityUpdateWithoutDataIdentifiersInput = {
21945
- subType?: NullableStringFieldUpdateOperationsInput | string | null
21946
21873
  name?: NullableStringFieldUpdateOperationsInput | string | null
21947
21874
  moduleName?: NullableStringFieldUpdateOperationsInput | string | null
21948
21875
  externalId?: NullableStringFieldUpdateOperationsInput | string | null
@@ -21957,7 +21884,6 @@ export namespace Prisma {
21957
21884
 
21958
21885
  export type EntityUncheckedUpdateWithoutDataIdentifiersInput = {
21959
21886
  credentialId?: NullableStringFieldUpdateOperationsInput | string | null
21960
- subType?: NullableStringFieldUpdateOperationsInput | string | null
21961
21887
  userId?: NullableStringFieldUpdateOperationsInput | string | null
21962
21888
  name?: NullableStringFieldUpdateOperationsInput | string | null
21963
21889
  moduleName?: NullableStringFieldUpdateOperationsInput | string | null
@@ -22123,7 +22049,6 @@ export namespace Prisma {
22123
22049
 
22124
22050
  export type EntityCreateWithoutAssociationObjectsInput = {
22125
22051
  id?: string
22126
- subType?: string | null
22127
22052
  name?: string | null
22128
22053
  moduleName?: string | null
22129
22054
  externalId?: string | null
@@ -22139,7 +22064,6 @@ export namespace Prisma {
22139
22064
  export type EntityUncheckedCreateWithoutAssociationObjectsInput = {
22140
22065
  id?: string
22141
22066
  credentialId?: string | null
22142
- subType?: string | null
22143
22067
  userId?: string | null
22144
22068
  name?: string | null
22145
22069
  moduleName?: string | null
@@ -22195,7 +22119,6 @@ export namespace Prisma {
22195
22119
  }
22196
22120
 
22197
22121
  export type EntityUpdateWithoutAssociationObjectsInput = {
22198
- subType?: NullableStringFieldUpdateOperationsInput | string | null
22199
22122
  name?: NullableStringFieldUpdateOperationsInput | string | null
22200
22123
  moduleName?: NullableStringFieldUpdateOperationsInput | string | null
22201
22124
  externalId?: NullableStringFieldUpdateOperationsInput | string | null
@@ -22210,7 +22133,6 @@ export namespace Prisma {
22210
22133
 
22211
22134
  export type EntityUncheckedUpdateWithoutAssociationObjectsInput = {
22212
22135
  credentialId?: NullableStringFieldUpdateOperationsInput | string | null
22213
- subType?: NullableStringFieldUpdateOperationsInput | string | null
22214
22136
  userId?: NullableStringFieldUpdateOperationsInput | string | null
22215
22137
  name?: NullableStringFieldUpdateOperationsInput | string | null
22216
22138
  moduleName?: NullableStringFieldUpdateOperationsInput | string | null
@@ -22246,7 +22168,6 @@ export namespace Prisma {
22246
22168
 
22247
22169
  export type CredentialCreateManyUserInput = {
22248
22170
  id?: string
22249
- subType?: string | null
22250
22171
  authIsValid?: boolean | null
22251
22172
  externalId?: string | null
22252
22173
  data?: InputJsonValue
@@ -22257,7 +22178,6 @@ export namespace Prisma {
22257
22178
  export type EntityCreateManyUserInput = {
22258
22179
  id?: string
22259
22180
  credentialId?: string | null
22260
- subType?: string | null
22261
22181
  name?: string | null
22262
22182
  moduleName?: string | null
22263
22183
  externalId?: string | null
@@ -22362,7 +22282,6 @@ export namespace Prisma {
22362
22282
  }
22363
22283
 
22364
22284
  export type CredentialUpdateWithoutUserInput = {
22365
- subType?: NullableStringFieldUpdateOperationsInput | string | null
22366
22285
  authIsValid?: NullableBoolFieldUpdateOperationsInput | boolean | null
22367
22286
  externalId?: NullableStringFieldUpdateOperationsInput | string | null
22368
22287
  data?: InputJsonValue | InputJsonValue
@@ -22372,7 +22291,6 @@ export namespace Prisma {
22372
22291
  }
22373
22292
 
22374
22293
  export type CredentialUncheckedUpdateWithoutUserInput = {
22375
- subType?: NullableStringFieldUpdateOperationsInput | string | null
22376
22294
  authIsValid?: NullableBoolFieldUpdateOperationsInput | boolean | null
22377
22295
  externalId?: NullableStringFieldUpdateOperationsInput | string | null
22378
22296
  data?: InputJsonValue | InputJsonValue
@@ -22382,7 +22300,6 @@ export namespace Prisma {
22382
22300
  }
22383
22301
 
22384
22302
  export type CredentialUncheckedUpdateManyWithoutUserInput = {
22385
- subType?: NullableStringFieldUpdateOperationsInput | string | null
22386
22303
  authIsValid?: NullableBoolFieldUpdateOperationsInput | boolean | null
22387
22304
  externalId?: NullableStringFieldUpdateOperationsInput | string | null
22388
22305
  data?: InputJsonValue | InputJsonValue
@@ -22391,7 +22308,6 @@ export namespace Prisma {
22391
22308
  }
22392
22309
 
22393
22310
  export type EntityUpdateWithoutUserInput = {
22394
- subType?: NullableStringFieldUpdateOperationsInput | string | null
22395
22311
  name?: NullableStringFieldUpdateOperationsInput | string | null
22396
22312
  moduleName?: NullableStringFieldUpdateOperationsInput | string | null
22397
22313
  externalId?: NullableStringFieldUpdateOperationsInput | string | null
@@ -22406,7 +22322,6 @@ export namespace Prisma {
22406
22322
 
22407
22323
  export type EntityUncheckedUpdateWithoutUserInput = {
22408
22324
  credentialId?: NullableStringFieldUpdateOperationsInput | string | null
22409
- subType?: NullableStringFieldUpdateOperationsInput | string | null
22410
22325
  name?: NullableStringFieldUpdateOperationsInput | string | null
22411
22326
  moduleName?: NullableStringFieldUpdateOperationsInput | string | null
22412
22327
  externalId?: NullableStringFieldUpdateOperationsInput | string | null
@@ -22422,7 +22337,6 @@ export namespace Prisma {
22422
22337
 
22423
22338
  export type EntityUncheckedUpdateManyWithoutUserInput = {
22424
22339
  credentialId?: NullableStringFieldUpdateOperationsInput | string | null
22425
- subType?: NullableStringFieldUpdateOperationsInput | string | null
22426
22340
  name?: NullableStringFieldUpdateOperationsInput | string | null
22427
22341
  moduleName?: NullableStringFieldUpdateOperationsInput | string | null
22428
22342
  externalId?: NullableStringFieldUpdateOperationsInput | string | null
@@ -22521,7 +22435,6 @@ export namespace Prisma {
22521
22435
 
22522
22436
  export type EntityCreateManyCredentialInput = {
22523
22437
  id?: string
22524
- subType?: string | null
22525
22438
  userId?: string | null
22526
22439
  name?: string | null
22527
22440
  moduleName?: string | null
@@ -22533,7 +22446,6 @@ export namespace Prisma {
22533
22446
  }
22534
22447
 
22535
22448
  export type EntityUpdateWithoutCredentialInput = {
22536
- subType?: NullableStringFieldUpdateOperationsInput | string | null
22537
22449
  name?: NullableStringFieldUpdateOperationsInput | string | null
22538
22450
  moduleName?: NullableStringFieldUpdateOperationsInput | string | null
22539
22451
  externalId?: NullableStringFieldUpdateOperationsInput | string | null
@@ -22547,7 +22459,6 @@ export namespace Prisma {
22547
22459
  }
22548
22460
 
22549
22461
  export type EntityUncheckedUpdateWithoutCredentialInput = {
22550
- subType?: NullableStringFieldUpdateOperationsInput | string | null
22551
22462
  userId?: NullableStringFieldUpdateOperationsInput | string | null
22552
22463
  name?: NullableStringFieldUpdateOperationsInput | string | null
22553
22464
  moduleName?: NullableStringFieldUpdateOperationsInput | string | null
@@ -22563,7 +22474,6 @@ export namespace Prisma {
22563
22474
  }
22564
22475
 
22565
22476
  export type EntityUncheckedUpdateManyWithoutCredentialInput = {
22566
- subType?: NullableStringFieldUpdateOperationsInput | string | null
22567
22477
  userId?: NullableStringFieldUpdateOperationsInput | string | null
22568
22478
  name?: NullableStringFieldUpdateOperationsInput | string | null
22569
22479
  moduleName?: NullableStringFieldUpdateOperationsInput | string | null
@@ -22736,7 +22646,6 @@ export namespace Prisma {
22736
22646
  }
22737
22647
 
22738
22648
  export type EntityUpdateWithoutIntegrationsInput = {
22739
- subType?: NullableStringFieldUpdateOperationsInput | string | null
22740
22649
  name?: NullableStringFieldUpdateOperationsInput | string | null
22741
22650
  moduleName?: NullableStringFieldUpdateOperationsInput | string | null
22742
22651
  externalId?: NullableStringFieldUpdateOperationsInput | string | null
@@ -22751,7 +22660,6 @@ export namespace Prisma {
22751
22660
 
22752
22661
  export type EntityUncheckedUpdateWithoutIntegrationsInput = {
22753
22662
  credentialId?: NullableStringFieldUpdateOperationsInput | string | null
22754
- subType?: NullableStringFieldUpdateOperationsInput | string | null
22755
22663
  userId?: NullableStringFieldUpdateOperationsInput | string | null
22756
22664
  name?: NullableStringFieldUpdateOperationsInput | string | null
22757
22665
  moduleName?: NullableStringFieldUpdateOperationsInput | string | null
@@ -22767,7 +22675,6 @@ export namespace Prisma {
22767
22675
 
22768
22676
  export type EntityUncheckedUpdateManyWithoutIntegrationsInput = {
22769
22677
  credentialId?: NullableStringFieldUpdateOperationsInput | string | null
22770
- subType?: NullableStringFieldUpdateOperationsInput | string | null
22771
22678
  userId?: NullableStringFieldUpdateOperationsInput | string | null
22772
22679
  name?: NullableStringFieldUpdateOperationsInput | string | null
22773
22680
  moduleName?: NullableStringFieldUpdateOperationsInput | string | null
@@ -22887,7 +22794,6 @@ export namespace Prisma {
22887
22794
  }
22888
22795
 
22889
22796
  export type EntityUpdateWithoutSyncsInput = {
22890
- subType?: NullableStringFieldUpdateOperationsInput | string | null
22891
22797
  name?: NullableStringFieldUpdateOperationsInput | string | null
22892
22798
  moduleName?: NullableStringFieldUpdateOperationsInput | string | null
22893
22799
  externalId?: NullableStringFieldUpdateOperationsInput | string | null
@@ -22902,7 +22808,6 @@ export namespace Prisma {
22902
22808
 
22903
22809
  export type EntityUncheckedUpdateWithoutSyncsInput = {
22904
22810
  credentialId?: NullableStringFieldUpdateOperationsInput | string | null
22905
- subType?: NullableStringFieldUpdateOperationsInput | string | null
22906
22811
  userId?: NullableStringFieldUpdateOperationsInput | string | null
22907
22812
  name?: NullableStringFieldUpdateOperationsInput | string | null
22908
22813
  moduleName?: NullableStringFieldUpdateOperationsInput | string | null
@@ -22918,7 +22823,6 @@ export namespace Prisma {
22918
22823
 
22919
22824
  export type EntityUncheckedUpdateManyWithoutSyncsInput = {
22920
22825
  credentialId?: NullableStringFieldUpdateOperationsInput | string | null
22921
- subType?: NullableStringFieldUpdateOperationsInput | string | null
22922
22826
  userId?: NullableStringFieldUpdateOperationsInput | string | null
22923
22827
  name?: NullableStringFieldUpdateOperationsInput | string | null
22924
22828
  moduleName?: NullableStringFieldUpdateOperationsInput | string | null