@kickflow/mcp-server 0.1.4 → 0.1.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/README.md +23 -0
- package/dist/index.js +4 -238
- package/dist/index.js.map +1 -1
- package/dist/kickflow-api/generated/audit-log/audit-log.zod.d.ts +8 -8
- package/dist/kickflow-api/generated/audit-log/audit-log.zod.js +5 -5
- package/dist/kickflow-api/generated/audit-log/audit-log.zod.js.map +1 -1
- package/dist/kickflow-api/generated/category/category.zod.d.ts +1 -1
- package/dist/kickflow-api/generated/category/category.zod.js +1 -1
- package/dist/kickflow-api/generated/comment/comment.zod.d.ts +25 -25
- package/dist/kickflow-api/generated/comment/comment.zod.js +25 -25
- package/dist/kickflow-api/generated/comment/comment.zod.js.map +1 -1
- package/dist/kickflow-api/generated/file/file.zod.d.ts +1 -1
- package/dist/kickflow-api/generated/file/file.zod.js +1 -1
- package/dist/kickflow-api/generated/folder/folder.zod.d.ts +21 -21
- package/dist/kickflow-api/generated/folder/folder.zod.js +22 -22
- package/dist/kickflow-api/generated/folder/folder.zod.js.map +1 -1
- package/dist/kickflow-api/generated/general-master/general-master.zod.d.ts +33 -33
- package/dist/kickflow-api/generated/general-master/general-master.zod.js +37 -37
- package/dist/kickflow-api/generated/general-master/general-master.zod.js.map +1 -1
- package/dist/kickflow-api/generated/grade/grade.zod.d.ts +11 -11
- package/dist/kickflow-api/generated/grade/grade.zod.js +13 -13
- package/dist/kickflow-api/generated/grade/grade.zod.js.map +1 -1
- package/dist/kickflow-api/generated/kickflowRESTAPIV1.d.ts +1 -1
- package/dist/kickflow-api/generated/kickflowRESTAPIV1.js +4 -4
- package/dist/kickflow-api/generated/kickflowRESTAPIV1.schemas.d.ts +944 -931
- package/dist/kickflow-api/generated/kickflowRESTAPIV1.schemas.js +16 -7
- package/dist/kickflow-api/generated/kickflowRESTAPIV1.schemas.js.map +1 -1
- package/dist/kickflow-api/generated/organization-chart/organization-chart.zod.d.ts +7 -7
- package/dist/kickflow-api/generated/organization-chart/organization-chart.zod.js +7 -7
- package/dist/kickflow-api/generated/proxy-applicant/proxy-applicant.zod.d.ts +41 -41
- package/dist/kickflow-api/generated/proxy-applicant/proxy-applicant.zod.js +33 -33
- package/dist/kickflow-api/generated/proxy-applicant/proxy-applicant.zod.js.map +1 -1
- package/dist/kickflow-api/generated/proxy-approver/proxy-approver.zod.d.ts +41 -41
- package/dist/kickflow-api/generated/proxy-approver/proxy-approver.zod.js +33 -33
- package/dist/kickflow-api/generated/proxy-approver/proxy-approver.zod.js.map +1 -1
- package/dist/kickflow-api/generated/role/role.zod.d.ts +38 -32
- package/dist/kickflow-api/generated/role/role.zod.js +38 -32
- package/dist/kickflow-api/generated/role/role.zod.js.map +1 -1
- package/dist/kickflow-api/generated/route/route.zod.d.ts +49 -44
- package/dist/kickflow-api/generated/route/route.zod.js +46 -42
- package/dist/kickflow-api/generated/route/route.zod.js.map +1 -1
- package/dist/kickflow-api/generated/team/team.zod.d.ts +73 -50
- package/dist/kickflow-api/generated/team/team.zod.js +71 -49
- package/dist/kickflow-api/generated/team/team.zod.js.map +1 -1
- package/dist/kickflow-api/generated/ticket/ticket.zod.d.ts +6733 -5603
- package/dist/kickflow-api/generated/ticket/ticket.zod.js +5774 -5217
- package/dist/kickflow-api/generated/ticket/ticket.zod.js.map +1 -1
- package/dist/kickflow-api/generated/user/user.zod.d.ts +42 -39
- package/dist/kickflow-api/generated/user/user.zod.js +42 -40
- package/dist/kickflow-api/generated/user/user.zod.js.map +1 -1
- package/dist/kickflow-api/generated/workflow/workflow.zod.d.ts +136 -115
- package/dist/kickflow-api/generated/workflow/workflow.zod.js +118 -107
- package/dist/kickflow-api/generated/workflow/workflow.zod.js.map +1 -1
- package/dist/kickflow-api/tools/file/upload-file.js +3 -1
- package/dist/kickflow-api/tools/file/upload-file.js.map +1 -1
- package/dist/server.d.ts +4 -0
- package/dist/server.js +240 -0
- package/dist/server.js.map +1 -0
- package/package.json +10 -5
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* Generated by orval v7.
|
|
2
|
+
* Generated by orval v7.9.0 🍺
|
|
3
3
|
* Do not edit manually.
|
|
4
4
|
* kickflow REST API v1
|
|
5
5
|
* kickflowの開発者用REST API (v1)
|
|
@@ -27,20 +27,20 @@ export declare const listWorkflowsResponseCodeRegExp: RegExp;
|
|
|
27
27
|
export declare const listWorkflowsResponsePublicTicketDefault = false;
|
|
28
28
|
export declare const listWorkflowsResponseVisibleToTeamMembersDefault = false;
|
|
29
29
|
export declare const listWorkflowsResponseAllowEditingOfViewersDefault = true;
|
|
30
|
-
export declare const listWorkflowsResponseAuthorEmailMax =
|
|
31
|
-
export declare const listWorkflowsResponseAuthorCodeMax =
|
|
30
|
+
export declare const listWorkflowsResponseAuthorEmailMax = 254;
|
|
31
|
+
export declare const listWorkflowsResponseAuthorCodeMax = 100;
|
|
32
32
|
export declare const listWorkflowsResponseAuthorFirstNameMax = 255;
|
|
33
33
|
export declare const listWorkflowsResponseAuthorLastNameMax = 255;
|
|
34
34
|
export declare const listWorkflowsResponseAuthorFullNameMax = 255;
|
|
35
|
-
export declare const listWorkflowsResponseAuthorEmployeeIdMax =
|
|
36
|
-
export declare const listWorkflowsResponseVersionAuthorEmailMax =
|
|
37
|
-
export declare const listWorkflowsResponseVersionAuthorCodeMax =
|
|
35
|
+
export declare const listWorkflowsResponseAuthorEmployeeIdMax = 30;
|
|
36
|
+
export declare const listWorkflowsResponseVersionAuthorEmailMax = 254;
|
|
37
|
+
export declare const listWorkflowsResponseVersionAuthorCodeMax = 100;
|
|
38
38
|
export declare const listWorkflowsResponseVersionAuthorFirstNameMax = 255;
|
|
39
39
|
export declare const listWorkflowsResponseVersionAuthorLastNameMax = 255;
|
|
40
40
|
export declare const listWorkflowsResponseVersionAuthorFullNameMax = 255;
|
|
41
|
-
export declare const listWorkflowsResponseVersionAuthorEmployeeIdMax =
|
|
42
|
-
export declare const listWorkflowsResponseFolderNameMax =
|
|
43
|
-
export declare const listWorkflowsResponseFolderCodeMax =
|
|
41
|
+
export declare const listWorkflowsResponseVersionAuthorEmployeeIdMax = 30;
|
|
42
|
+
export declare const listWorkflowsResponseFolderNameMax = 300;
|
|
43
|
+
export declare const listWorkflowsResponseFolderCodeMax = 100;
|
|
44
44
|
export declare const listWorkflowsResponseFolderWorkflowsCountMin = 0;
|
|
45
45
|
export declare const listWorkflowsResponseFolderRoutesCountMin = 0;
|
|
46
46
|
export declare const listWorkflowsResponseFolderPipelinesCountMin = 0;
|
|
@@ -76,7 +76,7 @@ export declare const listWorkflowsResponseItem: zod.ZodObject<{
|
|
|
76
76
|
}>;
|
|
77
77
|
titleFormula: zod.ZodNullable<zod.ZodString>;
|
|
78
78
|
allowEditingOfViewers: zod.ZodDefault<zod.ZodBoolean>;
|
|
79
|
-
author: zod.
|
|
79
|
+
author: zod.ZodUnion<[zod.ZodObject<{
|
|
80
80
|
id: zod.ZodString;
|
|
81
81
|
email: zod.ZodString;
|
|
82
82
|
code: zod.ZodString;
|
|
@@ -99,8 +99,8 @@ export declare const listWorkflowsResponseItem: zod.ZodObject<{
|
|
|
99
99
|
createdAt: zod.ZodString;
|
|
100
100
|
updatedAt: zod.ZodString;
|
|
101
101
|
deactivatedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
102
|
-
}, zod.core.$strip>, zod.
|
|
103
|
-
versionAuthor: zod.
|
|
102
|
+
}, zod.core.$strip>, zod.ZodNull]>;
|
|
103
|
+
versionAuthor: zod.ZodUnion<[zod.ZodObject<{
|
|
104
104
|
id: zod.ZodString;
|
|
105
105
|
email: zod.ZodString;
|
|
106
106
|
code: zod.ZodString;
|
|
@@ -123,7 +123,7 @@ export declare const listWorkflowsResponseItem: zod.ZodObject<{
|
|
|
123
123
|
createdAt: zod.ZodString;
|
|
124
124
|
updatedAt: zod.ZodString;
|
|
125
125
|
deactivatedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
126
|
-
}, zod.core.$strip>, zod.
|
|
126
|
+
}, zod.core.$strip>, zod.ZodNull]>;
|
|
127
127
|
folder: zod.ZodObject<{
|
|
128
128
|
id: zod.ZodString;
|
|
129
129
|
name: zod.ZodString;
|
|
@@ -173,7 +173,7 @@ export declare const listWorkflowsResponse: zod.ZodArray<zod.ZodObject<{
|
|
|
173
173
|
}>;
|
|
174
174
|
titleFormula: zod.ZodNullable<zod.ZodString>;
|
|
175
175
|
allowEditingOfViewers: zod.ZodDefault<zod.ZodBoolean>;
|
|
176
|
-
author: zod.
|
|
176
|
+
author: zod.ZodUnion<[zod.ZodObject<{
|
|
177
177
|
id: zod.ZodString;
|
|
178
178
|
email: zod.ZodString;
|
|
179
179
|
code: zod.ZodString;
|
|
@@ -196,8 +196,8 @@ export declare const listWorkflowsResponse: zod.ZodArray<zod.ZodObject<{
|
|
|
196
196
|
createdAt: zod.ZodString;
|
|
197
197
|
updatedAt: zod.ZodString;
|
|
198
198
|
deactivatedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
199
|
-
}, zod.core.$strip>, zod.
|
|
200
|
-
versionAuthor: zod.
|
|
199
|
+
}, zod.core.$strip>, zod.ZodNull]>;
|
|
200
|
+
versionAuthor: zod.ZodUnion<[zod.ZodObject<{
|
|
201
201
|
id: zod.ZodString;
|
|
202
202
|
email: zod.ZodString;
|
|
203
203
|
code: zod.ZodString;
|
|
@@ -220,7 +220,7 @@ export declare const listWorkflowsResponse: zod.ZodArray<zod.ZodObject<{
|
|
|
220
220
|
createdAt: zod.ZodString;
|
|
221
221
|
updatedAt: zod.ZodString;
|
|
222
222
|
deactivatedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
223
|
-
}, zod.core.$strip>, zod.
|
|
223
|
+
}, zod.core.$strip>, zod.ZodNull]>;
|
|
224
224
|
folder: zod.ZodObject<{
|
|
225
225
|
id: zod.ZodString;
|
|
226
226
|
name: zod.ZodString;
|
|
@@ -247,118 +247,120 @@ export declare const getWorkflowResponseCodeRegExp: RegExp;
|
|
|
247
247
|
export declare const getWorkflowResponsePublicTicketDefault = false;
|
|
248
248
|
export declare const getWorkflowResponseVisibleToTeamMembersDefault = false;
|
|
249
249
|
export declare const getWorkflowResponseAllowEditingOfViewersDefault = true;
|
|
250
|
-
export declare const getWorkflowResponseAuthorEmailMax =
|
|
251
|
-
export declare const getWorkflowResponseAuthorCodeMax =
|
|
250
|
+
export declare const getWorkflowResponseAuthorEmailMax = 254;
|
|
251
|
+
export declare const getWorkflowResponseAuthorCodeMax = 100;
|
|
252
252
|
export declare const getWorkflowResponseAuthorFirstNameMax = 255;
|
|
253
253
|
export declare const getWorkflowResponseAuthorLastNameMax = 255;
|
|
254
254
|
export declare const getWorkflowResponseAuthorFullNameMax = 255;
|
|
255
|
-
export declare const getWorkflowResponseAuthorEmployeeIdMax =
|
|
256
|
-
export declare const getWorkflowResponseVersionAuthorEmailMax =
|
|
257
|
-
export declare const getWorkflowResponseVersionAuthorCodeMax =
|
|
255
|
+
export declare const getWorkflowResponseAuthorEmployeeIdMax = 30;
|
|
256
|
+
export declare const getWorkflowResponseVersionAuthorEmailMax = 254;
|
|
257
|
+
export declare const getWorkflowResponseVersionAuthorCodeMax = 100;
|
|
258
258
|
export declare const getWorkflowResponseVersionAuthorFirstNameMax = 255;
|
|
259
259
|
export declare const getWorkflowResponseVersionAuthorLastNameMax = 255;
|
|
260
260
|
export declare const getWorkflowResponseVersionAuthorFullNameMax = 255;
|
|
261
|
-
export declare const getWorkflowResponseVersionAuthorEmployeeIdMax =
|
|
262
|
-
export declare const getWorkflowResponseFolderNameMax =
|
|
263
|
-
export declare const getWorkflowResponseFolderCodeMax =
|
|
261
|
+
export declare const getWorkflowResponseVersionAuthorEmployeeIdMax = 30;
|
|
262
|
+
export declare const getWorkflowResponseFolderNameMax = 300;
|
|
263
|
+
export declare const getWorkflowResponseFolderCodeMax = 100;
|
|
264
264
|
export declare const getWorkflowResponseFolderWorkflowsCountMin = 0;
|
|
265
265
|
export declare const getWorkflowResponseFolderRoutesCountMin = 0;
|
|
266
266
|
export declare const getWorkflowResponseFolderPipelinesCountMin = 0;
|
|
267
267
|
export declare const getWorkflowResponseCategoriesItemNameMax = 100;
|
|
268
|
-
export declare const getWorkflowResponseSectionListItemFormFieldsItemTitleMax =
|
|
269
|
-
export declare const getWorkflowResponseSectionListItemFormFieldsItemCodeMax =
|
|
268
|
+
export declare const getWorkflowResponseSectionListItemFormFieldsItemTitleMax = 300;
|
|
269
|
+
export declare const getWorkflowResponseSectionListItemFormFieldsItemCodeMax = 100;
|
|
270
270
|
export declare const getWorkflowResponseSectionListItemFormFieldsItemMinLengthMin = 0;
|
|
271
271
|
export declare const getWorkflowResponseSectionListItemFormFieldsItemMaxLengthMin = 0;
|
|
272
272
|
export declare const getWorkflowResponseSectionListItemFormFieldsItemDecimalDigitMin = 0;
|
|
273
|
-
export declare const getWorkflowResponseSectionListItemFormFieldsItemGeneralMasterCodeMax =
|
|
274
|
-
export declare const getWorkflowResponseSectionListItemFormFieldsItemGeneralMasterNameMax =
|
|
275
|
-
export declare const getWorkflowResponseSectionListItemFormFieldsItemGeneralMasterFieldsItemTitleMax =
|
|
276
|
-
export declare const getWorkflowResponseSectionListItemFormFieldsItemGeneralMasterFieldsItemCodeMax =
|
|
277
|
-
export declare const getWorkflowResponseSectionListItemFormFieldsItemDefaultGeneralMasterItemCodeMax =
|
|
278
|
-
export declare const getWorkflowResponseSectionListItemFormFieldsItemDefaultGeneralMasterItemNameMax =
|
|
279
|
-
export declare const getWorkflowResponseSectionListItemFormFieldsItemDefaultGeneralMasterItemInputsItemFieldTitleMax =
|
|
280
|
-
export declare const getWorkflowResponseSectionListItemFormFieldsItemDefaultGeneralMasterItemInputsItemFieldCodeMax =
|
|
281
|
-
export declare const getWorkflowResponseSectionListItemFormFieldsItemExternalApiSettingMappingsItemFormFieldTitleMax =
|
|
282
|
-
export declare const getWorkflowResponseSectionListItemFormFieldsItemExternalApiSettingMappingsItemFormFieldCodeMax =
|
|
273
|
+
export declare const getWorkflowResponseSectionListItemFormFieldsItemGeneralMasterCodeMax = 100;
|
|
274
|
+
export declare const getWorkflowResponseSectionListItemFormFieldsItemGeneralMasterNameMax = 300;
|
|
275
|
+
export declare const getWorkflowResponseSectionListItemFormFieldsItemGeneralMasterFieldsItemTitleMax = 300;
|
|
276
|
+
export declare const getWorkflowResponseSectionListItemFormFieldsItemGeneralMasterFieldsItemCodeMax = 100;
|
|
277
|
+
export declare const getWorkflowResponseSectionListItemFormFieldsItemDefaultGeneralMasterItemCodeMax = 100;
|
|
278
|
+
export declare const getWorkflowResponseSectionListItemFormFieldsItemDefaultGeneralMasterItemNameMax = 100;
|
|
279
|
+
export declare const getWorkflowResponseSectionListItemFormFieldsItemDefaultGeneralMasterItemInputsItemFieldTitleMax = 300;
|
|
280
|
+
export declare const getWorkflowResponseSectionListItemFormFieldsItemDefaultGeneralMasterItemInputsItemFieldCodeMax = 100;
|
|
281
|
+
export declare const getWorkflowResponseSectionListItemFormFieldsItemExternalApiSettingMappingsItemFormFieldTitleMax = 300;
|
|
282
|
+
export declare const getWorkflowResponseSectionListItemFormFieldsItemExternalApiSettingMappingsItemFormFieldCodeMax = 100;
|
|
283
283
|
export declare const getWorkflowResponseSectionListItemFormFieldsItemExternalApiSettingMappingsItemFormFieldMinLengthMin = 0;
|
|
284
284
|
export declare const getWorkflowResponseSectionListItemFormFieldsItemExternalApiSettingMappingsItemFormFieldMaxLengthMin = 0;
|
|
285
285
|
export declare const getWorkflowResponseSectionListItemFormFieldsItemExternalApiSettingMappingsItemFormFieldDecimalDigitMin = 0;
|
|
286
|
-
export declare const getWorkflowResponseSectionListItemFormFieldsItemKintoneAppSettingFormFieldTitleMax =
|
|
287
|
-
export declare const getWorkflowResponseSectionListItemFormFieldsItemKintoneAppSettingFormFieldCodeMax =
|
|
286
|
+
export declare const getWorkflowResponseSectionListItemFormFieldsItemKintoneAppSettingFormFieldTitleMax = 300;
|
|
287
|
+
export declare const getWorkflowResponseSectionListItemFormFieldsItemKintoneAppSettingFormFieldCodeMax = 100;
|
|
288
288
|
export declare const getWorkflowResponseSectionListItemFormFieldsItemKintoneAppSettingFormFieldMinLengthMin = 0;
|
|
289
289
|
export declare const getWorkflowResponseSectionListItemFormFieldsItemKintoneAppSettingFormFieldMaxLengthMin = 0;
|
|
290
290
|
export declare const getWorkflowResponseSectionListItemFormFieldsItemKintoneAppSettingFormFieldDecimalDigitMin = 0;
|
|
291
|
-
export declare const getWorkflowResponseSectionListItemFormFieldsItemKintoneAppSettingMappingsItemFormFieldTitleMax =
|
|
292
|
-
export declare const getWorkflowResponseSectionListItemFormFieldsItemKintoneAppSettingMappingsItemFormFieldCodeMax =
|
|
291
|
+
export declare const getWorkflowResponseSectionListItemFormFieldsItemKintoneAppSettingMappingsItemFormFieldTitleMax = 300;
|
|
292
|
+
export declare const getWorkflowResponseSectionListItemFormFieldsItemKintoneAppSettingMappingsItemFormFieldCodeMax = 100;
|
|
293
293
|
export declare const getWorkflowResponseSectionListItemFormFieldsItemKintoneAppSettingMappingsItemFormFieldMinLengthMin = 0;
|
|
294
294
|
export declare const getWorkflowResponseSectionListItemFormFieldsItemKintoneAppSettingMappingsItemFormFieldMaxLengthMin = 0;
|
|
295
295
|
export declare const getWorkflowResponseSectionListItemFormFieldsItemKintoneAppSettingMappingsItemFormFieldDecimalDigitMin = 0;
|
|
296
|
-
export declare const getWorkflowResponseSectionListItemFormFieldsItemClimberCloudSettingFormFieldTitleMax =
|
|
297
|
-
export declare const getWorkflowResponseSectionListItemFormFieldsItemClimberCloudSettingFormFieldCodeMax =
|
|
296
|
+
export declare const getWorkflowResponseSectionListItemFormFieldsItemClimberCloudSettingFormFieldTitleMax = 300;
|
|
297
|
+
export declare const getWorkflowResponseSectionListItemFormFieldsItemClimberCloudSettingFormFieldCodeMax = 100;
|
|
298
298
|
export declare const getWorkflowResponseSectionListItemFormFieldsItemClimberCloudSettingFormFieldMinLengthMin = 0;
|
|
299
299
|
export declare const getWorkflowResponseSectionListItemFormFieldsItemClimberCloudSettingFormFieldMaxLengthMin = 0;
|
|
300
300
|
export declare const getWorkflowResponseSectionListItemFormFieldsItemClimberCloudSettingFormFieldDecimalDigitMin = 0;
|
|
301
|
-
export declare const getWorkflowResponseSectionListItemFormFieldsItemClimberCloudSettingMappingsItemFormFieldTitleMax =
|
|
302
|
-
export declare const getWorkflowResponseSectionListItemFormFieldsItemClimberCloudSettingMappingsItemFormFieldCodeMax =
|
|
301
|
+
export declare const getWorkflowResponseSectionListItemFormFieldsItemClimberCloudSettingMappingsItemFormFieldTitleMax = 300;
|
|
302
|
+
export declare const getWorkflowResponseSectionListItemFormFieldsItemClimberCloudSettingMappingsItemFormFieldCodeMax = 100;
|
|
303
303
|
export declare const getWorkflowResponseSectionListItemFormFieldsItemClimberCloudSettingMappingsItemFormFieldMinLengthMin = 0;
|
|
304
304
|
export declare const getWorkflowResponseSectionListItemFormFieldsItemClimberCloudSettingMappingsItemFormFieldMaxLengthMin = 0;
|
|
305
305
|
export declare const getWorkflowResponseSectionListItemFormFieldsItemClimberCloudSettingMappingsItemFormFieldDecimalDigitMin = 0;
|
|
306
|
-
export declare const getWorkflowResponseSectionListItemSlipFieldsItemGeneralMasterCodeMax =
|
|
307
|
-
export declare const getWorkflowResponseSectionListItemSlipFieldsItemGeneralMasterNameMax =
|
|
308
|
-
export declare const getWorkflowResponseSectionListItemSlipFieldsItemGeneralMasterFieldsItemTitleMax =
|
|
309
|
-
export declare const getWorkflowResponseSectionListItemSlipFieldsItemGeneralMasterFieldsItemCodeMax =
|
|
310
|
-
export declare const getWorkflowResponseSectionListItemSlipFieldsItemDefaultGeneralMasterItemCodeMax =
|
|
311
|
-
export declare const getWorkflowResponseSectionListItemSlipFieldsItemDefaultGeneralMasterItemNameMax =
|
|
312
|
-
export declare const getWorkflowResponseSectionListItemSlipFieldsItemDefaultGeneralMasterItemInputsItemFieldTitleMax =
|
|
313
|
-
export declare const getWorkflowResponseSectionListItemSlipFieldsItemDefaultGeneralMasterItemInputsItemFieldCodeMax =
|
|
314
|
-
export declare const getWorkflowResponseTicketViewersItemUserEmailMax =
|
|
315
|
-
export declare const getWorkflowResponseTicketViewersItemUserCodeMax =
|
|
306
|
+
export declare const getWorkflowResponseSectionListItemSlipFieldsItemGeneralMasterCodeMax = 100;
|
|
307
|
+
export declare const getWorkflowResponseSectionListItemSlipFieldsItemGeneralMasterNameMax = 300;
|
|
308
|
+
export declare const getWorkflowResponseSectionListItemSlipFieldsItemGeneralMasterFieldsItemTitleMax = 300;
|
|
309
|
+
export declare const getWorkflowResponseSectionListItemSlipFieldsItemGeneralMasterFieldsItemCodeMax = 100;
|
|
310
|
+
export declare const getWorkflowResponseSectionListItemSlipFieldsItemDefaultGeneralMasterItemCodeMax = 100;
|
|
311
|
+
export declare const getWorkflowResponseSectionListItemSlipFieldsItemDefaultGeneralMasterItemNameMax = 100;
|
|
312
|
+
export declare const getWorkflowResponseSectionListItemSlipFieldsItemDefaultGeneralMasterItemInputsItemFieldTitleMax = 300;
|
|
313
|
+
export declare const getWorkflowResponseSectionListItemSlipFieldsItemDefaultGeneralMasterItemInputsItemFieldCodeMax = 100;
|
|
314
|
+
export declare const getWorkflowResponseTicketViewersItemUserEmailMax = 254;
|
|
315
|
+
export declare const getWorkflowResponseTicketViewersItemUserCodeMax = 100;
|
|
316
316
|
export declare const getWorkflowResponseTicketViewersItemUserFirstNameMax = 255;
|
|
317
317
|
export declare const getWorkflowResponseTicketViewersItemUserLastNameMax = 255;
|
|
318
318
|
export declare const getWorkflowResponseTicketViewersItemUserFullNameMax = 255;
|
|
319
|
-
export declare const getWorkflowResponseTicketViewersItemUserEmployeeIdMax =
|
|
320
|
-
export declare const getWorkflowResponseTicketViewersItemTeamNameMax =
|
|
321
|
-
export declare const getWorkflowResponseTicketViewersItemTeamCodeMax =
|
|
319
|
+
export declare const getWorkflowResponseTicketViewersItemUserEmployeeIdMax = 30;
|
|
320
|
+
export declare const getWorkflowResponseTicketViewersItemTeamNameMax = 300;
|
|
321
|
+
export declare const getWorkflowResponseTicketViewersItemTeamCodeMax = 100;
|
|
322
|
+
export declare const getWorkflowResponseTicketViewersItemTeamNotesMax = 10000;
|
|
322
323
|
export declare const getWorkflowResponseTicketViewersItemTeamUsersCountMin = 0;
|
|
323
|
-
export declare const getWorkflowResponseTicketViewersItemGradeNameMax =
|
|
324
|
+
export declare const getWorkflowResponseTicketViewersItemGradeNameMax = 300;
|
|
324
325
|
export declare const getWorkflowResponseTicketViewersItemGradeLevelMin = 0;
|
|
325
326
|
export declare const getWorkflowResponseTicketViewersItemGradeLevelMax = 255;
|
|
326
|
-
export declare const getWorkflowResponseTicketViewersItemGradeCodeMax =
|
|
327
|
+
export declare const getWorkflowResponseTicketViewersItemGradeCodeMax = 100;
|
|
327
328
|
export declare const getWorkflowResponseTicketViewersItemGradeIsDefaultDefault = false;
|
|
328
|
-
export declare const getWorkflowResponseRouteConditionsItemRouteAuthorEmailMax =
|
|
329
|
-
export declare const getWorkflowResponseRouteConditionsItemRouteAuthorCodeMax =
|
|
329
|
+
export declare const getWorkflowResponseRouteConditionsItemRouteAuthorEmailMax = 254;
|
|
330
|
+
export declare const getWorkflowResponseRouteConditionsItemRouteAuthorCodeMax = 100;
|
|
330
331
|
export declare const getWorkflowResponseRouteConditionsItemRouteAuthorFirstNameMax = 255;
|
|
331
332
|
export declare const getWorkflowResponseRouteConditionsItemRouteAuthorLastNameMax = 255;
|
|
332
333
|
export declare const getWorkflowResponseRouteConditionsItemRouteAuthorFullNameMax = 255;
|
|
333
|
-
export declare const getWorkflowResponseRouteConditionsItemRouteAuthorEmployeeIdMax =
|
|
334
|
-
export declare const getWorkflowResponseRouteConditionsItemRouteVersionAuthorEmailMax =
|
|
335
|
-
export declare const getWorkflowResponseRouteConditionsItemRouteVersionAuthorCodeMax =
|
|
334
|
+
export declare const getWorkflowResponseRouteConditionsItemRouteAuthorEmployeeIdMax = 30;
|
|
335
|
+
export declare const getWorkflowResponseRouteConditionsItemRouteVersionAuthorEmailMax = 254;
|
|
336
|
+
export declare const getWorkflowResponseRouteConditionsItemRouteVersionAuthorCodeMax = 100;
|
|
336
337
|
export declare const getWorkflowResponseRouteConditionsItemRouteVersionAuthorFirstNameMax = 255;
|
|
337
338
|
export declare const getWorkflowResponseRouteConditionsItemRouteVersionAuthorLastNameMax = 255;
|
|
338
339
|
export declare const getWorkflowResponseRouteConditionsItemRouteVersionAuthorFullNameMax = 255;
|
|
339
|
-
export declare const getWorkflowResponseRouteConditionsItemRouteVersionAuthorEmployeeIdMax =
|
|
340
|
-
export declare const getWorkflowResponseRouteConditionsItemRouteFolderNameMax =
|
|
341
|
-
export declare const getWorkflowResponseRouteConditionsItemRouteFolderCodeMax =
|
|
340
|
+
export declare const getWorkflowResponseRouteConditionsItemRouteVersionAuthorEmployeeIdMax = 30;
|
|
341
|
+
export declare const getWorkflowResponseRouteConditionsItemRouteFolderNameMax = 300;
|
|
342
|
+
export declare const getWorkflowResponseRouteConditionsItemRouteFolderCodeMax = 100;
|
|
342
343
|
export declare const getWorkflowResponseRouteConditionsItemRouteFolderWorkflowsCountMin = 0;
|
|
343
344
|
export declare const getWorkflowResponseRouteConditionsItemRouteFolderRoutesCountMin = 0;
|
|
344
345
|
export declare const getWorkflowResponseRouteConditionsItemRouteFolderPipelinesCountMin = 0;
|
|
345
|
-
export declare const getWorkflowResponseRouteConditionsItemConditionFieldsItemFormFieldTitleMax =
|
|
346
|
-
export declare const getWorkflowResponseRouteConditionsItemConditionFieldsItemFormFieldCodeMax =
|
|
346
|
+
export declare const getWorkflowResponseRouteConditionsItemConditionFieldsItemFormFieldTitleMax = 300;
|
|
347
|
+
export declare const getWorkflowResponseRouteConditionsItemConditionFieldsItemFormFieldCodeMax = 100;
|
|
347
348
|
export declare const getWorkflowResponseRouteConditionsItemConditionFieldsItemFormFieldMinLengthMin = 0;
|
|
348
349
|
export declare const getWorkflowResponseRouteConditionsItemConditionFieldsItemFormFieldMaxLengthMin = 0;
|
|
349
350
|
export declare const getWorkflowResponseRouteConditionsItemConditionFieldsItemFormFieldDecimalDigitMin = 0;
|
|
350
|
-
export declare const getWorkflowResponseRouteConditionsItemConditionFieldsItemGradeNameMax =
|
|
351
|
+
export declare const getWorkflowResponseRouteConditionsItemConditionFieldsItemGradeNameMax = 300;
|
|
351
352
|
export declare const getWorkflowResponseRouteConditionsItemConditionFieldsItemGradeLevelMin = 0;
|
|
352
353
|
export declare const getWorkflowResponseRouteConditionsItemConditionFieldsItemGradeLevelMax = 255;
|
|
353
|
-
export declare const getWorkflowResponseRouteConditionsItemConditionFieldsItemGradeCodeMax =
|
|
354
|
+
export declare const getWorkflowResponseRouteConditionsItemConditionFieldsItemGradeCodeMax = 100;
|
|
354
355
|
export declare const getWorkflowResponseRouteConditionsItemConditionFieldsItemGradeIsDefaultDefault = false;
|
|
355
|
-
export declare const getWorkflowResponseRouteConditionsItemConditionFieldsItemTeamNameMax =
|
|
356
|
-
export declare const getWorkflowResponseRouteConditionsItemConditionFieldsItemTeamCodeMax =
|
|
356
|
+
export declare const getWorkflowResponseRouteConditionsItemConditionFieldsItemTeamNameMax = 300;
|
|
357
|
+
export declare const getWorkflowResponseRouteConditionsItemConditionFieldsItemTeamCodeMax = 100;
|
|
358
|
+
export declare const getWorkflowResponseRouteConditionsItemConditionFieldsItemTeamNotesMax = 10000;
|
|
357
359
|
export declare const getWorkflowResponseRouteConditionsItemConditionFieldsItemTeamUsersCountMin = 0;
|
|
358
|
-
export declare const getWorkflowResponseRouteConditionsItemConditionFieldsItemGeneralMasterItemCodeMax =
|
|
359
|
-
export declare const getWorkflowResponseRouteConditionsItemConditionFieldsItemGeneralMasterItemNameMax =
|
|
360
|
-
export declare const getWorkflowResponseRouteConditionsItemConditionFieldsItemGeneralMasterItemInputsItemFieldTitleMax =
|
|
361
|
-
export declare const getWorkflowResponseRouteConditionsItemConditionFieldsItemGeneralMasterItemInputsItemFieldCodeMax =
|
|
360
|
+
export declare const getWorkflowResponseRouteConditionsItemConditionFieldsItemGeneralMasterItemCodeMax = 100;
|
|
361
|
+
export declare const getWorkflowResponseRouteConditionsItemConditionFieldsItemGeneralMasterItemNameMax = 100;
|
|
362
|
+
export declare const getWorkflowResponseRouteConditionsItemConditionFieldsItemGeneralMasterItemInputsItemFieldTitleMax = 300;
|
|
363
|
+
export declare const getWorkflowResponseRouteConditionsItemConditionFieldsItemGeneralMasterItemInputsItemFieldCodeMax = 100;
|
|
362
364
|
export declare const getWorkflowResponse: zod.ZodIntersection<zod.ZodIntersection<zod.ZodObject<{
|
|
363
365
|
id: zod.ZodString;
|
|
364
366
|
code: zod.ZodString;
|
|
@@ -390,7 +392,7 @@ export declare const getWorkflowResponse: zod.ZodIntersection<zod.ZodIntersectio
|
|
|
390
392
|
}>;
|
|
391
393
|
titleFormula: zod.ZodNullable<zod.ZodString>;
|
|
392
394
|
allowEditingOfViewers: zod.ZodDefault<zod.ZodBoolean>;
|
|
393
|
-
author: zod.
|
|
395
|
+
author: zod.ZodUnion<[zod.ZodObject<{
|
|
394
396
|
id: zod.ZodString;
|
|
395
397
|
email: zod.ZodString;
|
|
396
398
|
code: zod.ZodString;
|
|
@@ -413,8 +415,8 @@ export declare const getWorkflowResponse: zod.ZodIntersection<zod.ZodIntersectio
|
|
|
413
415
|
createdAt: zod.ZodString;
|
|
414
416
|
updatedAt: zod.ZodString;
|
|
415
417
|
deactivatedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
416
|
-
}, zod.core.$strip>, zod.
|
|
417
|
-
versionAuthor: zod.
|
|
418
|
+
}, zod.core.$strip>, zod.ZodNull]>;
|
|
419
|
+
versionAuthor: zod.ZodUnion<[zod.ZodObject<{
|
|
418
420
|
id: zod.ZodString;
|
|
419
421
|
email: zod.ZodString;
|
|
420
422
|
code: zod.ZodString;
|
|
@@ -437,7 +439,7 @@ export declare const getWorkflowResponse: zod.ZodIntersection<zod.ZodIntersectio
|
|
|
437
439
|
createdAt: zod.ZodString;
|
|
438
440
|
updatedAt: zod.ZodString;
|
|
439
441
|
deactivatedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
440
|
-
}, zod.core.$strip>, zod.
|
|
442
|
+
}, zod.core.$strip>, zod.ZodNull]>;
|
|
441
443
|
folder: zod.ZodObject<{
|
|
442
444
|
id: zod.ZodString;
|
|
443
445
|
name: zod.ZodString;
|
|
@@ -508,7 +510,7 @@ export declare const getWorkflowResponse: zod.ZodIntersection<zod.ZodIntersectio
|
|
|
508
510
|
hidden: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
509
511
|
readonlyOnUi: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
510
512
|
}, zod.core.$strip>, zod.ZodObject<{
|
|
511
|
-
generalMaster: zod.ZodOptional<zod.
|
|
513
|
+
generalMaster: zod.ZodOptional<zod.ZodUnion<[zod.ZodObject<{
|
|
512
514
|
id: zod.ZodString;
|
|
513
515
|
code: zod.ZodString;
|
|
514
516
|
name: zod.ZodString;
|
|
@@ -535,8 +537,8 @@ export declare const getWorkflowResponse: zod.ZodIntersection<zod.ZodIntersectio
|
|
|
535
537
|
createdAt: zod.ZodString;
|
|
536
538
|
updatedAt: zod.ZodString;
|
|
537
539
|
}, zod.core.$strip>>;
|
|
538
|
-
}, zod.core.$strip>, zod.
|
|
539
|
-
defaultGeneralMasterItem: zod.ZodOptional<zod.
|
|
540
|
+
}, zod.core.$strip>, zod.ZodNull]>>;
|
|
541
|
+
defaultGeneralMasterItem: zod.ZodOptional<zod.ZodUnion<[zod.ZodObject<{
|
|
540
542
|
id: zod.ZodString;
|
|
541
543
|
code: zod.ZodString;
|
|
542
544
|
name: zod.ZodString;
|
|
@@ -571,8 +573,8 @@ export declare const getWorkflowResponse: zod.ZodIntersection<zod.ZodIntersectio
|
|
|
571
573
|
updatedAt: zod.ZodString;
|
|
572
574
|
}, zod.core.$strip>;
|
|
573
575
|
}, zod.core.$strip>>;
|
|
574
|
-
}, zod.core.$strip>, zod.
|
|
575
|
-
externalApiSetting: zod.ZodOptional<zod.
|
|
576
|
+
}, zod.core.$strip>, zod.ZodNull]>>;
|
|
577
|
+
externalApiSetting: zod.ZodOptional<zod.ZodUnion<[zod.ZodObject<{
|
|
576
578
|
id: zod.ZodString;
|
|
577
579
|
httpMethod: zod.ZodEnum<{
|
|
578
580
|
delete: "delete";
|
|
@@ -637,8 +639,8 @@ export declare const getWorkflowResponse: zod.ZodIntersection<zod.ZodIntersectio
|
|
|
637
639
|
displayInTable: zod.ZodBoolean;
|
|
638
640
|
title: zod.ZodNullable<zod.ZodString>;
|
|
639
641
|
}, zod.core.$strip>>;
|
|
640
|
-
}, zod.core.$strip>, zod.
|
|
641
|
-
kintoneAppSetting: zod.ZodOptional<zod.
|
|
642
|
+
}, zod.core.$strip>, zod.ZodNull]>>;
|
|
643
|
+
kintoneAppSetting: zod.ZodOptional<zod.ZodUnion<[zod.ZodObject<{
|
|
642
644
|
id: zod.ZodString;
|
|
643
645
|
formField: zod.ZodObject<{
|
|
644
646
|
id: zod.ZodString;
|
|
@@ -741,8 +743,8 @@ export declare const getWorkflowResponse: zod.ZodIntersection<zod.ZodIntersectio
|
|
|
741
743
|
readonlyOnUi: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
742
744
|
}, zod.core.$strip>;
|
|
743
745
|
}, zod.core.$strip>>;
|
|
744
|
-
}, zod.core.$strip>, zod.
|
|
745
|
-
climberCloudSetting: zod.ZodOptional<zod.
|
|
746
|
+
}, zod.core.$strip>, zod.ZodNull]>>;
|
|
747
|
+
climberCloudSetting: zod.ZodOptional<zod.ZodUnion<[zod.ZodObject<{
|
|
746
748
|
id: zod.ZodString;
|
|
747
749
|
contentsId: zod.ZodOptional<zod.ZodString>;
|
|
748
750
|
formField: zod.ZodOptional<zod.ZodObject<{
|
|
@@ -836,10 +838,27 @@ export declare const getWorkflowResponse: zod.ZodIntersection<zod.ZodIntersectio
|
|
|
836
838
|
}, zod.core.$strip>;
|
|
837
839
|
order: zod.ZodNumber;
|
|
838
840
|
}, zod.core.$strip>>;
|
|
839
|
-
}, zod.core.$strip>, zod.
|
|
841
|
+
}, zod.core.$strip>, zod.ZodNull]>>;
|
|
842
|
+
generalMasterSearchFilters: zod.ZodOptional<zod.ZodNullable<zod.ZodArray<zod.ZodObject<{
|
|
843
|
+
id: zod.ZodString;
|
|
844
|
+
filterFormFieldId: zod.ZodString;
|
|
845
|
+
fieldType: zod.ZodEnum<{
|
|
846
|
+
description: "description";
|
|
847
|
+
name: "name";
|
|
848
|
+
code: "code";
|
|
849
|
+
free_word: "free_word";
|
|
850
|
+
custom_field: "custom_field";
|
|
851
|
+
}>;
|
|
852
|
+
generalMasterFieldId: zod.ZodNullable<zod.ZodString>;
|
|
853
|
+
}, zod.core.$strip>>>>;
|
|
840
854
|
}, zod.core.$strip>>>>;
|
|
841
855
|
conditional: zod.ZodOptional<zod.ZodBoolean>;
|
|
842
|
-
|
|
856
|
+
combinationType: zod.ZodOptional<zod.ZodEnum<{
|
|
857
|
+
any: "any";
|
|
858
|
+
custom: "custom";
|
|
859
|
+
all: "all";
|
|
860
|
+
}>>;
|
|
861
|
+
combinationExpression: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
843
862
|
slipFields: zod.ZodOptional<zod.ZodArray<zod.ZodIntersection<zod.ZodObject<{
|
|
844
863
|
id: zod.ZodString;
|
|
845
864
|
fieldType: zod.ZodEnum<{
|
|
@@ -876,7 +895,7 @@ export declare const getWorkflowResponse: zod.ZodIntersection<zod.ZodIntersectio
|
|
|
876
895
|
hidden: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
877
896
|
readonlyOnUi: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
878
897
|
}, zod.core.$strip>, zod.ZodObject<{
|
|
879
|
-
generalMaster: zod.ZodOptional<zod.
|
|
898
|
+
generalMaster: zod.ZodOptional<zod.ZodUnion<[zod.ZodObject<{
|
|
880
899
|
id: zod.ZodString;
|
|
881
900
|
code: zod.ZodString;
|
|
882
901
|
name: zod.ZodString;
|
|
@@ -903,8 +922,8 @@ export declare const getWorkflowResponse: zod.ZodIntersection<zod.ZodIntersectio
|
|
|
903
922
|
createdAt: zod.ZodString;
|
|
904
923
|
updatedAt: zod.ZodString;
|
|
905
924
|
}, zod.core.$strip>>;
|
|
906
|
-
}, zod.core.$strip>, zod.
|
|
907
|
-
defaultGeneralMasterItem: zod.ZodOptional<zod.
|
|
925
|
+
}, zod.core.$strip>, zod.ZodNull]>>;
|
|
926
|
+
defaultGeneralMasterItem: zod.ZodOptional<zod.ZodUnion<[zod.ZodObject<{
|
|
908
927
|
id: zod.ZodString;
|
|
909
928
|
code: zod.ZodString;
|
|
910
929
|
name: zod.ZodString;
|
|
@@ -939,12 +958,12 @@ export declare const getWorkflowResponse: zod.ZodIntersection<zod.ZodIntersectio
|
|
|
939
958
|
updatedAt: zod.ZodString;
|
|
940
959
|
}, zod.core.$strip>;
|
|
941
960
|
}, zod.core.$strip>>;
|
|
942
|
-
}, zod.core.$strip>, zod.
|
|
961
|
+
}, zod.core.$strip>, zod.ZodNull]>>;
|
|
943
962
|
}, zod.core.$strip>>>>;
|
|
944
963
|
}, zod.core.$strip>>>;
|
|
945
964
|
ticketViewers: zod.ZodArray<zod.ZodObject<{
|
|
946
965
|
id: zod.ZodString;
|
|
947
|
-
user: zod.
|
|
966
|
+
user: zod.ZodUnion<[zod.ZodObject<{
|
|
948
967
|
id: zod.ZodString;
|
|
949
968
|
email: zod.ZodString;
|
|
950
969
|
code: zod.ZodString;
|
|
@@ -967,18 +986,19 @@ export declare const getWorkflowResponse: zod.ZodIntersection<zod.ZodIntersectio
|
|
|
967
986
|
createdAt: zod.ZodString;
|
|
968
987
|
updatedAt: zod.ZodString;
|
|
969
988
|
deactivatedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
970
|
-
}, zod.core.$strip>, zod.
|
|
971
|
-
team: zod.
|
|
989
|
+
}, zod.core.$strip>, zod.ZodNull]>;
|
|
990
|
+
team: zod.ZodUnion<[zod.ZodObject<{
|
|
972
991
|
id: zod.ZodString;
|
|
973
992
|
name: zod.ZodString;
|
|
974
993
|
fullName: zod.ZodString;
|
|
975
994
|
code: zod.ZodString;
|
|
995
|
+
notes: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
976
996
|
approveOnly: zod.ZodBoolean;
|
|
977
997
|
usersCount: zod.ZodNumber;
|
|
978
998
|
createdAt: zod.ZodString;
|
|
979
999
|
updatedAt: zod.ZodString;
|
|
980
|
-
}, zod.core.$strip>, zod.
|
|
981
|
-
grade: zod.
|
|
1000
|
+
}, zod.core.$strip>, zod.ZodNull]>;
|
|
1001
|
+
grade: zod.ZodUnion<[zod.ZodObject<{
|
|
982
1002
|
id: zod.ZodString;
|
|
983
1003
|
name: zod.ZodString;
|
|
984
1004
|
level: zod.ZodNumber;
|
|
@@ -986,11 +1006,11 @@ export declare const getWorkflowResponse: zod.ZodIntersection<zod.ZodIntersectio
|
|
|
986
1006
|
isDefault: zod.ZodBoolean;
|
|
987
1007
|
createdAt: zod.ZodString;
|
|
988
1008
|
updatedAt: zod.ZodString;
|
|
989
|
-
}, zod.core.$strip>, zod.
|
|
1009
|
+
}, zod.core.$strip>, zod.ZodNull]>;
|
|
990
1010
|
}, zod.core.$strip>>;
|
|
991
1011
|
cloudSignSetting: zod.ZodUnion<[zod.ZodObject<{
|
|
992
1012
|
required: zod.ZodBoolean;
|
|
993
|
-
}, zod.core.$strip>, zod.
|
|
1013
|
+
}, zod.core.$strip>, zod.ZodNull]>;
|
|
994
1014
|
}, zod.core.$strip>>, zod.ZodObject<{
|
|
995
1015
|
routeConditions: zod.ZodArray<zod.ZodObject<{
|
|
996
1016
|
id: zod.ZodString;
|
|
@@ -1005,7 +1025,7 @@ export declare const getWorkflowResponse: zod.ZodIntersection<zod.ZodIntersectio
|
|
|
1005
1025
|
all: "all";
|
|
1006
1026
|
}>;
|
|
1007
1027
|
combinationExpression: zod.ZodString;
|
|
1008
|
-
route: zod.
|
|
1028
|
+
route: zod.ZodUnion<[zod.ZodObject<{
|
|
1009
1029
|
id: zod.ZodString;
|
|
1010
1030
|
code: zod.ZodString;
|
|
1011
1031
|
status: zod.ZodEnum<{
|
|
@@ -1019,7 +1039,7 @@ export declare const getWorkflowResponse: zod.ZodIntersection<zod.ZodIntersectio
|
|
|
1019
1039
|
description: zod.ZodString;
|
|
1020
1040
|
createdAt: zod.ZodString;
|
|
1021
1041
|
updatedAt: zod.ZodString;
|
|
1022
|
-
author: zod.ZodOptional<zod.
|
|
1042
|
+
author: zod.ZodOptional<zod.ZodUnion<[zod.ZodObject<{
|
|
1023
1043
|
id: zod.ZodString;
|
|
1024
1044
|
email: zod.ZodString;
|
|
1025
1045
|
code: zod.ZodString;
|
|
@@ -1042,7 +1062,7 @@ export declare const getWorkflowResponse: zod.ZodIntersection<zod.ZodIntersectio
|
|
|
1042
1062
|
createdAt: zod.ZodString;
|
|
1043
1063
|
updatedAt: zod.ZodString;
|
|
1044
1064
|
deactivatedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1045
|
-
}, zod.core.$strip>, zod.
|
|
1065
|
+
}, zod.core.$strip>, zod.ZodNull]>>;
|
|
1046
1066
|
versionAuthor: zod.ZodOptional<zod.ZodUnion<[zod.ZodObject<{
|
|
1047
1067
|
id: zod.ZodString;
|
|
1048
1068
|
email: zod.ZodString;
|
|
@@ -1066,7 +1086,7 @@ export declare const getWorkflowResponse: zod.ZodIntersection<zod.ZodIntersectio
|
|
|
1066
1086
|
createdAt: zod.ZodString;
|
|
1067
1087
|
updatedAt: zod.ZodString;
|
|
1068
1088
|
deactivatedAt: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1069
|
-
}, zod.core.$strip>, zod.
|
|
1089
|
+
}, zod.core.$strip>, zod.ZodNull]>>;
|
|
1070
1090
|
folder: zod.ZodObject<{
|
|
1071
1091
|
id: zod.ZodString;
|
|
1072
1092
|
name: zod.ZodString;
|
|
@@ -1078,7 +1098,7 @@ export declare const getWorkflowResponse: zod.ZodIntersection<zod.ZodIntersectio
|
|
|
1078
1098
|
createdAt: zod.ZodString;
|
|
1079
1099
|
updatedAt: zod.ZodString;
|
|
1080
1100
|
}, zod.core.$strip>;
|
|
1081
|
-
}, zod.core.$strip>, zod.
|
|
1101
|
+
}, zod.core.$strip>, zod.ZodNull]>;
|
|
1082
1102
|
conditionFields: zod.ZodArray<zod.ZodObject<{
|
|
1083
1103
|
id: zod.ZodString;
|
|
1084
1104
|
symbol: zod.ZodString;
|
|
@@ -1127,7 +1147,7 @@ export declare const getWorkflowResponse: zod.ZodIntersection<zod.ZodIntersectio
|
|
|
1127
1147
|
hidden: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
1128
1148
|
readonlyOnUi: zod.ZodOptional<zod.ZodNullable<zod.ZodBoolean>>;
|
|
1129
1149
|
}, zod.core.$strip>;
|
|
1130
|
-
grade: zod.
|
|
1150
|
+
grade: zod.ZodUnion<[zod.ZodObject<{
|
|
1131
1151
|
id: zod.ZodString;
|
|
1132
1152
|
name: zod.ZodString;
|
|
1133
1153
|
level: zod.ZodNumber;
|
|
@@ -1135,18 +1155,19 @@ export declare const getWorkflowResponse: zod.ZodIntersection<zod.ZodIntersectio
|
|
|
1135
1155
|
isDefault: zod.ZodBoolean;
|
|
1136
1156
|
createdAt: zod.ZodString;
|
|
1137
1157
|
updatedAt: zod.ZodString;
|
|
1138
|
-
}, zod.core.$strip>, zod.
|
|
1139
|
-
team: zod.
|
|
1158
|
+
}, zod.core.$strip>, zod.ZodNull]>;
|
|
1159
|
+
team: zod.ZodUnion<[zod.ZodObject<{
|
|
1140
1160
|
id: zod.ZodString;
|
|
1141
1161
|
name: zod.ZodString;
|
|
1142
1162
|
fullName: zod.ZodString;
|
|
1143
1163
|
code: zod.ZodString;
|
|
1164
|
+
notes: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
|
|
1144
1165
|
approveOnly: zod.ZodBoolean;
|
|
1145
1166
|
usersCount: zod.ZodNumber;
|
|
1146
1167
|
createdAt: zod.ZodString;
|
|
1147
1168
|
updatedAt: zod.ZodString;
|
|
1148
|
-
}, zod.core.$strip>, zod.
|
|
1149
|
-
generalMasterItem: zod.
|
|
1169
|
+
}, zod.core.$strip>, zod.ZodNull]>;
|
|
1170
|
+
generalMasterItem: zod.ZodUnion<[zod.ZodObject<{
|
|
1150
1171
|
id: zod.ZodString;
|
|
1151
1172
|
code: zod.ZodString;
|
|
1152
1173
|
name: zod.ZodString;
|
|
@@ -1181,7 +1202,7 @@ export declare const getWorkflowResponse: zod.ZodIntersection<zod.ZodIntersectio
|
|
|
1181
1202
|
updatedAt: zod.ZodString;
|
|
1182
1203
|
}, zod.core.$strip>;
|
|
1183
1204
|
}, zod.core.$strip>>;
|
|
1184
|
-
}, zod.core.$strip>, zod.
|
|
1205
|
+
}, zod.core.$strip>, zod.ZodNull]>;
|
|
1185
1206
|
}, zod.core.$strip>>;
|
|
1186
1207
|
errorMessage: zod.ZodNullable<zod.ZodString>;
|
|
1187
1208
|
}, zod.core.$strip>>;
|