@a_team/prisma 3.2.3-macos → 3.2.4-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 +4 -4
- package/dist/client/index.d.ts +23 -23
- package/dist/client/index.js +6 -6
- package/dist/client/{libquery_engine-darwin-arm64.dylib.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 +14 -14
- package/package.json +3 -5
package/dist/client/index.d.ts
CHANGED
|
@@ -17762,7 +17762,7 @@ export namespace Prisma {
|
|
|
17762
17762
|
status: $Enums.ContractStatus
|
|
17763
17763
|
type: $Enums.ContractType
|
|
17764
17764
|
downloadURL: string
|
|
17765
|
-
createdAt
|
|
17765
|
+
createdAt?: Date | string
|
|
17766
17766
|
updatedAt?: Date | string
|
|
17767
17767
|
parties?: XOR<ContractPartyListCreateEnvelopeInput, ContractPartyCreateInput> | ContractPartyCreateInput[]
|
|
17768
17768
|
role?: string | null
|
|
@@ -17779,7 +17779,7 @@ export namespace Prisma {
|
|
|
17779
17779
|
status: $Enums.ContractStatus
|
|
17780
17780
|
type: $Enums.ContractType
|
|
17781
17781
|
downloadURL: string
|
|
17782
|
-
createdAt
|
|
17782
|
+
createdAt?: Date | string
|
|
17783
17783
|
updatedAt?: Date | string
|
|
17784
17784
|
parties?: XOR<ContractPartyListCreateEnvelopeInput, ContractPartyCreateInput> | ContractPartyCreateInput[]
|
|
17785
17785
|
missionId?: string | null
|
|
@@ -17828,7 +17828,7 @@ export namespace Prisma {
|
|
|
17828
17828
|
status: $Enums.ContractStatus
|
|
17829
17829
|
type: $Enums.ContractType
|
|
17830
17830
|
downloadURL: string
|
|
17831
|
-
createdAt
|
|
17831
|
+
createdAt?: Date | string
|
|
17832
17832
|
updatedAt?: Date | string
|
|
17833
17833
|
parties?: XOR<ContractPartyListCreateEnvelopeInput, ContractPartyCreateInput> | ContractPartyCreateInput[]
|
|
17834
17834
|
missionId?: string | null
|
|
@@ -18695,7 +18695,7 @@ export namespace Prisma {
|
|
|
18695
18695
|
type: string
|
|
18696
18696
|
pictureURL?: string | null
|
|
18697
18697
|
status: string
|
|
18698
|
-
createdAt
|
|
18698
|
+
createdAt?: Date | string
|
|
18699
18699
|
titles?: UserCreatetitlesInput | string[]
|
|
18700
18700
|
scrubbed?: string | null
|
|
18701
18701
|
clientRegistration?: XOR<ClientRegistrationNullableCreateEnvelopeInput, ClientRegistrationCreateInput> | null
|
|
@@ -18716,7 +18716,7 @@ export namespace Prisma {
|
|
|
18716
18716
|
type: string
|
|
18717
18717
|
pictureURL?: string | null
|
|
18718
18718
|
status: string
|
|
18719
|
-
createdAt
|
|
18719
|
+
createdAt?: Date | string
|
|
18720
18720
|
titles?: UserCreatetitlesInput | string[]
|
|
18721
18721
|
scrubbed?: string | null
|
|
18722
18722
|
clientRegistration?: XOR<ClientRegistrationNullableCreateEnvelopeInput, ClientRegistrationCreateInput> | null
|
|
@@ -18777,7 +18777,7 @@ export namespace Prisma {
|
|
|
18777
18777
|
type: string
|
|
18778
18778
|
pictureURL?: string | null
|
|
18779
18779
|
status: string
|
|
18780
|
-
createdAt
|
|
18780
|
+
createdAt?: Date | string
|
|
18781
18781
|
titles?: UserCreatetitlesInput | string[]
|
|
18782
18782
|
scrubbed?: string | null
|
|
18783
18783
|
clientRegistration?: XOR<ClientRegistrationNullableCreateEnvelopeInput, ClientRegistrationCreateInput> | null
|
|
@@ -22326,7 +22326,7 @@ export namespace Prisma {
|
|
|
22326
22326
|
status: $Enums.ContractStatus
|
|
22327
22327
|
type: $Enums.ContractType
|
|
22328
22328
|
downloadURL: string
|
|
22329
|
-
createdAt
|
|
22329
|
+
createdAt?: Date | string
|
|
22330
22330
|
updatedAt?: Date | string
|
|
22331
22331
|
parties?: XOR<ContractPartyListCreateEnvelopeInput, ContractPartyCreateInput> | ContractPartyCreateInput[]
|
|
22332
22332
|
role?: string | null
|
|
@@ -22342,7 +22342,7 @@ export namespace Prisma {
|
|
|
22342
22342
|
status: $Enums.ContractStatus
|
|
22343
22343
|
type: $Enums.ContractType
|
|
22344
22344
|
downloadURL: string
|
|
22345
|
-
createdAt
|
|
22345
|
+
createdAt?: Date | string
|
|
22346
22346
|
updatedAt?: Date | string
|
|
22347
22347
|
parties?: XOR<ContractPartyListCreateEnvelopeInput, ContractPartyCreateInput> | ContractPartyCreateInput[]
|
|
22348
22348
|
missionId?: string | null
|
|
@@ -23208,7 +23208,7 @@ export namespace Prisma {
|
|
|
23208
23208
|
type: string
|
|
23209
23209
|
pictureURL?: string | null
|
|
23210
23210
|
status: string
|
|
23211
|
-
createdAt
|
|
23211
|
+
createdAt?: Date | string
|
|
23212
23212
|
titles?: UserCreatetitlesInput | string[]
|
|
23213
23213
|
scrubbed?: string | null
|
|
23214
23214
|
clientRegistration?: XOR<ClientRegistrationNullableCreateEnvelopeInput, ClientRegistrationCreateInput> | null
|
|
@@ -23228,7 +23228,7 @@ export namespace Prisma {
|
|
|
23228
23228
|
type: string
|
|
23229
23229
|
pictureURL?: string | null
|
|
23230
23230
|
status: string
|
|
23231
|
-
createdAt
|
|
23231
|
+
createdAt?: Date | string
|
|
23232
23232
|
titles?: UserCreatetitlesInput | string[]
|
|
23233
23233
|
scrubbed?: string | null
|
|
23234
23234
|
clientRegistration?: XOR<ClientRegistrationNullableCreateEnvelopeInput, ClientRegistrationCreateInput> | null
|
|
@@ -23316,7 +23316,7 @@ export namespace Prisma {
|
|
|
23316
23316
|
type: string
|
|
23317
23317
|
pictureURL?: string | null
|
|
23318
23318
|
status: string
|
|
23319
|
-
createdAt
|
|
23319
|
+
createdAt?: Date | string
|
|
23320
23320
|
titles?: UserCreatetitlesInput | string[]
|
|
23321
23321
|
scrubbed?: string | null
|
|
23322
23322
|
clientRegistration?: XOR<ClientRegistrationNullableCreateEnvelopeInput, ClientRegistrationCreateInput> | null
|
|
@@ -23336,7 +23336,7 @@ export namespace Prisma {
|
|
|
23336
23336
|
type: string
|
|
23337
23337
|
pictureURL?: string | null
|
|
23338
23338
|
status: string
|
|
23339
|
-
createdAt
|
|
23339
|
+
createdAt?: Date | string
|
|
23340
23340
|
titles?: UserCreatetitlesInput | string[]
|
|
23341
23341
|
scrubbed?: string | null
|
|
23342
23342
|
clientRegistration?: XOR<ClientRegistrationNullableCreateEnvelopeInput, ClientRegistrationCreateInput> | null
|
|
@@ -23356,7 +23356,7 @@ export namespace Prisma {
|
|
|
23356
23356
|
status: $Enums.ContractStatus
|
|
23357
23357
|
type: $Enums.ContractType
|
|
23358
23358
|
downloadURL: string
|
|
23359
|
-
createdAt
|
|
23359
|
+
createdAt?: Date | string
|
|
23360
23360
|
updatedAt?: Date | string
|
|
23361
23361
|
parties?: XOR<ContractPartyListCreateEnvelopeInput, ContractPartyCreateInput> | ContractPartyCreateInput[]
|
|
23362
23362
|
role?: string | null
|
|
@@ -23372,7 +23372,7 @@ export namespace Prisma {
|
|
|
23372
23372
|
status: $Enums.ContractStatus
|
|
23373
23373
|
type: $Enums.ContractType
|
|
23374
23374
|
downloadURL: string
|
|
23375
|
-
createdAt
|
|
23375
|
+
createdAt?: Date | string
|
|
23376
23376
|
updatedAt?: Date | string
|
|
23377
23377
|
parties?: XOR<ContractPartyListCreateEnvelopeInput, ContractPartyCreateInput> | ContractPartyCreateInput[]
|
|
23378
23378
|
role?: string | null
|
|
@@ -23664,7 +23664,7 @@ export namespace Prisma {
|
|
|
23664
23664
|
type: string
|
|
23665
23665
|
pictureURL?: string | null
|
|
23666
23666
|
status: string
|
|
23667
|
-
createdAt
|
|
23667
|
+
createdAt?: Date | string
|
|
23668
23668
|
titles?: UserCreatetitlesInput | string[]
|
|
23669
23669
|
scrubbed?: string | null
|
|
23670
23670
|
clientRegistration?: XOR<ClientRegistrationNullableCreateEnvelopeInput, ClientRegistrationCreateInput> | null
|
|
@@ -23684,7 +23684,7 @@ export namespace Prisma {
|
|
|
23684
23684
|
type: string
|
|
23685
23685
|
pictureURL?: string | null
|
|
23686
23686
|
status: string
|
|
23687
|
-
createdAt
|
|
23687
|
+
createdAt?: Date | string
|
|
23688
23688
|
titles?: UserCreatetitlesInput | string[]
|
|
23689
23689
|
scrubbed?: string | null
|
|
23690
23690
|
clientRegistration?: XOR<ClientRegistrationNullableCreateEnvelopeInput, ClientRegistrationCreateInput> | null
|
|
@@ -23753,7 +23753,7 @@ export namespace Prisma {
|
|
|
23753
23753
|
text: string
|
|
23754
23754
|
isRequired?: boolean | null
|
|
23755
23755
|
isVisible?: boolean | null
|
|
23756
|
-
createdAt
|
|
23756
|
+
createdAt?: Date | string
|
|
23757
23757
|
updatedAt?: Date | string | null
|
|
23758
23758
|
}
|
|
23759
23759
|
|
|
@@ -23823,7 +23823,7 @@ export namespace Prisma {
|
|
|
23823
23823
|
type: string
|
|
23824
23824
|
pictureURL?: string | null
|
|
23825
23825
|
status: string
|
|
23826
|
-
createdAt
|
|
23826
|
+
createdAt?: Date | string
|
|
23827
23827
|
titles?: UserCreatetitlesInput | string[]
|
|
23828
23828
|
scrubbed?: string | null
|
|
23829
23829
|
clientRegistration?: XOR<ClientRegistrationNullableCreateEnvelopeInput, ClientRegistrationCreateInput> | null
|
|
@@ -23843,7 +23843,7 @@ export namespace Prisma {
|
|
|
23843
23843
|
type: string
|
|
23844
23844
|
pictureURL?: string | null
|
|
23845
23845
|
status: string
|
|
23846
|
-
createdAt
|
|
23846
|
+
createdAt?: Date | string
|
|
23847
23847
|
titles?: UserCreatetitlesInput | string[]
|
|
23848
23848
|
scrubbed?: string | null
|
|
23849
23849
|
clientRegistration?: XOR<ClientRegistrationNullableCreateEnvelopeInput, ClientRegistrationCreateInput> | null
|
|
@@ -23901,7 +23901,7 @@ export namespace Prisma {
|
|
|
23901
23901
|
type: string
|
|
23902
23902
|
pictureURL?: string | null
|
|
23903
23903
|
status: string
|
|
23904
|
-
createdAt
|
|
23904
|
+
createdAt?: Date | string
|
|
23905
23905
|
titles?: UserCreatetitlesInput | string[]
|
|
23906
23906
|
scrubbed?: string | null
|
|
23907
23907
|
clientRegistration?: XOR<ClientRegistrationNullableCreateEnvelopeInput, ClientRegistrationCreateInput> | null
|
|
@@ -23921,7 +23921,7 @@ export namespace Prisma {
|
|
|
23921
23921
|
type: string
|
|
23922
23922
|
pictureURL?: string | null
|
|
23923
23923
|
status: string
|
|
23924
|
-
createdAt
|
|
23924
|
+
createdAt?: Date | string
|
|
23925
23925
|
titles?: UserCreatetitlesInput | string[]
|
|
23926
23926
|
scrubbed?: string | null
|
|
23927
23927
|
clientRegistration?: XOR<ClientRegistrationNullableCreateEnvelopeInput, ClientRegistrationCreateInput> | null
|
|
@@ -25052,7 +25052,7 @@ export namespace Prisma {
|
|
|
25052
25052
|
status: $Enums.ContractStatus
|
|
25053
25053
|
type: $Enums.ContractType
|
|
25054
25054
|
downloadURL: string
|
|
25055
|
-
createdAt
|
|
25055
|
+
createdAt?: Date | string
|
|
25056
25056
|
updatedAt?: Date | string
|
|
25057
25057
|
parties?: XOR<ContractPartyListCreateEnvelopeInput, ContractPartyCreateInput> | ContractPartyCreateInput[]
|
|
25058
25058
|
missionId?: string | null
|
|
@@ -25607,7 +25607,7 @@ export namespace Prisma {
|
|
|
25607
25607
|
status: $Enums.ContractStatus
|
|
25608
25608
|
type: $Enums.ContractType
|
|
25609
25609
|
downloadURL: string
|
|
25610
|
-
createdAt
|
|
25610
|
+
createdAt?: Date | string
|
|
25611
25611
|
updatedAt?: Date | string
|
|
25612
25612
|
parties?: XOR<ContractPartyListCreateEnvelopeInput, ContractPartyCreateInput> | ContractPartyCreateInput[]
|
|
25613
25613
|
role?: string | null
|