@a_team/prisma 3.24.2-macos-docker-linux → 3.24.3-linux

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.
@@ -297,7 +297,8 @@ exports.Prisma.ExperienceScalarFieldEnum = {
297
297
  talentSkills: 'talentSkills',
298
298
  isAutoImported: 'isAutoImported',
299
299
  createdAt: 'createdAt',
300
- updatedAt: 'updatedAt'
300
+ updatedAt: 'updatedAt',
301
+ migrations: 'migrations'
301
302
  };
302
303
 
303
304
  exports.Prisma.InvoiceScalarFieldEnum = {
@@ -25775,6 +25775,7 @@ export namespace Prisma {
25775
25775
  isAutoImported: number
25776
25776
  createdAt: number
25777
25777
  updatedAt: number
25778
+ migrations: number
25778
25779
  _all: number
25779
25780
  }
25780
25781
 
@@ -25856,6 +25857,7 @@ export namespace Prisma {
25856
25857
  isAutoImported?: true
25857
25858
  createdAt?: true
25858
25859
  updatedAt?: true
25860
+ migrations?: true
25859
25861
  _all?: true
25860
25862
  }
25861
25863
 
@@ -25958,6 +25960,7 @@ export namespace Prisma {
25958
25960
  isAutoImported: boolean | null
25959
25961
  createdAt: Date | null
25960
25962
  updatedAt: Date | null
25963
+ migrations: string[]
25961
25964
  _count: ExperienceCountAggregateOutputType | null
25962
25965
  _min: ExperienceMinAggregateOutputType | null
25963
25966
  _max: ExperienceMaxAggregateOutputType | null
@@ -26005,6 +26008,7 @@ export namespace Prisma {
26005
26008
  isAutoImported?: boolean
26006
26009
  createdAt?: boolean
26007
26010
  updatedAt?: boolean
26011
+ migrations?: boolean
26008
26012
  members?: boolean | ExperienceMemberDefaultArgs<ExtArgs>
26009
26013
  talentSpecialization?: boolean | Experience$talentSpecializationArgs<ExtArgs>
26010
26014
  }, ExtArgs["result"]["experience"]>
@@ -26037,6 +26041,7 @@ export namespace Prisma {
26037
26041
  isAutoImported?: boolean
26038
26042
  createdAt?: boolean
26039
26043
  updatedAt?: boolean
26044
+ migrations?: boolean
26040
26045
  }
26041
26046
 
26042
26047
  export type ExperienceInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
@@ -26075,6 +26080,7 @@ export namespace Prisma {
26075
26080
  isAutoImported: boolean | null
26076
26081
  createdAt: Date | null
26077
26082
  updatedAt: Date | null
26083
+ migrations: string[]
26078
26084
  }, ExtArgs["result"]["experience"]>
26079
26085
  composites: {
26080
26086
  metrics: Prisma.$MetricPayload[]
@@ -26497,6 +26503,7 @@ export namespace Prisma {
26497
26503
  readonly isAutoImported: FieldRef<"Experience", 'Boolean'>
26498
26504
  readonly createdAt: FieldRef<"Experience", 'DateTime'>
26499
26505
  readonly updatedAt: FieldRef<"Experience", 'DateTime'>
26506
+ readonly migrations: FieldRef<"Experience", 'String[]'>
26500
26507
  }
26501
26508
 
26502
26509
 
@@ -52775,7 +52782,8 @@ export namespace Prisma {
52775
52782
  talentSkills: 'talentSkills',
52776
52783
  isAutoImported: 'isAutoImported',
52777
52784
  createdAt: 'createdAt',
52778
- updatedAt: 'updatedAt'
52785
+ updatedAt: 'updatedAt',
52786
+ migrations: 'migrations'
52779
52787
  };
52780
52788
 
52781
52789
  export type ExperienceScalarFieldEnum = (typeof ExperienceScalarFieldEnum)[keyof typeof ExperienceScalarFieldEnum]
@@ -55164,6 +55172,7 @@ export namespace Prisma {
55164
55172
  isAutoImported?: BoolNullableFilter<"Experience"> | boolean | null
55165
55173
  createdAt?: DateTimeNullableFilter<"Experience"> | Date | string | null
55166
55174
  updatedAt?: DateTimeNullableFilter<"Experience"> | Date | string | null
55175
+ migrations?: StringNullableListFilter<"Experience">
55167
55176
  members?: ExperienceMemberCompositeListFilter | ExperienceMemberObjectEqualityInput[]
55168
55177
  talentSpecialization?: XOR<RoleCategoryNullableRelationFilter, RoleCategoryWhereInput> | null
55169
55178
  }
@@ -55196,6 +55205,7 @@ export namespace Prisma {
55196
55205
  isAutoImported?: SortOrder
55197
55206
  createdAt?: SortOrder
55198
55207
  updatedAt?: SortOrder
55208
+ migrations?: SortOrder
55199
55209
  members?: ExperienceMemberOrderByCompositeAggregateInput
55200
55210
  talentSpecialization?: RoleCategoryOrderByWithRelationInput
55201
55211
  }
@@ -55231,6 +55241,7 @@ export namespace Prisma {
55231
55241
  isAutoImported?: BoolNullableFilter<"Experience"> | boolean | null
55232
55242
  createdAt?: DateTimeNullableFilter<"Experience"> | Date | string | null
55233
55243
  updatedAt?: DateTimeNullableFilter<"Experience"> | Date | string | null
55244
+ migrations?: StringNullableListFilter<"Experience">
55234
55245
  members?: ExperienceMemberCompositeListFilter | ExperienceMemberObjectEqualityInput[]
55235
55246
  talentSpecialization?: XOR<RoleCategoryNullableRelationFilter, RoleCategoryWhereInput> | null
55236
55247
  }, "id">
@@ -55262,6 +55273,7 @@ export namespace Prisma {
55262
55273
  isAutoImported?: SortOrder
55263
55274
  createdAt?: SortOrder
55264
55275
  updatedAt?: SortOrder
55276
+ migrations?: SortOrder
55265
55277
  _count?: ExperienceCountOrderByAggregateInput
55266
55278
  _max?: ExperienceMaxOrderByAggregateInput
55267
55279
  _min?: ExperienceMinOrderByAggregateInput
@@ -55297,6 +55309,7 @@ export namespace Prisma {
55297
55309
  isAutoImported?: BoolNullableWithAggregatesFilter<"Experience"> | boolean | null
55298
55310
  createdAt?: DateTimeNullableWithAggregatesFilter<"Experience"> | Date | string | null
55299
55311
  updatedAt?: DateTimeNullableWithAggregatesFilter<"Experience"> | Date | string | null
55312
+ migrations?: StringNullableListFilter<"Experience">
55300
55313
  }
55301
55314
 
55302
55315
  export type InvoiceWhereInput = {
@@ -59061,6 +59074,7 @@ export namespace Prisma {
59061
59074
  isAutoImported?: boolean | null
59062
59075
  createdAt?: Date | string | null
59063
59076
  updatedAt?: Date | string | null
59077
+ migrations?: ExperienceCreatemigrationsInput | string[]
59064
59078
  members?: XOR<ExperienceMemberListCreateEnvelopeInput, ExperienceMemberCreateInput> | ExperienceMemberCreateInput[]
59065
59079
  talentSpecialization?: RoleCategoryCreateNestedOneWithoutExperienceInput
59066
59080
  }
@@ -59093,6 +59107,7 @@ export namespace Prisma {
59093
59107
  isAutoImported?: boolean | null
59094
59108
  createdAt?: Date | string | null
59095
59109
  updatedAt?: Date | string | null
59110
+ migrations?: ExperienceCreatemigrationsInput | string[]
59096
59111
  members?: XOR<ExperienceMemberListCreateEnvelopeInput, ExperienceMemberCreateInput> | ExperienceMemberCreateInput[]
59097
59112
  }
59098
59113
 
@@ -59122,6 +59137,7 @@ export namespace Prisma {
59122
59137
  isAutoImported?: NullableBoolFieldUpdateOperationsInput | boolean | null
59123
59138
  createdAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
59124
59139
  updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
59140
+ migrations?: ExperienceUpdatemigrationsInput | string[]
59125
59141
  members?: XOR<ExperienceMemberListUpdateEnvelopeInput, ExperienceMemberCreateInput> | ExperienceMemberCreateInput[]
59126
59142
  talentSpecialization?: RoleCategoryUpdateOneWithoutExperienceNestedInput
59127
59143
  }
@@ -59153,6 +59169,7 @@ export namespace Prisma {
59153
59169
  isAutoImported?: NullableBoolFieldUpdateOperationsInput | boolean | null
59154
59170
  createdAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
59155
59171
  updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
59172
+ migrations?: ExperienceUpdatemigrationsInput | string[]
59156
59173
  members?: XOR<ExperienceMemberListUpdateEnvelopeInput, ExperienceMemberCreateInput> | ExperienceMemberCreateInput[]
59157
59174
  }
59158
59175
 
@@ -59184,6 +59201,7 @@ export namespace Prisma {
59184
59201
  isAutoImported?: boolean | null
59185
59202
  createdAt?: Date | string | null
59186
59203
  updatedAt?: Date | string | null
59204
+ migrations?: ExperienceCreatemigrationsInput | string[]
59187
59205
  members?: XOR<ExperienceMemberListCreateEnvelopeInput, ExperienceMemberCreateInput> | ExperienceMemberCreateInput[]
59188
59206
  }
59189
59207
 
@@ -59213,6 +59231,7 @@ export namespace Prisma {
59213
59231
  isAutoImported?: NullableBoolFieldUpdateOperationsInput | boolean | null
59214
59232
  createdAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
59215
59233
  updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
59234
+ migrations?: ExperienceUpdatemigrationsInput | string[]
59216
59235
  members?: XOR<ExperienceMemberListUpdateEnvelopeInput, ExperienceMemberCreateInput> | ExperienceMemberCreateInput[]
59217
59236
  }
59218
59237
 
@@ -59243,6 +59262,7 @@ export namespace Prisma {
59243
59262
  isAutoImported?: NullableBoolFieldUpdateOperationsInput | boolean | null
59244
59263
  createdAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
59245
59264
  updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
59265
+ migrations?: ExperienceUpdatemigrationsInput | string[]
59246
59266
  members?: XOR<ExperienceMemberListUpdateEnvelopeInput, ExperienceMemberCreateInput> | ExperienceMemberCreateInput[]
59247
59267
  }
59248
59268
 
@@ -63834,6 +63854,7 @@ export namespace Prisma {
63834
63854
  isAutoImported?: SortOrder
63835
63855
  createdAt?: SortOrder
63836
63856
  updatedAt?: SortOrder
63857
+ migrations?: SortOrder
63837
63858
  }
63838
63859
 
63839
63860
  export type ExperienceMaxOrderByAggregateInput = {
@@ -68152,6 +68173,10 @@ export namespace Prisma {
68152
68173
  set: string[]
68153
68174
  }
68154
68175
 
68176
+ export type ExperienceCreatemigrationsInput = {
68177
+ set: string[]
68178
+ }
68179
+
68155
68180
  export type ExperienceMemberListCreateEnvelopeInput = {
68156
68181
  set?: ExperienceMemberCreateInput | ExperienceMemberCreateInput[]
68157
68182
  }
@@ -68200,6 +68225,11 @@ export namespace Prisma {
68200
68225
  push?: string | string[]
68201
68226
  }
68202
68227
 
68228
+ export type ExperienceUpdatemigrationsInput = {
68229
+ set?: string[]
68230
+ push?: string | string[]
68231
+ }
68232
+
68203
68233
  export type ExperienceMemberListUpdateEnvelopeInput = {
68204
68234
  set?: ExperienceMemberCreateInput | ExperienceMemberCreateInput[]
68205
68235
  push?: ExperienceMemberCreateInput | ExperienceMemberCreateInput[]
@@ -82688,6 +82718,7 @@ export namespace Prisma {
82688
82718
  isAutoImported?: boolean | null
82689
82719
  createdAt?: Date | string | null
82690
82720
  updatedAt?: Date | string | null
82721
+ migrations?: ExperienceCreatemigrationsInput | string[]
82691
82722
  members?: XOR<ExperienceMemberListCreateEnvelopeInput, ExperienceMemberCreateInput> | ExperienceMemberCreateInput[]
82692
82723
  }
82693
82724
 
@@ -82718,6 +82749,7 @@ export namespace Prisma {
82718
82749
  isAutoImported?: boolean | null
82719
82750
  createdAt?: Date | string | null
82720
82751
  updatedAt?: Date | string | null
82752
+ migrations?: ExperienceCreatemigrationsInput | string[]
82721
82753
  members?: XOR<ExperienceMemberListCreateEnvelopeInput, ExperienceMemberCreateInput> | ExperienceMemberCreateInput[]
82722
82754
  }
82723
82755
 
@@ -82803,6 +82835,7 @@ export namespace Prisma {
82803
82835
  isAutoImported?: BoolNullableFilter<"Experience"> | boolean | null
82804
82836
  createdAt?: DateTimeNullableFilter<"Experience"> | Date | string | null
82805
82837
  updatedAt?: DateTimeNullableFilter<"Experience"> | Date | string | null
82838
+ migrations?: StringNullableListFilter<"Experience">
82806
82839
  }
82807
82840
 
82808
82841
  export type CriteriaItemUpdateManyInput = {
@@ -89268,6 +89301,7 @@ export namespace Prisma {
89268
89301
  isAutoImported?: boolean | null
89269
89302
  createdAt?: Date | string | null
89270
89303
  updatedAt?: Date | string | null
89304
+ migrations?: ExperienceCreatemigrationsInput | string[]
89271
89305
  members?: XOR<ExperienceMemberListCreateEnvelopeInput, ExperienceMemberCreateInput> | ExperienceMemberCreateInput[]
89272
89306
  }
89273
89307
 
@@ -89315,6 +89349,7 @@ export namespace Prisma {
89315
89349
  isAutoImported?: NullableBoolFieldUpdateOperationsInput | boolean | null
89316
89350
  createdAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
89317
89351
  updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
89352
+ migrations?: ExperienceUpdatemigrationsInput | string[]
89318
89353
  members?: XOR<ExperienceMemberListUpdateEnvelopeInput, ExperienceMemberCreateInput> | ExperienceMemberCreateInput[]
89319
89354
  }
89320
89355
 
@@ -89344,6 +89379,7 @@ export namespace Prisma {
89344
89379
  isAutoImported?: NullableBoolFieldUpdateOperationsInput | boolean | null
89345
89380
  createdAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
89346
89381
  updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
89382
+ migrations?: ExperienceUpdatemigrationsInput | string[]
89347
89383
  members?: XOR<ExperienceMemberListUpdateEnvelopeInput, ExperienceMemberCreateInput> | ExperienceMemberCreateInput[]
89348
89384
  }
89349
89385
 
@@ -89373,6 +89409,7 @@ export namespace Prisma {
89373
89409
  isAutoImported?: NullableBoolFieldUpdateOperationsInput | boolean | null
89374
89410
  createdAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
89375
89411
  updatedAt?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
89412
+ migrations?: ExperienceUpdatemigrationsInput | string[]
89376
89413
  members?: XOR<ExperienceMemberListUpdateEnvelopeInput, ExperienceMemberCreateInput> | ExperienceMemberCreateInput[]
89377
89414
  }
89378
89415