@allbluecn/database 0.4.0 → 0.4.1
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/desktop-init.ts +128 -0
- package/generated/browser.ts +494 -0
- package/generated/client.ts +518 -0
- package/generated/commonInputTypes.ts +1056 -0
- package/generated/enums.ts +93 -0
- package/generated/internal/class.ts +1144 -0
- package/generated/internal/prismaNamespace.ts +9603 -0
- package/generated/internal/prismaNamespaceBrowser.ts +1695 -0
- package/generated/models/Account.ts +1648 -0
- package/generated/models/AgentConversation.ts +1651 -0
- package/generated/models/AgentMessage.ts +1409 -0
- package/generated/models/AiProvider.ts +1607 -0
- package/generated/models/AiProviderConfig.ts +1514 -0
- package/generated/models/AiUsageLog.ts +1863 -0
- package/generated/models/AnyHubApp.ts +1911 -0
- package/generated/models/AnyHubMarketApp.ts +2008 -0
- package/generated/models/AnyHubPermission.ts +1422 -0
- package/generated/models/AnyHubRecommendation.ts +1870 -0
- package/generated/models/AnyHubRecommender.ts +1471 -0
- package/generated/models/Artboard.ts +1811 -0
- package/generated/models/ArtboardExport.ts +1548 -0
- package/generated/models/ArticleFavorite.ts +1352 -0
- package/generated/models/AuditLog.ts +1533 -0
- package/generated/models/Block.ts +1650 -0
- package/generated/models/BlockComponent.ts +1734 -0
- package/generated/models/BlockInstance.ts +2043 -0
- package/generated/models/BookmarkCategory.ts +1670 -0
- package/generated/models/ChatInterrupt.ts +1699 -0
- package/generated/models/ChatMessage.ts +1438 -0
- package/generated/models/ChatRun.ts +1632 -0
- package/generated/models/ChatThread.ts +2133 -0
- package/generated/models/Comment.ts +2206 -0
- package/generated/models/CommentIgnore.ts +1430 -0
- package/generated/models/CommentReaction.ts +1472 -0
- package/generated/models/ComplianceExport.ts +1345 -0
- package/generated/models/Component.ts +2345 -0
- package/generated/models/ComponentInstance.ts +2102 -0
- package/generated/models/ComponentTag.ts +1281 -0
- package/generated/models/CustomRole.ts +1560 -0
- package/generated/models/DesignProject.ts +1643 -0
- package/generated/models/DictionaryTerm.ts +1642 -0
- package/generated/models/GenerationRun.ts +1543 -0
- package/generated/models/IndustryCompliance.ts +1797 -0
- package/generated/models/InvitationCode.ts +1417 -0
- package/generated/models/InvitationUse.ts +1424 -0
- package/generated/models/Invoice.ts +1710 -0
- package/generated/models/KnowledgeBase.ts +1671 -0
- package/generated/models/KnowledgeDocument.ts +2458 -0
- package/generated/models/KnowledgeShareRecord.ts +1352 -0
- package/generated/models/Label.ts +1482 -0
- package/generated/models/LegalRegulation.ts +1873 -0
- package/generated/models/LicenseActivation.ts +1415 -0
- package/generated/models/LicenseKey.ts +1884 -0
- package/generated/models/LoginLog.ts +1450 -0
- package/generated/models/MonitoringErrorReport.ts +1299 -0
- package/generated/models/MonitoringHealthSnapshot.ts +1249 -0
- package/generated/models/MonitoringMetricsSnapshot.ts +1369 -0
- package/generated/models/MonitoringRequestLog.ts +1283 -0
- package/generated/models/PRD.ts +2805 -0
- package/generated/models/PRDPage.ts +2402 -0
- package/generated/models/PRDTag.ts +1430 -0
- package/generated/models/PRDVersion.ts +2121 -0
- package/generated/models/PageVersion.ts +1523 -0
- package/generated/models/PasswordResetToken.ts +1380 -0
- package/generated/models/Plan.ts +2069 -0
- package/generated/models/Project.ts +2148 -0
- package/generated/models/ProjectActivity.ts +1582 -0
- package/generated/models/ProjectMember.ts +1512 -0
- package/generated/models/ProviderEvent.ts +1227 -0
- package/generated/models/Reference.ts +1177 -0
- package/generated/models/Review.ts +1912 -0
- package/generated/models/ReviewComment.ts +1904 -0
- package/generated/models/RoleAssignment.ts +1430 -0
- package/generated/models/SequenceCounter.ts +1137 -0
- package/generated/models/Share.ts +1681 -0
- package/generated/models/ShareVersion.ts +1389 -0
- package/generated/models/SsoMapping.ts +1512 -0
- package/generated/models/SsoProvider.ts +1639 -0
- package/generated/models/Story.ts +5234 -0
- package/generated/models/StoryActivity.ts +1664 -0
- package/generated/models/StoryAttachment.ts +1467 -0
- package/generated/models/StoryComment.ts +1992 -0
- package/generated/models/StoryDependency.ts +1517 -0
- package/generated/models/StoryDocLink.ts +1430 -0
- package/generated/models/StoryFilterView.ts +1587 -0
- package/generated/models/StoryLabel.ts +1349 -0
- package/generated/models/StoryLink.ts +1415 -0
- package/generated/models/StoryPrdLink.ts +1430 -0
- package/generated/models/StoryReaction.ts +1472 -0
- package/generated/models/Subscription.ts +2147 -0
- package/generated/models/SystemSetting.ts +1217 -0
- package/generated/models/Tag.ts +1655 -0
- package/generated/models/TeamInvitation.ts +1526 -0
- package/generated/models/TeamMembership.ts +1436 -0
- package/generated/models/Template.ts +1391 -0
- package/generated/models/TemplateBlock.ts +1664 -0
- package/generated/models/ThirdPartyDependency.ts +1473 -0
- package/generated/models/UsageRecord.ts +1505 -0
- package/generated/models/User.ts +20998 -0
- package/generated/models/UserAgent.ts +1900 -0
- package/generated/models/UserSkill.ts +1456 -0
- package/generated/models/WebsiteBookmark.ts +2219 -0
- package/generated/models/Workspace.ts +2279 -0
- package/generated/models.ts +106 -0
- package/generated-sqlite/browser.ts +399 -0
- package/generated-sqlite/client.ts +423 -0
- package/generated-sqlite/commonInputTypes.ts +608 -0
- package/generated-sqlite/enums.ts +15 -0
- package/generated-sqlite/internal/class.ts +954 -0
- package/generated-sqlite/internal/prismaNamespace.ts +7716 -0
- package/generated-sqlite/internal/prismaNamespaceBrowser.ts +1415 -0
- package/generated-sqlite/models/AgentConversation.ts +1647 -0
- package/generated-sqlite/models/AgentMessage.ts +1406 -0
- package/generated-sqlite/models/AiProvider.ts +1605 -0
- package/generated-sqlite/models/AiProviderConfig.ts +1511 -0
- package/generated-sqlite/models/AiUsageLog.ts +1845 -0
- package/generated-sqlite/models/AnyHubApp.ts +1908 -0
- package/generated-sqlite/models/AnyHubMarketApp.ts +1997 -0
- package/generated-sqlite/models/AnyHubPermission.ts +1419 -0
- package/generated-sqlite/models/AnyHubRecommendation.ts +1867 -0
- package/generated-sqlite/models/AnyHubRecommender.ts +1467 -0
- package/generated-sqlite/models/Artboard.ts +1808 -0
- package/generated-sqlite/models/ArtboardExport.ts +1545 -0
- package/generated-sqlite/models/ArticleFavorite.ts +1349 -0
- package/generated-sqlite/models/AuditLog.ts +1287 -0
- package/generated-sqlite/models/Block.ts +1648 -0
- package/generated-sqlite/models/BlockComponent.ts +1730 -0
- package/generated-sqlite/models/BlockInstance.ts +2039 -0
- package/generated-sqlite/models/BookmarkCategory.ts +1667 -0
- package/generated-sqlite/models/ChatInterrupt.ts +1695 -0
- package/generated-sqlite/models/ChatMessage.ts +1435 -0
- package/generated-sqlite/models/ChatRun.ts +1629 -0
- package/generated-sqlite/models/ChatThread.ts +2129 -0
- package/generated-sqlite/models/Comment.ts +2201 -0
- package/generated-sqlite/models/CommentIgnore.ts +1426 -0
- package/generated-sqlite/models/ComplianceExport.ts +1343 -0
- package/generated-sqlite/models/Component.ts +2326 -0
- package/generated-sqlite/models/ComponentInstance.ts +2097 -0
- package/generated-sqlite/models/ComponentTag.ts +1278 -0
- package/generated-sqlite/models/CustomRole.ts +1209 -0
- package/generated-sqlite/models/DesignProject.ts +1640 -0
- package/generated-sqlite/models/DictionaryTerm.ts +1639 -0
- package/generated-sqlite/models/GenerationRun.ts +1540 -0
- package/generated-sqlite/models/IndustryCompliance.ts +1794 -0
- package/generated-sqlite/models/InvitationCode.ts +1415 -0
- package/generated-sqlite/models/InvitationUse.ts +1420 -0
- package/generated-sqlite/models/Invoice.ts +1707 -0
- package/generated-sqlite/models/KnowledgeBase.ts +1668 -0
- package/generated-sqlite/models/KnowledgeDocument.ts +2282 -0
- package/generated-sqlite/models/KnowledgeShareRecord.ts +1349 -0
- package/generated-sqlite/models/LegalRegulation.ts +1870 -0
- package/generated-sqlite/models/LicenseActivation.ts +1203 -0
- package/generated-sqlite/models/LicenseKey.ts +1443 -0
- package/generated-sqlite/models/LoginLog.ts +1447 -0
- package/generated-sqlite/models/PRD.ts +2616 -0
- package/generated-sqlite/models/PRDPage.ts +2398 -0
- package/generated-sqlite/models/PRDTag.ts +1426 -0
- package/generated-sqlite/models/PRDVersion.ts +2117 -0
- package/generated-sqlite/models/PageVersion.ts +1528 -0
- package/generated-sqlite/models/PasswordResetToken.ts +1377 -0
- package/generated-sqlite/models/Plan.ts +2060 -0
- package/generated-sqlite/models/Project.ts +1994 -0
- package/generated-sqlite/models/ProjectActivity.ts +1578 -0
- package/generated-sqlite/models/ProjectMember.ts +1508 -0
- package/generated-sqlite/models/ProviderEvent.ts +1225 -0
- package/generated-sqlite/models/Reference.ts +1175 -0
- package/generated-sqlite/models/Review.ts +1903 -0
- package/generated-sqlite/models/ReviewComment.ts +1899 -0
- package/generated-sqlite/models/RoleAssignment.ts +1125 -0
- package/generated-sqlite/models/Share.ts +1674 -0
- package/generated-sqlite/models/ShareVersion.ts +1385 -0
- package/generated-sqlite/models/SsoMapping.ts +1181 -0
- package/generated-sqlite/models/SsoProvider.ts +1266 -0
- package/generated-sqlite/models/Subscription.ts +2137 -0
- package/generated-sqlite/models/SystemSetting.ts +1215 -0
- package/generated-sqlite/models/Tag.ts +1652 -0
- package/generated-sqlite/models/TeamInvitation.ts +1523 -0
- package/generated-sqlite/models/TeamMembership.ts +1433 -0
- package/generated-sqlite/models/Template.ts +1389 -0
- package/generated-sqlite/models/TemplateBlock.ts +1660 -0
- package/generated-sqlite/models/ThirdPartyDependency.ts +1471 -0
- package/generated-sqlite/models/UsageRecord.ts +1498 -0
- package/generated-sqlite/models/User.ts +13558 -0
- package/generated-sqlite/models/UserAgent.ts +1897 -0
- package/generated-sqlite/models/UserSkill.ts +1453 -0
- package/generated-sqlite/models/WebsiteBookmark.ts +2215 -0
- package/generated-sqlite/models/Workspace.ts +1824 -0
- package/generated-sqlite/models.ts +87 -0
- package/package.json +7 -3
- package/LICENSE +0 -661
|
@@ -0,0 +1,1548 @@
|
|
|
1
|
+
|
|
2
|
+
/* !!! This is code generated by Prisma. Do not edit directly. !!! */
|
|
3
|
+
/* eslint-disable */
|
|
4
|
+
// biome-ignore-all lint: generated file
|
|
5
|
+
// @ts-nocheck
|
|
6
|
+
/*
|
|
7
|
+
* This file exports the `ArtboardExport` model and its related types.
|
|
8
|
+
*
|
|
9
|
+
* 🟢 You can import this file directly.
|
|
10
|
+
*/
|
|
11
|
+
import type * as runtime from "@prisma/client/runtime/client"
|
|
12
|
+
import type * as $Enums from "../enums"
|
|
13
|
+
import type * as Prisma from "../internal/prismaNamespace"
|
|
14
|
+
|
|
15
|
+
/**
|
|
16
|
+
* Model ArtboardExport
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
export type ArtboardExportModel = runtime.Types.Result.DefaultSelection<Prisma.$ArtboardExportPayload>
|
|
20
|
+
|
|
21
|
+
export type AggregateArtboardExport = {
|
|
22
|
+
_count: ArtboardExportCountAggregateOutputType | null
|
|
23
|
+
_avg: ArtboardExportAvgAggregateOutputType | null
|
|
24
|
+
_sum: ArtboardExportSumAggregateOutputType | null
|
|
25
|
+
_min: ArtboardExportMinAggregateOutputType | null
|
|
26
|
+
_max: ArtboardExportMaxAggregateOutputType | null
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
export type ArtboardExportAvgAggregateOutputType = {
|
|
30
|
+
scale: number | null
|
|
31
|
+
width: number | null
|
|
32
|
+
height: number | null
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
export type ArtboardExportSumAggregateOutputType = {
|
|
36
|
+
scale: number | null
|
|
37
|
+
width: number | null
|
|
38
|
+
height: number | null
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
export type ArtboardExportMinAggregateOutputType = {
|
|
42
|
+
id: string | null
|
|
43
|
+
artboardId: string | null
|
|
44
|
+
layerName: string | null
|
|
45
|
+
layerId: string | null
|
|
46
|
+
scale: number | null
|
|
47
|
+
format: string | null
|
|
48
|
+
filePath: string | null
|
|
49
|
+
width: number | null
|
|
50
|
+
height: number | null
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
export type ArtboardExportMaxAggregateOutputType = {
|
|
54
|
+
id: string | null
|
|
55
|
+
artboardId: string | null
|
|
56
|
+
layerName: string | null
|
|
57
|
+
layerId: string | null
|
|
58
|
+
scale: number | null
|
|
59
|
+
format: string | null
|
|
60
|
+
filePath: string | null
|
|
61
|
+
width: number | null
|
|
62
|
+
height: number | null
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
export type ArtboardExportCountAggregateOutputType = {
|
|
66
|
+
id: number
|
|
67
|
+
artboardId: number
|
|
68
|
+
layerName: number
|
|
69
|
+
layerId: number
|
|
70
|
+
scale: number
|
|
71
|
+
format: number
|
|
72
|
+
filePath: number
|
|
73
|
+
width: number
|
|
74
|
+
height: number
|
|
75
|
+
_all: number
|
|
76
|
+
}
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
export type ArtboardExportAvgAggregateInputType = {
|
|
80
|
+
scale?: true
|
|
81
|
+
width?: true
|
|
82
|
+
height?: true
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
export type ArtboardExportSumAggregateInputType = {
|
|
86
|
+
scale?: true
|
|
87
|
+
width?: true
|
|
88
|
+
height?: true
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
export type ArtboardExportMinAggregateInputType = {
|
|
92
|
+
id?: true
|
|
93
|
+
artboardId?: true
|
|
94
|
+
layerName?: true
|
|
95
|
+
layerId?: true
|
|
96
|
+
scale?: true
|
|
97
|
+
format?: true
|
|
98
|
+
filePath?: true
|
|
99
|
+
width?: true
|
|
100
|
+
height?: true
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
export type ArtboardExportMaxAggregateInputType = {
|
|
104
|
+
id?: true
|
|
105
|
+
artboardId?: true
|
|
106
|
+
layerName?: true
|
|
107
|
+
layerId?: true
|
|
108
|
+
scale?: true
|
|
109
|
+
format?: true
|
|
110
|
+
filePath?: true
|
|
111
|
+
width?: true
|
|
112
|
+
height?: true
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
export type ArtboardExportCountAggregateInputType = {
|
|
116
|
+
id?: true
|
|
117
|
+
artboardId?: true
|
|
118
|
+
layerName?: true
|
|
119
|
+
layerId?: true
|
|
120
|
+
scale?: true
|
|
121
|
+
format?: true
|
|
122
|
+
filePath?: true
|
|
123
|
+
width?: true
|
|
124
|
+
height?: true
|
|
125
|
+
_all?: true
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
export type ArtboardExportAggregateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
129
|
+
/**
|
|
130
|
+
* Filter which ArtboardExport to aggregate.
|
|
131
|
+
*/
|
|
132
|
+
where?: Prisma.ArtboardExportWhereInput
|
|
133
|
+
/**
|
|
134
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
135
|
+
*
|
|
136
|
+
* Determine the order of ArtboardExports to fetch.
|
|
137
|
+
*/
|
|
138
|
+
orderBy?: Prisma.ArtboardExportOrderByWithRelationInput | Prisma.ArtboardExportOrderByWithRelationInput[]
|
|
139
|
+
/**
|
|
140
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
141
|
+
*
|
|
142
|
+
* Sets the start position
|
|
143
|
+
*/
|
|
144
|
+
cursor?: Prisma.ArtboardExportWhereUniqueInput
|
|
145
|
+
/**
|
|
146
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
147
|
+
*
|
|
148
|
+
* Take `±n` ArtboardExports from the position of the cursor.
|
|
149
|
+
*/
|
|
150
|
+
take?: number
|
|
151
|
+
/**
|
|
152
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
153
|
+
*
|
|
154
|
+
* Skip the first `n` ArtboardExports.
|
|
155
|
+
*/
|
|
156
|
+
skip?: number
|
|
157
|
+
/**
|
|
158
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
159
|
+
*
|
|
160
|
+
* Count returned ArtboardExports
|
|
161
|
+
**/
|
|
162
|
+
_count?: true | ArtboardExportCountAggregateInputType
|
|
163
|
+
/**
|
|
164
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
165
|
+
*
|
|
166
|
+
* Select which fields to average
|
|
167
|
+
**/
|
|
168
|
+
_avg?: ArtboardExportAvgAggregateInputType
|
|
169
|
+
/**
|
|
170
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
171
|
+
*
|
|
172
|
+
* Select which fields to sum
|
|
173
|
+
**/
|
|
174
|
+
_sum?: ArtboardExportSumAggregateInputType
|
|
175
|
+
/**
|
|
176
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
177
|
+
*
|
|
178
|
+
* Select which fields to find the minimum value
|
|
179
|
+
**/
|
|
180
|
+
_min?: ArtboardExportMinAggregateInputType
|
|
181
|
+
/**
|
|
182
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/aggregations Aggregation Docs}
|
|
183
|
+
*
|
|
184
|
+
* Select which fields to find the maximum value
|
|
185
|
+
**/
|
|
186
|
+
_max?: ArtboardExportMaxAggregateInputType
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
export type GetArtboardExportAggregateType<T extends ArtboardExportAggregateArgs> = {
|
|
190
|
+
[P in keyof T & keyof AggregateArtboardExport]: P extends '_count' | 'count'
|
|
191
|
+
? T[P] extends true
|
|
192
|
+
? number
|
|
193
|
+
: Prisma.GetScalarType<T[P], AggregateArtboardExport[P]>
|
|
194
|
+
: Prisma.GetScalarType<T[P], AggregateArtboardExport[P]>
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
|
|
199
|
+
|
|
200
|
+
export type ArtboardExportGroupByArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
201
|
+
where?: Prisma.ArtboardExportWhereInput
|
|
202
|
+
orderBy?: Prisma.ArtboardExportOrderByWithAggregationInput | Prisma.ArtboardExportOrderByWithAggregationInput[]
|
|
203
|
+
by: Prisma.ArtboardExportScalarFieldEnum[] | Prisma.ArtboardExportScalarFieldEnum
|
|
204
|
+
having?: Prisma.ArtboardExportScalarWhereWithAggregatesInput
|
|
205
|
+
take?: number
|
|
206
|
+
skip?: number
|
|
207
|
+
_count?: ArtboardExportCountAggregateInputType | true
|
|
208
|
+
_avg?: ArtboardExportAvgAggregateInputType
|
|
209
|
+
_sum?: ArtboardExportSumAggregateInputType
|
|
210
|
+
_min?: ArtboardExportMinAggregateInputType
|
|
211
|
+
_max?: ArtboardExportMaxAggregateInputType
|
|
212
|
+
}
|
|
213
|
+
|
|
214
|
+
export type ArtboardExportGroupByOutputType = {
|
|
215
|
+
id: string
|
|
216
|
+
artboardId: string
|
|
217
|
+
layerName: string
|
|
218
|
+
layerId: string
|
|
219
|
+
scale: number
|
|
220
|
+
format: string
|
|
221
|
+
filePath: string
|
|
222
|
+
width: number
|
|
223
|
+
height: number
|
|
224
|
+
_count: ArtboardExportCountAggregateOutputType | null
|
|
225
|
+
_avg: ArtboardExportAvgAggregateOutputType | null
|
|
226
|
+
_sum: ArtboardExportSumAggregateOutputType | null
|
|
227
|
+
_min: ArtboardExportMinAggregateOutputType | null
|
|
228
|
+
_max: ArtboardExportMaxAggregateOutputType | null
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
export type GetArtboardExportGroupByPayload<T extends ArtboardExportGroupByArgs> = Prisma.PrismaPromise<
|
|
232
|
+
Array<
|
|
233
|
+
Prisma.PickEnumerable<ArtboardExportGroupByOutputType, T['by']> &
|
|
234
|
+
{
|
|
235
|
+
[P in ((keyof T) & (keyof ArtboardExportGroupByOutputType))]: P extends '_count'
|
|
236
|
+
? T[P] extends boolean
|
|
237
|
+
? number
|
|
238
|
+
: Prisma.GetScalarType<T[P], ArtboardExportGroupByOutputType[P]>
|
|
239
|
+
: Prisma.GetScalarType<T[P], ArtboardExportGroupByOutputType[P]>
|
|
240
|
+
}
|
|
241
|
+
>
|
|
242
|
+
>
|
|
243
|
+
|
|
244
|
+
|
|
245
|
+
|
|
246
|
+
export type ArtboardExportWhereInput = {
|
|
247
|
+
AND?: Prisma.ArtboardExportWhereInput | Prisma.ArtboardExportWhereInput[]
|
|
248
|
+
OR?: Prisma.ArtboardExportWhereInput[]
|
|
249
|
+
NOT?: Prisma.ArtboardExportWhereInput | Prisma.ArtboardExportWhereInput[]
|
|
250
|
+
id?: Prisma.StringFilter<"ArtboardExport"> | string
|
|
251
|
+
artboardId?: Prisma.StringFilter<"ArtboardExport"> | string
|
|
252
|
+
layerName?: Prisma.StringFilter<"ArtboardExport"> | string
|
|
253
|
+
layerId?: Prisma.StringFilter<"ArtboardExport"> | string
|
|
254
|
+
scale?: Prisma.IntFilter<"ArtboardExport"> | number
|
|
255
|
+
format?: Prisma.StringFilter<"ArtboardExport"> | string
|
|
256
|
+
filePath?: Prisma.StringFilter<"ArtboardExport"> | string
|
|
257
|
+
width?: Prisma.IntFilter<"ArtboardExport"> | number
|
|
258
|
+
height?: Prisma.IntFilter<"ArtboardExport"> | number
|
|
259
|
+
artboard?: Prisma.XOR<Prisma.ArtboardScalarRelationFilter, Prisma.ArtboardWhereInput>
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
export type ArtboardExportOrderByWithRelationInput = {
|
|
263
|
+
id?: Prisma.SortOrder
|
|
264
|
+
artboardId?: Prisma.SortOrder
|
|
265
|
+
layerName?: Prisma.SortOrder
|
|
266
|
+
layerId?: Prisma.SortOrder
|
|
267
|
+
scale?: Prisma.SortOrder
|
|
268
|
+
format?: Prisma.SortOrder
|
|
269
|
+
filePath?: Prisma.SortOrder
|
|
270
|
+
width?: Prisma.SortOrder
|
|
271
|
+
height?: Prisma.SortOrder
|
|
272
|
+
artboard?: Prisma.ArtboardOrderByWithRelationInput
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
export type ArtboardExportWhereUniqueInput = Prisma.AtLeast<{
|
|
276
|
+
id?: string
|
|
277
|
+
artboardId_layerId_scale?: Prisma.ArtboardExportArtboardIdLayerIdScaleCompoundUniqueInput
|
|
278
|
+
AND?: Prisma.ArtboardExportWhereInput | Prisma.ArtboardExportWhereInput[]
|
|
279
|
+
OR?: Prisma.ArtboardExportWhereInput[]
|
|
280
|
+
NOT?: Prisma.ArtboardExportWhereInput | Prisma.ArtboardExportWhereInput[]
|
|
281
|
+
artboardId?: Prisma.StringFilter<"ArtboardExport"> | string
|
|
282
|
+
layerName?: Prisma.StringFilter<"ArtboardExport"> | string
|
|
283
|
+
layerId?: Prisma.StringFilter<"ArtboardExport"> | string
|
|
284
|
+
scale?: Prisma.IntFilter<"ArtboardExport"> | number
|
|
285
|
+
format?: Prisma.StringFilter<"ArtboardExport"> | string
|
|
286
|
+
filePath?: Prisma.StringFilter<"ArtboardExport"> | string
|
|
287
|
+
width?: Prisma.IntFilter<"ArtboardExport"> | number
|
|
288
|
+
height?: Prisma.IntFilter<"ArtboardExport"> | number
|
|
289
|
+
artboard?: Prisma.XOR<Prisma.ArtboardScalarRelationFilter, Prisma.ArtboardWhereInput>
|
|
290
|
+
}, "id" | "artboardId_layerId_scale">
|
|
291
|
+
|
|
292
|
+
export type ArtboardExportOrderByWithAggregationInput = {
|
|
293
|
+
id?: Prisma.SortOrder
|
|
294
|
+
artboardId?: Prisma.SortOrder
|
|
295
|
+
layerName?: Prisma.SortOrder
|
|
296
|
+
layerId?: Prisma.SortOrder
|
|
297
|
+
scale?: Prisma.SortOrder
|
|
298
|
+
format?: Prisma.SortOrder
|
|
299
|
+
filePath?: Prisma.SortOrder
|
|
300
|
+
width?: Prisma.SortOrder
|
|
301
|
+
height?: Prisma.SortOrder
|
|
302
|
+
_count?: Prisma.ArtboardExportCountOrderByAggregateInput
|
|
303
|
+
_avg?: Prisma.ArtboardExportAvgOrderByAggregateInput
|
|
304
|
+
_max?: Prisma.ArtboardExportMaxOrderByAggregateInput
|
|
305
|
+
_min?: Prisma.ArtboardExportMinOrderByAggregateInput
|
|
306
|
+
_sum?: Prisma.ArtboardExportSumOrderByAggregateInput
|
|
307
|
+
}
|
|
308
|
+
|
|
309
|
+
export type ArtboardExportScalarWhereWithAggregatesInput = {
|
|
310
|
+
AND?: Prisma.ArtboardExportScalarWhereWithAggregatesInput | Prisma.ArtboardExportScalarWhereWithAggregatesInput[]
|
|
311
|
+
OR?: Prisma.ArtboardExportScalarWhereWithAggregatesInput[]
|
|
312
|
+
NOT?: Prisma.ArtboardExportScalarWhereWithAggregatesInput | Prisma.ArtboardExportScalarWhereWithAggregatesInput[]
|
|
313
|
+
id?: Prisma.StringWithAggregatesFilter<"ArtboardExport"> | string
|
|
314
|
+
artboardId?: Prisma.StringWithAggregatesFilter<"ArtboardExport"> | string
|
|
315
|
+
layerName?: Prisma.StringWithAggregatesFilter<"ArtboardExport"> | string
|
|
316
|
+
layerId?: Prisma.StringWithAggregatesFilter<"ArtboardExport"> | string
|
|
317
|
+
scale?: Prisma.IntWithAggregatesFilter<"ArtboardExport"> | number
|
|
318
|
+
format?: Prisma.StringWithAggregatesFilter<"ArtboardExport"> | string
|
|
319
|
+
filePath?: Prisma.StringWithAggregatesFilter<"ArtboardExport"> | string
|
|
320
|
+
width?: Prisma.IntWithAggregatesFilter<"ArtboardExport"> | number
|
|
321
|
+
height?: Prisma.IntWithAggregatesFilter<"ArtboardExport"> | number
|
|
322
|
+
}
|
|
323
|
+
|
|
324
|
+
export type ArtboardExportCreateInput = {
|
|
325
|
+
id?: string
|
|
326
|
+
layerName: string
|
|
327
|
+
layerId: string
|
|
328
|
+
scale: number
|
|
329
|
+
format?: string
|
|
330
|
+
filePath: string
|
|
331
|
+
width: number
|
|
332
|
+
height: number
|
|
333
|
+
artboard: Prisma.ArtboardCreateNestedOneWithoutExportsInput
|
|
334
|
+
}
|
|
335
|
+
|
|
336
|
+
export type ArtboardExportUncheckedCreateInput = {
|
|
337
|
+
id?: string
|
|
338
|
+
artboardId: string
|
|
339
|
+
layerName: string
|
|
340
|
+
layerId: string
|
|
341
|
+
scale: number
|
|
342
|
+
format?: string
|
|
343
|
+
filePath: string
|
|
344
|
+
width: number
|
|
345
|
+
height: number
|
|
346
|
+
}
|
|
347
|
+
|
|
348
|
+
export type ArtboardExportUpdateInput = {
|
|
349
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
350
|
+
layerName?: Prisma.StringFieldUpdateOperationsInput | string
|
|
351
|
+
layerId?: Prisma.StringFieldUpdateOperationsInput | string
|
|
352
|
+
scale?: Prisma.IntFieldUpdateOperationsInput | number
|
|
353
|
+
format?: Prisma.StringFieldUpdateOperationsInput | string
|
|
354
|
+
filePath?: Prisma.StringFieldUpdateOperationsInput | string
|
|
355
|
+
width?: Prisma.IntFieldUpdateOperationsInput | number
|
|
356
|
+
height?: Prisma.IntFieldUpdateOperationsInput | number
|
|
357
|
+
artboard?: Prisma.ArtboardUpdateOneRequiredWithoutExportsNestedInput
|
|
358
|
+
}
|
|
359
|
+
|
|
360
|
+
export type ArtboardExportUncheckedUpdateInput = {
|
|
361
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
362
|
+
artboardId?: Prisma.StringFieldUpdateOperationsInput | string
|
|
363
|
+
layerName?: Prisma.StringFieldUpdateOperationsInput | string
|
|
364
|
+
layerId?: Prisma.StringFieldUpdateOperationsInput | string
|
|
365
|
+
scale?: Prisma.IntFieldUpdateOperationsInput | number
|
|
366
|
+
format?: Prisma.StringFieldUpdateOperationsInput | string
|
|
367
|
+
filePath?: Prisma.StringFieldUpdateOperationsInput | string
|
|
368
|
+
width?: Prisma.IntFieldUpdateOperationsInput | number
|
|
369
|
+
height?: Prisma.IntFieldUpdateOperationsInput | number
|
|
370
|
+
}
|
|
371
|
+
|
|
372
|
+
export type ArtboardExportCreateManyInput = {
|
|
373
|
+
id?: string
|
|
374
|
+
artboardId: string
|
|
375
|
+
layerName: string
|
|
376
|
+
layerId: string
|
|
377
|
+
scale: number
|
|
378
|
+
format?: string
|
|
379
|
+
filePath: string
|
|
380
|
+
width: number
|
|
381
|
+
height: number
|
|
382
|
+
}
|
|
383
|
+
|
|
384
|
+
export type ArtboardExportUpdateManyMutationInput = {
|
|
385
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
386
|
+
layerName?: Prisma.StringFieldUpdateOperationsInput | string
|
|
387
|
+
layerId?: Prisma.StringFieldUpdateOperationsInput | string
|
|
388
|
+
scale?: Prisma.IntFieldUpdateOperationsInput | number
|
|
389
|
+
format?: Prisma.StringFieldUpdateOperationsInput | string
|
|
390
|
+
filePath?: Prisma.StringFieldUpdateOperationsInput | string
|
|
391
|
+
width?: Prisma.IntFieldUpdateOperationsInput | number
|
|
392
|
+
height?: Prisma.IntFieldUpdateOperationsInput | number
|
|
393
|
+
}
|
|
394
|
+
|
|
395
|
+
export type ArtboardExportUncheckedUpdateManyInput = {
|
|
396
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
397
|
+
artboardId?: Prisma.StringFieldUpdateOperationsInput | string
|
|
398
|
+
layerName?: Prisma.StringFieldUpdateOperationsInput | string
|
|
399
|
+
layerId?: Prisma.StringFieldUpdateOperationsInput | string
|
|
400
|
+
scale?: Prisma.IntFieldUpdateOperationsInput | number
|
|
401
|
+
format?: Prisma.StringFieldUpdateOperationsInput | string
|
|
402
|
+
filePath?: Prisma.StringFieldUpdateOperationsInput | string
|
|
403
|
+
width?: Prisma.IntFieldUpdateOperationsInput | number
|
|
404
|
+
height?: Prisma.IntFieldUpdateOperationsInput | number
|
|
405
|
+
}
|
|
406
|
+
|
|
407
|
+
export type ArtboardExportListRelationFilter = {
|
|
408
|
+
every?: Prisma.ArtboardExportWhereInput
|
|
409
|
+
some?: Prisma.ArtboardExportWhereInput
|
|
410
|
+
none?: Prisma.ArtboardExportWhereInput
|
|
411
|
+
}
|
|
412
|
+
|
|
413
|
+
export type ArtboardExportOrderByRelationAggregateInput = {
|
|
414
|
+
_count?: Prisma.SortOrder
|
|
415
|
+
}
|
|
416
|
+
|
|
417
|
+
export type ArtboardExportArtboardIdLayerIdScaleCompoundUniqueInput = {
|
|
418
|
+
artboardId: string
|
|
419
|
+
layerId: string
|
|
420
|
+
scale: number
|
|
421
|
+
}
|
|
422
|
+
|
|
423
|
+
export type ArtboardExportCountOrderByAggregateInput = {
|
|
424
|
+
id?: Prisma.SortOrder
|
|
425
|
+
artboardId?: Prisma.SortOrder
|
|
426
|
+
layerName?: Prisma.SortOrder
|
|
427
|
+
layerId?: Prisma.SortOrder
|
|
428
|
+
scale?: Prisma.SortOrder
|
|
429
|
+
format?: Prisma.SortOrder
|
|
430
|
+
filePath?: Prisma.SortOrder
|
|
431
|
+
width?: Prisma.SortOrder
|
|
432
|
+
height?: Prisma.SortOrder
|
|
433
|
+
}
|
|
434
|
+
|
|
435
|
+
export type ArtboardExportAvgOrderByAggregateInput = {
|
|
436
|
+
scale?: Prisma.SortOrder
|
|
437
|
+
width?: Prisma.SortOrder
|
|
438
|
+
height?: Prisma.SortOrder
|
|
439
|
+
}
|
|
440
|
+
|
|
441
|
+
export type ArtboardExportMaxOrderByAggregateInput = {
|
|
442
|
+
id?: Prisma.SortOrder
|
|
443
|
+
artboardId?: Prisma.SortOrder
|
|
444
|
+
layerName?: Prisma.SortOrder
|
|
445
|
+
layerId?: Prisma.SortOrder
|
|
446
|
+
scale?: Prisma.SortOrder
|
|
447
|
+
format?: Prisma.SortOrder
|
|
448
|
+
filePath?: Prisma.SortOrder
|
|
449
|
+
width?: Prisma.SortOrder
|
|
450
|
+
height?: Prisma.SortOrder
|
|
451
|
+
}
|
|
452
|
+
|
|
453
|
+
export type ArtboardExportMinOrderByAggregateInput = {
|
|
454
|
+
id?: Prisma.SortOrder
|
|
455
|
+
artboardId?: Prisma.SortOrder
|
|
456
|
+
layerName?: Prisma.SortOrder
|
|
457
|
+
layerId?: Prisma.SortOrder
|
|
458
|
+
scale?: Prisma.SortOrder
|
|
459
|
+
format?: Prisma.SortOrder
|
|
460
|
+
filePath?: Prisma.SortOrder
|
|
461
|
+
width?: Prisma.SortOrder
|
|
462
|
+
height?: Prisma.SortOrder
|
|
463
|
+
}
|
|
464
|
+
|
|
465
|
+
export type ArtboardExportSumOrderByAggregateInput = {
|
|
466
|
+
scale?: Prisma.SortOrder
|
|
467
|
+
width?: Prisma.SortOrder
|
|
468
|
+
height?: Prisma.SortOrder
|
|
469
|
+
}
|
|
470
|
+
|
|
471
|
+
export type ArtboardExportCreateNestedManyWithoutArtboardInput = {
|
|
472
|
+
create?: Prisma.XOR<Prisma.ArtboardExportCreateWithoutArtboardInput, Prisma.ArtboardExportUncheckedCreateWithoutArtboardInput> | Prisma.ArtboardExportCreateWithoutArtboardInput[] | Prisma.ArtboardExportUncheckedCreateWithoutArtboardInput[]
|
|
473
|
+
connectOrCreate?: Prisma.ArtboardExportCreateOrConnectWithoutArtboardInput | Prisma.ArtboardExportCreateOrConnectWithoutArtboardInput[]
|
|
474
|
+
createMany?: Prisma.ArtboardExportCreateManyArtboardInputEnvelope
|
|
475
|
+
connect?: Prisma.ArtboardExportWhereUniqueInput | Prisma.ArtboardExportWhereUniqueInput[]
|
|
476
|
+
}
|
|
477
|
+
|
|
478
|
+
export type ArtboardExportUncheckedCreateNestedManyWithoutArtboardInput = {
|
|
479
|
+
create?: Prisma.XOR<Prisma.ArtboardExportCreateWithoutArtboardInput, Prisma.ArtboardExportUncheckedCreateWithoutArtboardInput> | Prisma.ArtboardExportCreateWithoutArtboardInput[] | Prisma.ArtboardExportUncheckedCreateWithoutArtboardInput[]
|
|
480
|
+
connectOrCreate?: Prisma.ArtboardExportCreateOrConnectWithoutArtboardInput | Prisma.ArtboardExportCreateOrConnectWithoutArtboardInput[]
|
|
481
|
+
createMany?: Prisma.ArtboardExportCreateManyArtboardInputEnvelope
|
|
482
|
+
connect?: Prisma.ArtboardExportWhereUniqueInput | Prisma.ArtboardExportWhereUniqueInput[]
|
|
483
|
+
}
|
|
484
|
+
|
|
485
|
+
export type ArtboardExportUpdateManyWithoutArtboardNestedInput = {
|
|
486
|
+
create?: Prisma.XOR<Prisma.ArtboardExportCreateWithoutArtboardInput, Prisma.ArtboardExportUncheckedCreateWithoutArtboardInput> | Prisma.ArtboardExportCreateWithoutArtboardInput[] | Prisma.ArtboardExportUncheckedCreateWithoutArtboardInput[]
|
|
487
|
+
connectOrCreate?: Prisma.ArtboardExportCreateOrConnectWithoutArtboardInput | Prisma.ArtboardExportCreateOrConnectWithoutArtboardInput[]
|
|
488
|
+
upsert?: Prisma.ArtboardExportUpsertWithWhereUniqueWithoutArtboardInput | Prisma.ArtboardExportUpsertWithWhereUniqueWithoutArtboardInput[]
|
|
489
|
+
createMany?: Prisma.ArtboardExportCreateManyArtboardInputEnvelope
|
|
490
|
+
set?: Prisma.ArtboardExportWhereUniqueInput | Prisma.ArtboardExportWhereUniqueInput[]
|
|
491
|
+
disconnect?: Prisma.ArtboardExportWhereUniqueInput | Prisma.ArtboardExportWhereUniqueInput[]
|
|
492
|
+
delete?: Prisma.ArtboardExportWhereUniqueInput | Prisma.ArtboardExportWhereUniqueInput[]
|
|
493
|
+
connect?: Prisma.ArtboardExportWhereUniqueInput | Prisma.ArtboardExportWhereUniqueInput[]
|
|
494
|
+
update?: Prisma.ArtboardExportUpdateWithWhereUniqueWithoutArtboardInput | Prisma.ArtboardExportUpdateWithWhereUniqueWithoutArtboardInput[]
|
|
495
|
+
updateMany?: Prisma.ArtboardExportUpdateManyWithWhereWithoutArtboardInput | Prisma.ArtboardExportUpdateManyWithWhereWithoutArtboardInput[]
|
|
496
|
+
deleteMany?: Prisma.ArtboardExportScalarWhereInput | Prisma.ArtboardExportScalarWhereInput[]
|
|
497
|
+
}
|
|
498
|
+
|
|
499
|
+
export type ArtboardExportUncheckedUpdateManyWithoutArtboardNestedInput = {
|
|
500
|
+
create?: Prisma.XOR<Prisma.ArtboardExportCreateWithoutArtboardInput, Prisma.ArtboardExportUncheckedCreateWithoutArtboardInput> | Prisma.ArtboardExportCreateWithoutArtboardInput[] | Prisma.ArtboardExportUncheckedCreateWithoutArtboardInput[]
|
|
501
|
+
connectOrCreate?: Prisma.ArtboardExportCreateOrConnectWithoutArtboardInput | Prisma.ArtboardExportCreateOrConnectWithoutArtboardInput[]
|
|
502
|
+
upsert?: Prisma.ArtboardExportUpsertWithWhereUniqueWithoutArtboardInput | Prisma.ArtboardExportUpsertWithWhereUniqueWithoutArtboardInput[]
|
|
503
|
+
createMany?: Prisma.ArtboardExportCreateManyArtboardInputEnvelope
|
|
504
|
+
set?: Prisma.ArtboardExportWhereUniqueInput | Prisma.ArtboardExportWhereUniqueInput[]
|
|
505
|
+
disconnect?: Prisma.ArtboardExportWhereUniqueInput | Prisma.ArtboardExportWhereUniqueInput[]
|
|
506
|
+
delete?: Prisma.ArtboardExportWhereUniqueInput | Prisma.ArtboardExportWhereUniqueInput[]
|
|
507
|
+
connect?: Prisma.ArtboardExportWhereUniqueInput | Prisma.ArtboardExportWhereUniqueInput[]
|
|
508
|
+
update?: Prisma.ArtboardExportUpdateWithWhereUniqueWithoutArtboardInput | Prisma.ArtboardExportUpdateWithWhereUniqueWithoutArtboardInput[]
|
|
509
|
+
updateMany?: Prisma.ArtboardExportUpdateManyWithWhereWithoutArtboardInput | Prisma.ArtboardExportUpdateManyWithWhereWithoutArtboardInput[]
|
|
510
|
+
deleteMany?: Prisma.ArtboardExportScalarWhereInput | Prisma.ArtboardExportScalarWhereInput[]
|
|
511
|
+
}
|
|
512
|
+
|
|
513
|
+
export type ArtboardExportCreateWithoutArtboardInput = {
|
|
514
|
+
id?: string
|
|
515
|
+
layerName: string
|
|
516
|
+
layerId: string
|
|
517
|
+
scale: number
|
|
518
|
+
format?: string
|
|
519
|
+
filePath: string
|
|
520
|
+
width: number
|
|
521
|
+
height: number
|
|
522
|
+
}
|
|
523
|
+
|
|
524
|
+
export type ArtboardExportUncheckedCreateWithoutArtboardInput = {
|
|
525
|
+
id?: string
|
|
526
|
+
layerName: string
|
|
527
|
+
layerId: string
|
|
528
|
+
scale: number
|
|
529
|
+
format?: string
|
|
530
|
+
filePath: string
|
|
531
|
+
width: number
|
|
532
|
+
height: number
|
|
533
|
+
}
|
|
534
|
+
|
|
535
|
+
export type ArtboardExportCreateOrConnectWithoutArtboardInput = {
|
|
536
|
+
where: Prisma.ArtboardExportWhereUniqueInput
|
|
537
|
+
create: Prisma.XOR<Prisma.ArtboardExportCreateWithoutArtboardInput, Prisma.ArtboardExportUncheckedCreateWithoutArtboardInput>
|
|
538
|
+
}
|
|
539
|
+
|
|
540
|
+
export type ArtboardExportCreateManyArtboardInputEnvelope = {
|
|
541
|
+
data: Prisma.ArtboardExportCreateManyArtboardInput | Prisma.ArtboardExportCreateManyArtboardInput[]
|
|
542
|
+
skipDuplicates?: boolean
|
|
543
|
+
}
|
|
544
|
+
|
|
545
|
+
export type ArtboardExportUpsertWithWhereUniqueWithoutArtboardInput = {
|
|
546
|
+
where: Prisma.ArtboardExportWhereUniqueInput
|
|
547
|
+
update: Prisma.XOR<Prisma.ArtboardExportUpdateWithoutArtboardInput, Prisma.ArtboardExportUncheckedUpdateWithoutArtboardInput>
|
|
548
|
+
create: Prisma.XOR<Prisma.ArtboardExportCreateWithoutArtboardInput, Prisma.ArtboardExportUncheckedCreateWithoutArtboardInput>
|
|
549
|
+
}
|
|
550
|
+
|
|
551
|
+
export type ArtboardExportUpdateWithWhereUniqueWithoutArtboardInput = {
|
|
552
|
+
where: Prisma.ArtboardExportWhereUniqueInput
|
|
553
|
+
data: Prisma.XOR<Prisma.ArtboardExportUpdateWithoutArtboardInput, Prisma.ArtboardExportUncheckedUpdateWithoutArtboardInput>
|
|
554
|
+
}
|
|
555
|
+
|
|
556
|
+
export type ArtboardExportUpdateManyWithWhereWithoutArtboardInput = {
|
|
557
|
+
where: Prisma.ArtboardExportScalarWhereInput
|
|
558
|
+
data: Prisma.XOR<Prisma.ArtboardExportUpdateManyMutationInput, Prisma.ArtboardExportUncheckedUpdateManyWithoutArtboardInput>
|
|
559
|
+
}
|
|
560
|
+
|
|
561
|
+
export type ArtboardExportScalarWhereInput = {
|
|
562
|
+
AND?: Prisma.ArtboardExportScalarWhereInput | Prisma.ArtboardExportScalarWhereInput[]
|
|
563
|
+
OR?: Prisma.ArtboardExportScalarWhereInput[]
|
|
564
|
+
NOT?: Prisma.ArtboardExportScalarWhereInput | Prisma.ArtboardExportScalarWhereInput[]
|
|
565
|
+
id?: Prisma.StringFilter<"ArtboardExport"> | string
|
|
566
|
+
artboardId?: Prisma.StringFilter<"ArtboardExport"> | string
|
|
567
|
+
layerName?: Prisma.StringFilter<"ArtboardExport"> | string
|
|
568
|
+
layerId?: Prisma.StringFilter<"ArtboardExport"> | string
|
|
569
|
+
scale?: Prisma.IntFilter<"ArtboardExport"> | number
|
|
570
|
+
format?: Prisma.StringFilter<"ArtboardExport"> | string
|
|
571
|
+
filePath?: Prisma.StringFilter<"ArtboardExport"> | string
|
|
572
|
+
width?: Prisma.IntFilter<"ArtboardExport"> | number
|
|
573
|
+
height?: Prisma.IntFilter<"ArtboardExport"> | number
|
|
574
|
+
}
|
|
575
|
+
|
|
576
|
+
export type ArtboardExportCreateManyArtboardInput = {
|
|
577
|
+
id?: string
|
|
578
|
+
layerName: string
|
|
579
|
+
layerId: string
|
|
580
|
+
scale: number
|
|
581
|
+
format?: string
|
|
582
|
+
filePath: string
|
|
583
|
+
width: number
|
|
584
|
+
height: number
|
|
585
|
+
}
|
|
586
|
+
|
|
587
|
+
export type ArtboardExportUpdateWithoutArtboardInput = {
|
|
588
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
589
|
+
layerName?: Prisma.StringFieldUpdateOperationsInput | string
|
|
590
|
+
layerId?: Prisma.StringFieldUpdateOperationsInput | string
|
|
591
|
+
scale?: Prisma.IntFieldUpdateOperationsInput | number
|
|
592
|
+
format?: Prisma.StringFieldUpdateOperationsInput | string
|
|
593
|
+
filePath?: Prisma.StringFieldUpdateOperationsInput | string
|
|
594
|
+
width?: Prisma.IntFieldUpdateOperationsInput | number
|
|
595
|
+
height?: Prisma.IntFieldUpdateOperationsInput | number
|
|
596
|
+
}
|
|
597
|
+
|
|
598
|
+
export type ArtboardExportUncheckedUpdateWithoutArtboardInput = {
|
|
599
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
600
|
+
layerName?: Prisma.StringFieldUpdateOperationsInput | string
|
|
601
|
+
layerId?: Prisma.StringFieldUpdateOperationsInput | string
|
|
602
|
+
scale?: Prisma.IntFieldUpdateOperationsInput | number
|
|
603
|
+
format?: Prisma.StringFieldUpdateOperationsInput | string
|
|
604
|
+
filePath?: Prisma.StringFieldUpdateOperationsInput | string
|
|
605
|
+
width?: Prisma.IntFieldUpdateOperationsInput | number
|
|
606
|
+
height?: Prisma.IntFieldUpdateOperationsInput | number
|
|
607
|
+
}
|
|
608
|
+
|
|
609
|
+
export type ArtboardExportUncheckedUpdateManyWithoutArtboardInput = {
|
|
610
|
+
id?: Prisma.StringFieldUpdateOperationsInput | string
|
|
611
|
+
layerName?: Prisma.StringFieldUpdateOperationsInput | string
|
|
612
|
+
layerId?: Prisma.StringFieldUpdateOperationsInput | string
|
|
613
|
+
scale?: Prisma.IntFieldUpdateOperationsInput | number
|
|
614
|
+
format?: Prisma.StringFieldUpdateOperationsInput | string
|
|
615
|
+
filePath?: Prisma.StringFieldUpdateOperationsInput | string
|
|
616
|
+
width?: Prisma.IntFieldUpdateOperationsInput | number
|
|
617
|
+
height?: Prisma.IntFieldUpdateOperationsInput | number
|
|
618
|
+
}
|
|
619
|
+
|
|
620
|
+
|
|
621
|
+
|
|
622
|
+
export type ArtboardExportSelect<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
623
|
+
id?: boolean
|
|
624
|
+
artboardId?: boolean
|
|
625
|
+
layerName?: boolean
|
|
626
|
+
layerId?: boolean
|
|
627
|
+
scale?: boolean
|
|
628
|
+
format?: boolean
|
|
629
|
+
filePath?: boolean
|
|
630
|
+
width?: boolean
|
|
631
|
+
height?: boolean
|
|
632
|
+
artboard?: boolean | Prisma.ArtboardDefaultArgs<ExtArgs>
|
|
633
|
+
}, ExtArgs["result"]["artboardExport"]>
|
|
634
|
+
|
|
635
|
+
export type ArtboardExportSelectCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
636
|
+
id?: boolean
|
|
637
|
+
artboardId?: boolean
|
|
638
|
+
layerName?: boolean
|
|
639
|
+
layerId?: boolean
|
|
640
|
+
scale?: boolean
|
|
641
|
+
format?: boolean
|
|
642
|
+
filePath?: boolean
|
|
643
|
+
width?: boolean
|
|
644
|
+
height?: boolean
|
|
645
|
+
artboard?: boolean | Prisma.ArtboardDefaultArgs<ExtArgs>
|
|
646
|
+
}, ExtArgs["result"]["artboardExport"]>
|
|
647
|
+
|
|
648
|
+
export type ArtboardExportSelectUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetSelect<{
|
|
649
|
+
id?: boolean
|
|
650
|
+
artboardId?: boolean
|
|
651
|
+
layerName?: boolean
|
|
652
|
+
layerId?: boolean
|
|
653
|
+
scale?: boolean
|
|
654
|
+
format?: boolean
|
|
655
|
+
filePath?: boolean
|
|
656
|
+
width?: boolean
|
|
657
|
+
height?: boolean
|
|
658
|
+
artboard?: boolean | Prisma.ArtboardDefaultArgs<ExtArgs>
|
|
659
|
+
}, ExtArgs["result"]["artboardExport"]>
|
|
660
|
+
|
|
661
|
+
export type ArtboardExportSelectScalar = {
|
|
662
|
+
id?: boolean
|
|
663
|
+
artboardId?: boolean
|
|
664
|
+
layerName?: boolean
|
|
665
|
+
layerId?: boolean
|
|
666
|
+
scale?: boolean
|
|
667
|
+
format?: boolean
|
|
668
|
+
filePath?: boolean
|
|
669
|
+
width?: boolean
|
|
670
|
+
height?: boolean
|
|
671
|
+
}
|
|
672
|
+
|
|
673
|
+
export type ArtboardExportOmit<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = runtime.Types.Extensions.GetOmit<"id" | "artboardId" | "layerName" | "layerId" | "scale" | "format" | "filePath" | "width" | "height", ExtArgs["result"]["artboardExport"]>
|
|
674
|
+
export type ArtboardExportInclude<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
675
|
+
artboard?: boolean | Prisma.ArtboardDefaultArgs<ExtArgs>
|
|
676
|
+
}
|
|
677
|
+
export type ArtboardExportIncludeCreateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
678
|
+
artboard?: boolean | Prisma.ArtboardDefaultArgs<ExtArgs>
|
|
679
|
+
}
|
|
680
|
+
export type ArtboardExportIncludeUpdateManyAndReturn<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
681
|
+
artboard?: boolean | Prisma.ArtboardDefaultArgs<ExtArgs>
|
|
682
|
+
}
|
|
683
|
+
|
|
684
|
+
export type $ArtboardExportPayload<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
685
|
+
name: "ArtboardExport"
|
|
686
|
+
objects: {
|
|
687
|
+
artboard: Prisma.$ArtboardPayload<ExtArgs>
|
|
688
|
+
}
|
|
689
|
+
scalars: runtime.Types.Extensions.GetPayloadResult<{
|
|
690
|
+
id: string
|
|
691
|
+
artboardId: string
|
|
692
|
+
layerName: string
|
|
693
|
+
layerId: string
|
|
694
|
+
scale: number
|
|
695
|
+
format: string
|
|
696
|
+
filePath: string
|
|
697
|
+
width: number
|
|
698
|
+
height: number
|
|
699
|
+
}, ExtArgs["result"]["artboardExport"]>
|
|
700
|
+
composites: {}
|
|
701
|
+
}
|
|
702
|
+
|
|
703
|
+
export type ArtboardExportGetPayload<S extends boolean | null | undefined | ArtboardExportDefaultArgs> = runtime.Types.Result.GetResult<Prisma.$ArtboardExportPayload, S>
|
|
704
|
+
|
|
705
|
+
export type ArtboardExportCountArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> =
|
|
706
|
+
Omit<ArtboardExportFindManyArgs, 'select' | 'include' | 'distinct' | 'omit'> & {
|
|
707
|
+
select?: ArtboardExportCountAggregateInputType | true
|
|
708
|
+
}
|
|
709
|
+
|
|
710
|
+
export interface ArtboardExportDelegate<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> {
|
|
711
|
+
[K: symbol]: { types: Prisma.TypeMap<ExtArgs>['model']['ArtboardExport'], meta: { name: 'ArtboardExport' } }
|
|
712
|
+
/**
|
|
713
|
+
* Find zero or one ArtboardExport that matches the filter.
|
|
714
|
+
* @param {ArtboardExportFindUniqueArgs} args - Arguments to find a ArtboardExport
|
|
715
|
+
* @example
|
|
716
|
+
* // Get one ArtboardExport
|
|
717
|
+
* const artboardExport = await prisma.artboardExport.findUnique({
|
|
718
|
+
* where: {
|
|
719
|
+
* // ... provide filter here
|
|
720
|
+
* }
|
|
721
|
+
* })
|
|
722
|
+
*/
|
|
723
|
+
findUnique<T extends ArtboardExportFindUniqueArgs>(args: Prisma.SelectSubset<T, ArtboardExportFindUniqueArgs<ExtArgs>>): Prisma.Prisma__ArtboardExportClient<runtime.Types.Result.GetResult<Prisma.$ArtboardExportPayload<ExtArgs>, T, "findUnique", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
|
|
724
|
+
|
|
725
|
+
/**
|
|
726
|
+
* Find one ArtboardExport that matches the filter or throw an error with `error.code='P2025'`
|
|
727
|
+
* if no matches were found.
|
|
728
|
+
* @param {ArtboardExportFindUniqueOrThrowArgs} args - Arguments to find a ArtboardExport
|
|
729
|
+
* @example
|
|
730
|
+
* // Get one ArtboardExport
|
|
731
|
+
* const artboardExport = await prisma.artboardExport.findUniqueOrThrow({
|
|
732
|
+
* where: {
|
|
733
|
+
* // ... provide filter here
|
|
734
|
+
* }
|
|
735
|
+
* })
|
|
736
|
+
*/
|
|
737
|
+
findUniqueOrThrow<T extends ArtboardExportFindUniqueOrThrowArgs>(args: Prisma.SelectSubset<T, ArtboardExportFindUniqueOrThrowArgs<ExtArgs>>): Prisma.Prisma__ArtboardExportClient<runtime.Types.Result.GetResult<Prisma.$ArtboardExportPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
738
|
+
|
|
739
|
+
/**
|
|
740
|
+
* Find the first ArtboardExport that matches the filter.
|
|
741
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
742
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
743
|
+
* @param {ArtboardExportFindFirstArgs} args - Arguments to find a ArtboardExport
|
|
744
|
+
* @example
|
|
745
|
+
* // Get one ArtboardExport
|
|
746
|
+
* const artboardExport = await prisma.artboardExport.findFirst({
|
|
747
|
+
* where: {
|
|
748
|
+
* // ... provide filter here
|
|
749
|
+
* }
|
|
750
|
+
* })
|
|
751
|
+
*/
|
|
752
|
+
findFirst<T extends ArtboardExportFindFirstArgs>(args?: Prisma.SelectSubset<T, ArtboardExportFindFirstArgs<ExtArgs>>): Prisma.Prisma__ArtboardExportClient<runtime.Types.Result.GetResult<Prisma.$ArtboardExportPayload<ExtArgs>, T, "findFirst", GlobalOmitOptions> | null, null, ExtArgs, GlobalOmitOptions>
|
|
753
|
+
|
|
754
|
+
/**
|
|
755
|
+
* Find the first ArtboardExport that matches the filter or
|
|
756
|
+
* throw `PrismaKnownClientError` with `P2025` code if no matches were found.
|
|
757
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
758
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
759
|
+
* @param {ArtboardExportFindFirstOrThrowArgs} args - Arguments to find a ArtboardExport
|
|
760
|
+
* @example
|
|
761
|
+
* // Get one ArtboardExport
|
|
762
|
+
* const artboardExport = await prisma.artboardExport.findFirstOrThrow({
|
|
763
|
+
* where: {
|
|
764
|
+
* // ... provide filter here
|
|
765
|
+
* }
|
|
766
|
+
* })
|
|
767
|
+
*/
|
|
768
|
+
findFirstOrThrow<T extends ArtboardExportFindFirstOrThrowArgs>(args?: Prisma.SelectSubset<T, ArtboardExportFindFirstOrThrowArgs<ExtArgs>>): Prisma.Prisma__ArtboardExportClient<runtime.Types.Result.GetResult<Prisma.$ArtboardExportPayload<ExtArgs>, T, "findFirstOrThrow", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
769
|
+
|
|
770
|
+
/**
|
|
771
|
+
* Find zero or more ArtboardExports that matches the filter.
|
|
772
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
773
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
774
|
+
* @param {ArtboardExportFindManyArgs} args - Arguments to filter and select certain fields only.
|
|
775
|
+
* @example
|
|
776
|
+
* // Get all ArtboardExports
|
|
777
|
+
* const artboardExports = await prisma.artboardExport.findMany()
|
|
778
|
+
*
|
|
779
|
+
* // Get first 10 ArtboardExports
|
|
780
|
+
* const artboardExports = await prisma.artboardExport.findMany({ take: 10 })
|
|
781
|
+
*
|
|
782
|
+
* // Only select the `id`
|
|
783
|
+
* const artboardExportWithIdOnly = await prisma.artboardExport.findMany({ select: { id: true } })
|
|
784
|
+
*
|
|
785
|
+
*/
|
|
786
|
+
findMany<T extends ArtboardExportFindManyArgs>(args?: Prisma.SelectSubset<T, ArtboardExportFindManyArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ArtboardExportPayload<ExtArgs>, T, "findMany", GlobalOmitOptions>>
|
|
787
|
+
|
|
788
|
+
/**
|
|
789
|
+
* Create a ArtboardExport.
|
|
790
|
+
* @param {ArtboardExportCreateArgs} args - Arguments to create a ArtboardExport.
|
|
791
|
+
* @example
|
|
792
|
+
* // Create one ArtboardExport
|
|
793
|
+
* const ArtboardExport = await prisma.artboardExport.create({
|
|
794
|
+
* data: {
|
|
795
|
+
* // ... data to create a ArtboardExport
|
|
796
|
+
* }
|
|
797
|
+
* })
|
|
798
|
+
*
|
|
799
|
+
*/
|
|
800
|
+
create<T extends ArtboardExportCreateArgs>(args: Prisma.SelectSubset<T, ArtboardExportCreateArgs<ExtArgs>>): Prisma.Prisma__ArtboardExportClient<runtime.Types.Result.GetResult<Prisma.$ArtboardExportPayload<ExtArgs>, T, "create", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
801
|
+
|
|
802
|
+
/**
|
|
803
|
+
* Create many ArtboardExports.
|
|
804
|
+
* @param {ArtboardExportCreateManyArgs} args - Arguments to create many ArtboardExports.
|
|
805
|
+
* @example
|
|
806
|
+
* // Create many ArtboardExports
|
|
807
|
+
* const artboardExport = await prisma.artboardExport.createMany({
|
|
808
|
+
* data: [
|
|
809
|
+
* // ... provide data here
|
|
810
|
+
* ]
|
|
811
|
+
* })
|
|
812
|
+
*
|
|
813
|
+
*/
|
|
814
|
+
createMany<T extends ArtboardExportCreateManyArgs>(args?: Prisma.SelectSubset<T, ArtboardExportCreateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
|
|
815
|
+
|
|
816
|
+
/**
|
|
817
|
+
* Create many ArtboardExports and returns the data saved in the database.
|
|
818
|
+
* @param {ArtboardExportCreateManyAndReturnArgs} args - Arguments to create many ArtboardExports.
|
|
819
|
+
* @example
|
|
820
|
+
* // Create many ArtboardExports
|
|
821
|
+
* const artboardExport = await prisma.artboardExport.createManyAndReturn({
|
|
822
|
+
* data: [
|
|
823
|
+
* // ... provide data here
|
|
824
|
+
* ]
|
|
825
|
+
* })
|
|
826
|
+
*
|
|
827
|
+
* // Create many ArtboardExports and only return the `id`
|
|
828
|
+
* const artboardExportWithIdOnly = await prisma.artboardExport.createManyAndReturn({
|
|
829
|
+
* select: { id: true },
|
|
830
|
+
* data: [
|
|
831
|
+
* // ... provide data here
|
|
832
|
+
* ]
|
|
833
|
+
* })
|
|
834
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
835
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
836
|
+
*
|
|
837
|
+
*/
|
|
838
|
+
createManyAndReturn<T extends ArtboardExportCreateManyAndReturnArgs>(args?: Prisma.SelectSubset<T, ArtboardExportCreateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ArtboardExportPayload<ExtArgs>, T, "createManyAndReturn", GlobalOmitOptions>>
|
|
839
|
+
|
|
840
|
+
/**
|
|
841
|
+
* Delete a ArtboardExport.
|
|
842
|
+
* @param {ArtboardExportDeleteArgs} args - Arguments to delete one ArtboardExport.
|
|
843
|
+
* @example
|
|
844
|
+
* // Delete one ArtboardExport
|
|
845
|
+
* const ArtboardExport = await prisma.artboardExport.delete({
|
|
846
|
+
* where: {
|
|
847
|
+
* // ... filter to delete one ArtboardExport
|
|
848
|
+
* }
|
|
849
|
+
* })
|
|
850
|
+
*
|
|
851
|
+
*/
|
|
852
|
+
delete<T extends ArtboardExportDeleteArgs>(args: Prisma.SelectSubset<T, ArtboardExportDeleteArgs<ExtArgs>>): Prisma.Prisma__ArtboardExportClient<runtime.Types.Result.GetResult<Prisma.$ArtboardExportPayload<ExtArgs>, T, "delete", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
853
|
+
|
|
854
|
+
/**
|
|
855
|
+
* Update one ArtboardExport.
|
|
856
|
+
* @param {ArtboardExportUpdateArgs} args - Arguments to update one ArtboardExport.
|
|
857
|
+
* @example
|
|
858
|
+
* // Update one ArtboardExport
|
|
859
|
+
* const artboardExport = await prisma.artboardExport.update({
|
|
860
|
+
* where: {
|
|
861
|
+
* // ... provide filter here
|
|
862
|
+
* },
|
|
863
|
+
* data: {
|
|
864
|
+
* // ... provide data here
|
|
865
|
+
* }
|
|
866
|
+
* })
|
|
867
|
+
*
|
|
868
|
+
*/
|
|
869
|
+
update<T extends ArtboardExportUpdateArgs>(args: Prisma.SelectSubset<T, ArtboardExportUpdateArgs<ExtArgs>>): Prisma.Prisma__ArtboardExportClient<runtime.Types.Result.GetResult<Prisma.$ArtboardExportPayload<ExtArgs>, T, "update", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
870
|
+
|
|
871
|
+
/**
|
|
872
|
+
* Delete zero or more ArtboardExports.
|
|
873
|
+
* @param {ArtboardExportDeleteManyArgs} args - Arguments to filter ArtboardExports to delete.
|
|
874
|
+
* @example
|
|
875
|
+
* // Delete a few ArtboardExports
|
|
876
|
+
* const { count } = await prisma.artboardExport.deleteMany({
|
|
877
|
+
* where: {
|
|
878
|
+
* // ... provide filter here
|
|
879
|
+
* }
|
|
880
|
+
* })
|
|
881
|
+
*
|
|
882
|
+
*/
|
|
883
|
+
deleteMany<T extends ArtboardExportDeleteManyArgs>(args?: Prisma.SelectSubset<T, ArtboardExportDeleteManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
|
|
884
|
+
|
|
885
|
+
/**
|
|
886
|
+
* Update zero or more ArtboardExports.
|
|
887
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
888
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
889
|
+
* @param {ArtboardExportUpdateManyArgs} args - Arguments to update one or more rows.
|
|
890
|
+
* @example
|
|
891
|
+
* // Update many ArtboardExports
|
|
892
|
+
* const artboardExport = await prisma.artboardExport.updateMany({
|
|
893
|
+
* where: {
|
|
894
|
+
* // ... provide filter here
|
|
895
|
+
* },
|
|
896
|
+
* data: {
|
|
897
|
+
* // ... provide data here
|
|
898
|
+
* }
|
|
899
|
+
* })
|
|
900
|
+
*
|
|
901
|
+
*/
|
|
902
|
+
updateMany<T extends ArtboardExportUpdateManyArgs>(args: Prisma.SelectSubset<T, ArtboardExportUpdateManyArgs<ExtArgs>>): Prisma.PrismaPromise<Prisma.BatchPayload>
|
|
903
|
+
|
|
904
|
+
/**
|
|
905
|
+
* Update zero or more ArtboardExports and returns the data updated in the database.
|
|
906
|
+
* @param {ArtboardExportUpdateManyAndReturnArgs} args - Arguments to update many ArtboardExports.
|
|
907
|
+
* @example
|
|
908
|
+
* // Update many ArtboardExports
|
|
909
|
+
* const artboardExport = await prisma.artboardExport.updateManyAndReturn({
|
|
910
|
+
* where: {
|
|
911
|
+
* // ... provide filter here
|
|
912
|
+
* },
|
|
913
|
+
* data: [
|
|
914
|
+
* // ... provide data here
|
|
915
|
+
* ]
|
|
916
|
+
* })
|
|
917
|
+
*
|
|
918
|
+
* // Update zero or more ArtboardExports and only return the `id`
|
|
919
|
+
* const artboardExportWithIdOnly = await prisma.artboardExport.updateManyAndReturn({
|
|
920
|
+
* select: { id: true },
|
|
921
|
+
* where: {
|
|
922
|
+
* // ... provide filter here
|
|
923
|
+
* },
|
|
924
|
+
* data: [
|
|
925
|
+
* // ... provide data here
|
|
926
|
+
* ]
|
|
927
|
+
* })
|
|
928
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
929
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
930
|
+
*
|
|
931
|
+
*/
|
|
932
|
+
updateManyAndReturn<T extends ArtboardExportUpdateManyAndReturnArgs>(args: Prisma.SelectSubset<T, ArtboardExportUpdateManyAndReturnArgs<ExtArgs>>): Prisma.PrismaPromise<runtime.Types.Result.GetResult<Prisma.$ArtboardExportPayload<ExtArgs>, T, "updateManyAndReturn", GlobalOmitOptions>>
|
|
933
|
+
|
|
934
|
+
/**
|
|
935
|
+
* Create or update one ArtboardExport.
|
|
936
|
+
* @param {ArtboardExportUpsertArgs} args - Arguments to update or create a ArtboardExport.
|
|
937
|
+
* @example
|
|
938
|
+
* // Update or create a ArtboardExport
|
|
939
|
+
* const artboardExport = await prisma.artboardExport.upsert({
|
|
940
|
+
* create: {
|
|
941
|
+
* // ... data to create a ArtboardExport
|
|
942
|
+
* },
|
|
943
|
+
* update: {
|
|
944
|
+
* // ... in case it already exists, update
|
|
945
|
+
* },
|
|
946
|
+
* where: {
|
|
947
|
+
* // ... the filter for the ArtboardExport we want to update
|
|
948
|
+
* }
|
|
949
|
+
* })
|
|
950
|
+
*/
|
|
951
|
+
upsert<T extends ArtboardExportUpsertArgs>(args: Prisma.SelectSubset<T, ArtboardExportUpsertArgs<ExtArgs>>): Prisma.Prisma__ArtboardExportClient<runtime.Types.Result.GetResult<Prisma.$ArtboardExportPayload<ExtArgs>, T, "upsert", GlobalOmitOptions>, never, ExtArgs, GlobalOmitOptions>
|
|
952
|
+
|
|
953
|
+
|
|
954
|
+
/**
|
|
955
|
+
* Count the number of ArtboardExports.
|
|
956
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
957
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
958
|
+
* @param {ArtboardExportCountArgs} args - Arguments to filter ArtboardExports to count.
|
|
959
|
+
* @example
|
|
960
|
+
* // Count the number of ArtboardExports
|
|
961
|
+
* const count = await prisma.artboardExport.count({
|
|
962
|
+
* where: {
|
|
963
|
+
* // ... the filter for the ArtboardExports we want to count
|
|
964
|
+
* }
|
|
965
|
+
* })
|
|
966
|
+
**/
|
|
967
|
+
count<T extends ArtboardExportCountArgs>(
|
|
968
|
+
args?: Prisma.Subset<T, ArtboardExportCountArgs>,
|
|
969
|
+
): Prisma.PrismaPromise<
|
|
970
|
+
T extends runtime.Types.Utils.Record<'select', any>
|
|
971
|
+
? T['select'] extends true
|
|
972
|
+
? number
|
|
973
|
+
: Prisma.GetScalarType<T['select'], ArtboardExportCountAggregateOutputType>
|
|
974
|
+
: number
|
|
975
|
+
>
|
|
976
|
+
|
|
977
|
+
/**
|
|
978
|
+
* Allows you to perform aggregations operations on a ArtboardExport.
|
|
979
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
980
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
981
|
+
* @param {ArtboardExportAggregateArgs} args - Select which aggregations you would like to apply and on what fields.
|
|
982
|
+
* @example
|
|
983
|
+
* // Ordered by age ascending
|
|
984
|
+
* // Where email contains prisma.io
|
|
985
|
+
* // Limited to the 10 users
|
|
986
|
+
* const aggregations = await prisma.user.aggregate({
|
|
987
|
+
* _avg: {
|
|
988
|
+
* age: true,
|
|
989
|
+
* },
|
|
990
|
+
* where: {
|
|
991
|
+
* email: {
|
|
992
|
+
* contains: "prisma.io",
|
|
993
|
+
* },
|
|
994
|
+
* },
|
|
995
|
+
* orderBy: {
|
|
996
|
+
* age: "asc",
|
|
997
|
+
* },
|
|
998
|
+
* take: 10,
|
|
999
|
+
* })
|
|
1000
|
+
**/
|
|
1001
|
+
aggregate<T extends ArtboardExportAggregateArgs>(args: Prisma.Subset<T, ArtboardExportAggregateArgs>): Prisma.PrismaPromise<GetArtboardExportAggregateType<T>>
|
|
1002
|
+
|
|
1003
|
+
/**
|
|
1004
|
+
* Group by ArtboardExport.
|
|
1005
|
+
* Note, that providing `undefined` is treated as the value not being there.
|
|
1006
|
+
* Read more here: https://pris.ly/d/null-undefined
|
|
1007
|
+
* @param {ArtboardExportGroupByArgs} args - Group by arguments.
|
|
1008
|
+
* @example
|
|
1009
|
+
* // Group by city, order by createdAt, get count
|
|
1010
|
+
* const result = await prisma.user.groupBy({
|
|
1011
|
+
* by: ['city', 'createdAt'],
|
|
1012
|
+
* orderBy: {
|
|
1013
|
+
* createdAt: true
|
|
1014
|
+
* },
|
|
1015
|
+
* _count: {
|
|
1016
|
+
* _all: true
|
|
1017
|
+
* },
|
|
1018
|
+
* })
|
|
1019
|
+
*
|
|
1020
|
+
**/
|
|
1021
|
+
groupBy<
|
|
1022
|
+
T extends ArtboardExportGroupByArgs,
|
|
1023
|
+
HasSelectOrTake extends Prisma.Or<
|
|
1024
|
+
Prisma.Extends<'skip', Prisma.Keys<T>>,
|
|
1025
|
+
Prisma.Extends<'take', Prisma.Keys<T>>
|
|
1026
|
+
>,
|
|
1027
|
+
OrderByArg extends Prisma.True extends HasSelectOrTake
|
|
1028
|
+
? { orderBy: ArtboardExportGroupByArgs['orderBy'] }
|
|
1029
|
+
: { orderBy?: ArtboardExportGroupByArgs['orderBy'] },
|
|
1030
|
+
OrderFields extends Prisma.ExcludeUnderscoreKeys<Prisma.Keys<Prisma.MaybeTupleToUnion<T['orderBy']>>>,
|
|
1031
|
+
ByFields extends Prisma.MaybeTupleToUnion<T['by']>,
|
|
1032
|
+
ByValid extends Prisma.Has<ByFields, OrderFields>,
|
|
1033
|
+
HavingFields extends Prisma.GetHavingFields<T['having']>,
|
|
1034
|
+
HavingValid extends Prisma.Has<ByFields, HavingFields>,
|
|
1035
|
+
ByEmpty extends T['by'] extends never[] ? Prisma.True : Prisma.False,
|
|
1036
|
+
InputErrors extends ByEmpty extends Prisma.True
|
|
1037
|
+
? `Error: "by" must not be empty.`
|
|
1038
|
+
: HavingValid extends Prisma.False
|
|
1039
|
+
? {
|
|
1040
|
+
[P in HavingFields]: P extends ByFields
|
|
1041
|
+
? never
|
|
1042
|
+
: P extends string
|
|
1043
|
+
? `Error: Field "${P}" used in "having" needs to be provided in "by".`
|
|
1044
|
+
: [
|
|
1045
|
+
Error,
|
|
1046
|
+
'Field ',
|
|
1047
|
+
P,
|
|
1048
|
+
` in "having" needs to be provided in "by"`,
|
|
1049
|
+
]
|
|
1050
|
+
}[HavingFields]
|
|
1051
|
+
: 'take' extends Prisma.Keys<T>
|
|
1052
|
+
? 'orderBy' extends Prisma.Keys<T>
|
|
1053
|
+
? ByValid extends Prisma.True
|
|
1054
|
+
? {}
|
|
1055
|
+
: {
|
|
1056
|
+
[P in OrderFields]: P extends ByFields
|
|
1057
|
+
? never
|
|
1058
|
+
: `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
|
|
1059
|
+
}[OrderFields]
|
|
1060
|
+
: 'Error: If you provide "take", you also need to provide "orderBy"'
|
|
1061
|
+
: 'skip' extends Prisma.Keys<T>
|
|
1062
|
+
? 'orderBy' extends Prisma.Keys<T>
|
|
1063
|
+
? ByValid extends Prisma.True
|
|
1064
|
+
? {}
|
|
1065
|
+
: {
|
|
1066
|
+
[P in OrderFields]: P extends ByFields
|
|
1067
|
+
? never
|
|
1068
|
+
: `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
|
|
1069
|
+
}[OrderFields]
|
|
1070
|
+
: 'Error: If you provide "skip", you also need to provide "orderBy"'
|
|
1071
|
+
: ByValid extends Prisma.True
|
|
1072
|
+
? {}
|
|
1073
|
+
: {
|
|
1074
|
+
[P in OrderFields]: P extends ByFields
|
|
1075
|
+
? never
|
|
1076
|
+
: `Error: Field "${P}" in "orderBy" needs to be provided in "by"`
|
|
1077
|
+
}[OrderFields]
|
|
1078
|
+
>(args: Prisma.SubsetIntersection<T, ArtboardExportGroupByArgs, OrderByArg> & InputErrors): {} extends InputErrors ? GetArtboardExportGroupByPayload<T> : Prisma.PrismaPromise<InputErrors>
|
|
1079
|
+
/**
|
|
1080
|
+
* Fields of the ArtboardExport model
|
|
1081
|
+
*/
|
|
1082
|
+
readonly fields: ArtboardExportFieldRefs;
|
|
1083
|
+
}
|
|
1084
|
+
|
|
1085
|
+
/**
|
|
1086
|
+
* The delegate class that acts as a "Promise-like" for ArtboardExport.
|
|
1087
|
+
* Why is this prefixed with `Prisma__`?
|
|
1088
|
+
* Because we want to prevent naming conflicts as mentioned in
|
|
1089
|
+
* https://github.com/prisma/prisma-client-js/issues/707
|
|
1090
|
+
*/
|
|
1091
|
+
export interface Prisma__ArtboardExportClient<T, Null = never, ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> extends Prisma.PrismaPromise<T> {
|
|
1092
|
+
readonly [Symbol.toStringTag]: "PrismaPromise"
|
|
1093
|
+
artboard<T extends Prisma.ArtboardDefaultArgs<ExtArgs> = {}>(args?: Prisma.Subset<T, Prisma.ArtboardDefaultArgs<ExtArgs>>): Prisma.Prisma__ArtboardClient<runtime.Types.Result.GetResult<Prisma.$ArtboardPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | Null, Null, ExtArgs, GlobalOmitOptions>
|
|
1094
|
+
/**
|
|
1095
|
+
* Attaches callbacks for the resolution and/or rejection of the Promise.
|
|
1096
|
+
* @param onfulfilled The callback to execute when the Promise is resolved.
|
|
1097
|
+
* @param onrejected The callback to execute when the Promise is rejected.
|
|
1098
|
+
* @returns A Promise for the completion of which ever callback is executed.
|
|
1099
|
+
*/
|
|
1100
|
+
then<TResult1 = T, TResult2 = never>(onfulfilled?: ((value: T) => TResult1 | PromiseLike<TResult1>) | undefined | null, onrejected?: ((reason: any) => TResult2 | PromiseLike<TResult2>) | undefined | null): runtime.Types.Utils.JsPromise<TResult1 | TResult2>
|
|
1101
|
+
/**
|
|
1102
|
+
* Attaches a callback for only the rejection of the Promise.
|
|
1103
|
+
* @param onrejected The callback to execute when the Promise is rejected.
|
|
1104
|
+
* @returns A Promise for the completion of the callback.
|
|
1105
|
+
*/
|
|
1106
|
+
catch<TResult = never>(onrejected?: ((reason: any) => TResult | PromiseLike<TResult>) | undefined | null): runtime.Types.Utils.JsPromise<T | TResult>
|
|
1107
|
+
/**
|
|
1108
|
+
* Attaches a callback that is invoked when the Promise is settled (fulfilled or rejected). The
|
|
1109
|
+
* resolved value cannot be modified from the callback.
|
|
1110
|
+
* @param onfinally The callback to execute when the Promise is settled (fulfilled or rejected).
|
|
1111
|
+
* @returns A Promise for the completion of the callback.
|
|
1112
|
+
*/
|
|
1113
|
+
finally(onfinally?: (() => void) | undefined | null): runtime.Types.Utils.JsPromise<T>
|
|
1114
|
+
}
|
|
1115
|
+
|
|
1116
|
+
|
|
1117
|
+
|
|
1118
|
+
|
|
1119
|
+
/**
|
|
1120
|
+
* Fields of the ArtboardExport model
|
|
1121
|
+
*/
|
|
1122
|
+
export interface ArtboardExportFieldRefs {
|
|
1123
|
+
readonly id: Prisma.FieldRef<"ArtboardExport", 'String'>
|
|
1124
|
+
readonly artboardId: Prisma.FieldRef<"ArtboardExport", 'String'>
|
|
1125
|
+
readonly layerName: Prisma.FieldRef<"ArtboardExport", 'String'>
|
|
1126
|
+
readonly layerId: Prisma.FieldRef<"ArtboardExport", 'String'>
|
|
1127
|
+
readonly scale: Prisma.FieldRef<"ArtboardExport", 'Int'>
|
|
1128
|
+
readonly format: Prisma.FieldRef<"ArtboardExport", 'String'>
|
|
1129
|
+
readonly filePath: Prisma.FieldRef<"ArtboardExport", 'String'>
|
|
1130
|
+
readonly width: Prisma.FieldRef<"ArtboardExport", 'Int'>
|
|
1131
|
+
readonly height: Prisma.FieldRef<"ArtboardExport", 'Int'>
|
|
1132
|
+
}
|
|
1133
|
+
|
|
1134
|
+
|
|
1135
|
+
// Custom InputTypes
|
|
1136
|
+
/**
|
|
1137
|
+
* ArtboardExport findUnique
|
|
1138
|
+
*/
|
|
1139
|
+
export type ArtboardExportFindUniqueArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1140
|
+
/**
|
|
1141
|
+
* Select specific fields to fetch from the ArtboardExport
|
|
1142
|
+
*/
|
|
1143
|
+
select?: Prisma.ArtboardExportSelect<ExtArgs> | null
|
|
1144
|
+
/**
|
|
1145
|
+
* Omit specific fields from the ArtboardExport
|
|
1146
|
+
*/
|
|
1147
|
+
omit?: Prisma.ArtboardExportOmit<ExtArgs> | null
|
|
1148
|
+
/**
|
|
1149
|
+
* Choose, which related nodes to fetch as well
|
|
1150
|
+
*/
|
|
1151
|
+
include?: Prisma.ArtboardExportInclude<ExtArgs> | null
|
|
1152
|
+
/**
|
|
1153
|
+
* Filter, which ArtboardExport to fetch.
|
|
1154
|
+
*/
|
|
1155
|
+
where: Prisma.ArtboardExportWhereUniqueInput
|
|
1156
|
+
}
|
|
1157
|
+
|
|
1158
|
+
/**
|
|
1159
|
+
* ArtboardExport findUniqueOrThrow
|
|
1160
|
+
*/
|
|
1161
|
+
export type ArtboardExportFindUniqueOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1162
|
+
/**
|
|
1163
|
+
* Select specific fields to fetch from the ArtboardExport
|
|
1164
|
+
*/
|
|
1165
|
+
select?: Prisma.ArtboardExportSelect<ExtArgs> | null
|
|
1166
|
+
/**
|
|
1167
|
+
* Omit specific fields from the ArtboardExport
|
|
1168
|
+
*/
|
|
1169
|
+
omit?: Prisma.ArtboardExportOmit<ExtArgs> | null
|
|
1170
|
+
/**
|
|
1171
|
+
* Choose, which related nodes to fetch as well
|
|
1172
|
+
*/
|
|
1173
|
+
include?: Prisma.ArtboardExportInclude<ExtArgs> | null
|
|
1174
|
+
/**
|
|
1175
|
+
* Filter, which ArtboardExport to fetch.
|
|
1176
|
+
*/
|
|
1177
|
+
where: Prisma.ArtboardExportWhereUniqueInput
|
|
1178
|
+
}
|
|
1179
|
+
|
|
1180
|
+
/**
|
|
1181
|
+
* ArtboardExport findFirst
|
|
1182
|
+
*/
|
|
1183
|
+
export type ArtboardExportFindFirstArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1184
|
+
/**
|
|
1185
|
+
* Select specific fields to fetch from the ArtboardExport
|
|
1186
|
+
*/
|
|
1187
|
+
select?: Prisma.ArtboardExportSelect<ExtArgs> | null
|
|
1188
|
+
/**
|
|
1189
|
+
* Omit specific fields from the ArtboardExport
|
|
1190
|
+
*/
|
|
1191
|
+
omit?: Prisma.ArtboardExportOmit<ExtArgs> | null
|
|
1192
|
+
/**
|
|
1193
|
+
* Choose, which related nodes to fetch as well
|
|
1194
|
+
*/
|
|
1195
|
+
include?: Prisma.ArtboardExportInclude<ExtArgs> | null
|
|
1196
|
+
/**
|
|
1197
|
+
* Filter, which ArtboardExport to fetch.
|
|
1198
|
+
*/
|
|
1199
|
+
where?: Prisma.ArtboardExportWhereInput
|
|
1200
|
+
/**
|
|
1201
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
1202
|
+
*
|
|
1203
|
+
* Determine the order of ArtboardExports to fetch.
|
|
1204
|
+
*/
|
|
1205
|
+
orderBy?: Prisma.ArtboardExportOrderByWithRelationInput | Prisma.ArtboardExportOrderByWithRelationInput[]
|
|
1206
|
+
/**
|
|
1207
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
1208
|
+
*
|
|
1209
|
+
* Sets the position for searching for ArtboardExports.
|
|
1210
|
+
*/
|
|
1211
|
+
cursor?: Prisma.ArtboardExportWhereUniqueInput
|
|
1212
|
+
/**
|
|
1213
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1214
|
+
*
|
|
1215
|
+
* Take `±n` ArtboardExports from the position of the cursor.
|
|
1216
|
+
*/
|
|
1217
|
+
take?: number
|
|
1218
|
+
/**
|
|
1219
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1220
|
+
*
|
|
1221
|
+
* Skip the first `n` ArtboardExports.
|
|
1222
|
+
*/
|
|
1223
|
+
skip?: number
|
|
1224
|
+
/**
|
|
1225
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
1226
|
+
*
|
|
1227
|
+
* Filter by unique combinations of ArtboardExports.
|
|
1228
|
+
*/
|
|
1229
|
+
distinct?: Prisma.ArtboardExportScalarFieldEnum | Prisma.ArtboardExportScalarFieldEnum[]
|
|
1230
|
+
}
|
|
1231
|
+
|
|
1232
|
+
/**
|
|
1233
|
+
* ArtboardExport findFirstOrThrow
|
|
1234
|
+
*/
|
|
1235
|
+
export type ArtboardExportFindFirstOrThrowArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1236
|
+
/**
|
|
1237
|
+
* Select specific fields to fetch from the ArtboardExport
|
|
1238
|
+
*/
|
|
1239
|
+
select?: Prisma.ArtboardExportSelect<ExtArgs> | null
|
|
1240
|
+
/**
|
|
1241
|
+
* Omit specific fields from the ArtboardExport
|
|
1242
|
+
*/
|
|
1243
|
+
omit?: Prisma.ArtboardExportOmit<ExtArgs> | null
|
|
1244
|
+
/**
|
|
1245
|
+
* Choose, which related nodes to fetch as well
|
|
1246
|
+
*/
|
|
1247
|
+
include?: Prisma.ArtboardExportInclude<ExtArgs> | null
|
|
1248
|
+
/**
|
|
1249
|
+
* Filter, which ArtboardExport to fetch.
|
|
1250
|
+
*/
|
|
1251
|
+
where?: Prisma.ArtboardExportWhereInput
|
|
1252
|
+
/**
|
|
1253
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
1254
|
+
*
|
|
1255
|
+
* Determine the order of ArtboardExports to fetch.
|
|
1256
|
+
*/
|
|
1257
|
+
orderBy?: Prisma.ArtboardExportOrderByWithRelationInput | Prisma.ArtboardExportOrderByWithRelationInput[]
|
|
1258
|
+
/**
|
|
1259
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
1260
|
+
*
|
|
1261
|
+
* Sets the position for searching for ArtboardExports.
|
|
1262
|
+
*/
|
|
1263
|
+
cursor?: Prisma.ArtboardExportWhereUniqueInput
|
|
1264
|
+
/**
|
|
1265
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1266
|
+
*
|
|
1267
|
+
* Take `±n` ArtboardExports from the position of the cursor.
|
|
1268
|
+
*/
|
|
1269
|
+
take?: number
|
|
1270
|
+
/**
|
|
1271
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1272
|
+
*
|
|
1273
|
+
* Skip the first `n` ArtboardExports.
|
|
1274
|
+
*/
|
|
1275
|
+
skip?: number
|
|
1276
|
+
/**
|
|
1277
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
1278
|
+
*
|
|
1279
|
+
* Filter by unique combinations of ArtboardExports.
|
|
1280
|
+
*/
|
|
1281
|
+
distinct?: Prisma.ArtboardExportScalarFieldEnum | Prisma.ArtboardExportScalarFieldEnum[]
|
|
1282
|
+
}
|
|
1283
|
+
|
|
1284
|
+
/**
|
|
1285
|
+
* ArtboardExport findMany
|
|
1286
|
+
*/
|
|
1287
|
+
export type ArtboardExportFindManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1288
|
+
/**
|
|
1289
|
+
* Select specific fields to fetch from the ArtboardExport
|
|
1290
|
+
*/
|
|
1291
|
+
select?: Prisma.ArtboardExportSelect<ExtArgs> | null
|
|
1292
|
+
/**
|
|
1293
|
+
* Omit specific fields from the ArtboardExport
|
|
1294
|
+
*/
|
|
1295
|
+
omit?: Prisma.ArtboardExportOmit<ExtArgs> | null
|
|
1296
|
+
/**
|
|
1297
|
+
* Choose, which related nodes to fetch as well
|
|
1298
|
+
*/
|
|
1299
|
+
include?: Prisma.ArtboardExportInclude<ExtArgs> | null
|
|
1300
|
+
/**
|
|
1301
|
+
* Filter, which ArtboardExports to fetch.
|
|
1302
|
+
*/
|
|
1303
|
+
where?: Prisma.ArtboardExportWhereInput
|
|
1304
|
+
/**
|
|
1305
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/sorting Sorting Docs}
|
|
1306
|
+
*
|
|
1307
|
+
* Determine the order of ArtboardExports to fetch.
|
|
1308
|
+
*/
|
|
1309
|
+
orderBy?: Prisma.ArtboardExportOrderByWithRelationInput | Prisma.ArtboardExportOrderByWithRelationInput[]
|
|
1310
|
+
/**
|
|
1311
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination#cursor-based-pagination Cursor Docs}
|
|
1312
|
+
*
|
|
1313
|
+
* Sets the position for listing ArtboardExports.
|
|
1314
|
+
*/
|
|
1315
|
+
cursor?: Prisma.ArtboardExportWhereUniqueInput
|
|
1316
|
+
/**
|
|
1317
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1318
|
+
*
|
|
1319
|
+
* Take `±n` ArtboardExports from the position of the cursor.
|
|
1320
|
+
*/
|
|
1321
|
+
take?: number
|
|
1322
|
+
/**
|
|
1323
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/pagination Pagination Docs}
|
|
1324
|
+
*
|
|
1325
|
+
* Skip the first `n` ArtboardExports.
|
|
1326
|
+
*/
|
|
1327
|
+
skip?: number
|
|
1328
|
+
/**
|
|
1329
|
+
* {@link https://www.prisma.io/docs/concepts/components/prisma-client/distinct Distinct Docs}
|
|
1330
|
+
*
|
|
1331
|
+
* Filter by unique combinations of ArtboardExports.
|
|
1332
|
+
*/
|
|
1333
|
+
distinct?: Prisma.ArtboardExportScalarFieldEnum | Prisma.ArtboardExportScalarFieldEnum[]
|
|
1334
|
+
}
|
|
1335
|
+
|
|
1336
|
+
/**
|
|
1337
|
+
* ArtboardExport create
|
|
1338
|
+
*/
|
|
1339
|
+
export type ArtboardExportCreateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1340
|
+
/**
|
|
1341
|
+
* Select specific fields to fetch from the ArtboardExport
|
|
1342
|
+
*/
|
|
1343
|
+
select?: Prisma.ArtboardExportSelect<ExtArgs> | null
|
|
1344
|
+
/**
|
|
1345
|
+
* Omit specific fields from the ArtboardExport
|
|
1346
|
+
*/
|
|
1347
|
+
omit?: Prisma.ArtboardExportOmit<ExtArgs> | null
|
|
1348
|
+
/**
|
|
1349
|
+
* Choose, which related nodes to fetch as well
|
|
1350
|
+
*/
|
|
1351
|
+
include?: Prisma.ArtboardExportInclude<ExtArgs> | null
|
|
1352
|
+
/**
|
|
1353
|
+
* The data needed to create a ArtboardExport.
|
|
1354
|
+
*/
|
|
1355
|
+
data: Prisma.XOR<Prisma.ArtboardExportCreateInput, Prisma.ArtboardExportUncheckedCreateInput>
|
|
1356
|
+
}
|
|
1357
|
+
|
|
1358
|
+
/**
|
|
1359
|
+
* ArtboardExport createMany
|
|
1360
|
+
*/
|
|
1361
|
+
export type ArtboardExportCreateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1362
|
+
/**
|
|
1363
|
+
* The data used to create many ArtboardExports.
|
|
1364
|
+
*/
|
|
1365
|
+
data: Prisma.ArtboardExportCreateManyInput | Prisma.ArtboardExportCreateManyInput[]
|
|
1366
|
+
skipDuplicates?: boolean
|
|
1367
|
+
}
|
|
1368
|
+
|
|
1369
|
+
/**
|
|
1370
|
+
* ArtboardExport createManyAndReturn
|
|
1371
|
+
*/
|
|
1372
|
+
export type ArtboardExportCreateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1373
|
+
/**
|
|
1374
|
+
* Select specific fields to fetch from the ArtboardExport
|
|
1375
|
+
*/
|
|
1376
|
+
select?: Prisma.ArtboardExportSelectCreateManyAndReturn<ExtArgs> | null
|
|
1377
|
+
/**
|
|
1378
|
+
* Omit specific fields from the ArtboardExport
|
|
1379
|
+
*/
|
|
1380
|
+
omit?: Prisma.ArtboardExportOmit<ExtArgs> | null
|
|
1381
|
+
/**
|
|
1382
|
+
* The data used to create many ArtboardExports.
|
|
1383
|
+
*/
|
|
1384
|
+
data: Prisma.ArtboardExportCreateManyInput | Prisma.ArtboardExportCreateManyInput[]
|
|
1385
|
+
skipDuplicates?: boolean
|
|
1386
|
+
/**
|
|
1387
|
+
* Choose, which related nodes to fetch as well
|
|
1388
|
+
*/
|
|
1389
|
+
include?: Prisma.ArtboardExportIncludeCreateManyAndReturn<ExtArgs> | null
|
|
1390
|
+
}
|
|
1391
|
+
|
|
1392
|
+
/**
|
|
1393
|
+
* ArtboardExport update
|
|
1394
|
+
*/
|
|
1395
|
+
export type ArtboardExportUpdateArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1396
|
+
/**
|
|
1397
|
+
* Select specific fields to fetch from the ArtboardExport
|
|
1398
|
+
*/
|
|
1399
|
+
select?: Prisma.ArtboardExportSelect<ExtArgs> | null
|
|
1400
|
+
/**
|
|
1401
|
+
* Omit specific fields from the ArtboardExport
|
|
1402
|
+
*/
|
|
1403
|
+
omit?: Prisma.ArtboardExportOmit<ExtArgs> | null
|
|
1404
|
+
/**
|
|
1405
|
+
* Choose, which related nodes to fetch as well
|
|
1406
|
+
*/
|
|
1407
|
+
include?: Prisma.ArtboardExportInclude<ExtArgs> | null
|
|
1408
|
+
/**
|
|
1409
|
+
* The data needed to update a ArtboardExport.
|
|
1410
|
+
*/
|
|
1411
|
+
data: Prisma.XOR<Prisma.ArtboardExportUpdateInput, Prisma.ArtboardExportUncheckedUpdateInput>
|
|
1412
|
+
/**
|
|
1413
|
+
* Choose, which ArtboardExport to update.
|
|
1414
|
+
*/
|
|
1415
|
+
where: Prisma.ArtboardExportWhereUniqueInput
|
|
1416
|
+
}
|
|
1417
|
+
|
|
1418
|
+
/**
|
|
1419
|
+
* ArtboardExport updateMany
|
|
1420
|
+
*/
|
|
1421
|
+
export type ArtboardExportUpdateManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1422
|
+
/**
|
|
1423
|
+
* The data used to update ArtboardExports.
|
|
1424
|
+
*/
|
|
1425
|
+
data: Prisma.XOR<Prisma.ArtboardExportUpdateManyMutationInput, Prisma.ArtboardExportUncheckedUpdateManyInput>
|
|
1426
|
+
/**
|
|
1427
|
+
* Filter which ArtboardExports to update
|
|
1428
|
+
*/
|
|
1429
|
+
where?: Prisma.ArtboardExportWhereInput
|
|
1430
|
+
/**
|
|
1431
|
+
* Limit how many ArtboardExports to update.
|
|
1432
|
+
*/
|
|
1433
|
+
limit?: number
|
|
1434
|
+
}
|
|
1435
|
+
|
|
1436
|
+
/**
|
|
1437
|
+
* ArtboardExport updateManyAndReturn
|
|
1438
|
+
*/
|
|
1439
|
+
export type ArtboardExportUpdateManyAndReturnArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1440
|
+
/**
|
|
1441
|
+
* Select specific fields to fetch from the ArtboardExport
|
|
1442
|
+
*/
|
|
1443
|
+
select?: Prisma.ArtboardExportSelectUpdateManyAndReturn<ExtArgs> | null
|
|
1444
|
+
/**
|
|
1445
|
+
* Omit specific fields from the ArtboardExport
|
|
1446
|
+
*/
|
|
1447
|
+
omit?: Prisma.ArtboardExportOmit<ExtArgs> | null
|
|
1448
|
+
/**
|
|
1449
|
+
* The data used to update ArtboardExports.
|
|
1450
|
+
*/
|
|
1451
|
+
data: Prisma.XOR<Prisma.ArtboardExportUpdateManyMutationInput, Prisma.ArtboardExportUncheckedUpdateManyInput>
|
|
1452
|
+
/**
|
|
1453
|
+
* Filter which ArtboardExports to update
|
|
1454
|
+
*/
|
|
1455
|
+
where?: Prisma.ArtboardExportWhereInput
|
|
1456
|
+
/**
|
|
1457
|
+
* Limit how many ArtboardExports to update.
|
|
1458
|
+
*/
|
|
1459
|
+
limit?: number
|
|
1460
|
+
/**
|
|
1461
|
+
* Choose, which related nodes to fetch as well
|
|
1462
|
+
*/
|
|
1463
|
+
include?: Prisma.ArtboardExportIncludeUpdateManyAndReturn<ExtArgs> | null
|
|
1464
|
+
}
|
|
1465
|
+
|
|
1466
|
+
/**
|
|
1467
|
+
* ArtboardExport upsert
|
|
1468
|
+
*/
|
|
1469
|
+
export type ArtboardExportUpsertArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1470
|
+
/**
|
|
1471
|
+
* Select specific fields to fetch from the ArtboardExport
|
|
1472
|
+
*/
|
|
1473
|
+
select?: Prisma.ArtboardExportSelect<ExtArgs> | null
|
|
1474
|
+
/**
|
|
1475
|
+
* Omit specific fields from the ArtboardExport
|
|
1476
|
+
*/
|
|
1477
|
+
omit?: Prisma.ArtboardExportOmit<ExtArgs> | null
|
|
1478
|
+
/**
|
|
1479
|
+
* Choose, which related nodes to fetch as well
|
|
1480
|
+
*/
|
|
1481
|
+
include?: Prisma.ArtboardExportInclude<ExtArgs> | null
|
|
1482
|
+
/**
|
|
1483
|
+
* The filter to search for the ArtboardExport to update in case it exists.
|
|
1484
|
+
*/
|
|
1485
|
+
where: Prisma.ArtboardExportWhereUniqueInput
|
|
1486
|
+
/**
|
|
1487
|
+
* In case the ArtboardExport found by the `where` argument doesn't exist, create a new ArtboardExport with this data.
|
|
1488
|
+
*/
|
|
1489
|
+
create: Prisma.XOR<Prisma.ArtboardExportCreateInput, Prisma.ArtboardExportUncheckedCreateInput>
|
|
1490
|
+
/**
|
|
1491
|
+
* In case the ArtboardExport was found with the provided `where` argument, update it with this data.
|
|
1492
|
+
*/
|
|
1493
|
+
update: Prisma.XOR<Prisma.ArtboardExportUpdateInput, Prisma.ArtboardExportUncheckedUpdateInput>
|
|
1494
|
+
}
|
|
1495
|
+
|
|
1496
|
+
/**
|
|
1497
|
+
* ArtboardExport delete
|
|
1498
|
+
*/
|
|
1499
|
+
export type ArtboardExportDeleteArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1500
|
+
/**
|
|
1501
|
+
* Select specific fields to fetch from the ArtboardExport
|
|
1502
|
+
*/
|
|
1503
|
+
select?: Prisma.ArtboardExportSelect<ExtArgs> | null
|
|
1504
|
+
/**
|
|
1505
|
+
* Omit specific fields from the ArtboardExport
|
|
1506
|
+
*/
|
|
1507
|
+
omit?: Prisma.ArtboardExportOmit<ExtArgs> | null
|
|
1508
|
+
/**
|
|
1509
|
+
* Choose, which related nodes to fetch as well
|
|
1510
|
+
*/
|
|
1511
|
+
include?: Prisma.ArtboardExportInclude<ExtArgs> | null
|
|
1512
|
+
/**
|
|
1513
|
+
* Filter which ArtboardExport to delete.
|
|
1514
|
+
*/
|
|
1515
|
+
where: Prisma.ArtboardExportWhereUniqueInput
|
|
1516
|
+
}
|
|
1517
|
+
|
|
1518
|
+
/**
|
|
1519
|
+
* ArtboardExport deleteMany
|
|
1520
|
+
*/
|
|
1521
|
+
export type ArtboardExportDeleteManyArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1522
|
+
/**
|
|
1523
|
+
* Filter which ArtboardExports to delete
|
|
1524
|
+
*/
|
|
1525
|
+
where?: Prisma.ArtboardExportWhereInput
|
|
1526
|
+
/**
|
|
1527
|
+
* Limit how many ArtboardExports to delete.
|
|
1528
|
+
*/
|
|
1529
|
+
limit?: number
|
|
1530
|
+
}
|
|
1531
|
+
|
|
1532
|
+
/**
|
|
1533
|
+
* ArtboardExport without action
|
|
1534
|
+
*/
|
|
1535
|
+
export type ArtboardExportDefaultArgs<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs> = {
|
|
1536
|
+
/**
|
|
1537
|
+
* Select specific fields to fetch from the ArtboardExport
|
|
1538
|
+
*/
|
|
1539
|
+
select?: Prisma.ArtboardExportSelect<ExtArgs> | null
|
|
1540
|
+
/**
|
|
1541
|
+
* Omit specific fields from the ArtboardExport
|
|
1542
|
+
*/
|
|
1543
|
+
omit?: Prisma.ArtboardExportOmit<ExtArgs> | null
|
|
1544
|
+
/**
|
|
1545
|
+
* Choose, which related nodes to fetch as well
|
|
1546
|
+
*/
|
|
1547
|
+
include?: Prisma.ArtboardExportInclude<ExtArgs> | null
|
|
1548
|
+
}
|