@excali-boards/boards-api-client 1.1.66 → 1.1.68
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/classes/boards.d.ts +7 -56
- package/dist/classes/boards.js +6 -18
- package/dist/classes/personal.d.ts +94 -0
- package/dist/classes/personal.js +54 -0
- package/dist/core/manager.d.ts +2 -0
- package/dist/core/manager.js +2 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/package.json +1 -1
- package/prisma/generated/edge.js +3 -3
- package/prisma/generated/index.d.ts +40 -56
- package/prisma/generated/index.js +3 -3
- package/prisma/generated/package.json +1 -1
- package/prisma/generated/schema.prisma +4 -4
- package/prisma/generated/wasm.js +2 -2
- package/prisma/schema/personal.prisma +2 -2
|
@@ -20279,7 +20279,7 @@ export namespace Prisma {
|
|
|
20279
20279
|
dbId: string
|
|
20280
20280
|
boardId: string
|
|
20281
20281
|
workspaceId: string
|
|
20282
|
-
categoryId: string
|
|
20282
|
+
categoryId: string
|
|
20283
20283
|
_count: PersonalBoardCountAggregateOutputType | null
|
|
20284
20284
|
_min: PersonalBoardMinAggregateOutputType | null
|
|
20285
20285
|
_max: PersonalBoardMaxAggregateOutputType | null
|
|
@@ -20306,7 +20306,7 @@ export namespace Prisma {
|
|
|
20306
20306
|
categoryId?: boolean
|
|
20307
20307
|
board?: boolean | BoardDefaultArgs<ExtArgs>
|
|
20308
20308
|
workspace?: boolean | PersonalWorkspaceDefaultArgs<ExtArgs>
|
|
20309
|
-
category?: boolean |
|
|
20309
|
+
category?: boolean | PersonalCategoryDefaultArgs<ExtArgs>
|
|
20310
20310
|
}, ExtArgs["result"]["personalBoard"]>
|
|
20311
20311
|
|
|
20312
20312
|
export type PersonalBoardSelectCreateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
|
|
@@ -20316,7 +20316,7 @@ export namespace Prisma {
|
|
|
20316
20316
|
categoryId?: boolean
|
|
20317
20317
|
board?: boolean | BoardDefaultArgs<ExtArgs>
|
|
20318
20318
|
workspace?: boolean | PersonalWorkspaceDefaultArgs<ExtArgs>
|
|
20319
|
-
category?: boolean |
|
|
20319
|
+
category?: boolean | PersonalCategoryDefaultArgs<ExtArgs>
|
|
20320
20320
|
}, ExtArgs["result"]["personalBoard"]>
|
|
20321
20321
|
|
|
20322
20322
|
export type PersonalBoardSelectUpdateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = $Extensions.GetSelect<{
|
|
@@ -20326,7 +20326,7 @@ export namespace Prisma {
|
|
|
20326
20326
|
categoryId?: boolean
|
|
20327
20327
|
board?: boolean | BoardDefaultArgs<ExtArgs>
|
|
20328
20328
|
workspace?: boolean | PersonalWorkspaceDefaultArgs<ExtArgs>
|
|
20329
|
-
category?: boolean |
|
|
20329
|
+
category?: boolean | PersonalCategoryDefaultArgs<ExtArgs>
|
|
20330
20330
|
}, ExtArgs["result"]["personalBoard"]>
|
|
20331
20331
|
|
|
20332
20332
|
export type PersonalBoardSelectScalar = {
|
|
@@ -20340,17 +20340,17 @@ export namespace Prisma {
|
|
|
20340
20340
|
export type PersonalBoardInclude<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
20341
20341
|
board?: boolean | BoardDefaultArgs<ExtArgs>
|
|
20342
20342
|
workspace?: boolean | PersonalWorkspaceDefaultArgs<ExtArgs>
|
|
20343
|
-
category?: boolean |
|
|
20343
|
+
category?: boolean | PersonalCategoryDefaultArgs<ExtArgs>
|
|
20344
20344
|
}
|
|
20345
20345
|
export type PersonalBoardIncludeCreateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
20346
20346
|
board?: boolean | BoardDefaultArgs<ExtArgs>
|
|
20347
20347
|
workspace?: boolean | PersonalWorkspaceDefaultArgs<ExtArgs>
|
|
20348
|
-
category?: boolean |
|
|
20348
|
+
category?: boolean | PersonalCategoryDefaultArgs<ExtArgs>
|
|
20349
20349
|
}
|
|
20350
20350
|
export type PersonalBoardIncludeUpdateManyAndReturn<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
20351
20351
|
board?: boolean | BoardDefaultArgs<ExtArgs>
|
|
20352
20352
|
workspace?: boolean | PersonalWorkspaceDefaultArgs<ExtArgs>
|
|
20353
|
-
category?: boolean |
|
|
20353
|
+
category?: boolean | PersonalCategoryDefaultArgs<ExtArgs>
|
|
20354
20354
|
}
|
|
20355
20355
|
|
|
20356
20356
|
export type $PersonalBoardPayload<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
@@ -20358,13 +20358,13 @@ export namespace Prisma {
|
|
|
20358
20358
|
objects: {
|
|
20359
20359
|
board: Prisma.$BoardPayload<ExtArgs>
|
|
20360
20360
|
workspace: Prisma.$PersonalWorkspacePayload<ExtArgs>
|
|
20361
|
-
category: Prisma.$PersonalCategoryPayload<ExtArgs>
|
|
20361
|
+
category: Prisma.$PersonalCategoryPayload<ExtArgs>
|
|
20362
20362
|
}
|
|
20363
20363
|
scalars: $Extensions.GetPayloadResult<{
|
|
20364
20364
|
dbId: string
|
|
20365
20365
|
boardId: string
|
|
20366
20366
|
workspaceId: string
|
|
20367
|
-
categoryId: string
|
|
20367
|
+
categoryId: string
|
|
20368
20368
|
}, ExtArgs["result"]["personalBoard"]>
|
|
20369
20369
|
composites: {}
|
|
20370
20370
|
}
|
|
@@ -20761,7 +20761,7 @@ export namespace Prisma {
|
|
|
20761
20761
|
readonly [Symbol.toStringTag]: "PrismaPromise"
|
|
20762
20762
|
board<T extends BoardDefaultArgs<ExtArgs> = {}>(args?: Subset<T, BoardDefaultArgs<ExtArgs>>): Prisma__BoardClient<$Result.GetResult<Prisma.$BoardPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | Null, Null, ExtArgs, GlobalOmitOptions>
|
|
20763
20763
|
workspace<T extends PersonalWorkspaceDefaultArgs<ExtArgs> = {}>(args?: Subset<T, PersonalWorkspaceDefaultArgs<ExtArgs>>): Prisma__PersonalWorkspaceClient<$Result.GetResult<Prisma.$PersonalWorkspacePayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | Null, Null, ExtArgs, GlobalOmitOptions>
|
|
20764
|
-
category<T extends
|
|
20764
|
+
category<T extends PersonalCategoryDefaultArgs<ExtArgs> = {}>(args?: Subset<T, PersonalCategoryDefaultArgs<ExtArgs>>): Prisma__PersonalCategoryClient<$Result.GetResult<Prisma.$PersonalCategoryPayload<ExtArgs>, T, "findUniqueOrThrow", GlobalOmitOptions> | Null, Null, ExtArgs, GlobalOmitOptions>
|
|
20765
20765
|
/**
|
|
20766
20766
|
* Attaches callbacks for the resolution and/or rejection of the Promise.
|
|
20767
20767
|
* @param onfulfilled The callback to execute when the Promise is resolved.
|
|
@@ -21190,25 +21190,6 @@ export namespace Prisma {
|
|
|
21190
21190
|
limit?: number
|
|
21191
21191
|
}
|
|
21192
21192
|
|
|
21193
|
-
/**
|
|
21194
|
-
* PersonalBoard.category
|
|
21195
|
-
*/
|
|
21196
|
-
export type PersonalBoard$categoryArgs<ExtArgs extends $Extensions.InternalArgs = $Extensions.DefaultArgs> = {
|
|
21197
|
-
/**
|
|
21198
|
-
* Select specific fields to fetch from the PersonalCategory
|
|
21199
|
-
*/
|
|
21200
|
-
select?: PersonalCategorySelect<ExtArgs> | null
|
|
21201
|
-
/**
|
|
21202
|
-
* Omit specific fields from the PersonalCategory
|
|
21203
|
-
*/
|
|
21204
|
-
omit?: PersonalCategoryOmit<ExtArgs> | null
|
|
21205
|
-
/**
|
|
21206
|
-
* Choose, which related nodes to fetch as well
|
|
21207
|
-
*/
|
|
21208
|
-
include?: PersonalCategoryInclude<ExtArgs> | null
|
|
21209
|
-
where?: PersonalCategoryWhereInput
|
|
21210
|
-
}
|
|
21211
|
-
|
|
21212
21193
|
/**
|
|
21213
21194
|
* PersonalBoard without action
|
|
21214
21195
|
*/
|
|
@@ -27327,17 +27308,17 @@ export namespace Prisma {
|
|
|
27327
27308
|
dbId?: StringFilter<"PersonalBoard"> | string
|
|
27328
27309
|
boardId?: StringFilter<"PersonalBoard"> | string
|
|
27329
27310
|
workspaceId?: StringFilter<"PersonalBoard"> | string
|
|
27330
|
-
categoryId?:
|
|
27311
|
+
categoryId?: StringFilter<"PersonalBoard"> | string
|
|
27331
27312
|
board?: XOR<BoardScalarRelationFilter, BoardWhereInput>
|
|
27332
27313
|
workspace?: XOR<PersonalWorkspaceScalarRelationFilter, PersonalWorkspaceWhereInput>
|
|
27333
|
-
category?: XOR<
|
|
27314
|
+
category?: XOR<PersonalCategoryScalarRelationFilter, PersonalCategoryWhereInput>
|
|
27334
27315
|
}
|
|
27335
27316
|
|
|
27336
27317
|
export type PersonalBoardOrderByWithRelationInput = {
|
|
27337
27318
|
dbId?: SortOrder
|
|
27338
27319
|
boardId?: SortOrder
|
|
27339
27320
|
workspaceId?: SortOrder
|
|
27340
|
-
categoryId?:
|
|
27321
|
+
categoryId?: SortOrder
|
|
27341
27322
|
board?: BoardOrderByWithRelationInput
|
|
27342
27323
|
workspace?: PersonalWorkspaceOrderByWithRelationInput
|
|
27343
27324
|
category?: PersonalCategoryOrderByWithRelationInput
|
|
@@ -27350,17 +27331,17 @@ export namespace Prisma {
|
|
|
27350
27331
|
OR?: PersonalBoardWhereInput[]
|
|
27351
27332
|
NOT?: PersonalBoardWhereInput | PersonalBoardWhereInput[]
|
|
27352
27333
|
workspaceId?: StringFilter<"PersonalBoard"> | string
|
|
27353
|
-
categoryId?:
|
|
27334
|
+
categoryId?: StringFilter<"PersonalBoard"> | string
|
|
27354
27335
|
board?: XOR<BoardScalarRelationFilter, BoardWhereInput>
|
|
27355
27336
|
workspace?: XOR<PersonalWorkspaceScalarRelationFilter, PersonalWorkspaceWhereInput>
|
|
27356
|
-
category?: XOR<
|
|
27337
|
+
category?: XOR<PersonalCategoryScalarRelationFilter, PersonalCategoryWhereInput>
|
|
27357
27338
|
}, "dbId" | "boardId">
|
|
27358
27339
|
|
|
27359
27340
|
export type PersonalBoardOrderByWithAggregationInput = {
|
|
27360
27341
|
dbId?: SortOrder
|
|
27361
27342
|
boardId?: SortOrder
|
|
27362
27343
|
workspaceId?: SortOrder
|
|
27363
|
-
categoryId?:
|
|
27344
|
+
categoryId?: SortOrder
|
|
27364
27345
|
_count?: PersonalBoardCountOrderByAggregateInput
|
|
27365
27346
|
_max?: PersonalBoardMaxOrderByAggregateInput
|
|
27366
27347
|
_min?: PersonalBoardMinOrderByAggregateInput
|
|
@@ -27373,7 +27354,7 @@ export namespace Prisma {
|
|
|
27373
27354
|
dbId?: StringWithAggregatesFilter<"PersonalBoard"> | string
|
|
27374
27355
|
boardId?: StringWithAggregatesFilter<"PersonalBoard"> | string
|
|
27375
27356
|
workspaceId?: StringWithAggregatesFilter<"PersonalBoard"> | string
|
|
27376
|
-
categoryId?:
|
|
27357
|
+
categoryId?: StringWithAggregatesFilter<"PersonalBoard"> | string
|
|
27377
27358
|
}
|
|
27378
27359
|
|
|
27379
27360
|
export type AllEnumsModelWhereInput = {
|
|
@@ -28780,35 +28761,35 @@ export namespace Prisma {
|
|
|
28780
28761
|
dbId?: string
|
|
28781
28762
|
board: BoardCreateNestedOneWithoutPersonalBoardInput
|
|
28782
28763
|
workspace: PersonalWorkspaceCreateNestedOneWithoutBoardsInput
|
|
28783
|
-
category
|
|
28764
|
+
category: PersonalCategoryCreateNestedOneWithoutBoardsInput
|
|
28784
28765
|
}
|
|
28785
28766
|
|
|
28786
28767
|
export type PersonalBoardUncheckedCreateInput = {
|
|
28787
28768
|
dbId?: string
|
|
28788
28769
|
boardId: string
|
|
28789
28770
|
workspaceId: string
|
|
28790
|
-
categoryId
|
|
28771
|
+
categoryId: string
|
|
28791
28772
|
}
|
|
28792
28773
|
|
|
28793
28774
|
export type PersonalBoardUpdateInput = {
|
|
28794
28775
|
dbId?: StringFieldUpdateOperationsInput | string
|
|
28795
28776
|
board?: BoardUpdateOneRequiredWithoutPersonalBoardNestedInput
|
|
28796
28777
|
workspace?: PersonalWorkspaceUpdateOneRequiredWithoutBoardsNestedInput
|
|
28797
|
-
category?:
|
|
28778
|
+
category?: PersonalCategoryUpdateOneRequiredWithoutBoardsNestedInput
|
|
28798
28779
|
}
|
|
28799
28780
|
|
|
28800
28781
|
export type PersonalBoardUncheckedUpdateInput = {
|
|
28801
28782
|
dbId?: StringFieldUpdateOperationsInput | string
|
|
28802
28783
|
boardId?: StringFieldUpdateOperationsInput | string
|
|
28803
28784
|
workspaceId?: StringFieldUpdateOperationsInput | string
|
|
28804
|
-
categoryId?:
|
|
28785
|
+
categoryId?: StringFieldUpdateOperationsInput | string
|
|
28805
28786
|
}
|
|
28806
28787
|
|
|
28807
28788
|
export type PersonalBoardCreateManyInput = {
|
|
28808
28789
|
dbId?: string
|
|
28809
28790
|
boardId: string
|
|
28810
28791
|
workspaceId: string
|
|
28811
|
-
categoryId
|
|
28792
|
+
categoryId: string
|
|
28812
28793
|
}
|
|
28813
28794
|
|
|
28814
28795
|
export type PersonalBoardUpdateManyMutationInput = {
|
|
@@ -28819,7 +28800,7 @@ export namespace Prisma {
|
|
|
28819
28800
|
dbId?: StringFieldUpdateOperationsInput | string
|
|
28820
28801
|
boardId?: StringFieldUpdateOperationsInput | string
|
|
28821
28802
|
workspaceId?: StringFieldUpdateOperationsInput | string
|
|
28822
|
-
categoryId?:
|
|
28803
|
+
categoryId?: StringFieldUpdateOperationsInput | string
|
|
28823
28804
|
}
|
|
28824
28805
|
|
|
28825
28806
|
export type AllEnumsModelCreateInput = {
|
|
@@ -30160,6 +30141,11 @@ export namespace Prisma {
|
|
|
30160
30141
|
index?: SortOrder
|
|
30161
30142
|
}
|
|
30162
30143
|
|
|
30144
|
+
export type PersonalCategoryScalarRelationFilter = {
|
|
30145
|
+
is?: PersonalCategoryWhereInput
|
|
30146
|
+
isNot?: PersonalCategoryWhereInput
|
|
30147
|
+
}
|
|
30148
|
+
|
|
30163
30149
|
export type PersonalBoardCountOrderByAggregateInput = {
|
|
30164
30150
|
dbId?: SortOrder
|
|
30165
30151
|
boardId?: SortOrder
|
|
@@ -31506,12 +31492,10 @@ export namespace Prisma {
|
|
|
31506
31492
|
update?: XOR<XOR<PersonalWorkspaceUpdateToOneWithWhereWithoutBoardsInput, PersonalWorkspaceUpdateWithoutBoardsInput>, PersonalWorkspaceUncheckedUpdateWithoutBoardsInput>
|
|
31507
31493
|
}
|
|
31508
31494
|
|
|
31509
|
-
export type
|
|
31495
|
+
export type PersonalCategoryUpdateOneRequiredWithoutBoardsNestedInput = {
|
|
31510
31496
|
create?: XOR<PersonalCategoryCreateWithoutBoardsInput, PersonalCategoryUncheckedCreateWithoutBoardsInput>
|
|
31511
31497
|
connectOrCreate?: PersonalCategoryCreateOrConnectWithoutBoardsInput
|
|
31512
31498
|
upsert?: PersonalCategoryUpsertWithoutBoardsInput
|
|
31513
|
-
disconnect?: PersonalCategoryWhereInput | boolean
|
|
31514
|
-
delete?: PersonalCategoryWhereInput | boolean
|
|
31515
31499
|
connect?: PersonalCategoryWhereUniqueInput
|
|
31516
31500
|
update?: XOR<XOR<PersonalCategoryUpdateToOneWithWhereWithoutBoardsInput, PersonalCategoryUpdateWithoutBoardsInput>, PersonalCategoryUncheckedUpdateWithoutBoardsInput>
|
|
31517
31501
|
}
|
|
@@ -32859,13 +32843,13 @@ export namespace Prisma {
|
|
|
32859
32843
|
export type PersonalBoardCreateWithoutBoardInput = {
|
|
32860
32844
|
dbId?: string
|
|
32861
32845
|
workspace: PersonalWorkspaceCreateNestedOneWithoutBoardsInput
|
|
32862
|
-
category
|
|
32846
|
+
category: PersonalCategoryCreateNestedOneWithoutBoardsInput
|
|
32863
32847
|
}
|
|
32864
32848
|
|
|
32865
32849
|
export type PersonalBoardUncheckedCreateWithoutBoardInput = {
|
|
32866
32850
|
dbId?: string
|
|
32867
32851
|
workspaceId: string
|
|
32868
|
-
categoryId
|
|
32852
|
+
categoryId: string
|
|
32869
32853
|
}
|
|
32870
32854
|
|
|
32871
32855
|
export type PersonalBoardCreateOrConnectWithoutBoardInput = {
|
|
@@ -33029,13 +33013,13 @@ export namespace Prisma {
|
|
|
33029
33013
|
export type PersonalBoardUpdateWithoutBoardInput = {
|
|
33030
33014
|
dbId?: StringFieldUpdateOperationsInput | string
|
|
33031
33015
|
workspace?: PersonalWorkspaceUpdateOneRequiredWithoutBoardsNestedInput
|
|
33032
|
-
category?:
|
|
33016
|
+
category?: PersonalCategoryUpdateOneRequiredWithoutBoardsNestedInput
|
|
33033
33017
|
}
|
|
33034
33018
|
|
|
33035
33019
|
export type PersonalBoardUncheckedUpdateWithoutBoardInput = {
|
|
33036
33020
|
dbId?: StringFieldUpdateOperationsInput | string
|
|
33037
33021
|
workspaceId?: StringFieldUpdateOperationsInput | string
|
|
33038
|
-
categoryId?:
|
|
33022
|
+
categoryId?: StringFieldUpdateOperationsInput | string
|
|
33039
33023
|
}
|
|
33040
33024
|
|
|
33041
33025
|
export type FileUpsertWithWhereUniqueWithoutBoardInput = {
|
|
@@ -34659,13 +34643,13 @@ export namespace Prisma {
|
|
|
34659
34643
|
export type PersonalBoardCreateWithoutWorkspaceInput = {
|
|
34660
34644
|
dbId?: string
|
|
34661
34645
|
board: BoardCreateNestedOneWithoutPersonalBoardInput
|
|
34662
|
-
category
|
|
34646
|
+
category: PersonalCategoryCreateNestedOneWithoutBoardsInput
|
|
34663
34647
|
}
|
|
34664
34648
|
|
|
34665
34649
|
export type PersonalBoardUncheckedCreateWithoutWorkspaceInput = {
|
|
34666
34650
|
dbId?: string
|
|
34667
34651
|
boardId: string
|
|
34668
|
-
categoryId
|
|
34652
|
+
categoryId: string
|
|
34669
34653
|
}
|
|
34670
34654
|
|
|
34671
34655
|
export type PersonalBoardCreateOrConnectWithoutWorkspaceInput = {
|
|
@@ -34815,7 +34799,7 @@ export namespace Prisma {
|
|
|
34815
34799
|
dbId?: StringFilter<"PersonalBoard"> | string
|
|
34816
34800
|
boardId?: StringFilter<"PersonalBoard"> | string
|
|
34817
34801
|
workspaceId?: StringFilter<"PersonalBoard"> | string
|
|
34818
|
-
categoryId?:
|
|
34802
|
+
categoryId?: StringFilter<"PersonalBoard"> | string
|
|
34819
34803
|
}
|
|
34820
34804
|
|
|
34821
34805
|
export type PersonalWorkspaceCreateWithoutCategoriesInput = {
|
|
@@ -36254,7 +36238,7 @@ export namespace Prisma {
|
|
|
36254
36238
|
export type PersonalBoardCreateManyWorkspaceInput = {
|
|
36255
36239
|
dbId?: string
|
|
36256
36240
|
boardId: string
|
|
36257
|
-
categoryId
|
|
36241
|
+
categoryId: string
|
|
36258
36242
|
}
|
|
36259
36243
|
|
|
36260
36244
|
export type PersonalCategoryUpdateWithoutWorkspaceInput = {
|
|
@@ -36286,19 +36270,19 @@ export namespace Prisma {
|
|
|
36286
36270
|
export type PersonalBoardUpdateWithoutWorkspaceInput = {
|
|
36287
36271
|
dbId?: StringFieldUpdateOperationsInput | string
|
|
36288
36272
|
board?: BoardUpdateOneRequiredWithoutPersonalBoardNestedInput
|
|
36289
|
-
category?:
|
|
36273
|
+
category?: PersonalCategoryUpdateOneRequiredWithoutBoardsNestedInput
|
|
36290
36274
|
}
|
|
36291
36275
|
|
|
36292
36276
|
export type PersonalBoardUncheckedUpdateWithoutWorkspaceInput = {
|
|
36293
36277
|
dbId?: StringFieldUpdateOperationsInput | string
|
|
36294
36278
|
boardId?: StringFieldUpdateOperationsInput | string
|
|
36295
|
-
categoryId?:
|
|
36279
|
+
categoryId?: StringFieldUpdateOperationsInput | string
|
|
36296
36280
|
}
|
|
36297
36281
|
|
|
36298
36282
|
export type PersonalBoardUncheckedUpdateManyWithoutWorkspaceInput = {
|
|
36299
36283
|
dbId?: StringFieldUpdateOperationsInput | string
|
|
36300
36284
|
boardId?: StringFieldUpdateOperationsInput | string
|
|
36301
|
-
categoryId?:
|
|
36285
|
+
categoryId?: StringFieldUpdateOperationsInput | string
|
|
36302
36286
|
}
|
|
36303
36287
|
|
|
36304
36288
|
export type PersonalBoardCreateManyCategoryInput = {
|