@kickflow/mcp-server 1.0.5 → 1.0.6
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/kickflow-api/generated/general-master/general-master.zod.js +2 -2
- package/dist/kickflow-api/generated/general-master/general-master.zod.js.map +1 -1
- package/dist/kickflow-api/generated/kickflowRESTAPIV1.schemas.d.ts +24 -21
- package/dist/kickflow-api/generated/kickflowRESTAPIV1.schemas.js +0 -9
- package/dist/kickflow-api/generated/kickflowRESTAPIV1.schemas.js.map +1 -1
- package/dist/kickflow-api/generated/route/route.zod.d.ts +18 -18
- package/dist/kickflow-api/generated/route/route.zod.js +65 -65
- package/dist/kickflow-api/generated/route/route.zod.js.map +1 -1
- package/dist/kickflow-api/generated/ticket/ticket.zod.d.ts +308 -306
- package/dist/kickflow-api/generated/ticket/ticket.zod.js +626 -624
- package/dist/kickflow-api/generated/ticket/ticket.zod.js.map +1 -1
- package/dist/kickflow-api/generated/workflow/workflow.zod.d.ts +3 -3
- package/dist/kickflow-api/generated/workflow/workflow.zod.js +2 -2
- package/dist/kickflow-api/generated/workflow/workflow.zod.js.map +1 -1
- package/package.json +6 -6
|
@@ -750,8 +750,8 @@ export declare const listTicketsResponseItem: zod.ZodIntersection<zod.ZodObject<
|
|
|
750
750
|
}, zod.z.core.$strip>, zod.ZodNull]>>;
|
|
751
751
|
climberCloudSetting: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
752
752
|
id: zod.ZodUUID;
|
|
753
|
-
contentsId: zod.
|
|
754
|
-
formField: zod.
|
|
753
|
+
contentsId: zod.ZodString;
|
|
754
|
+
formField: zod.ZodObject<{
|
|
755
755
|
id: zod.ZodUUID;
|
|
756
756
|
title: zod.ZodString;
|
|
757
757
|
description: zod.ZodNullable<zod.ZodString>;
|
|
@@ -794,7 +794,7 @@ export declare const listTicketsResponseItem: zod.ZodIntersection<zod.ZodObject<
|
|
|
794
794
|
suffix: zod.ZodNullable<zod.ZodString>;
|
|
795
795
|
hidden: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
796
796
|
readonlyOnUi: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
797
|
-
}, zod.z.core.$strip
|
|
797
|
+
}, zod.z.core.$strip>;
|
|
798
798
|
mappings: zod.ZodArray<zod.ZodObject<{
|
|
799
799
|
formField: zod.ZodObject<{
|
|
800
800
|
id: zod.ZodUUID;
|
|
@@ -1668,8 +1668,8 @@ export declare const listTicketsResponse: zod.ZodArray<zod.ZodIntersection<zod.Z
|
|
|
1668
1668
|
}, zod.z.core.$strip>, zod.ZodNull]>>;
|
|
1669
1669
|
climberCloudSetting: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
1670
1670
|
id: zod.ZodUUID;
|
|
1671
|
-
contentsId: zod.
|
|
1672
|
-
formField: zod.
|
|
1671
|
+
contentsId: zod.ZodString;
|
|
1672
|
+
formField: zod.ZodObject<{
|
|
1673
1673
|
id: zod.ZodUUID;
|
|
1674
1674
|
title: zod.ZodString;
|
|
1675
1675
|
description: zod.ZodNullable<zod.ZodString>;
|
|
@@ -1712,7 +1712,7 @@ export declare const listTicketsResponse: zod.ZodArray<zod.ZodIntersection<zod.Z
|
|
|
1712
1712
|
suffix: zod.ZodNullable<zod.ZodString>;
|
|
1713
1713
|
hidden: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
1714
1714
|
readonlyOnUi: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
1715
|
-
}, zod.z.core.$strip
|
|
1715
|
+
}, zod.z.core.$strip>;
|
|
1716
1716
|
mappings: zod.ZodArray<zod.ZodObject<{
|
|
1717
1717
|
formField: zod.ZodObject<{
|
|
1718
1718
|
id: zod.ZodUUID;
|
|
@@ -2228,19 +2228,19 @@ export declare const createTicketResponseRouteStepsItemTargetsItemGradesItemLeve
|
|
|
2228
2228
|
export declare const createTicketResponseRouteStepsItemTargetsItemGradesItemLevelMax = 255;
|
|
2229
2229
|
export declare const createTicketResponseRouteStepsItemTargetsItemGradesItemCodeMax = 100;
|
|
2230
2230
|
export declare const createTicketResponseRouteStepsItemTargetsItemGradesItemIsDefaultDefault = false;
|
|
2231
|
-
export declare const
|
|
2232
|
-
export declare const
|
|
2233
|
-
export declare const
|
|
2234
|
-
export declare const
|
|
2235
|
-
export declare const
|
|
2236
|
-
export declare const
|
|
2237
|
-
export declare const
|
|
2238
|
-
export declare const
|
|
2239
|
-
export declare const
|
|
2240
|
-
export declare const
|
|
2241
|
-
export declare const
|
|
2242
|
-
export declare const
|
|
2243
|
-
export declare const
|
|
2231
|
+
export declare const createTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemGradeNameMax = 300;
|
|
2232
|
+
export declare const createTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemGradeLevelMin = 0;
|
|
2233
|
+
export declare const createTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemGradeLevelMax = 255;
|
|
2234
|
+
export declare const createTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemGradeCodeMax = 100;
|
|
2235
|
+
export declare const createTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemGradeIsDefaultDefault = false;
|
|
2236
|
+
export declare const createTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemTeamNameMax = 300;
|
|
2237
|
+
export declare const createTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemTeamCodeMax = 100;
|
|
2238
|
+
export declare const createTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemTeamNotesMax = 10000;
|
|
2239
|
+
export declare const createTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemTeamUsersCountMin = 0;
|
|
2240
|
+
export declare const createTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemGeneralMasterItemCodeMax = 100;
|
|
2241
|
+
export declare const createTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemGeneralMasterItemNameMax = 100;
|
|
2242
|
+
export declare const createTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemGeneralMasterItemInputsItemFieldTitleMax = 300;
|
|
2243
|
+
export declare const createTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemGeneralMasterItemInputsItemFieldCodeMax = 100;
|
|
2244
2244
|
export declare const createTicketResponseTriggerTicketCurrentStepMin = 0;
|
|
2245
2245
|
export declare const createTicketResponseTriggerTicketAuthorEmailMax = 254;
|
|
2246
2246
|
export declare const createTicketResponseTriggerTicketAuthorCodeMax = 100;
|
|
@@ -3472,8 +3472,8 @@ export declare const createTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
3472
3472
|
}, zod.z.core.$strip>, zod.ZodNull]>>;
|
|
3473
3473
|
climberCloudSetting: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
3474
3474
|
id: zod.ZodUUID;
|
|
3475
|
-
contentsId: zod.
|
|
3476
|
-
formField: zod.
|
|
3475
|
+
contentsId: zod.ZodString;
|
|
3476
|
+
formField: zod.ZodObject<{
|
|
3477
3477
|
id: zod.ZodUUID;
|
|
3478
3478
|
title: zod.ZodString;
|
|
3479
3479
|
description: zod.ZodNullable<zod.ZodString>;
|
|
@@ -3516,7 +3516,7 @@ export declare const createTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
3516
3516
|
suffix: zod.ZodNullable<zod.ZodString>;
|
|
3517
3517
|
hidden: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
3518
3518
|
readonlyOnUi: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
3519
|
-
}, zod.z.core.$strip
|
|
3519
|
+
}, zod.z.core.$strip>;
|
|
3520
3520
|
mappings: zod.ZodArray<zod.ZodObject<{
|
|
3521
3521
|
formField: zod.ZodObject<{
|
|
3522
3522
|
id: zod.ZodUUID;
|
|
@@ -3901,14 +3901,14 @@ export declare const createTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
3901
3901
|
updatedAt: zod.z.ZodISODateTime;
|
|
3902
3902
|
}, zod.z.core.$strip>>;
|
|
3903
3903
|
descendants: zod.ZodOptional<zod.ZodBoolean>;
|
|
3904
|
-
gradeSymbol: zod.ZodOptional<zod.ZodEnum<{
|
|
3904
|
+
gradeSymbol: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodEnum<{
|
|
3905
3905
|
equal: "equal";
|
|
3906
3906
|
greater_than: "greater_than";
|
|
3907
3907
|
greater_than_or_equal: "greater_than_or_equal";
|
|
3908
3908
|
less_than: "less_than";
|
|
3909
3909
|
less_than_or_equal: "less_than_or_equal";
|
|
3910
3910
|
any_of: "any_of";
|
|
3911
|
-
}>>;
|
|
3911
|
+
}>, zod.ZodNull]>>;
|
|
3912
3912
|
grades: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
|
|
3913
3913
|
id: zod.ZodUUID;
|
|
3914
3914
|
name: zod.ZodString;
|
|
@@ -3918,7 +3918,7 @@ export declare const createTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
3918
3918
|
createdAt: zod.z.ZodISODateTime;
|
|
3919
3919
|
updatedAt: zod.z.ZodISODateTime;
|
|
3920
3920
|
}, zod.z.core.$strip>>>;
|
|
3921
|
-
variable: zod.ZodOptional<zod.ZodString
|
|
3921
|
+
variable: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
3922
3922
|
}, zod.z.core.$strip>>>;
|
|
3923
3923
|
routeStepCondition: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
3924
3924
|
id: zod.ZodOptional<zod.ZodUUID>;
|
|
@@ -3931,7 +3931,7 @@ export declare const createTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
3931
3931
|
any: "any";
|
|
3932
3932
|
all: "all";
|
|
3933
3933
|
}>>;
|
|
3934
|
-
routeStepConditionFields: zod.ZodOptional<zod.
|
|
3934
|
+
routeStepConditionFields: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
|
|
3935
3935
|
id: zod.ZodOptional<zod.ZodUUID>;
|
|
3936
3936
|
variable: zod.ZodOptional<zod.ZodString>;
|
|
3937
3937
|
fieldKey: zod.ZodOptional<zod.ZodEnum<{
|
|
@@ -4014,7 +4014,7 @@ export declare const createTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
4014
4014
|
}, zod.z.core.$strip>;
|
|
4015
4015
|
}, zod.z.core.$strip>>;
|
|
4016
4016
|
}, zod.z.core.$strip>>;
|
|
4017
|
-
}, zod.z.core.$strip
|
|
4017
|
+
}, zod.z.core.$strip>>>;
|
|
4018
4018
|
}, zod.z.core.$strip>, zod.ZodNull]>>;
|
|
4019
4019
|
code: zod.ZodString;
|
|
4020
4020
|
}, zod.z.core.$strip>>;
|
|
@@ -4581,8 +4581,8 @@ export declare const createTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
4581
4581
|
}, zod.z.core.$strip>, zod.ZodNull]>>;
|
|
4582
4582
|
climberCloudSetting: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
4583
4583
|
id: zod.ZodUUID;
|
|
4584
|
-
contentsId: zod.
|
|
4585
|
-
formField: zod.
|
|
4584
|
+
contentsId: zod.ZodString;
|
|
4585
|
+
formField: zod.ZodObject<{
|
|
4586
4586
|
id: zod.ZodUUID;
|
|
4587
4587
|
title: zod.ZodString;
|
|
4588
4588
|
description: zod.ZodNullable<zod.ZodString>;
|
|
@@ -4625,7 +4625,7 @@ export declare const createTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
4625
4625
|
suffix: zod.ZodNullable<zod.ZodString>;
|
|
4626
4626
|
hidden: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
4627
4627
|
readonlyOnUi: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
4628
|
-
}, zod.z.core.$strip
|
|
4628
|
+
}, zod.z.core.$strip>;
|
|
4629
4629
|
mappings: zod.ZodArray<zod.ZodObject<{
|
|
4630
4630
|
formField: zod.ZodObject<{
|
|
4631
4631
|
id: zod.ZodUUID;
|
|
@@ -5418,8 +5418,8 @@ export declare const createTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
5418
5418
|
}, zod.z.core.$strip>, zod.ZodNull]>>;
|
|
5419
5419
|
climberCloudSetting: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
5420
5420
|
id: zod.ZodUUID;
|
|
5421
|
-
contentsId: zod.
|
|
5422
|
-
formField: zod.
|
|
5421
|
+
contentsId: zod.ZodString;
|
|
5422
|
+
formField: zod.ZodObject<{
|
|
5423
5423
|
id: zod.ZodUUID;
|
|
5424
5424
|
title: zod.ZodString;
|
|
5425
5425
|
description: zod.ZodNullable<zod.ZodString>;
|
|
@@ -5462,7 +5462,7 @@ export declare const createTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
5462
5462
|
suffix: zod.ZodNullable<zod.ZodString>;
|
|
5463
5463
|
hidden: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
5464
5464
|
readonlyOnUi: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
5465
|
-
}, zod.z.core.$strip
|
|
5465
|
+
}, zod.z.core.$strip>;
|
|
5466
5466
|
mappings: zod.ZodArray<zod.ZodObject<{
|
|
5467
5467
|
formField: zod.ZodObject<{
|
|
5468
5468
|
id: zod.ZodUUID;
|
|
@@ -6334,8 +6334,8 @@ export declare const createTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
6334
6334
|
}, zod.z.core.$strip>, zod.ZodNull]>>;
|
|
6335
6335
|
climberCloudSetting: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
6336
6336
|
id: zod.ZodUUID;
|
|
6337
|
-
contentsId: zod.
|
|
6338
|
-
formField: zod.
|
|
6337
|
+
contentsId: zod.ZodString;
|
|
6338
|
+
formField: zod.ZodObject<{
|
|
6339
6339
|
id: zod.ZodUUID;
|
|
6340
6340
|
title: zod.ZodString;
|
|
6341
6341
|
description: zod.ZodNullable<zod.ZodString>;
|
|
@@ -6378,7 +6378,7 @@ export declare const createTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
6378
6378
|
suffix: zod.ZodNullable<zod.ZodString>;
|
|
6379
6379
|
hidden: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
6380
6380
|
readonlyOnUi: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
6381
|
-
}, zod.z.core.$strip
|
|
6381
|
+
}, zod.z.core.$strip>;
|
|
6382
6382
|
mappings: zod.ZodArray<zod.ZodObject<{
|
|
6383
6383
|
formField: zod.ZodObject<{
|
|
6384
6384
|
id: zod.ZodUUID;
|
|
@@ -7302,8 +7302,8 @@ export declare const createTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
7302
7302
|
}, zod.z.core.$strip>, zod.ZodNull]>>;
|
|
7303
7303
|
climberCloudSetting: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
7304
7304
|
id: zod.ZodUUID;
|
|
7305
|
-
contentsId: zod.
|
|
7306
|
-
formField: zod.
|
|
7305
|
+
contentsId: zod.ZodString;
|
|
7306
|
+
formField: zod.ZodObject<{
|
|
7307
7307
|
id: zod.ZodUUID;
|
|
7308
7308
|
title: zod.ZodString;
|
|
7309
7309
|
description: zod.ZodNullable<zod.ZodString>;
|
|
@@ -7346,7 +7346,7 @@ export declare const createTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
7346
7346
|
suffix: zod.ZodNullable<zod.ZodString>;
|
|
7347
7347
|
hidden: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
7348
7348
|
readonlyOnUi: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
7349
|
-
}, zod.z.core.$strip
|
|
7349
|
+
}, zod.z.core.$strip>;
|
|
7350
7350
|
mappings: zod.ZodArray<zod.ZodObject<{
|
|
7351
7351
|
formField: zod.ZodObject<{
|
|
7352
7352
|
id: zod.ZodUUID;
|
|
@@ -8264,8 +8264,8 @@ export declare const createTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
8264
8264
|
}, zod.z.core.$strip>, zod.ZodNull]>>;
|
|
8265
8265
|
climberCloudSetting: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
8266
8266
|
id: zod.ZodUUID;
|
|
8267
|
-
contentsId: zod.
|
|
8268
|
-
formField: zod.
|
|
8267
|
+
contentsId: zod.ZodString;
|
|
8268
|
+
formField: zod.ZodObject<{
|
|
8269
8269
|
id: zod.ZodUUID;
|
|
8270
8270
|
title: zod.ZodString;
|
|
8271
8271
|
description: zod.ZodNullable<zod.ZodString>;
|
|
@@ -8308,7 +8308,7 @@ export declare const createTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
8308
8308
|
suffix: zod.ZodNullable<zod.ZodString>;
|
|
8309
8309
|
hidden: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
8310
8310
|
readonlyOnUi: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
8311
|
-
}, zod.z.core.$strip
|
|
8311
|
+
}, zod.z.core.$strip>;
|
|
8312
8312
|
mappings: zod.ZodArray<zod.ZodObject<{
|
|
8313
8313
|
formField: zod.ZodObject<{
|
|
8314
8314
|
id: zod.ZodUUID;
|
|
@@ -8676,6 +8676,8 @@ export declare const listTasksQueryParams: zod.ZodObject<{
|
|
|
8676
8676
|
updatedAtEnd: zod.ZodOptional<zod.z.ZodISODateTime>;
|
|
8677
8677
|
openedAtStart: zod.ZodOptional<zod.z.ZodISODateTime>;
|
|
8678
8678
|
openedAtEnd: zod.ZodOptional<zod.z.ZodISODateTime>;
|
|
8679
|
+
assignedToMeAtStart: zod.ZodOptional<zod.z.ZodISODateTime>;
|
|
8680
|
+
assignedToMeAtEnd: zod.ZodOptional<zod.z.ZodISODateTime>;
|
|
8679
8681
|
completedAtStart: zod.ZodOptional<zod.z.ZodISODateTime>;
|
|
8680
8682
|
completedAtEnd: zod.ZodOptional<zod.z.ZodISODateTime>;
|
|
8681
8683
|
archivedAtStart: zod.ZodOptional<zod.z.ZodISODateTime>;
|
|
@@ -9381,8 +9383,8 @@ export declare const listTasksResponseItem: zod.ZodIntersection<zod.ZodObject<{
|
|
|
9381
9383
|
}, zod.z.core.$strip>, zod.ZodNull]>>;
|
|
9382
9384
|
climberCloudSetting: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
9383
9385
|
id: zod.ZodUUID;
|
|
9384
|
-
contentsId: zod.
|
|
9385
|
-
formField: zod.
|
|
9386
|
+
contentsId: zod.ZodString;
|
|
9387
|
+
formField: zod.ZodObject<{
|
|
9386
9388
|
id: zod.ZodUUID;
|
|
9387
9389
|
title: zod.ZodString;
|
|
9388
9390
|
description: zod.ZodNullable<zod.ZodString>;
|
|
@@ -9425,7 +9427,7 @@ export declare const listTasksResponseItem: zod.ZodIntersection<zod.ZodObject<{
|
|
|
9425
9427
|
suffix: zod.ZodNullable<zod.ZodString>;
|
|
9426
9428
|
hidden: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
9427
9429
|
readonlyOnUi: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
9428
|
-
}, zod.z.core.$strip
|
|
9430
|
+
}, zod.z.core.$strip>;
|
|
9429
9431
|
mappings: zod.ZodArray<zod.ZodObject<{
|
|
9430
9432
|
formField: zod.ZodObject<{
|
|
9431
9433
|
id: zod.ZodUUID;
|
|
@@ -10299,8 +10301,8 @@ export declare const listTasksResponse: zod.ZodArray<zod.ZodIntersection<zod.Zod
|
|
|
10299
10301
|
}, zod.z.core.$strip>, zod.ZodNull]>>;
|
|
10300
10302
|
climberCloudSetting: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
10301
10303
|
id: zod.ZodUUID;
|
|
10302
|
-
contentsId: zod.
|
|
10303
|
-
formField: zod.
|
|
10304
|
+
contentsId: zod.ZodString;
|
|
10305
|
+
formField: zod.ZodObject<{
|
|
10304
10306
|
id: zod.ZodUUID;
|
|
10305
10307
|
title: zod.ZodString;
|
|
10306
10308
|
description: zod.ZodNullable<zod.ZodString>;
|
|
@@ -10343,7 +10345,7 @@ export declare const listTasksResponse: zod.ZodArray<zod.ZodIntersection<zod.Zod
|
|
|
10343
10345
|
suffix: zod.ZodNullable<zod.ZodString>;
|
|
10344
10346
|
hidden: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
10345
10347
|
readonlyOnUi: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
10346
|
-
}, zod.z.core.$strip
|
|
10348
|
+
}, zod.z.core.$strip>;
|
|
10347
10349
|
mappings: zod.ZodArray<zod.ZodObject<{
|
|
10348
10350
|
formField: zod.ZodObject<{
|
|
10349
10351
|
id: zod.ZodUUID;
|
|
@@ -10820,19 +10822,19 @@ export declare const getTicketResponseRouteStepsItemTargetsItemGradesItemLevelMi
|
|
|
10820
10822
|
export declare const getTicketResponseRouteStepsItemTargetsItemGradesItemLevelMax = 255;
|
|
10821
10823
|
export declare const getTicketResponseRouteStepsItemTargetsItemGradesItemCodeMax = 100;
|
|
10822
10824
|
export declare const getTicketResponseRouteStepsItemTargetsItemGradesItemIsDefaultDefault = false;
|
|
10823
|
-
export declare const
|
|
10824
|
-
export declare const
|
|
10825
|
-
export declare const
|
|
10826
|
-
export declare const
|
|
10827
|
-
export declare const
|
|
10828
|
-
export declare const
|
|
10829
|
-
export declare const
|
|
10830
|
-
export declare const
|
|
10831
|
-
export declare const
|
|
10832
|
-
export declare const
|
|
10833
|
-
export declare const
|
|
10834
|
-
export declare const
|
|
10835
|
-
export declare const
|
|
10825
|
+
export declare const getTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemGradeNameMax = 300;
|
|
10826
|
+
export declare const getTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemGradeLevelMin = 0;
|
|
10827
|
+
export declare const getTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemGradeLevelMax = 255;
|
|
10828
|
+
export declare const getTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemGradeCodeMax = 100;
|
|
10829
|
+
export declare const getTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemGradeIsDefaultDefault = false;
|
|
10830
|
+
export declare const getTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemTeamNameMax = 300;
|
|
10831
|
+
export declare const getTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemTeamCodeMax = 100;
|
|
10832
|
+
export declare const getTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemTeamNotesMax = 10000;
|
|
10833
|
+
export declare const getTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemTeamUsersCountMin = 0;
|
|
10834
|
+
export declare const getTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemGeneralMasterItemCodeMax = 100;
|
|
10835
|
+
export declare const getTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemGeneralMasterItemNameMax = 100;
|
|
10836
|
+
export declare const getTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemGeneralMasterItemInputsItemFieldTitleMax = 300;
|
|
10837
|
+
export declare const getTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemGeneralMasterItemInputsItemFieldCodeMax = 100;
|
|
10836
10838
|
export declare const getTicketResponseTriggerTicketCurrentStepMin = 0;
|
|
10837
10839
|
export declare const getTicketResponseTriggerTicketAuthorEmailMax = 254;
|
|
10838
10840
|
export declare const getTicketResponseTriggerTicketAuthorCodeMax = 100;
|
|
@@ -12064,8 +12066,8 @@ export declare const getTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
12064
12066
|
}, zod.z.core.$strip>, zod.ZodNull]>>;
|
|
12065
12067
|
climberCloudSetting: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
12066
12068
|
id: zod.ZodUUID;
|
|
12067
|
-
contentsId: zod.
|
|
12068
|
-
formField: zod.
|
|
12069
|
+
contentsId: zod.ZodString;
|
|
12070
|
+
formField: zod.ZodObject<{
|
|
12069
12071
|
id: zod.ZodUUID;
|
|
12070
12072
|
title: zod.ZodString;
|
|
12071
12073
|
description: zod.ZodNullable<zod.ZodString>;
|
|
@@ -12108,7 +12110,7 @@ export declare const getTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
12108
12110
|
suffix: zod.ZodNullable<zod.ZodString>;
|
|
12109
12111
|
hidden: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
12110
12112
|
readonlyOnUi: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
12111
|
-
}, zod.z.core.$strip
|
|
12113
|
+
}, zod.z.core.$strip>;
|
|
12112
12114
|
mappings: zod.ZodArray<zod.ZodObject<{
|
|
12113
12115
|
formField: zod.ZodObject<{
|
|
12114
12116
|
id: zod.ZodUUID;
|
|
@@ -12493,14 +12495,14 @@ export declare const getTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
12493
12495
|
updatedAt: zod.z.ZodISODateTime;
|
|
12494
12496
|
}, zod.z.core.$strip>>;
|
|
12495
12497
|
descendants: zod.ZodOptional<zod.ZodBoolean>;
|
|
12496
|
-
gradeSymbol: zod.ZodOptional<zod.ZodEnum<{
|
|
12498
|
+
gradeSymbol: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodEnum<{
|
|
12497
12499
|
equal: "equal";
|
|
12498
12500
|
greater_than: "greater_than";
|
|
12499
12501
|
greater_than_or_equal: "greater_than_or_equal";
|
|
12500
12502
|
less_than: "less_than";
|
|
12501
12503
|
less_than_or_equal: "less_than_or_equal";
|
|
12502
12504
|
any_of: "any_of";
|
|
12503
|
-
}>>;
|
|
12505
|
+
}>, zod.ZodNull]>>;
|
|
12504
12506
|
grades: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
|
|
12505
12507
|
id: zod.ZodUUID;
|
|
12506
12508
|
name: zod.ZodString;
|
|
@@ -12510,7 +12512,7 @@ export declare const getTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
12510
12512
|
createdAt: zod.z.ZodISODateTime;
|
|
12511
12513
|
updatedAt: zod.z.ZodISODateTime;
|
|
12512
12514
|
}, zod.z.core.$strip>>>;
|
|
12513
|
-
variable: zod.ZodOptional<zod.ZodString
|
|
12515
|
+
variable: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
12514
12516
|
}, zod.z.core.$strip>>>;
|
|
12515
12517
|
routeStepCondition: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
12516
12518
|
id: zod.ZodOptional<zod.ZodUUID>;
|
|
@@ -12523,7 +12525,7 @@ export declare const getTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
12523
12525
|
any: "any";
|
|
12524
12526
|
all: "all";
|
|
12525
12527
|
}>>;
|
|
12526
|
-
routeStepConditionFields: zod.ZodOptional<zod.
|
|
12528
|
+
routeStepConditionFields: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
|
|
12527
12529
|
id: zod.ZodOptional<zod.ZodUUID>;
|
|
12528
12530
|
variable: zod.ZodOptional<zod.ZodString>;
|
|
12529
12531
|
fieldKey: zod.ZodOptional<zod.ZodEnum<{
|
|
@@ -12606,7 +12608,7 @@ export declare const getTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
12606
12608
|
}, zod.z.core.$strip>;
|
|
12607
12609
|
}, zod.z.core.$strip>>;
|
|
12608
12610
|
}, zod.z.core.$strip>>;
|
|
12609
|
-
}, zod.z.core.$strip
|
|
12611
|
+
}, zod.z.core.$strip>>>;
|
|
12610
12612
|
}, zod.z.core.$strip>, zod.ZodNull]>>;
|
|
12611
12613
|
code: zod.ZodString;
|
|
12612
12614
|
}, zod.z.core.$strip>>;
|
|
@@ -13173,8 +13175,8 @@ export declare const getTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
13173
13175
|
}, zod.z.core.$strip>, zod.ZodNull]>>;
|
|
13174
13176
|
climberCloudSetting: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
13175
13177
|
id: zod.ZodUUID;
|
|
13176
|
-
contentsId: zod.
|
|
13177
|
-
formField: zod.
|
|
13178
|
+
contentsId: zod.ZodString;
|
|
13179
|
+
formField: zod.ZodObject<{
|
|
13178
13180
|
id: zod.ZodUUID;
|
|
13179
13181
|
title: zod.ZodString;
|
|
13180
13182
|
description: zod.ZodNullable<zod.ZodString>;
|
|
@@ -13217,7 +13219,7 @@ export declare const getTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
13217
13219
|
suffix: zod.ZodNullable<zod.ZodString>;
|
|
13218
13220
|
hidden: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
13219
13221
|
readonlyOnUi: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
13220
|
-
}, zod.z.core.$strip
|
|
13222
|
+
}, zod.z.core.$strip>;
|
|
13221
13223
|
mappings: zod.ZodArray<zod.ZodObject<{
|
|
13222
13224
|
formField: zod.ZodObject<{
|
|
13223
13225
|
id: zod.ZodUUID;
|
|
@@ -14010,8 +14012,8 @@ export declare const getTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
14010
14012
|
}, zod.z.core.$strip>, zod.ZodNull]>>;
|
|
14011
14013
|
climberCloudSetting: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
14012
14014
|
id: zod.ZodUUID;
|
|
14013
|
-
contentsId: zod.
|
|
14014
|
-
formField: zod.
|
|
14015
|
+
contentsId: zod.ZodString;
|
|
14016
|
+
formField: zod.ZodObject<{
|
|
14015
14017
|
id: zod.ZodUUID;
|
|
14016
14018
|
title: zod.ZodString;
|
|
14017
14019
|
description: zod.ZodNullable<zod.ZodString>;
|
|
@@ -14054,7 +14056,7 @@ export declare const getTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
14054
14056
|
suffix: zod.ZodNullable<zod.ZodString>;
|
|
14055
14057
|
hidden: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
14056
14058
|
readonlyOnUi: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
14057
|
-
}, zod.z.core.$strip
|
|
14059
|
+
}, zod.z.core.$strip>;
|
|
14058
14060
|
mappings: zod.ZodArray<zod.ZodObject<{
|
|
14059
14061
|
formField: zod.ZodObject<{
|
|
14060
14062
|
id: zod.ZodUUID;
|
|
@@ -14926,8 +14928,8 @@ export declare const getTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
14926
14928
|
}, zod.z.core.$strip>, zod.ZodNull]>>;
|
|
14927
14929
|
climberCloudSetting: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
14928
14930
|
id: zod.ZodUUID;
|
|
14929
|
-
contentsId: zod.
|
|
14930
|
-
formField: zod.
|
|
14931
|
+
contentsId: zod.ZodString;
|
|
14932
|
+
formField: zod.ZodObject<{
|
|
14931
14933
|
id: zod.ZodUUID;
|
|
14932
14934
|
title: zod.ZodString;
|
|
14933
14935
|
description: zod.ZodNullable<zod.ZodString>;
|
|
@@ -14970,7 +14972,7 @@ export declare const getTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
14970
14972
|
suffix: zod.ZodNullable<zod.ZodString>;
|
|
14971
14973
|
hidden: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
14972
14974
|
readonlyOnUi: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
14973
|
-
}, zod.z.core.$strip
|
|
14975
|
+
}, zod.z.core.$strip>;
|
|
14974
14976
|
mappings: zod.ZodArray<zod.ZodObject<{
|
|
14975
14977
|
formField: zod.ZodObject<{
|
|
14976
14978
|
id: zod.ZodUUID;
|
|
@@ -15894,8 +15896,8 @@ export declare const getTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
15894
15896
|
}, zod.z.core.$strip>, zod.ZodNull]>>;
|
|
15895
15897
|
climberCloudSetting: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
15896
15898
|
id: zod.ZodUUID;
|
|
15897
|
-
contentsId: zod.
|
|
15898
|
-
formField: zod.
|
|
15899
|
+
contentsId: zod.ZodString;
|
|
15900
|
+
formField: zod.ZodObject<{
|
|
15899
15901
|
id: zod.ZodUUID;
|
|
15900
15902
|
title: zod.ZodString;
|
|
15901
15903
|
description: zod.ZodNullable<zod.ZodString>;
|
|
@@ -15938,7 +15940,7 @@ export declare const getTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
15938
15940
|
suffix: zod.ZodNullable<zod.ZodString>;
|
|
15939
15941
|
hidden: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
15940
15942
|
readonlyOnUi: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
15941
|
-
}, zod.z.core.$strip
|
|
15943
|
+
}, zod.z.core.$strip>;
|
|
15942
15944
|
mappings: zod.ZodArray<zod.ZodObject<{
|
|
15943
15945
|
formField: zod.ZodObject<{
|
|
15944
15946
|
id: zod.ZodUUID;
|
|
@@ -16856,8 +16858,8 @@ export declare const getTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
16856
16858
|
}, zod.z.core.$strip>, zod.ZodNull]>>;
|
|
16857
16859
|
climberCloudSetting: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
16858
16860
|
id: zod.ZodUUID;
|
|
16859
|
-
contentsId: zod.
|
|
16860
|
-
formField: zod.
|
|
16861
|
+
contentsId: zod.ZodString;
|
|
16862
|
+
formField: zod.ZodObject<{
|
|
16861
16863
|
id: zod.ZodUUID;
|
|
16862
16864
|
title: zod.ZodString;
|
|
16863
16865
|
description: zod.ZodNullable<zod.ZodString>;
|
|
@@ -16900,7 +16902,7 @@ export declare const getTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
16900
16902
|
suffix: zod.ZodNullable<zod.ZodString>;
|
|
16901
16903
|
hidden: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
16902
16904
|
readonlyOnUi: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
16903
|
-
}, zod.z.core.$strip
|
|
16905
|
+
}, zod.z.core.$strip>;
|
|
16904
16906
|
mappings: zod.ZodArray<zod.ZodObject<{
|
|
16905
16907
|
formField: zod.ZodObject<{
|
|
16906
16908
|
id: zod.ZodUUID;
|
|
@@ -17447,19 +17449,19 @@ export declare const updateTicketResponseRouteStepsItemTargetsItemGradesItemLeve
|
|
|
17447
17449
|
export declare const updateTicketResponseRouteStepsItemTargetsItemGradesItemLevelMax = 255;
|
|
17448
17450
|
export declare const updateTicketResponseRouteStepsItemTargetsItemGradesItemCodeMax = 100;
|
|
17449
17451
|
export declare const updateTicketResponseRouteStepsItemTargetsItemGradesItemIsDefaultDefault = false;
|
|
17450
|
-
export declare const
|
|
17451
|
-
export declare const
|
|
17452
|
-
export declare const
|
|
17453
|
-
export declare const
|
|
17454
|
-
export declare const
|
|
17455
|
-
export declare const
|
|
17456
|
-
export declare const
|
|
17457
|
-
export declare const
|
|
17458
|
-
export declare const
|
|
17459
|
-
export declare const
|
|
17460
|
-
export declare const
|
|
17461
|
-
export declare const
|
|
17462
|
-
export declare const
|
|
17452
|
+
export declare const updateTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemGradeNameMax = 300;
|
|
17453
|
+
export declare const updateTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemGradeLevelMin = 0;
|
|
17454
|
+
export declare const updateTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemGradeLevelMax = 255;
|
|
17455
|
+
export declare const updateTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemGradeCodeMax = 100;
|
|
17456
|
+
export declare const updateTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemGradeIsDefaultDefault = false;
|
|
17457
|
+
export declare const updateTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemTeamNameMax = 300;
|
|
17458
|
+
export declare const updateTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemTeamCodeMax = 100;
|
|
17459
|
+
export declare const updateTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemTeamNotesMax = 10000;
|
|
17460
|
+
export declare const updateTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemTeamUsersCountMin = 0;
|
|
17461
|
+
export declare const updateTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemGeneralMasterItemCodeMax = 100;
|
|
17462
|
+
export declare const updateTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemGeneralMasterItemNameMax = 100;
|
|
17463
|
+
export declare const updateTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemGeneralMasterItemInputsItemFieldTitleMax = 300;
|
|
17464
|
+
export declare const updateTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemGeneralMasterItemInputsItemFieldCodeMax = 100;
|
|
17463
17465
|
export declare const updateTicketResponseTriggerTicketCurrentStepMin = 0;
|
|
17464
17466
|
export declare const updateTicketResponseTriggerTicketAuthorEmailMax = 254;
|
|
17465
17467
|
export declare const updateTicketResponseTriggerTicketAuthorCodeMax = 100;
|
|
@@ -18691,8 +18693,8 @@ export declare const updateTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
18691
18693
|
}, zod.z.core.$strip>, zod.ZodNull]>>;
|
|
18692
18694
|
climberCloudSetting: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
18693
18695
|
id: zod.ZodUUID;
|
|
18694
|
-
contentsId: zod.
|
|
18695
|
-
formField: zod.
|
|
18696
|
+
contentsId: zod.ZodString;
|
|
18697
|
+
formField: zod.ZodObject<{
|
|
18696
18698
|
id: zod.ZodUUID;
|
|
18697
18699
|
title: zod.ZodString;
|
|
18698
18700
|
description: zod.ZodNullable<zod.ZodString>;
|
|
@@ -18735,7 +18737,7 @@ export declare const updateTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
18735
18737
|
suffix: zod.ZodNullable<zod.ZodString>;
|
|
18736
18738
|
hidden: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
18737
18739
|
readonlyOnUi: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
18738
|
-
}, zod.z.core.$strip
|
|
18740
|
+
}, zod.z.core.$strip>;
|
|
18739
18741
|
mappings: zod.ZodArray<zod.ZodObject<{
|
|
18740
18742
|
formField: zod.ZodObject<{
|
|
18741
18743
|
id: zod.ZodUUID;
|
|
@@ -19120,14 +19122,14 @@ export declare const updateTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
19120
19122
|
updatedAt: zod.z.ZodISODateTime;
|
|
19121
19123
|
}, zod.z.core.$strip>>;
|
|
19122
19124
|
descendants: zod.ZodOptional<zod.ZodBoolean>;
|
|
19123
|
-
gradeSymbol: zod.ZodOptional<zod.ZodEnum<{
|
|
19125
|
+
gradeSymbol: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodEnum<{
|
|
19124
19126
|
equal: "equal";
|
|
19125
19127
|
greater_than: "greater_than";
|
|
19126
19128
|
greater_than_or_equal: "greater_than_or_equal";
|
|
19127
19129
|
less_than: "less_than";
|
|
19128
19130
|
less_than_or_equal: "less_than_or_equal";
|
|
19129
19131
|
any_of: "any_of";
|
|
19130
|
-
}>>;
|
|
19132
|
+
}>, zod.ZodNull]>>;
|
|
19131
19133
|
grades: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
|
|
19132
19134
|
id: zod.ZodUUID;
|
|
19133
19135
|
name: zod.ZodString;
|
|
@@ -19137,7 +19139,7 @@ export declare const updateTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
19137
19139
|
createdAt: zod.z.ZodISODateTime;
|
|
19138
19140
|
updatedAt: zod.z.ZodISODateTime;
|
|
19139
19141
|
}, zod.z.core.$strip>>>;
|
|
19140
|
-
variable: zod.ZodOptional<zod.ZodString
|
|
19142
|
+
variable: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
19141
19143
|
}, zod.z.core.$strip>>>;
|
|
19142
19144
|
routeStepCondition: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
19143
19145
|
id: zod.ZodOptional<zod.ZodUUID>;
|
|
@@ -19150,7 +19152,7 @@ export declare const updateTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
19150
19152
|
any: "any";
|
|
19151
19153
|
all: "all";
|
|
19152
19154
|
}>>;
|
|
19153
|
-
routeStepConditionFields: zod.ZodOptional<zod.
|
|
19155
|
+
routeStepConditionFields: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
|
|
19154
19156
|
id: zod.ZodOptional<zod.ZodUUID>;
|
|
19155
19157
|
variable: zod.ZodOptional<zod.ZodString>;
|
|
19156
19158
|
fieldKey: zod.ZodOptional<zod.ZodEnum<{
|
|
@@ -19233,7 +19235,7 @@ export declare const updateTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
19233
19235
|
}, zod.z.core.$strip>;
|
|
19234
19236
|
}, zod.z.core.$strip>>;
|
|
19235
19237
|
}, zod.z.core.$strip>>;
|
|
19236
|
-
}, zod.z.core.$strip
|
|
19238
|
+
}, zod.z.core.$strip>>>;
|
|
19237
19239
|
}, zod.z.core.$strip>, zod.ZodNull]>>;
|
|
19238
19240
|
code: zod.ZodString;
|
|
19239
19241
|
}, zod.z.core.$strip>>;
|
|
@@ -19800,8 +19802,8 @@ export declare const updateTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
19800
19802
|
}, zod.z.core.$strip>, zod.ZodNull]>>;
|
|
19801
19803
|
climberCloudSetting: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
19802
19804
|
id: zod.ZodUUID;
|
|
19803
|
-
contentsId: zod.
|
|
19804
|
-
formField: zod.
|
|
19805
|
+
contentsId: zod.ZodString;
|
|
19806
|
+
formField: zod.ZodObject<{
|
|
19805
19807
|
id: zod.ZodUUID;
|
|
19806
19808
|
title: zod.ZodString;
|
|
19807
19809
|
description: zod.ZodNullable<zod.ZodString>;
|
|
@@ -19844,7 +19846,7 @@ export declare const updateTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
19844
19846
|
suffix: zod.ZodNullable<zod.ZodString>;
|
|
19845
19847
|
hidden: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
19846
19848
|
readonlyOnUi: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
19847
|
-
}, zod.z.core.$strip
|
|
19849
|
+
}, zod.z.core.$strip>;
|
|
19848
19850
|
mappings: zod.ZodArray<zod.ZodObject<{
|
|
19849
19851
|
formField: zod.ZodObject<{
|
|
19850
19852
|
id: zod.ZodUUID;
|
|
@@ -20637,8 +20639,8 @@ export declare const updateTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
20637
20639
|
}, zod.z.core.$strip>, zod.ZodNull]>>;
|
|
20638
20640
|
climberCloudSetting: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
20639
20641
|
id: zod.ZodUUID;
|
|
20640
|
-
contentsId: zod.
|
|
20641
|
-
formField: zod.
|
|
20642
|
+
contentsId: zod.ZodString;
|
|
20643
|
+
formField: zod.ZodObject<{
|
|
20642
20644
|
id: zod.ZodUUID;
|
|
20643
20645
|
title: zod.ZodString;
|
|
20644
20646
|
description: zod.ZodNullable<zod.ZodString>;
|
|
@@ -20681,7 +20683,7 @@ export declare const updateTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
20681
20683
|
suffix: zod.ZodNullable<zod.ZodString>;
|
|
20682
20684
|
hidden: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
20683
20685
|
readonlyOnUi: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
20684
|
-
}, zod.z.core.$strip
|
|
20686
|
+
}, zod.z.core.$strip>;
|
|
20685
20687
|
mappings: zod.ZodArray<zod.ZodObject<{
|
|
20686
20688
|
formField: zod.ZodObject<{
|
|
20687
20689
|
id: zod.ZodUUID;
|
|
@@ -21553,8 +21555,8 @@ export declare const updateTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
21553
21555
|
}, zod.z.core.$strip>, zod.ZodNull]>>;
|
|
21554
21556
|
climberCloudSetting: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
21555
21557
|
id: zod.ZodUUID;
|
|
21556
|
-
contentsId: zod.
|
|
21557
|
-
formField: zod.
|
|
21558
|
+
contentsId: zod.ZodString;
|
|
21559
|
+
formField: zod.ZodObject<{
|
|
21558
21560
|
id: zod.ZodUUID;
|
|
21559
21561
|
title: zod.ZodString;
|
|
21560
21562
|
description: zod.ZodNullable<zod.ZodString>;
|
|
@@ -21597,7 +21599,7 @@ export declare const updateTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
21597
21599
|
suffix: zod.ZodNullable<zod.ZodString>;
|
|
21598
21600
|
hidden: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
21599
21601
|
readonlyOnUi: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
21600
|
-
}, zod.z.core.$strip
|
|
21602
|
+
}, zod.z.core.$strip>;
|
|
21601
21603
|
mappings: zod.ZodArray<zod.ZodObject<{
|
|
21602
21604
|
formField: zod.ZodObject<{
|
|
21603
21605
|
id: zod.ZodUUID;
|
|
@@ -22521,8 +22523,8 @@ export declare const updateTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
22521
22523
|
}, zod.z.core.$strip>, zod.ZodNull]>>;
|
|
22522
22524
|
climberCloudSetting: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
22523
22525
|
id: zod.ZodUUID;
|
|
22524
|
-
contentsId: zod.
|
|
22525
|
-
formField: zod.
|
|
22526
|
+
contentsId: zod.ZodString;
|
|
22527
|
+
formField: zod.ZodObject<{
|
|
22526
22528
|
id: zod.ZodUUID;
|
|
22527
22529
|
title: zod.ZodString;
|
|
22528
22530
|
description: zod.ZodNullable<zod.ZodString>;
|
|
@@ -22565,7 +22567,7 @@ export declare const updateTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
22565
22567
|
suffix: zod.ZodNullable<zod.ZodString>;
|
|
22566
22568
|
hidden: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
22567
22569
|
readonlyOnUi: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
22568
|
-
}, zod.z.core.$strip
|
|
22570
|
+
}, zod.z.core.$strip>;
|
|
22569
22571
|
mappings: zod.ZodArray<zod.ZodObject<{
|
|
22570
22572
|
formField: zod.ZodObject<{
|
|
22571
22573
|
id: zod.ZodUUID;
|
|
@@ -23483,8 +23485,8 @@ export declare const updateTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
23483
23485
|
}, zod.z.core.$strip>, zod.ZodNull]>>;
|
|
23484
23486
|
climberCloudSetting: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
23485
23487
|
id: zod.ZodUUID;
|
|
23486
|
-
contentsId: zod.
|
|
23487
|
-
formField: zod.
|
|
23488
|
+
contentsId: zod.ZodString;
|
|
23489
|
+
formField: zod.ZodObject<{
|
|
23488
23490
|
id: zod.ZodUUID;
|
|
23489
23491
|
title: zod.ZodString;
|
|
23490
23492
|
description: zod.ZodNullable<zod.ZodString>;
|
|
@@ -23527,7 +23529,7 @@ export declare const updateTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
23527
23529
|
suffix: zod.ZodNullable<zod.ZodString>;
|
|
23528
23530
|
hidden: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
23529
23531
|
readonlyOnUi: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
23530
|
-
}, zod.z.core.$strip
|
|
23532
|
+
}, zod.z.core.$strip>;
|
|
23531
23533
|
mappings: zod.ZodArray<zod.ZodObject<{
|
|
23532
23534
|
formField: zod.ZodObject<{
|
|
23533
23535
|
id: zod.ZodUUID;
|
|
@@ -24028,19 +24030,19 @@ export declare const approveTicketResponseRouteStepsItemTargetsItemGradesItemLev
|
|
|
24028
24030
|
export declare const approveTicketResponseRouteStepsItemTargetsItemGradesItemLevelMax = 255;
|
|
24029
24031
|
export declare const approveTicketResponseRouteStepsItemTargetsItemGradesItemCodeMax = 100;
|
|
24030
24032
|
export declare const approveTicketResponseRouteStepsItemTargetsItemGradesItemIsDefaultDefault = false;
|
|
24031
|
-
export declare const
|
|
24032
|
-
export declare const
|
|
24033
|
-
export declare const
|
|
24034
|
-
export declare const
|
|
24035
|
-
export declare const
|
|
24036
|
-
export declare const
|
|
24037
|
-
export declare const
|
|
24038
|
-
export declare const
|
|
24039
|
-
export declare const
|
|
24040
|
-
export declare const
|
|
24041
|
-
export declare const
|
|
24042
|
-
export declare const
|
|
24043
|
-
export declare const
|
|
24033
|
+
export declare const approveTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemGradeNameMax = 300;
|
|
24034
|
+
export declare const approveTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemGradeLevelMin = 0;
|
|
24035
|
+
export declare const approveTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemGradeLevelMax = 255;
|
|
24036
|
+
export declare const approveTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemGradeCodeMax = 100;
|
|
24037
|
+
export declare const approveTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemGradeIsDefaultDefault = false;
|
|
24038
|
+
export declare const approveTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemTeamNameMax = 300;
|
|
24039
|
+
export declare const approveTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemTeamCodeMax = 100;
|
|
24040
|
+
export declare const approveTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemTeamNotesMax = 10000;
|
|
24041
|
+
export declare const approveTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemTeamUsersCountMin = 0;
|
|
24042
|
+
export declare const approveTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemGeneralMasterItemCodeMax = 100;
|
|
24043
|
+
export declare const approveTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemGeneralMasterItemNameMax = 100;
|
|
24044
|
+
export declare const approveTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemGeneralMasterItemInputsItemFieldTitleMax = 300;
|
|
24045
|
+
export declare const approveTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemGeneralMasterItemInputsItemFieldCodeMax = 100;
|
|
24044
24046
|
export declare const approveTicketResponseTriggerTicketCurrentStepMin = 0;
|
|
24045
24047
|
export declare const approveTicketResponseTriggerTicketAuthorEmailMax = 254;
|
|
24046
24048
|
export declare const approveTicketResponseTriggerTicketAuthorCodeMax = 100;
|
|
@@ -25272,8 +25274,8 @@ export declare const approveTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
25272
25274
|
}, zod.z.core.$strip>, zod.ZodNull]>>;
|
|
25273
25275
|
climberCloudSetting: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
25274
25276
|
id: zod.ZodUUID;
|
|
25275
|
-
contentsId: zod.
|
|
25276
|
-
formField: zod.
|
|
25277
|
+
contentsId: zod.ZodString;
|
|
25278
|
+
formField: zod.ZodObject<{
|
|
25277
25279
|
id: zod.ZodUUID;
|
|
25278
25280
|
title: zod.ZodString;
|
|
25279
25281
|
description: zod.ZodNullable<zod.ZodString>;
|
|
@@ -25316,7 +25318,7 @@ export declare const approveTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
25316
25318
|
suffix: zod.ZodNullable<zod.ZodString>;
|
|
25317
25319
|
hidden: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
25318
25320
|
readonlyOnUi: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
25319
|
-
}, zod.z.core.$strip
|
|
25321
|
+
}, zod.z.core.$strip>;
|
|
25320
25322
|
mappings: zod.ZodArray<zod.ZodObject<{
|
|
25321
25323
|
formField: zod.ZodObject<{
|
|
25322
25324
|
id: zod.ZodUUID;
|
|
@@ -25701,14 +25703,14 @@ export declare const approveTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
25701
25703
|
updatedAt: zod.z.ZodISODateTime;
|
|
25702
25704
|
}, zod.z.core.$strip>>;
|
|
25703
25705
|
descendants: zod.ZodOptional<zod.ZodBoolean>;
|
|
25704
|
-
gradeSymbol: zod.ZodOptional<zod.ZodEnum<{
|
|
25706
|
+
gradeSymbol: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodEnum<{
|
|
25705
25707
|
equal: "equal";
|
|
25706
25708
|
greater_than: "greater_than";
|
|
25707
25709
|
greater_than_or_equal: "greater_than_or_equal";
|
|
25708
25710
|
less_than: "less_than";
|
|
25709
25711
|
less_than_or_equal: "less_than_or_equal";
|
|
25710
25712
|
any_of: "any_of";
|
|
25711
|
-
}>>;
|
|
25713
|
+
}>, zod.ZodNull]>>;
|
|
25712
25714
|
grades: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
|
|
25713
25715
|
id: zod.ZodUUID;
|
|
25714
25716
|
name: zod.ZodString;
|
|
@@ -25718,7 +25720,7 @@ export declare const approveTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
25718
25720
|
createdAt: zod.z.ZodISODateTime;
|
|
25719
25721
|
updatedAt: zod.z.ZodISODateTime;
|
|
25720
25722
|
}, zod.z.core.$strip>>>;
|
|
25721
|
-
variable: zod.ZodOptional<zod.ZodString
|
|
25723
|
+
variable: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
25722
25724
|
}, zod.z.core.$strip>>>;
|
|
25723
25725
|
routeStepCondition: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
25724
25726
|
id: zod.ZodOptional<zod.ZodUUID>;
|
|
@@ -25731,7 +25733,7 @@ export declare const approveTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
25731
25733
|
any: "any";
|
|
25732
25734
|
all: "all";
|
|
25733
25735
|
}>>;
|
|
25734
|
-
routeStepConditionFields: zod.ZodOptional<zod.
|
|
25736
|
+
routeStepConditionFields: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
|
|
25735
25737
|
id: zod.ZodOptional<zod.ZodUUID>;
|
|
25736
25738
|
variable: zod.ZodOptional<zod.ZodString>;
|
|
25737
25739
|
fieldKey: zod.ZodOptional<zod.ZodEnum<{
|
|
@@ -25814,7 +25816,7 @@ export declare const approveTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
25814
25816
|
}, zod.z.core.$strip>;
|
|
25815
25817
|
}, zod.z.core.$strip>>;
|
|
25816
25818
|
}, zod.z.core.$strip>>;
|
|
25817
|
-
}, zod.z.core.$strip
|
|
25819
|
+
}, zod.z.core.$strip>>>;
|
|
25818
25820
|
}, zod.z.core.$strip>, zod.ZodNull]>>;
|
|
25819
25821
|
code: zod.ZodString;
|
|
25820
25822
|
}, zod.z.core.$strip>>;
|
|
@@ -26381,8 +26383,8 @@ export declare const approveTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
26381
26383
|
}, zod.z.core.$strip>, zod.ZodNull]>>;
|
|
26382
26384
|
climberCloudSetting: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
26383
26385
|
id: zod.ZodUUID;
|
|
26384
|
-
contentsId: zod.
|
|
26385
|
-
formField: zod.
|
|
26386
|
+
contentsId: zod.ZodString;
|
|
26387
|
+
formField: zod.ZodObject<{
|
|
26386
26388
|
id: zod.ZodUUID;
|
|
26387
26389
|
title: zod.ZodString;
|
|
26388
26390
|
description: zod.ZodNullable<zod.ZodString>;
|
|
@@ -26425,7 +26427,7 @@ export declare const approveTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
26425
26427
|
suffix: zod.ZodNullable<zod.ZodString>;
|
|
26426
26428
|
hidden: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
26427
26429
|
readonlyOnUi: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
26428
|
-
}, zod.z.core.$strip
|
|
26430
|
+
}, zod.z.core.$strip>;
|
|
26429
26431
|
mappings: zod.ZodArray<zod.ZodObject<{
|
|
26430
26432
|
formField: zod.ZodObject<{
|
|
26431
26433
|
id: zod.ZodUUID;
|
|
@@ -27218,8 +27220,8 @@ export declare const approveTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
27218
27220
|
}, zod.z.core.$strip>, zod.ZodNull]>>;
|
|
27219
27221
|
climberCloudSetting: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
27220
27222
|
id: zod.ZodUUID;
|
|
27221
|
-
contentsId: zod.
|
|
27222
|
-
formField: zod.
|
|
27223
|
+
contentsId: zod.ZodString;
|
|
27224
|
+
formField: zod.ZodObject<{
|
|
27223
27225
|
id: zod.ZodUUID;
|
|
27224
27226
|
title: zod.ZodString;
|
|
27225
27227
|
description: zod.ZodNullable<zod.ZodString>;
|
|
@@ -27262,7 +27264,7 @@ export declare const approveTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
27262
27264
|
suffix: zod.ZodNullable<zod.ZodString>;
|
|
27263
27265
|
hidden: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
27264
27266
|
readonlyOnUi: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
27265
|
-
}, zod.z.core.$strip
|
|
27267
|
+
}, zod.z.core.$strip>;
|
|
27266
27268
|
mappings: zod.ZodArray<zod.ZodObject<{
|
|
27267
27269
|
formField: zod.ZodObject<{
|
|
27268
27270
|
id: zod.ZodUUID;
|
|
@@ -28134,8 +28136,8 @@ export declare const approveTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
28134
28136
|
}, zod.z.core.$strip>, zod.ZodNull]>>;
|
|
28135
28137
|
climberCloudSetting: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
28136
28138
|
id: zod.ZodUUID;
|
|
28137
|
-
contentsId: zod.
|
|
28138
|
-
formField: zod.
|
|
28139
|
+
contentsId: zod.ZodString;
|
|
28140
|
+
formField: zod.ZodObject<{
|
|
28139
28141
|
id: zod.ZodUUID;
|
|
28140
28142
|
title: zod.ZodString;
|
|
28141
28143
|
description: zod.ZodNullable<zod.ZodString>;
|
|
@@ -28178,7 +28180,7 @@ export declare const approveTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
28178
28180
|
suffix: zod.ZodNullable<zod.ZodString>;
|
|
28179
28181
|
hidden: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
28180
28182
|
readonlyOnUi: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
28181
|
-
}, zod.z.core.$strip
|
|
28183
|
+
}, zod.z.core.$strip>;
|
|
28182
28184
|
mappings: zod.ZodArray<zod.ZodObject<{
|
|
28183
28185
|
formField: zod.ZodObject<{
|
|
28184
28186
|
id: zod.ZodUUID;
|
|
@@ -29102,8 +29104,8 @@ export declare const approveTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
29102
29104
|
}, zod.z.core.$strip>, zod.ZodNull]>>;
|
|
29103
29105
|
climberCloudSetting: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
29104
29106
|
id: zod.ZodUUID;
|
|
29105
|
-
contentsId: zod.
|
|
29106
|
-
formField: zod.
|
|
29107
|
+
contentsId: zod.ZodString;
|
|
29108
|
+
formField: zod.ZodObject<{
|
|
29107
29109
|
id: zod.ZodUUID;
|
|
29108
29110
|
title: zod.ZodString;
|
|
29109
29111
|
description: zod.ZodNullable<zod.ZodString>;
|
|
@@ -29146,7 +29148,7 @@ export declare const approveTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
29146
29148
|
suffix: zod.ZodNullable<zod.ZodString>;
|
|
29147
29149
|
hidden: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
29148
29150
|
readonlyOnUi: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
29149
|
-
}, zod.z.core.$strip
|
|
29151
|
+
}, zod.z.core.$strip>;
|
|
29150
29152
|
mappings: zod.ZodArray<zod.ZodObject<{
|
|
29151
29153
|
formField: zod.ZodObject<{
|
|
29152
29154
|
id: zod.ZodUUID;
|
|
@@ -30064,8 +30066,8 @@ export declare const approveTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
30064
30066
|
}, zod.z.core.$strip>, zod.ZodNull]>>;
|
|
30065
30067
|
climberCloudSetting: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
30066
30068
|
id: zod.ZodUUID;
|
|
30067
|
-
contentsId: zod.
|
|
30068
|
-
formField: zod.
|
|
30069
|
+
contentsId: zod.ZodString;
|
|
30070
|
+
formField: zod.ZodObject<{
|
|
30069
30071
|
id: zod.ZodUUID;
|
|
30070
30072
|
title: zod.ZodString;
|
|
30071
30073
|
description: zod.ZodNullable<zod.ZodString>;
|
|
@@ -30108,7 +30110,7 @@ export declare const approveTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
30108
30110
|
suffix: zod.ZodNullable<zod.ZodString>;
|
|
30109
30111
|
hidden: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
30110
30112
|
readonlyOnUi: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
30111
|
-
}, zod.z.core.$strip
|
|
30113
|
+
}, zod.z.core.$strip>;
|
|
30112
30114
|
mappings: zod.ZodArray<zod.ZodObject<{
|
|
30113
30115
|
formField: zod.ZodObject<{
|
|
30114
30116
|
id: zod.ZodUUID;
|
|
@@ -30612,19 +30614,19 @@ export declare const rejectTicketResponseRouteStepsItemTargetsItemGradesItemLeve
|
|
|
30612
30614
|
export declare const rejectTicketResponseRouteStepsItemTargetsItemGradesItemLevelMax = 255;
|
|
30613
30615
|
export declare const rejectTicketResponseRouteStepsItemTargetsItemGradesItemCodeMax = 100;
|
|
30614
30616
|
export declare const rejectTicketResponseRouteStepsItemTargetsItemGradesItemIsDefaultDefault = false;
|
|
30615
|
-
export declare const
|
|
30616
|
-
export declare const
|
|
30617
|
-
export declare const
|
|
30618
|
-
export declare const
|
|
30619
|
-
export declare const
|
|
30620
|
-
export declare const
|
|
30621
|
-
export declare const
|
|
30622
|
-
export declare const
|
|
30623
|
-
export declare const
|
|
30624
|
-
export declare const
|
|
30625
|
-
export declare const
|
|
30626
|
-
export declare const
|
|
30627
|
-
export declare const
|
|
30617
|
+
export declare const rejectTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemGradeNameMax = 300;
|
|
30618
|
+
export declare const rejectTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemGradeLevelMin = 0;
|
|
30619
|
+
export declare const rejectTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemGradeLevelMax = 255;
|
|
30620
|
+
export declare const rejectTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemGradeCodeMax = 100;
|
|
30621
|
+
export declare const rejectTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemGradeIsDefaultDefault = false;
|
|
30622
|
+
export declare const rejectTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemTeamNameMax = 300;
|
|
30623
|
+
export declare const rejectTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemTeamCodeMax = 100;
|
|
30624
|
+
export declare const rejectTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemTeamNotesMax = 10000;
|
|
30625
|
+
export declare const rejectTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemTeamUsersCountMin = 0;
|
|
30626
|
+
export declare const rejectTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemGeneralMasterItemCodeMax = 100;
|
|
30627
|
+
export declare const rejectTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemGeneralMasterItemNameMax = 100;
|
|
30628
|
+
export declare const rejectTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemGeneralMasterItemInputsItemFieldTitleMax = 300;
|
|
30629
|
+
export declare const rejectTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemGeneralMasterItemInputsItemFieldCodeMax = 100;
|
|
30628
30630
|
export declare const rejectTicketResponseTriggerTicketCurrentStepMin = 0;
|
|
30629
30631
|
export declare const rejectTicketResponseTriggerTicketAuthorEmailMax = 254;
|
|
30630
30632
|
export declare const rejectTicketResponseTriggerTicketAuthorCodeMax = 100;
|
|
@@ -31856,8 +31858,8 @@ export declare const rejectTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
31856
31858
|
}, zod.z.core.$strip>, zod.ZodNull]>>;
|
|
31857
31859
|
climberCloudSetting: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
31858
31860
|
id: zod.ZodUUID;
|
|
31859
|
-
contentsId: zod.
|
|
31860
|
-
formField: zod.
|
|
31861
|
+
contentsId: zod.ZodString;
|
|
31862
|
+
formField: zod.ZodObject<{
|
|
31861
31863
|
id: zod.ZodUUID;
|
|
31862
31864
|
title: zod.ZodString;
|
|
31863
31865
|
description: zod.ZodNullable<zod.ZodString>;
|
|
@@ -31900,7 +31902,7 @@ export declare const rejectTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
31900
31902
|
suffix: zod.ZodNullable<zod.ZodString>;
|
|
31901
31903
|
hidden: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
31902
31904
|
readonlyOnUi: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
31903
|
-
}, zod.z.core.$strip
|
|
31905
|
+
}, zod.z.core.$strip>;
|
|
31904
31906
|
mappings: zod.ZodArray<zod.ZodObject<{
|
|
31905
31907
|
formField: zod.ZodObject<{
|
|
31906
31908
|
id: zod.ZodUUID;
|
|
@@ -32285,14 +32287,14 @@ export declare const rejectTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
32285
32287
|
updatedAt: zod.z.ZodISODateTime;
|
|
32286
32288
|
}, zod.z.core.$strip>>;
|
|
32287
32289
|
descendants: zod.ZodOptional<zod.ZodBoolean>;
|
|
32288
|
-
gradeSymbol: zod.ZodOptional<zod.ZodEnum<{
|
|
32290
|
+
gradeSymbol: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodEnum<{
|
|
32289
32291
|
equal: "equal";
|
|
32290
32292
|
greater_than: "greater_than";
|
|
32291
32293
|
greater_than_or_equal: "greater_than_or_equal";
|
|
32292
32294
|
less_than: "less_than";
|
|
32293
32295
|
less_than_or_equal: "less_than_or_equal";
|
|
32294
32296
|
any_of: "any_of";
|
|
32295
|
-
}>>;
|
|
32297
|
+
}>, zod.ZodNull]>>;
|
|
32296
32298
|
grades: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
|
|
32297
32299
|
id: zod.ZodUUID;
|
|
32298
32300
|
name: zod.ZodString;
|
|
@@ -32302,7 +32304,7 @@ export declare const rejectTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
32302
32304
|
createdAt: zod.z.ZodISODateTime;
|
|
32303
32305
|
updatedAt: zod.z.ZodISODateTime;
|
|
32304
32306
|
}, zod.z.core.$strip>>>;
|
|
32305
|
-
variable: zod.ZodOptional<zod.ZodString
|
|
32307
|
+
variable: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
32306
32308
|
}, zod.z.core.$strip>>>;
|
|
32307
32309
|
routeStepCondition: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
32308
32310
|
id: zod.ZodOptional<zod.ZodUUID>;
|
|
@@ -32315,7 +32317,7 @@ export declare const rejectTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
32315
32317
|
any: "any";
|
|
32316
32318
|
all: "all";
|
|
32317
32319
|
}>>;
|
|
32318
|
-
routeStepConditionFields: zod.ZodOptional<zod.
|
|
32320
|
+
routeStepConditionFields: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
|
|
32319
32321
|
id: zod.ZodOptional<zod.ZodUUID>;
|
|
32320
32322
|
variable: zod.ZodOptional<zod.ZodString>;
|
|
32321
32323
|
fieldKey: zod.ZodOptional<zod.ZodEnum<{
|
|
@@ -32398,7 +32400,7 @@ export declare const rejectTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
32398
32400
|
}, zod.z.core.$strip>;
|
|
32399
32401
|
}, zod.z.core.$strip>>;
|
|
32400
32402
|
}, zod.z.core.$strip>>;
|
|
32401
|
-
}, zod.z.core.$strip
|
|
32403
|
+
}, zod.z.core.$strip>>>;
|
|
32402
32404
|
}, zod.z.core.$strip>, zod.ZodNull]>>;
|
|
32403
32405
|
code: zod.ZodString;
|
|
32404
32406
|
}, zod.z.core.$strip>>;
|
|
@@ -32965,8 +32967,8 @@ export declare const rejectTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
32965
32967
|
}, zod.z.core.$strip>, zod.ZodNull]>>;
|
|
32966
32968
|
climberCloudSetting: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
32967
32969
|
id: zod.ZodUUID;
|
|
32968
|
-
contentsId: zod.
|
|
32969
|
-
formField: zod.
|
|
32970
|
+
contentsId: zod.ZodString;
|
|
32971
|
+
formField: zod.ZodObject<{
|
|
32970
32972
|
id: zod.ZodUUID;
|
|
32971
32973
|
title: zod.ZodString;
|
|
32972
32974
|
description: zod.ZodNullable<zod.ZodString>;
|
|
@@ -33009,7 +33011,7 @@ export declare const rejectTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
33009
33011
|
suffix: zod.ZodNullable<zod.ZodString>;
|
|
33010
33012
|
hidden: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
33011
33013
|
readonlyOnUi: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
33012
|
-
}, zod.z.core.$strip
|
|
33014
|
+
}, zod.z.core.$strip>;
|
|
33013
33015
|
mappings: zod.ZodArray<zod.ZodObject<{
|
|
33014
33016
|
formField: zod.ZodObject<{
|
|
33015
33017
|
id: zod.ZodUUID;
|
|
@@ -33802,8 +33804,8 @@ export declare const rejectTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
33802
33804
|
}, zod.z.core.$strip>, zod.ZodNull]>>;
|
|
33803
33805
|
climberCloudSetting: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
33804
33806
|
id: zod.ZodUUID;
|
|
33805
|
-
contentsId: zod.
|
|
33806
|
-
formField: zod.
|
|
33807
|
+
contentsId: zod.ZodString;
|
|
33808
|
+
formField: zod.ZodObject<{
|
|
33807
33809
|
id: zod.ZodUUID;
|
|
33808
33810
|
title: zod.ZodString;
|
|
33809
33811
|
description: zod.ZodNullable<zod.ZodString>;
|
|
@@ -33846,7 +33848,7 @@ export declare const rejectTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
33846
33848
|
suffix: zod.ZodNullable<zod.ZodString>;
|
|
33847
33849
|
hidden: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
33848
33850
|
readonlyOnUi: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
33849
|
-
}, zod.z.core.$strip
|
|
33851
|
+
}, zod.z.core.$strip>;
|
|
33850
33852
|
mappings: zod.ZodArray<zod.ZodObject<{
|
|
33851
33853
|
formField: zod.ZodObject<{
|
|
33852
33854
|
id: zod.ZodUUID;
|
|
@@ -34718,8 +34720,8 @@ export declare const rejectTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
34718
34720
|
}, zod.z.core.$strip>, zod.ZodNull]>>;
|
|
34719
34721
|
climberCloudSetting: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
34720
34722
|
id: zod.ZodUUID;
|
|
34721
|
-
contentsId: zod.
|
|
34722
|
-
formField: zod.
|
|
34723
|
+
contentsId: zod.ZodString;
|
|
34724
|
+
formField: zod.ZodObject<{
|
|
34723
34725
|
id: zod.ZodUUID;
|
|
34724
34726
|
title: zod.ZodString;
|
|
34725
34727
|
description: zod.ZodNullable<zod.ZodString>;
|
|
@@ -34762,7 +34764,7 @@ export declare const rejectTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
34762
34764
|
suffix: zod.ZodNullable<zod.ZodString>;
|
|
34763
34765
|
hidden: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
34764
34766
|
readonlyOnUi: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
34765
|
-
}, zod.z.core.$strip
|
|
34767
|
+
}, zod.z.core.$strip>;
|
|
34766
34768
|
mappings: zod.ZodArray<zod.ZodObject<{
|
|
34767
34769
|
formField: zod.ZodObject<{
|
|
34768
34770
|
id: zod.ZodUUID;
|
|
@@ -35686,8 +35688,8 @@ export declare const rejectTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
35686
35688
|
}, zod.z.core.$strip>, zod.ZodNull]>>;
|
|
35687
35689
|
climberCloudSetting: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
35688
35690
|
id: zod.ZodUUID;
|
|
35689
|
-
contentsId: zod.
|
|
35690
|
-
formField: zod.
|
|
35691
|
+
contentsId: zod.ZodString;
|
|
35692
|
+
formField: zod.ZodObject<{
|
|
35691
35693
|
id: zod.ZodUUID;
|
|
35692
35694
|
title: zod.ZodString;
|
|
35693
35695
|
description: zod.ZodNullable<zod.ZodString>;
|
|
@@ -35730,7 +35732,7 @@ export declare const rejectTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
35730
35732
|
suffix: zod.ZodNullable<zod.ZodString>;
|
|
35731
35733
|
hidden: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
35732
35734
|
readonlyOnUi: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
35733
|
-
}, zod.z.core.$strip
|
|
35735
|
+
}, zod.z.core.$strip>;
|
|
35734
35736
|
mappings: zod.ZodArray<zod.ZodObject<{
|
|
35735
35737
|
formField: zod.ZodObject<{
|
|
35736
35738
|
id: zod.ZodUUID;
|
|
@@ -36648,8 +36650,8 @@ export declare const rejectTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
36648
36650
|
}, zod.z.core.$strip>, zod.ZodNull]>>;
|
|
36649
36651
|
climberCloudSetting: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
36650
36652
|
id: zod.ZodUUID;
|
|
36651
|
-
contentsId: zod.
|
|
36652
|
-
formField: zod.
|
|
36653
|
+
contentsId: zod.ZodString;
|
|
36654
|
+
formField: zod.ZodObject<{
|
|
36653
36655
|
id: zod.ZodUUID;
|
|
36654
36656
|
title: zod.ZodString;
|
|
36655
36657
|
description: zod.ZodNullable<zod.ZodString>;
|
|
@@ -36692,7 +36694,7 @@ export declare const rejectTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
36692
36694
|
suffix: zod.ZodNullable<zod.ZodString>;
|
|
36693
36695
|
hidden: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
36694
36696
|
readonlyOnUi: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
36695
|
-
}, zod.z.core.$strip
|
|
36697
|
+
}, zod.z.core.$strip>;
|
|
36696
36698
|
mappings: zod.ZodArray<zod.ZodObject<{
|
|
36697
36699
|
formField: zod.ZodObject<{
|
|
36698
36700
|
id: zod.ZodUUID;
|
|
@@ -37194,19 +37196,19 @@ export declare const denyTicketResponseRouteStepsItemTargetsItemGradesItemLevelM
|
|
|
37194
37196
|
export declare const denyTicketResponseRouteStepsItemTargetsItemGradesItemLevelMax = 255;
|
|
37195
37197
|
export declare const denyTicketResponseRouteStepsItemTargetsItemGradesItemCodeMax = 100;
|
|
37196
37198
|
export declare const denyTicketResponseRouteStepsItemTargetsItemGradesItemIsDefaultDefault = false;
|
|
37197
|
-
export declare const
|
|
37198
|
-
export declare const
|
|
37199
|
-
export declare const
|
|
37200
|
-
export declare const
|
|
37201
|
-
export declare const
|
|
37202
|
-
export declare const
|
|
37203
|
-
export declare const
|
|
37204
|
-
export declare const
|
|
37205
|
-
export declare const
|
|
37206
|
-
export declare const
|
|
37207
|
-
export declare const
|
|
37208
|
-
export declare const
|
|
37209
|
-
export declare const
|
|
37199
|
+
export declare const denyTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemGradeNameMax = 300;
|
|
37200
|
+
export declare const denyTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemGradeLevelMin = 0;
|
|
37201
|
+
export declare const denyTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemGradeLevelMax = 255;
|
|
37202
|
+
export declare const denyTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemGradeCodeMax = 100;
|
|
37203
|
+
export declare const denyTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemGradeIsDefaultDefault = false;
|
|
37204
|
+
export declare const denyTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemTeamNameMax = 300;
|
|
37205
|
+
export declare const denyTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemTeamCodeMax = 100;
|
|
37206
|
+
export declare const denyTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemTeamNotesMax = 10000;
|
|
37207
|
+
export declare const denyTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemTeamUsersCountMin = 0;
|
|
37208
|
+
export declare const denyTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemGeneralMasterItemCodeMax = 100;
|
|
37209
|
+
export declare const denyTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemGeneralMasterItemNameMax = 100;
|
|
37210
|
+
export declare const denyTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemGeneralMasterItemInputsItemFieldTitleMax = 300;
|
|
37211
|
+
export declare const denyTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemGeneralMasterItemInputsItemFieldCodeMax = 100;
|
|
37210
37212
|
export declare const denyTicketResponseTriggerTicketCurrentStepMin = 0;
|
|
37211
37213
|
export declare const denyTicketResponseTriggerTicketAuthorEmailMax = 254;
|
|
37212
37214
|
export declare const denyTicketResponseTriggerTicketAuthorCodeMax = 100;
|
|
@@ -38438,8 +38440,8 @@ export declare const denyTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
38438
38440
|
}, zod.z.core.$strip>, zod.ZodNull]>>;
|
|
38439
38441
|
climberCloudSetting: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
38440
38442
|
id: zod.ZodUUID;
|
|
38441
|
-
contentsId: zod.
|
|
38442
|
-
formField: zod.
|
|
38443
|
+
contentsId: zod.ZodString;
|
|
38444
|
+
formField: zod.ZodObject<{
|
|
38443
38445
|
id: zod.ZodUUID;
|
|
38444
38446
|
title: zod.ZodString;
|
|
38445
38447
|
description: zod.ZodNullable<zod.ZodString>;
|
|
@@ -38482,7 +38484,7 @@ export declare const denyTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
38482
38484
|
suffix: zod.ZodNullable<zod.ZodString>;
|
|
38483
38485
|
hidden: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
38484
38486
|
readonlyOnUi: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
38485
|
-
}, zod.z.core.$strip
|
|
38487
|
+
}, zod.z.core.$strip>;
|
|
38486
38488
|
mappings: zod.ZodArray<zod.ZodObject<{
|
|
38487
38489
|
formField: zod.ZodObject<{
|
|
38488
38490
|
id: zod.ZodUUID;
|
|
@@ -38867,14 +38869,14 @@ export declare const denyTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
38867
38869
|
updatedAt: zod.z.ZodISODateTime;
|
|
38868
38870
|
}, zod.z.core.$strip>>;
|
|
38869
38871
|
descendants: zod.ZodOptional<zod.ZodBoolean>;
|
|
38870
|
-
gradeSymbol: zod.ZodOptional<zod.ZodEnum<{
|
|
38872
|
+
gradeSymbol: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodEnum<{
|
|
38871
38873
|
equal: "equal";
|
|
38872
38874
|
greater_than: "greater_than";
|
|
38873
38875
|
greater_than_or_equal: "greater_than_or_equal";
|
|
38874
38876
|
less_than: "less_than";
|
|
38875
38877
|
less_than_or_equal: "less_than_or_equal";
|
|
38876
38878
|
any_of: "any_of";
|
|
38877
|
-
}>>;
|
|
38879
|
+
}>, zod.ZodNull]>>;
|
|
38878
38880
|
grades: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
|
|
38879
38881
|
id: zod.ZodUUID;
|
|
38880
38882
|
name: zod.ZodString;
|
|
@@ -38884,7 +38886,7 @@ export declare const denyTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
38884
38886
|
createdAt: zod.z.ZodISODateTime;
|
|
38885
38887
|
updatedAt: zod.z.ZodISODateTime;
|
|
38886
38888
|
}, zod.z.core.$strip>>>;
|
|
38887
|
-
variable: zod.ZodOptional<zod.ZodString
|
|
38889
|
+
variable: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
38888
38890
|
}, zod.z.core.$strip>>>;
|
|
38889
38891
|
routeStepCondition: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
38890
38892
|
id: zod.ZodOptional<zod.ZodUUID>;
|
|
@@ -38897,7 +38899,7 @@ export declare const denyTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
38897
38899
|
any: "any";
|
|
38898
38900
|
all: "all";
|
|
38899
38901
|
}>>;
|
|
38900
|
-
routeStepConditionFields: zod.ZodOptional<zod.
|
|
38902
|
+
routeStepConditionFields: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
|
|
38901
38903
|
id: zod.ZodOptional<zod.ZodUUID>;
|
|
38902
38904
|
variable: zod.ZodOptional<zod.ZodString>;
|
|
38903
38905
|
fieldKey: zod.ZodOptional<zod.ZodEnum<{
|
|
@@ -38980,7 +38982,7 @@ export declare const denyTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
38980
38982
|
}, zod.z.core.$strip>;
|
|
38981
38983
|
}, zod.z.core.$strip>>;
|
|
38982
38984
|
}, zod.z.core.$strip>>;
|
|
38983
|
-
}, zod.z.core.$strip
|
|
38985
|
+
}, zod.z.core.$strip>>>;
|
|
38984
38986
|
}, zod.z.core.$strip>, zod.ZodNull]>>;
|
|
38985
38987
|
code: zod.ZodString;
|
|
38986
38988
|
}, zod.z.core.$strip>>;
|
|
@@ -39547,8 +39549,8 @@ export declare const denyTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
39547
39549
|
}, zod.z.core.$strip>, zod.ZodNull]>>;
|
|
39548
39550
|
climberCloudSetting: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
39549
39551
|
id: zod.ZodUUID;
|
|
39550
|
-
contentsId: zod.
|
|
39551
|
-
formField: zod.
|
|
39552
|
+
contentsId: zod.ZodString;
|
|
39553
|
+
formField: zod.ZodObject<{
|
|
39552
39554
|
id: zod.ZodUUID;
|
|
39553
39555
|
title: zod.ZodString;
|
|
39554
39556
|
description: zod.ZodNullable<zod.ZodString>;
|
|
@@ -39591,7 +39593,7 @@ export declare const denyTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
39591
39593
|
suffix: zod.ZodNullable<zod.ZodString>;
|
|
39592
39594
|
hidden: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
39593
39595
|
readonlyOnUi: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
39594
|
-
}, zod.z.core.$strip
|
|
39596
|
+
}, zod.z.core.$strip>;
|
|
39595
39597
|
mappings: zod.ZodArray<zod.ZodObject<{
|
|
39596
39598
|
formField: zod.ZodObject<{
|
|
39597
39599
|
id: zod.ZodUUID;
|
|
@@ -40384,8 +40386,8 @@ export declare const denyTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
40384
40386
|
}, zod.z.core.$strip>, zod.ZodNull]>>;
|
|
40385
40387
|
climberCloudSetting: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
40386
40388
|
id: zod.ZodUUID;
|
|
40387
|
-
contentsId: zod.
|
|
40388
|
-
formField: zod.
|
|
40389
|
+
contentsId: zod.ZodString;
|
|
40390
|
+
formField: zod.ZodObject<{
|
|
40389
40391
|
id: zod.ZodUUID;
|
|
40390
40392
|
title: zod.ZodString;
|
|
40391
40393
|
description: zod.ZodNullable<zod.ZodString>;
|
|
@@ -40428,7 +40430,7 @@ export declare const denyTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
40428
40430
|
suffix: zod.ZodNullable<zod.ZodString>;
|
|
40429
40431
|
hidden: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
40430
40432
|
readonlyOnUi: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
40431
|
-
}, zod.z.core.$strip
|
|
40433
|
+
}, zod.z.core.$strip>;
|
|
40432
40434
|
mappings: zod.ZodArray<zod.ZodObject<{
|
|
40433
40435
|
formField: zod.ZodObject<{
|
|
40434
40436
|
id: zod.ZodUUID;
|
|
@@ -41300,8 +41302,8 @@ export declare const denyTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
41300
41302
|
}, zod.z.core.$strip>, zod.ZodNull]>>;
|
|
41301
41303
|
climberCloudSetting: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
41302
41304
|
id: zod.ZodUUID;
|
|
41303
|
-
contentsId: zod.
|
|
41304
|
-
formField: zod.
|
|
41305
|
+
contentsId: zod.ZodString;
|
|
41306
|
+
formField: zod.ZodObject<{
|
|
41305
41307
|
id: zod.ZodUUID;
|
|
41306
41308
|
title: zod.ZodString;
|
|
41307
41309
|
description: zod.ZodNullable<zod.ZodString>;
|
|
@@ -41344,7 +41346,7 @@ export declare const denyTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
41344
41346
|
suffix: zod.ZodNullable<zod.ZodString>;
|
|
41345
41347
|
hidden: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
41346
41348
|
readonlyOnUi: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
41347
|
-
}, zod.z.core.$strip
|
|
41349
|
+
}, zod.z.core.$strip>;
|
|
41348
41350
|
mappings: zod.ZodArray<zod.ZodObject<{
|
|
41349
41351
|
formField: zod.ZodObject<{
|
|
41350
41352
|
id: zod.ZodUUID;
|
|
@@ -42268,8 +42270,8 @@ export declare const denyTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
42268
42270
|
}, zod.z.core.$strip>, zod.ZodNull]>>;
|
|
42269
42271
|
climberCloudSetting: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
42270
42272
|
id: zod.ZodUUID;
|
|
42271
|
-
contentsId: zod.
|
|
42272
|
-
formField: zod.
|
|
42273
|
+
contentsId: zod.ZodString;
|
|
42274
|
+
formField: zod.ZodObject<{
|
|
42273
42275
|
id: zod.ZodUUID;
|
|
42274
42276
|
title: zod.ZodString;
|
|
42275
42277
|
description: zod.ZodNullable<zod.ZodString>;
|
|
@@ -42312,7 +42314,7 @@ export declare const denyTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
42312
42314
|
suffix: zod.ZodNullable<zod.ZodString>;
|
|
42313
42315
|
hidden: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
42314
42316
|
readonlyOnUi: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
42315
|
-
}, zod.z.core.$strip
|
|
42317
|
+
}, zod.z.core.$strip>;
|
|
42316
42318
|
mappings: zod.ZodArray<zod.ZodObject<{
|
|
42317
42319
|
formField: zod.ZodObject<{
|
|
42318
42320
|
id: zod.ZodUUID;
|
|
@@ -43230,8 +43232,8 @@ export declare const denyTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
43230
43232
|
}, zod.z.core.$strip>, zod.ZodNull]>>;
|
|
43231
43233
|
climberCloudSetting: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
43232
43234
|
id: zod.ZodUUID;
|
|
43233
|
-
contentsId: zod.
|
|
43234
|
-
formField: zod.
|
|
43235
|
+
contentsId: zod.ZodString;
|
|
43236
|
+
formField: zod.ZodObject<{
|
|
43235
43237
|
id: zod.ZodUUID;
|
|
43236
43238
|
title: zod.ZodString;
|
|
43237
43239
|
description: zod.ZodNullable<zod.ZodString>;
|
|
@@ -43274,7 +43276,7 @@ export declare const denyTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
43274
43276
|
suffix: zod.ZodNullable<zod.ZodString>;
|
|
43275
43277
|
hidden: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
43276
43278
|
readonlyOnUi: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
43277
|
-
}, zod.z.core.$strip
|
|
43279
|
+
}, zod.z.core.$strip>;
|
|
43278
43280
|
mappings: zod.ZodArray<zod.ZodObject<{
|
|
43279
43281
|
formField: zod.ZodObject<{
|
|
43280
43282
|
id: zod.ZodUUID;
|
|
@@ -43774,19 +43776,19 @@ export declare const withdrawTicketResponseRouteStepsItemTargetsItemGradesItemLe
|
|
|
43774
43776
|
export declare const withdrawTicketResponseRouteStepsItemTargetsItemGradesItemLevelMax = 255;
|
|
43775
43777
|
export declare const withdrawTicketResponseRouteStepsItemTargetsItemGradesItemCodeMax = 100;
|
|
43776
43778
|
export declare const withdrawTicketResponseRouteStepsItemTargetsItemGradesItemIsDefaultDefault = false;
|
|
43777
|
-
export declare const
|
|
43778
|
-
export declare const
|
|
43779
|
-
export declare const
|
|
43780
|
-
export declare const
|
|
43781
|
-
export declare const
|
|
43782
|
-
export declare const
|
|
43783
|
-
export declare const
|
|
43784
|
-
export declare const
|
|
43785
|
-
export declare const
|
|
43786
|
-
export declare const
|
|
43787
|
-
export declare const
|
|
43788
|
-
export declare const
|
|
43789
|
-
export declare const
|
|
43779
|
+
export declare const withdrawTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemGradeNameMax = 300;
|
|
43780
|
+
export declare const withdrawTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemGradeLevelMin = 0;
|
|
43781
|
+
export declare const withdrawTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemGradeLevelMax = 255;
|
|
43782
|
+
export declare const withdrawTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemGradeCodeMax = 100;
|
|
43783
|
+
export declare const withdrawTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemGradeIsDefaultDefault = false;
|
|
43784
|
+
export declare const withdrawTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemTeamNameMax = 300;
|
|
43785
|
+
export declare const withdrawTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemTeamCodeMax = 100;
|
|
43786
|
+
export declare const withdrawTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemTeamNotesMax = 10000;
|
|
43787
|
+
export declare const withdrawTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemTeamUsersCountMin = 0;
|
|
43788
|
+
export declare const withdrawTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemGeneralMasterItemCodeMax = 100;
|
|
43789
|
+
export declare const withdrawTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemGeneralMasterItemNameMax = 100;
|
|
43790
|
+
export declare const withdrawTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemGeneralMasterItemInputsItemFieldTitleMax = 300;
|
|
43791
|
+
export declare const withdrawTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemGeneralMasterItemInputsItemFieldCodeMax = 100;
|
|
43790
43792
|
export declare const withdrawTicketResponseTriggerTicketCurrentStepMin = 0;
|
|
43791
43793
|
export declare const withdrawTicketResponseTriggerTicketAuthorEmailMax = 254;
|
|
43792
43794
|
export declare const withdrawTicketResponseTriggerTicketAuthorCodeMax = 100;
|
|
@@ -45018,8 +45020,8 @@ export declare const withdrawTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
45018
45020
|
}, zod.z.core.$strip>, zod.ZodNull]>>;
|
|
45019
45021
|
climberCloudSetting: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
45020
45022
|
id: zod.ZodUUID;
|
|
45021
|
-
contentsId: zod.
|
|
45022
|
-
formField: zod.
|
|
45023
|
+
contentsId: zod.ZodString;
|
|
45024
|
+
formField: zod.ZodObject<{
|
|
45023
45025
|
id: zod.ZodUUID;
|
|
45024
45026
|
title: zod.ZodString;
|
|
45025
45027
|
description: zod.ZodNullable<zod.ZodString>;
|
|
@@ -45062,7 +45064,7 @@ export declare const withdrawTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
45062
45064
|
suffix: zod.ZodNullable<zod.ZodString>;
|
|
45063
45065
|
hidden: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
45064
45066
|
readonlyOnUi: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
45065
|
-
}, zod.z.core.$strip
|
|
45067
|
+
}, zod.z.core.$strip>;
|
|
45066
45068
|
mappings: zod.ZodArray<zod.ZodObject<{
|
|
45067
45069
|
formField: zod.ZodObject<{
|
|
45068
45070
|
id: zod.ZodUUID;
|
|
@@ -45447,14 +45449,14 @@ export declare const withdrawTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
45447
45449
|
updatedAt: zod.z.ZodISODateTime;
|
|
45448
45450
|
}, zod.z.core.$strip>>;
|
|
45449
45451
|
descendants: zod.ZodOptional<zod.ZodBoolean>;
|
|
45450
|
-
gradeSymbol: zod.ZodOptional<zod.ZodEnum<{
|
|
45452
|
+
gradeSymbol: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodEnum<{
|
|
45451
45453
|
equal: "equal";
|
|
45452
45454
|
greater_than: "greater_than";
|
|
45453
45455
|
greater_than_or_equal: "greater_than_or_equal";
|
|
45454
45456
|
less_than: "less_than";
|
|
45455
45457
|
less_than_or_equal: "less_than_or_equal";
|
|
45456
45458
|
any_of: "any_of";
|
|
45457
|
-
}>>;
|
|
45459
|
+
}>, zod.ZodNull]>>;
|
|
45458
45460
|
grades: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
|
|
45459
45461
|
id: zod.ZodUUID;
|
|
45460
45462
|
name: zod.ZodString;
|
|
@@ -45464,7 +45466,7 @@ export declare const withdrawTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
45464
45466
|
createdAt: zod.z.ZodISODateTime;
|
|
45465
45467
|
updatedAt: zod.z.ZodISODateTime;
|
|
45466
45468
|
}, zod.z.core.$strip>>>;
|
|
45467
|
-
variable: zod.ZodOptional<zod.ZodString
|
|
45469
|
+
variable: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
45468
45470
|
}, zod.z.core.$strip>>>;
|
|
45469
45471
|
routeStepCondition: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
45470
45472
|
id: zod.ZodOptional<zod.ZodUUID>;
|
|
@@ -45477,7 +45479,7 @@ export declare const withdrawTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
45477
45479
|
any: "any";
|
|
45478
45480
|
all: "all";
|
|
45479
45481
|
}>>;
|
|
45480
|
-
routeStepConditionFields: zod.ZodOptional<zod.
|
|
45482
|
+
routeStepConditionFields: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
|
|
45481
45483
|
id: zod.ZodOptional<zod.ZodUUID>;
|
|
45482
45484
|
variable: zod.ZodOptional<zod.ZodString>;
|
|
45483
45485
|
fieldKey: zod.ZodOptional<zod.ZodEnum<{
|
|
@@ -45560,7 +45562,7 @@ export declare const withdrawTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
45560
45562
|
}, zod.z.core.$strip>;
|
|
45561
45563
|
}, zod.z.core.$strip>>;
|
|
45562
45564
|
}, zod.z.core.$strip>>;
|
|
45563
|
-
}, zod.z.core.$strip
|
|
45565
|
+
}, zod.z.core.$strip>>>;
|
|
45564
45566
|
}, zod.z.core.$strip>, zod.ZodNull]>>;
|
|
45565
45567
|
code: zod.ZodString;
|
|
45566
45568
|
}, zod.z.core.$strip>>;
|
|
@@ -46127,8 +46129,8 @@ export declare const withdrawTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
46127
46129
|
}, zod.z.core.$strip>, zod.ZodNull]>>;
|
|
46128
46130
|
climberCloudSetting: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
46129
46131
|
id: zod.ZodUUID;
|
|
46130
|
-
contentsId: zod.
|
|
46131
|
-
formField: zod.
|
|
46132
|
+
contentsId: zod.ZodString;
|
|
46133
|
+
formField: zod.ZodObject<{
|
|
46132
46134
|
id: zod.ZodUUID;
|
|
46133
46135
|
title: zod.ZodString;
|
|
46134
46136
|
description: zod.ZodNullable<zod.ZodString>;
|
|
@@ -46171,7 +46173,7 @@ export declare const withdrawTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
46171
46173
|
suffix: zod.ZodNullable<zod.ZodString>;
|
|
46172
46174
|
hidden: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
46173
46175
|
readonlyOnUi: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
46174
|
-
}, zod.z.core.$strip
|
|
46176
|
+
}, zod.z.core.$strip>;
|
|
46175
46177
|
mappings: zod.ZodArray<zod.ZodObject<{
|
|
46176
46178
|
formField: zod.ZodObject<{
|
|
46177
46179
|
id: zod.ZodUUID;
|
|
@@ -46964,8 +46966,8 @@ export declare const withdrawTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
46964
46966
|
}, zod.z.core.$strip>, zod.ZodNull]>>;
|
|
46965
46967
|
climberCloudSetting: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
46966
46968
|
id: zod.ZodUUID;
|
|
46967
|
-
contentsId: zod.
|
|
46968
|
-
formField: zod.
|
|
46969
|
+
contentsId: zod.ZodString;
|
|
46970
|
+
formField: zod.ZodObject<{
|
|
46969
46971
|
id: zod.ZodUUID;
|
|
46970
46972
|
title: zod.ZodString;
|
|
46971
46973
|
description: zod.ZodNullable<zod.ZodString>;
|
|
@@ -47008,7 +47010,7 @@ export declare const withdrawTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
47008
47010
|
suffix: zod.ZodNullable<zod.ZodString>;
|
|
47009
47011
|
hidden: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
47010
47012
|
readonlyOnUi: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
47011
|
-
}, zod.z.core.$strip
|
|
47013
|
+
}, zod.z.core.$strip>;
|
|
47012
47014
|
mappings: zod.ZodArray<zod.ZodObject<{
|
|
47013
47015
|
formField: zod.ZodObject<{
|
|
47014
47016
|
id: zod.ZodUUID;
|
|
@@ -47880,8 +47882,8 @@ export declare const withdrawTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
47880
47882
|
}, zod.z.core.$strip>, zod.ZodNull]>>;
|
|
47881
47883
|
climberCloudSetting: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
47882
47884
|
id: zod.ZodUUID;
|
|
47883
|
-
contentsId: zod.
|
|
47884
|
-
formField: zod.
|
|
47885
|
+
contentsId: zod.ZodString;
|
|
47886
|
+
formField: zod.ZodObject<{
|
|
47885
47887
|
id: zod.ZodUUID;
|
|
47886
47888
|
title: zod.ZodString;
|
|
47887
47889
|
description: zod.ZodNullable<zod.ZodString>;
|
|
@@ -47924,7 +47926,7 @@ export declare const withdrawTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
47924
47926
|
suffix: zod.ZodNullable<zod.ZodString>;
|
|
47925
47927
|
hidden: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
47926
47928
|
readonlyOnUi: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
47927
|
-
}, zod.z.core.$strip
|
|
47929
|
+
}, zod.z.core.$strip>;
|
|
47928
47930
|
mappings: zod.ZodArray<zod.ZodObject<{
|
|
47929
47931
|
formField: zod.ZodObject<{
|
|
47930
47932
|
id: zod.ZodUUID;
|
|
@@ -48848,8 +48850,8 @@ export declare const withdrawTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
48848
48850
|
}, zod.z.core.$strip>, zod.ZodNull]>>;
|
|
48849
48851
|
climberCloudSetting: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
48850
48852
|
id: zod.ZodUUID;
|
|
48851
|
-
contentsId: zod.
|
|
48852
|
-
formField: zod.
|
|
48853
|
+
contentsId: zod.ZodString;
|
|
48854
|
+
formField: zod.ZodObject<{
|
|
48853
48855
|
id: zod.ZodUUID;
|
|
48854
48856
|
title: zod.ZodString;
|
|
48855
48857
|
description: zod.ZodNullable<zod.ZodString>;
|
|
@@ -48892,7 +48894,7 @@ export declare const withdrawTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
48892
48894
|
suffix: zod.ZodNullable<zod.ZodString>;
|
|
48893
48895
|
hidden: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
48894
48896
|
readonlyOnUi: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
48895
|
-
}, zod.z.core.$strip
|
|
48897
|
+
}, zod.z.core.$strip>;
|
|
48896
48898
|
mappings: zod.ZodArray<zod.ZodObject<{
|
|
48897
48899
|
formField: zod.ZodObject<{
|
|
48898
48900
|
id: zod.ZodUUID;
|
|
@@ -49810,8 +49812,8 @@ export declare const withdrawTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
49810
49812
|
}, zod.z.core.$strip>, zod.ZodNull]>>;
|
|
49811
49813
|
climberCloudSetting: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
49812
49814
|
id: zod.ZodUUID;
|
|
49813
|
-
contentsId: zod.
|
|
49814
|
-
formField: zod.
|
|
49815
|
+
contentsId: zod.ZodString;
|
|
49816
|
+
formField: zod.ZodObject<{
|
|
49815
49817
|
id: zod.ZodUUID;
|
|
49816
49818
|
title: zod.ZodString;
|
|
49817
49819
|
description: zod.ZodNullable<zod.ZodString>;
|
|
@@ -49854,7 +49856,7 @@ export declare const withdrawTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
49854
49856
|
suffix: zod.ZodNullable<zod.ZodString>;
|
|
49855
49857
|
hidden: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
49856
49858
|
readonlyOnUi: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
49857
|
-
}, zod.z.core.$strip
|
|
49859
|
+
}, zod.z.core.$strip>;
|
|
49858
49860
|
mappings: zod.ZodArray<zod.ZodObject<{
|
|
49859
49861
|
formField: zod.ZodObject<{
|
|
49860
49862
|
id: zod.ZodUUID;
|
|
@@ -50356,19 +50358,19 @@ export declare const archiveTicketResponseRouteStepsItemTargetsItemGradesItemLev
|
|
|
50356
50358
|
export declare const archiveTicketResponseRouteStepsItemTargetsItemGradesItemLevelMax = 255;
|
|
50357
50359
|
export declare const archiveTicketResponseRouteStepsItemTargetsItemGradesItemCodeMax = 100;
|
|
50358
50360
|
export declare const archiveTicketResponseRouteStepsItemTargetsItemGradesItemIsDefaultDefault = false;
|
|
50359
|
-
export declare const
|
|
50360
|
-
export declare const
|
|
50361
|
-
export declare const
|
|
50362
|
-
export declare const
|
|
50363
|
-
export declare const
|
|
50364
|
-
export declare const
|
|
50365
|
-
export declare const
|
|
50366
|
-
export declare const
|
|
50367
|
-
export declare const
|
|
50368
|
-
export declare const
|
|
50369
|
-
export declare const
|
|
50370
|
-
export declare const
|
|
50371
|
-
export declare const
|
|
50361
|
+
export declare const archiveTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemGradeNameMax = 300;
|
|
50362
|
+
export declare const archiveTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemGradeLevelMin = 0;
|
|
50363
|
+
export declare const archiveTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemGradeLevelMax = 255;
|
|
50364
|
+
export declare const archiveTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemGradeCodeMax = 100;
|
|
50365
|
+
export declare const archiveTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemGradeIsDefaultDefault = false;
|
|
50366
|
+
export declare const archiveTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemTeamNameMax = 300;
|
|
50367
|
+
export declare const archiveTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemTeamCodeMax = 100;
|
|
50368
|
+
export declare const archiveTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemTeamNotesMax = 10000;
|
|
50369
|
+
export declare const archiveTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemTeamUsersCountMin = 0;
|
|
50370
|
+
export declare const archiveTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemGeneralMasterItemCodeMax = 100;
|
|
50371
|
+
export declare const archiveTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemGeneralMasterItemNameMax = 100;
|
|
50372
|
+
export declare const archiveTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemGeneralMasterItemInputsItemFieldTitleMax = 300;
|
|
50373
|
+
export declare const archiveTicketResponseRouteStepsItemRouteStepConditionRouteStepConditionFieldsItemGeneralMasterItemInputsItemFieldCodeMax = 100;
|
|
50372
50374
|
export declare const archiveTicketResponseTriggerTicketCurrentStepMin = 0;
|
|
50373
50375
|
export declare const archiveTicketResponseTriggerTicketAuthorEmailMax = 254;
|
|
50374
50376
|
export declare const archiveTicketResponseTriggerTicketAuthorCodeMax = 100;
|
|
@@ -51600,8 +51602,8 @@ export declare const archiveTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
51600
51602
|
}, zod.z.core.$strip>, zod.ZodNull]>>;
|
|
51601
51603
|
climberCloudSetting: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
51602
51604
|
id: zod.ZodUUID;
|
|
51603
|
-
contentsId: zod.
|
|
51604
|
-
formField: zod.
|
|
51605
|
+
contentsId: zod.ZodString;
|
|
51606
|
+
formField: zod.ZodObject<{
|
|
51605
51607
|
id: zod.ZodUUID;
|
|
51606
51608
|
title: zod.ZodString;
|
|
51607
51609
|
description: zod.ZodNullable<zod.ZodString>;
|
|
@@ -51644,7 +51646,7 @@ export declare const archiveTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
51644
51646
|
suffix: zod.ZodNullable<zod.ZodString>;
|
|
51645
51647
|
hidden: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
51646
51648
|
readonlyOnUi: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
51647
|
-
}, zod.z.core.$strip
|
|
51649
|
+
}, zod.z.core.$strip>;
|
|
51648
51650
|
mappings: zod.ZodArray<zod.ZodObject<{
|
|
51649
51651
|
formField: zod.ZodObject<{
|
|
51650
51652
|
id: zod.ZodUUID;
|
|
@@ -52029,14 +52031,14 @@ export declare const archiveTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
52029
52031
|
updatedAt: zod.z.ZodISODateTime;
|
|
52030
52032
|
}, zod.z.core.$strip>>;
|
|
52031
52033
|
descendants: zod.ZodOptional<zod.ZodBoolean>;
|
|
52032
|
-
gradeSymbol: zod.ZodOptional<zod.ZodEnum<{
|
|
52034
|
+
gradeSymbol: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodEnum<{
|
|
52033
52035
|
equal: "equal";
|
|
52034
52036
|
greater_than: "greater_than";
|
|
52035
52037
|
greater_than_or_equal: "greater_than_or_equal";
|
|
52036
52038
|
less_than: "less_than";
|
|
52037
52039
|
less_than_or_equal: "less_than_or_equal";
|
|
52038
52040
|
any_of: "any_of";
|
|
52039
|
-
}>>;
|
|
52041
|
+
}>, zod.ZodNull]>>;
|
|
52040
52042
|
grades: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
|
|
52041
52043
|
id: zod.ZodUUID;
|
|
52042
52044
|
name: zod.ZodString;
|
|
@@ -52046,7 +52048,7 @@ export declare const archiveTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
52046
52048
|
createdAt: zod.z.ZodISODateTime;
|
|
52047
52049
|
updatedAt: zod.z.ZodISODateTime;
|
|
52048
52050
|
}, zod.z.core.$strip>>>;
|
|
52049
|
-
variable: zod.ZodOptional<zod.ZodString
|
|
52051
|
+
variable: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
52050
52052
|
}, zod.z.core.$strip>>>;
|
|
52051
52053
|
routeStepCondition: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
52052
52054
|
id: zod.ZodOptional<zod.ZodUUID>;
|
|
@@ -52059,7 +52061,7 @@ export declare const archiveTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
52059
52061
|
any: "any";
|
|
52060
52062
|
all: "all";
|
|
52061
52063
|
}>>;
|
|
52062
|
-
routeStepConditionFields: zod.ZodOptional<zod.
|
|
52064
|
+
routeStepConditionFields: zod.ZodOptional<zod.ZodArray<zod.ZodObject<{
|
|
52063
52065
|
id: zod.ZodOptional<zod.ZodUUID>;
|
|
52064
52066
|
variable: zod.ZodOptional<zod.ZodString>;
|
|
52065
52067
|
fieldKey: zod.ZodOptional<zod.ZodEnum<{
|
|
@@ -52142,7 +52144,7 @@ export declare const archiveTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
52142
52144
|
}, zod.z.core.$strip>;
|
|
52143
52145
|
}, zod.z.core.$strip>>;
|
|
52144
52146
|
}, zod.z.core.$strip>>;
|
|
52145
|
-
}, zod.z.core.$strip
|
|
52147
|
+
}, zod.z.core.$strip>>>;
|
|
52146
52148
|
}, zod.z.core.$strip>, zod.ZodNull]>>;
|
|
52147
52149
|
code: zod.ZodString;
|
|
52148
52150
|
}, zod.z.core.$strip>>;
|
|
@@ -52709,8 +52711,8 @@ export declare const archiveTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
52709
52711
|
}, zod.z.core.$strip>, zod.ZodNull]>>;
|
|
52710
52712
|
climberCloudSetting: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
52711
52713
|
id: zod.ZodUUID;
|
|
52712
|
-
contentsId: zod.
|
|
52713
|
-
formField: zod.
|
|
52714
|
+
contentsId: zod.ZodString;
|
|
52715
|
+
formField: zod.ZodObject<{
|
|
52714
52716
|
id: zod.ZodUUID;
|
|
52715
52717
|
title: zod.ZodString;
|
|
52716
52718
|
description: zod.ZodNullable<zod.ZodString>;
|
|
@@ -52753,7 +52755,7 @@ export declare const archiveTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
52753
52755
|
suffix: zod.ZodNullable<zod.ZodString>;
|
|
52754
52756
|
hidden: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
52755
52757
|
readonlyOnUi: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
52756
|
-
}, zod.z.core.$strip
|
|
52758
|
+
}, zod.z.core.$strip>;
|
|
52757
52759
|
mappings: zod.ZodArray<zod.ZodObject<{
|
|
52758
52760
|
formField: zod.ZodObject<{
|
|
52759
52761
|
id: zod.ZodUUID;
|
|
@@ -53546,8 +53548,8 @@ export declare const archiveTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
53546
53548
|
}, zod.z.core.$strip>, zod.ZodNull]>>;
|
|
53547
53549
|
climberCloudSetting: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
53548
53550
|
id: zod.ZodUUID;
|
|
53549
|
-
contentsId: zod.
|
|
53550
|
-
formField: zod.
|
|
53551
|
+
contentsId: zod.ZodString;
|
|
53552
|
+
formField: zod.ZodObject<{
|
|
53551
53553
|
id: zod.ZodUUID;
|
|
53552
53554
|
title: zod.ZodString;
|
|
53553
53555
|
description: zod.ZodNullable<zod.ZodString>;
|
|
@@ -53590,7 +53592,7 @@ export declare const archiveTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
53590
53592
|
suffix: zod.ZodNullable<zod.ZodString>;
|
|
53591
53593
|
hidden: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
53592
53594
|
readonlyOnUi: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
53593
|
-
}, zod.z.core.$strip
|
|
53595
|
+
}, zod.z.core.$strip>;
|
|
53594
53596
|
mappings: zod.ZodArray<zod.ZodObject<{
|
|
53595
53597
|
formField: zod.ZodObject<{
|
|
53596
53598
|
id: zod.ZodUUID;
|
|
@@ -54462,8 +54464,8 @@ export declare const archiveTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
54462
54464
|
}, zod.z.core.$strip>, zod.ZodNull]>>;
|
|
54463
54465
|
climberCloudSetting: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
54464
54466
|
id: zod.ZodUUID;
|
|
54465
|
-
contentsId: zod.
|
|
54466
|
-
formField: zod.
|
|
54467
|
+
contentsId: zod.ZodString;
|
|
54468
|
+
formField: zod.ZodObject<{
|
|
54467
54469
|
id: zod.ZodUUID;
|
|
54468
54470
|
title: zod.ZodString;
|
|
54469
54471
|
description: zod.ZodNullable<zod.ZodString>;
|
|
@@ -54506,7 +54508,7 @@ export declare const archiveTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
54506
54508
|
suffix: zod.ZodNullable<zod.ZodString>;
|
|
54507
54509
|
hidden: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
54508
54510
|
readonlyOnUi: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
54509
|
-
}, zod.z.core.$strip
|
|
54511
|
+
}, zod.z.core.$strip>;
|
|
54510
54512
|
mappings: zod.ZodArray<zod.ZodObject<{
|
|
54511
54513
|
formField: zod.ZodObject<{
|
|
54512
54514
|
id: zod.ZodUUID;
|
|
@@ -55430,8 +55432,8 @@ export declare const archiveTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
55430
55432
|
}, zod.z.core.$strip>, zod.ZodNull]>>;
|
|
55431
55433
|
climberCloudSetting: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
55432
55434
|
id: zod.ZodUUID;
|
|
55433
|
-
contentsId: zod.
|
|
55434
|
-
formField: zod.
|
|
55435
|
+
contentsId: zod.ZodString;
|
|
55436
|
+
formField: zod.ZodObject<{
|
|
55435
55437
|
id: zod.ZodUUID;
|
|
55436
55438
|
title: zod.ZodString;
|
|
55437
55439
|
description: zod.ZodNullable<zod.ZodString>;
|
|
@@ -55474,7 +55476,7 @@ export declare const archiveTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
55474
55476
|
suffix: zod.ZodNullable<zod.ZodString>;
|
|
55475
55477
|
hidden: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
55476
55478
|
readonlyOnUi: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
55477
|
-
}, zod.z.core.$strip
|
|
55479
|
+
}, zod.z.core.$strip>;
|
|
55478
55480
|
mappings: zod.ZodArray<zod.ZodObject<{
|
|
55479
55481
|
formField: zod.ZodObject<{
|
|
55480
55482
|
id: zod.ZodUUID;
|
|
@@ -56392,8 +56394,8 @@ export declare const archiveTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
56392
56394
|
}, zod.z.core.$strip>, zod.ZodNull]>>;
|
|
56393
56395
|
climberCloudSetting: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
56394
56396
|
id: zod.ZodUUID;
|
|
56395
|
-
contentsId: zod.
|
|
56396
|
-
formField: zod.
|
|
56397
|
+
contentsId: zod.ZodString;
|
|
56398
|
+
formField: zod.ZodObject<{
|
|
56397
56399
|
id: zod.ZodUUID;
|
|
56398
56400
|
title: zod.ZodString;
|
|
56399
56401
|
description: zod.ZodNullable<zod.ZodString>;
|
|
@@ -56436,7 +56438,7 @@ export declare const archiveTicketResponse: zod.ZodIntersection<zod.ZodObject<{
|
|
|
56436
56438
|
suffix: zod.ZodNullable<zod.ZodString>;
|
|
56437
56439
|
hidden: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
56438
56440
|
readonlyOnUi: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
56439
|
-
}, zod.z.core.$strip
|
|
56441
|
+
}, zod.z.core.$strip>;
|
|
56440
56442
|
mappings: zod.ZodArray<zod.ZodObject<{
|
|
56441
56443
|
formField: zod.ZodObject<{
|
|
56442
56444
|
id: zod.ZodUUID;
|
|
@@ -57468,8 +57470,8 @@ export declare const listTicketLinksResponseItem: zod.ZodObject<{
|
|
|
57468
57470
|
}, zod.z.core.$strip>, zod.ZodNull]>>;
|
|
57469
57471
|
climberCloudSetting: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
57470
57472
|
id: zod.ZodUUID;
|
|
57471
|
-
contentsId: zod.
|
|
57472
|
-
formField: zod.
|
|
57473
|
+
contentsId: zod.ZodString;
|
|
57474
|
+
formField: zod.ZodObject<{
|
|
57473
57475
|
id: zod.ZodUUID;
|
|
57474
57476
|
title: zod.ZodString;
|
|
57475
57477
|
description: zod.ZodNullable<zod.ZodString>;
|
|
@@ -57512,7 +57514,7 @@ export declare const listTicketLinksResponseItem: zod.ZodObject<{
|
|
|
57512
57514
|
suffix: zod.ZodNullable<zod.ZodString>;
|
|
57513
57515
|
hidden: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
57514
57516
|
readonlyOnUi: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
57515
|
-
}, zod.z.core.$strip
|
|
57517
|
+
}, zod.z.core.$strip>;
|
|
57516
57518
|
mappings: zod.ZodArray<zod.ZodObject<{
|
|
57517
57519
|
formField: zod.ZodObject<{
|
|
57518
57520
|
id: zod.ZodUUID;
|
|
@@ -58305,8 +58307,8 @@ export declare const listTicketLinksResponse: zod.ZodArray<zod.ZodObject<{
|
|
|
58305
58307
|
}, zod.z.core.$strip>, zod.ZodNull]>>;
|
|
58306
58308
|
climberCloudSetting: zod.ZodOptional<zod.ZodUnion<readonly [zod.ZodObject<{
|
|
58307
58309
|
id: zod.ZodUUID;
|
|
58308
|
-
contentsId: zod.
|
|
58309
|
-
formField: zod.
|
|
58310
|
+
contentsId: zod.ZodString;
|
|
58311
|
+
formField: zod.ZodObject<{
|
|
58310
58312
|
id: zod.ZodUUID;
|
|
58311
58313
|
title: zod.ZodString;
|
|
58312
58314
|
description: zod.ZodNullable<zod.ZodString>;
|
|
@@ -58349,7 +58351,7 @@ export declare const listTicketLinksResponse: zod.ZodArray<zod.ZodObject<{
|
|
|
58349
58351
|
suffix: zod.ZodNullable<zod.ZodString>;
|
|
58350
58352
|
hidden: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
58351
58353
|
readonlyOnUi: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
58352
|
-
}, zod.z.core.$strip
|
|
58354
|
+
}, zod.z.core.$strip>;
|
|
58353
58355
|
mappings: zod.ZodArray<zod.ZodObject<{
|
|
58354
58356
|
formField: zod.ZodObject<{
|
|
58355
58357
|
id: zod.ZodUUID;
|