@a_team/prisma 3.5.2-macos-docker-linux → 3.5.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.
- package/dist/client/edge.js +5 -4
- package/dist/client/index-browser.js +1 -0
- package/dist/client/index.d.ts +27 -0
- package/dist/client/index.js +7 -6
- package/dist/client/{libquery_engine-linux-arm64-openssl-3.0.x.so.node → libquery_engine-linux-musl-openssl-3.0.x.so.node} +0 -0
- package/dist/client/package.json +1 -1
- package/dist/client/schema.prisma +1 -0
- package/dist/client/wasm.js +1 -0
- package/package.json +4 -2
package/dist/client/index.d.ts
CHANGED
|
@@ -9757,6 +9757,7 @@ export namespace Prisma {
|
|
|
9757
9757
|
projectUrl: string | null
|
|
9758
9758
|
industry: string | null
|
|
9759
9759
|
companyV2Id: string | null
|
|
9760
|
+
companyName: string | null
|
|
9760
9761
|
startDate: Date | null
|
|
9761
9762
|
endDate: Date | null
|
|
9762
9763
|
description: string | null
|
|
@@ -9776,6 +9777,7 @@ export namespace Prisma {
|
|
|
9776
9777
|
projectUrl: string | null
|
|
9777
9778
|
industry: string | null
|
|
9778
9779
|
companyV2Id: string | null
|
|
9780
|
+
companyName: string | null
|
|
9779
9781
|
startDate: Date | null
|
|
9780
9782
|
endDate: Date | null
|
|
9781
9783
|
description: string | null
|
|
@@ -9797,6 +9799,7 @@ export namespace Prisma {
|
|
|
9797
9799
|
industry: number
|
|
9798
9800
|
industries: number
|
|
9799
9801
|
companyV2Id: number
|
|
9802
|
+
companyName: number
|
|
9800
9803
|
startDate: number
|
|
9801
9804
|
endDate: number
|
|
9802
9805
|
description: number
|
|
@@ -9819,6 +9822,7 @@ export namespace Prisma {
|
|
|
9819
9822
|
projectUrl?: true
|
|
9820
9823
|
industry?: true
|
|
9821
9824
|
companyV2Id?: true
|
|
9825
|
+
companyName?: true
|
|
9822
9826
|
startDate?: true
|
|
9823
9827
|
endDate?: true
|
|
9824
9828
|
description?: true
|
|
@@ -9838,6 +9842,7 @@ export namespace Prisma {
|
|
|
9838
9842
|
projectUrl?: true
|
|
9839
9843
|
industry?: true
|
|
9840
9844
|
companyV2Id?: true
|
|
9845
|
+
companyName?: true
|
|
9841
9846
|
startDate?: true
|
|
9842
9847
|
endDate?: true
|
|
9843
9848
|
description?: true
|
|
@@ -9859,6 +9864,7 @@ export namespace Prisma {
|
|
|
9859
9864
|
industry?: true
|
|
9860
9865
|
industries?: true
|
|
9861
9866
|
companyV2Id?: true
|
|
9867
|
+
companyName?: true
|
|
9862
9868
|
startDate?: true
|
|
9863
9869
|
endDate?: true
|
|
9864
9870
|
description?: true
|
|
@@ -9954,6 +9960,7 @@ export namespace Prisma {
|
|
|
9954
9960
|
industry: string | null
|
|
9955
9961
|
industries: string[]
|
|
9956
9962
|
companyV2Id: string | null
|
|
9963
|
+
companyName: string | null
|
|
9957
9964
|
startDate: Date | null
|
|
9958
9965
|
endDate: Date | null
|
|
9959
9966
|
description: string | null
|
|
@@ -9993,6 +10000,7 @@ export namespace Prisma {
|
|
|
9993
10000
|
industry?: boolean
|
|
9994
10001
|
industries?: boolean
|
|
9995
10002
|
companyV2Id?: boolean
|
|
10003
|
+
companyName?: boolean
|
|
9996
10004
|
startDate?: boolean
|
|
9997
10005
|
endDate?: boolean
|
|
9998
10006
|
description?: boolean
|
|
@@ -10017,6 +10025,7 @@ export namespace Prisma {
|
|
|
10017
10025
|
industry?: boolean
|
|
10018
10026
|
industries?: boolean
|
|
10019
10027
|
companyV2Id?: boolean
|
|
10028
|
+
companyName?: boolean
|
|
10020
10029
|
startDate?: boolean
|
|
10021
10030
|
endDate?: boolean
|
|
10022
10031
|
description?: boolean
|
|
@@ -10044,6 +10053,7 @@ export namespace Prisma {
|
|
|
10044
10053
|
industry: string | null
|
|
10045
10054
|
industries: string[]
|
|
10046
10055
|
companyV2Id: string | null
|
|
10056
|
+
companyName: string | null
|
|
10047
10057
|
startDate: Date | null
|
|
10048
10058
|
endDate: Date | null
|
|
10049
10059
|
description: string | null
|
|
@@ -10457,6 +10467,7 @@ export namespace Prisma {
|
|
|
10457
10467
|
readonly industry: FieldRef<"Experience", 'String'>
|
|
10458
10468
|
readonly industries: FieldRef<"Experience", 'String[]'>
|
|
10459
10469
|
readonly companyV2Id: FieldRef<"Experience", 'String'>
|
|
10470
|
+
readonly companyName: FieldRef<"Experience", 'String'>
|
|
10460
10471
|
readonly startDate: FieldRef<"Experience", 'DateTime'>
|
|
10461
10472
|
readonly endDate: FieldRef<"Experience", 'DateTime'>
|
|
10462
10473
|
readonly description: FieldRef<"Experience", 'String'>
|
|
@@ -19343,6 +19354,7 @@ export namespace Prisma {
|
|
|
19343
19354
|
industry: 'industry',
|
|
19344
19355
|
industries: 'industries',
|
|
19345
19356
|
companyV2Id: 'companyV2Id',
|
|
19357
|
+
companyName: 'companyName',
|
|
19346
19358
|
startDate: 'startDate',
|
|
19347
19359
|
endDate: 'endDate',
|
|
19348
19360
|
description: 'description',
|
|
@@ -20141,6 +20153,7 @@ export namespace Prisma {
|
|
|
20141
20153
|
industry?: StringNullableFilter<"Experience"> | string | null
|
|
20142
20154
|
industries?: StringNullableListFilter<"Experience">
|
|
20143
20155
|
companyV2Id?: StringNullableFilter<"Experience"> | string | null
|
|
20156
|
+
companyName?: StringNullableFilter<"Experience"> | string | null
|
|
20144
20157
|
startDate?: DateTimeNullableFilter<"Experience"> | Date | string | null
|
|
20145
20158
|
endDate?: DateTimeNullableFilter<"Experience"> | Date | string | null
|
|
20146
20159
|
description?: StringNullableFilter<"Experience"> | string | null
|
|
@@ -20164,6 +20177,7 @@ export namespace Prisma {
|
|
|
20164
20177
|
industry?: SortOrder
|
|
20165
20178
|
industries?: SortOrder
|
|
20166
20179
|
companyV2Id?: SortOrder
|
|
20180
|
+
companyName?: SortOrder
|
|
20167
20181
|
startDate?: SortOrder
|
|
20168
20182
|
endDate?: SortOrder
|
|
20169
20183
|
description?: SortOrder
|
|
@@ -20190,6 +20204,7 @@ export namespace Prisma {
|
|
|
20190
20204
|
industry?: StringNullableFilter<"Experience"> | string | null
|
|
20191
20205
|
industries?: StringNullableListFilter<"Experience">
|
|
20192
20206
|
companyV2Id?: StringNullableFilter<"Experience"> | string | null
|
|
20207
|
+
companyName?: StringNullableFilter<"Experience"> | string | null
|
|
20193
20208
|
startDate?: DateTimeNullableFilter<"Experience"> | Date | string | null
|
|
20194
20209
|
endDate?: DateTimeNullableFilter<"Experience"> | Date | string | null
|
|
20195
20210
|
description?: StringNullableFilter<"Experience"> | string | null
|
|
@@ -20213,6 +20228,7 @@ export namespace Prisma {
|
|
|
20213
20228
|
industry?: SortOrder
|
|
20214
20229
|
industries?: SortOrder
|
|
20215
20230
|
companyV2Id?: SortOrder
|
|
20231
|
+
companyName?: SortOrder
|
|
20216
20232
|
startDate?: SortOrder
|
|
20217
20233
|
endDate?: SortOrder
|
|
20218
20234
|
description?: SortOrder
|
|
@@ -20241,6 +20257,7 @@ export namespace Prisma {
|
|
|
20241
20257
|
industry?: StringNullableWithAggregatesFilter<"Experience"> | string | null
|
|
20242
20258
|
industries?: StringNullableListFilter<"Experience">
|
|
20243
20259
|
companyV2Id?: StringNullableWithAggregatesFilter<"Experience"> | string | null
|
|
20260
|
+
companyName?: StringNullableWithAggregatesFilter<"Experience"> | string | null
|
|
20244
20261
|
startDate?: DateTimeNullableWithAggregatesFilter<"Experience"> | Date | string | null
|
|
20245
20262
|
endDate?: DateTimeNullableWithAggregatesFilter<"Experience"> | Date | string | null
|
|
20246
20263
|
description?: StringNullableWithAggregatesFilter<"Experience"> | string | null
|
|
@@ -21512,6 +21529,7 @@ export namespace Prisma {
|
|
|
21512
21529
|
industry?: string | null
|
|
21513
21530
|
industries?: ExperienceCreateindustriesInput | string[]
|
|
21514
21531
|
companyV2Id?: string | null
|
|
21532
|
+
companyName?: string | null
|
|
21515
21533
|
startDate?: Date | string | null
|
|
21516
21534
|
endDate?: Date | string | null
|
|
21517
21535
|
description?: string | null
|
|
@@ -21535,6 +21553,7 @@ export namespace Prisma {
|
|
|
21535
21553
|
industry?: string | null
|
|
21536
21554
|
industries?: ExperienceCreateindustriesInput | string[]
|
|
21537
21555
|
companyV2Id?: string | null
|
|
21556
|
+
companyName?: string | null
|
|
21538
21557
|
startDate?: Date | string | null
|
|
21539
21558
|
endDate?: Date | string | null
|
|
21540
21559
|
description?: string | null
|
|
@@ -21557,6 +21576,7 @@ export namespace Prisma {
|
|
|
21557
21576
|
industry?: NullableStringFieldUpdateOperationsInput | string | null
|
|
21558
21577
|
industries?: ExperienceUpdateindustriesInput | string[]
|
|
21559
21578
|
companyV2Id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
21579
|
+
companyName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
21560
21580
|
startDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
21561
21581
|
endDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
21562
21582
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -21579,6 +21599,7 @@ export namespace Prisma {
|
|
|
21579
21599
|
industry?: NullableStringFieldUpdateOperationsInput | string | null
|
|
21580
21600
|
industries?: ExperienceUpdateindustriesInput | string[]
|
|
21581
21601
|
companyV2Id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
21602
|
+
companyName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
21582
21603
|
startDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
21583
21604
|
endDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
21584
21605
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -21602,6 +21623,7 @@ export namespace Prisma {
|
|
|
21602
21623
|
industry?: string | null
|
|
21603
21624
|
industries?: ExperienceCreateindustriesInput | string[]
|
|
21604
21625
|
companyV2Id?: string | null
|
|
21626
|
+
companyName?: string | null
|
|
21605
21627
|
startDate?: Date | string | null
|
|
21606
21628
|
endDate?: Date | string | null
|
|
21607
21629
|
description?: string | null
|
|
@@ -21624,6 +21646,7 @@ export namespace Prisma {
|
|
|
21624
21646
|
industry?: NullableStringFieldUpdateOperationsInput | string | null
|
|
21625
21647
|
industries?: ExperienceUpdateindustriesInput | string[]
|
|
21626
21648
|
companyV2Id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
21649
|
+
companyName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
21627
21650
|
startDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
21628
21651
|
endDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
21629
21652
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -21646,6 +21669,7 @@ export namespace Prisma {
|
|
|
21646
21669
|
industry?: NullableStringFieldUpdateOperationsInput | string | null
|
|
21647
21670
|
industries?: ExperienceUpdateindustriesInput | string[]
|
|
21648
21671
|
companyV2Id?: NullableStringFieldUpdateOperationsInput | string | null
|
|
21672
|
+
companyName?: NullableStringFieldUpdateOperationsInput | string | null
|
|
21649
21673
|
startDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
21650
21674
|
endDate?: NullableDateTimeFieldUpdateOperationsInput | Date | string | null
|
|
21651
21675
|
description?: NullableStringFieldUpdateOperationsInput | string | null
|
|
@@ -23243,6 +23267,7 @@ export namespace Prisma {
|
|
|
23243
23267
|
industry?: SortOrder
|
|
23244
23268
|
industries?: SortOrder
|
|
23245
23269
|
companyV2Id?: SortOrder
|
|
23270
|
+
companyName?: SortOrder
|
|
23246
23271
|
startDate?: SortOrder
|
|
23247
23272
|
endDate?: SortOrder
|
|
23248
23273
|
description?: SortOrder
|
|
@@ -23263,6 +23288,7 @@ export namespace Prisma {
|
|
|
23263
23288
|
projectUrl?: SortOrder
|
|
23264
23289
|
industry?: SortOrder
|
|
23265
23290
|
companyV2Id?: SortOrder
|
|
23291
|
+
companyName?: SortOrder
|
|
23266
23292
|
startDate?: SortOrder
|
|
23267
23293
|
endDate?: SortOrder
|
|
23268
23294
|
description?: SortOrder
|
|
@@ -23282,6 +23308,7 @@ export namespace Prisma {
|
|
|
23282
23308
|
projectUrl?: SortOrder
|
|
23283
23309
|
industry?: SortOrder
|
|
23284
23310
|
companyV2Id?: SortOrder
|
|
23311
|
+
companyName?: SortOrder
|
|
23285
23312
|
startDate?: SortOrder
|
|
23286
23313
|
endDate?: SortOrder
|
|
23287
23314
|
description?: SortOrder
|