@kickflow/mcp-server 0.1.5 → 0.1.7

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.
Files changed (51) hide show
  1. package/README.md +23 -0
  2. package/dist/index.js +4 -238
  3. package/dist/index.js.map +1 -1
  4. package/dist/kickflow-api/generated/audit-log/audit-log.zod.d.ts +3 -3
  5. package/dist/kickflow-api/generated/audit-log/audit-log.zod.js +3 -3
  6. package/dist/kickflow-api/generated/audit-log/audit-log.zod.js.map +1 -1
  7. package/dist/kickflow-api/generated/comment/comment.zod.d.ts +24 -24
  8. package/dist/kickflow-api/generated/comment/comment.zod.js +24 -24
  9. package/dist/kickflow-api/generated/comment/comment.zod.js.map +1 -1
  10. package/dist/kickflow-api/generated/folder/folder.zod.d.ts +20 -20
  11. package/dist/kickflow-api/generated/folder/folder.zod.js +20 -20
  12. package/dist/kickflow-api/generated/general-master/general-master.zod.d.ts +32 -32
  13. package/dist/kickflow-api/generated/general-master/general-master.zod.js +32 -32
  14. package/dist/kickflow-api/generated/grade/grade.zod.d.ts +12 -11
  15. package/dist/kickflow-api/generated/grade/grade.zod.js +13 -12
  16. package/dist/kickflow-api/generated/grade/grade.zod.js.map +1 -1
  17. package/dist/kickflow-api/generated/kickflowRESTAPIV1.schemas.d.ts +49 -40
  18. package/dist/kickflow-api/generated/kickflowRESTAPIV1.schemas.js +1 -0
  19. package/dist/kickflow-api/generated/kickflowRESTAPIV1.schemas.js.map +1 -1
  20. package/dist/kickflow-api/generated/organization-chart/organization-chart.zod.d.ts +6 -6
  21. package/dist/kickflow-api/generated/organization-chart/organization-chart.zod.js +6 -6
  22. package/dist/kickflow-api/generated/proxy-applicant/proxy-applicant.zod.d.ts +28 -28
  23. package/dist/kickflow-api/generated/proxy-applicant/proxy-applicant.zod.js +28 -28
  24. package/dist/kickflow-api/generated/proxy-applicant/proxy-applicant.zod.js.map +1 -1
  25. package/dist/kickflow-api/generated/proxy-approver/proxy-approver.zod.d.ts +28 -28
  26. package/dist/kickflow-api/generated/proxy-approver/proxy-approver.zod.js +28 -28
  27. package/dist/kickflow-api/generated/proxy-approver/proxy-approver.zod.js.map +1 -1
  28. package/dist/kickflow-api/generated/role/role.zod.d.ts +34 -31
  29. package/dist/kickflow-api/generated/role/role.zod.js +37 -34
  30. package/dist/kickflow-api/generated/role/role.zod.js.map +1 -1
  31. package/dist/kickflow-api/generated/route/route.zod.d.ts +33 -31
  32. package/dist/kickflow-api/generated/route/route.zod.js +35 -33
  33. package/dist/kickflow-api/generated/route/route.zod.js.map +1 -1
  34. package/dist/kickflow-api/generated/team/team.zod.d.ts +50 -40
  35. package/dist/kickflow-api/generated/team/team.zod.js +60 -50
  36. package/dist/kickflow-api/generated/team/team.zod.js.map +1 -1
  37. package/dist/kickflow-api/generated/ticket/ticket.zod.d.ts +3630 -3476
  38. package/dist/kickflow-api/generated/ticket/ticket.zod.js +3724 -3624
  39. package/dist/kickflow-api/generated/ticket/ticket.zod.js.map +1 -1
  40. package/dist/kickflow-api/generated/user/user.zod.d.ts +39 -38
  41. package/dist/kickflow-api/generated/user/user.zod.js +40 -39
  42. package/dist/kickflow-api/generated/user/user.zod.js.map +1 -1
  43. package/dist/kickflow-api/generated/workflow/workflow.zod.d.ts +73 -70
  44. package/dist/kickflow-api/generated/workflow/workflow.zod.js +75 -73
  45. package/dist/kickflow-api/generated/workflow/workflow.zod.js.map +1 -1
  46. package/dist/kickflow-api/tools/file/upload-file.js +3 -1
  47. package/dist/kickflow-api/tools/file/upload-file.js.map +1 -1
  48. package/dist/server.d.ts +4 -0
  49. package/dist/server.js +240 -0
  50. package/dist/server.js.map +1 -0
  51. package/package.json +16 -11
@@ -19,36 +19,36 @@ export declare const listProxyApplicantsQueryParams: zod.ZodObject<{
19
19
  page: zod.ZodDefault<zod.ZodNumber>;
20
20
  perPage: zod.ZodDefault<zod.ZodNumber>;
21
21
  }, zod.core.$strip>;
22
- export declare const listProxyApplicantsResponseUserEmailMax = 255;
23
- export declare const listProxyApplicantsResponseUserCodeMax = 255;
22
+ export declare const listProxyApplicantsResponseUserEmailMax = 254;
23
+ export declare const listProxyApplicantsResponseUserCodeMax = 100;
24
24
  export declare const listProxyApplicantsResponseUserFirstNameMax = 255;
25
25
  export declare const listProxyApplicantsResponseUserLastNameMax = 255;
26
26
  export declare const listProxyApplicantsResponseUserFullNameMax = 255;
27
- export declare const listProxyApplicantsResponseUserEmployeeIdMax = 255;
28
- export declare const listProxyApplicantsResponseProxyUserEmailMax = 255;
29
- export declare const listProxyApplicantsResponseProxyUserCodeMax = 255;
27
+ export declare const listProxyApplicantsResponseUserEmployeeIdMax = 30;
28
+ export declare const listProxyApplicantsResponseProxyUserEmailMax = 254;
29
+ export declare const listProxyApplicantsResponseProxyUserCodeMax = 100;
30
30
  export declare const listProxyApplicantsResponseProxyUserFirstNameMax = 255;
31
31
  export declare const listProxyApplicantsResponseProxyUserLastNameMax = 255;
32
32
  export declare const listProxyApplicantsResponseProxyUserFullNameMax = 255;
33
- export declare const listProxyApplicantsResponseProxyUserEmployeeIdMax = 255;
33
+ export declare const listProxyApplicantsResponseProxyUserEmployeeIdMax = 30;
34
34
  export declare const listProxyApplicantsResponseWorkflowsItemCodeRegExp: RegExp;
35
35
  export declare const listProxyApplicantsResponseWorkflowsItemPublicTicketDefault = false;
36
36
  export declare const listProxyApplicantsResponseWorkflowsItemVisibleToTeamMembersDefault = false;
37
37
  export declare const listProxyApplicantsResponseWorkflowsItemAllowEditingOfViewersDefault = true;
38
- export declare const listProxyApplicantsResponseWorkflowsItemAuthorEmailMax = 255;
39
- export declare const listProxyApplicantsResponseWorkflowsItemAuthorCodeMax = 255;
38
+ export declare const listProxyApplicantsResponseWorkflowsItemAuthorEmailMax = 254;
39
+ export declare const listProxyApplicantsResponseWorkflowsItemAuthorCodeMax = 100;
40
40
  export declare const listProxyApplicantsResponseWorkflowsItemAuthorFirstNameMax = 255;
41
41
  export declare const listProxyApplicantsResponseWorkflowsItemAuthorLastNameMax = 255;
42
42
  export declare const listProxyApplicantsResponseWorkflowsItemAuthorFullNameMax = 255;
43
- export declare const listProxyApplicantsResponseWorkflowsItemAuthorEmployeeIdMax = 255;
44
- export declare const listProxyApplicantsResponseWorkflowsItemVersionAuthorEmailMax = 255;
45
- export declare const listProxyApplicantsResponseWorkflowsItemVersionAuthorCodeMax = 255;
43
+ export declare const listProxyApplicantsResponseWorkflowsItemAuthorEmployeeIdMax = 30;
44
+ export declare const listProxyApplicantsResponseWorkflowsItemVersionAuthorEmailMax = 254;
45
+ export declare const listProxyApplicantsResponseWorkflowsItemVersionAuthorCodeMax = 100;
46
46
  export declare const listProxyApplicantsResponseWorkflowsItemVersionAuthorFirstNameMax = 255;
47
47
  export declare const listProxyApplicantsResponseWorkflowsItemVersionAuthorLastNameMax = 255;
48
48
  export declare const listProxyApplicantsResponseWorkflowsItemVersionAuthorFullNameMax = 255;
49
- export declare const listProxyApplicantsResponseWorkflowsItemVersionAuthorEmployeeIdMax = 255;
50
- export declare const listProxyApplicantsResponseWorkflowsItemFolderNameMax = 255;
51
- export declare const listProxyApplicantsResponseWorkflowsItemFolderCodeMax = 255;
49
+ export declare const listProxyApplicantsResponseWorkflowsItemVersionAuthorEmployeeIdMax = 30;
50
+ export declare const listProxyApplicantsResponseWorkflowsItemFolderNameMax = 300;
51
+ export declare const listProxyApplicantsResponseWorkflowsItemFolderCodeMax = 100;
52
52
  export declare const listProxyApplicantsResponseWorkflowsItemFolderWorkflowsCountMin = 0;
53
53
  export declare const listProxyApplicantsResponseWorkflowsItemFolderRoutesCountMin = 0;
54
54
  export declare const listProxyApplicantsResponseWorkflowsItemFolderPipelinesCountMin = 0;
@@ -370,36 +370,36 @@ export declare const createProxyApplicantBody: zod.ZodObject<{
370
370
  endsOn: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
371
371
  workflowIds: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
372
372
  }, zod.core.$strip>;
373
- export declare const createProxyApplicantResponseUserEmailMax = 255;
374
- export declare const createProxyApplicantResponseUserCodeMax = 255;
373
+ export declare const createProxyApplicantResponseUserEmailMax = 254;
374
+ export declare const createProxyApplicantResponseUserCodeMax = 100;
375
375
  export declare const createProxyApplicantResponseUserFirstNameMax = 255;
376
376
  export declare const createProxyApplicantResponseUserLastNameMax = 255;
377
377
  export declare const createProxyApplicantResponseUserFullNameMax = 255;
378
- export declare const createProxyApplicantResponseUserEmployeeIdMax = 255;
379
- export declare const createProxyApplicantResponseProxyUserEmailMax = 255;
380
- export declare const createProxyApplicantResponseProxyUserCodeMax = 255;
378
+ export declare const createProxyApplicantResponseUserEmployeeIdMax = 30;
379
+ export declare const createProxyApplicantResponseProxyUserEmailMax = 254;
380
+ export declare const createProxyApplicantResponseProxyUserCodeMax = 100;
381
381
  export declare const createProxyApplicantResponseProxyUserFirstNameMax = 255;
382
382
  export declare const createProxyApplicantResponseProxyUserLastNameMax = 255;
383
383
  export declare const createProxyApplicantResponseProxyUserFullNameMax = 255;
384
- export declare const createProxyApplicantResponseProxyUserEmployeeIdMax = 255;
384
+ export declare const createProxyApplicantResponseProxyUserEmployeeIdMax = 30;
385
385
  export declare const createProxyApplicantResponseWorkflowsItemCodeRegExp: RegExp;
386
386
  export declare const createProxyApplicantResponseWorkflowsItemPublicTicketDefault = false;
387
387
  export declare const createProxyApplicantResponseWorkflowsItemVisibleToTeamMembersDefault = false;
388
388
  export declare const createProxyApplicantResponseWorkflowsItemAllowEditingOfViewersDefault = true;
389
- export declare const createProxyApplicantResponseWorkflowsItemAuthorEmailMax = 255;
390
- export declare const createProxyApplicantResponseWorkflowsItemAuthorCodeMax = 255;
389
+ export declare const createProxyApplicantResponseWorkflowsItemAuthorEmailMax = 254;
390
+ export declare const createProxyApplicantResponseWorkflowsItemAuthorCodeMax = 100;
391
391
  export declare const createProxyApplicantResponseWorkflowsItemAuthorFirstNameMax = 255;
392
392
  export declare const createProxyApplicantResponseWorkflowsItemAuthorLastNameMax = 255;
393
393
  export declare const createProxyApplicantResponseWorkflowsItemAuthorFullNameMax = 255;
394
- export declare const createProxyApplicantResponseWorkflowsItemAuthorEmployeeIdMax = 255;
395
- export declare const createProxyApplicantResponseWorkflowsItemVersionAuthorEmailMax = 255;
396
- export declare const createProxyApplicantResponseWorkflowsItemVersionAuthorCodeMax = 255;
394
+ export declare const createProxyApplicantResponseWorkflowsItemAuthorEmployeeIdMax = 30;
395
+ export declare const createProxyApplicantResponseWorkflowsItemVersionAuthorEmailMax = 254;
396
+ export declare const createProxyApplicantResponseWorkflowsItemVersionAuthorCodeMax = 100;
397
397
  export declare const createProxyApplicantResponseWorkflowsItemVersionAuthorFirstNameMax = 255;
398
398
  export declare const createProxyApplicantResponseWorkflowsItemVersionAuthorLastNameMax = 255;
399
399
  export declare const createProxyApplicantResponseWorkflowsItemVersionAuthorFullNameMax = 255;
400
- export declare const createProxyApplicantResponseWorkflowsItemVersionAuthorEmployeeIdMax = 255;
401
- export declare const createProxyApplicantResponseWorkflowsItemFolderNameMax = 255;
402
- export declare const createProxyApplicantResponseWorkflowsItemFolderCodeMax = 255;
400
+ export declare const createProxyApplicantResponseWorkflowsItemVersionAuthorEmployeeIdMax = 30;
401
+ export declare const createProxyApplicantResponseWorkflowsItemFolderNameMax = 300;
402
+ export declare const createProxyApplicantResponseWorkflowsItemFolderCodeMax = 100;
403
403
  export declare const createProxyApplicantResponseWorkflowsItemFolderWorkflowsCountMin = 0;
404
404
  export declare const createProxyApplicantResponseWorkflowsItemFolderRoutesCountMin = 0;
405
405
  export declare const createProxyApplicantResponseWorkflowsItemFolderPipelinesCountMin = 0;
@@ -19,36 +19,36 @@ export const listProxyApplicantsQueryParams = zod.object({
19
19
  "page": zod.number().min(1).default(listProxyApplicantsQueryPageDefault).describe('ページ'),
20
20
  "perPage": zod.number().min(1).max(listProxyApplicantsQueryPerPageMax).default(listProxyApplicantsQueryPerPageDefault).describe('1ページあたりの件数')
21
21
  });
22
- export const listProxyApplicantsResponseUserEmailMax = 255;
23
- export const listProxyApplicantsResponseUserCodeMax = 255;
22
+ export const listProxyApplicantsResponseUserEmailMax = 254;
23
+ export const listProxyApplicantsResponseUserCodeMax = 100;
24
24
  export const listProxyApplicantsResponseUserFirstNameMax = 255;
25
25
  export const listProxyApplicantsResponseUserLastNameMax = 255;
26
26
  export const listProxyApplicantsResponseUserFullNameMax = 255;
27
- export const listProxyApplicantsResponseUserEmployeeIdMax = 255;
28
- export const listProxyApplicantsResponseProxyUserEmailMax = 255;
29
- export const listProxyApplicantsResponseProxyUserCodeMax = 255;
27
+ export const listProxyApplicantsResponseUserEmployeeIdMax = 30;
28
+ export const listProxyApplicantsResponseProxyUserEmailMax = 254;
29
+ export const listProxyApplicantsResponseProxyUserCodeMax = 100;
30
30
  export const listProxyApplicantsResponseProxyUserFirstNameMax = 255;
31
31
  export const listProxyApplicantsResponseProxyUserLastNameMax = 255;
32
32
  export const listProxyApplicantsResponseProxyUserFullNameMax = 255;
33
- export const listProxyApplicantsResponseProxyUserEmployeeIdMax = 255;
33
+ export const listProxyApplicantsResponseProxyUserEmployeeIdMax = 30;
34
34
  export const listProxyApplicantsResponseWorkflowsItemCodeRegExp = new RegExp('^[a-zA-Z0-9_-]+$');
35
35
  export const listProxyApplicantsResponseWorkflowsItemPublicTicketDefault = false;
36
36
  export const listProxyApplicantsResponseWorkflowsItemVisibleToTeamMembersDefault = false;
37
37
  export const listProxyApplicantsResponseWorkflowsItemAllowEditingOfViewersDefault = true;
38
- export const listProxyApplicantsResponseWorkflowsItemAuthorEmailMax = 255;
39
- export const listProxyApplicantsResponseWorkflowsItemAuthorCodeMax = 255;
38
+ export const listProxyApplicantsResponseWorkflowsItemAuthorEmailMax = 254;
39
+ export const listProxyApplicantsResponseWorkflowsItemAuthorCodeMax = 100;
40
40
  export const listProxyApplicantsResponseWorkflowsItemAuthorFirstNameMax = 255;
41
41
  export const listProxyApplicantsResponseWorkflowsItemAuthorLastNameMax = 255;
42
42
  export const listProxyApplicantsResponseWorkflowsItemAuthorFullNameMax = 255;
43
- export const listProxyApplicantsResponseWorkflowsItemAuthorEmployeeIdMax = 255;
44
- export const listProxyApplicantsResponseWorkflowsItemVersionAuthorEmailMax = 255;
45
- export const listProxyApplicantsResponseWorkflowsItemVersionAuthorCodeMax = 255;
43
+ export const listProxyApplicantsResponseWorkflowsItemAuthorEmployeeIdMax = 30;
44
+ export const listProxyApplicantsResponseWorkflowsItemVersionAuthorEmailMax = 254;
45
+ export const listProxyApplicantsResponseWorkflowsItemVersionAuthorCodeMax = 100;
46
46
  export const listProxyApplicantsResponseWorkflowsItemVersionAuthorFirstNameMax = 255;
47
47
  export const listProxyApplicantsResponseWorkflowsItemVersionAuthorLastNameMax = 255;
48
48
  export const listProxyApplicantsResponseWorkflowsItemVersionAuthorFullNameMax = 255;
49
- export const listProxyApplicantsResponseWorkflowsItemVersionAuthorEmployeeIdMax = 255;
50
- export const listProxyApplicantsResponseWorkflowsItemFolderNameMax = 255;
51
- export const listProxyApplicantsResponseWorkflowsItemFolderCodeMax = 255;
49
+ export const listProxyApplicantsResponseWorkflowsItemVersionAuthorEmployeeIdMax = 30;
50
+ export const listProxyApplicantsResponseWorkflowsItemFolderNameMax = 300;
51
+ export const listProxyApplicantsResponseWorkflowsItemFolderCodeMax = 100;
52
52
  export const listProxyApplicantsResponseWorkflowsItemFolderWorkflowsCountMin = 0;
53
53
  export const listProxyApplicantsResponseWorkflowsItemFolderRoutesCountMin = 0;
54
54
  export const listProxyApplicantsResponseWorkflowsItemFolderPipelinesCountMin = 0;
@@ -187,36 +187,36 @@ export const createProxyApplicantBody = zod.object({
187
187
  "endsOn": zod.string().date().nullish().describe('終了日。nullの場合、無期限のものとして扱います。'),
188
188
  "workflowIds": zod.array(zod.string().uuid()).optional().describe('対象ワークフローのID')
189
189
  });
190
- export const createProxyApplicantResponseUserEmailMax = 255;
191
- export const createProxyApplicantResponseUserCodeMax = 255;
190
+ export const createProxyApplicantResponseUserEmailMax = 254;
191
+ export const createProxyApplicantResponseUserCodeMax = 100;
192
192
  export const createProxyApplicantResponseUserFirstNameMax = 255;
193
193
  export const createProxyApplicantResponseUserLastNameMax = 255;
194
194
  export const createProxyApplicantResponseUserFullNameMax = 255;
195
- export const createProxyApplicantResponseUserEmployeeIdMax = 255;
196
- export const createProxyApplicantResponseProxyUserEmailMax = 255;
197
- export const createProxyApplicantResponseProxyUserCodeMax = 255;
195
+ export const createProxyApplicantResponseUserEmployeeIdMax = 30;
196
+ export const createProxyApplicantResponseProxyUserEmailMax = 254;
197
+ export const createProxyApplicantResponseProxyUserCodeMax = 100;
198
198
  export const createProxyApplicantResponseProxyUserFirstNameMax = 255;
199
199
  export const createProxyApplicantResponseProxyUserLastNameMax = 255;
200
200
  export const createProxyApplicantResponseProxyUserFullNameMax = 255;
201
- export const createProxyApplicantResponseProxyUserEmployeeIdMax = 255;
201
+ export const createProxyApplicantResponseProxyUserEmployeeIdMax = 30;
202
202
  export const createProxyApplicantResponseWorkflowsItemCodeRegExp = new RegExp('^[a-zA-Z0-9_-]+$');
203
203
  export const createProxyApplicantResponseWorkflowsItemPublicTicketDefault = false;
204
204
  export const createProxyApplicantResponseWorkflowsItemVisibleToTeamMembersDefault = false;
205
205
  export const createProxyApplicantResponseWorkflowsItemAllowEditingOfViewersDefault = true;
206
- export const createProxyApplicantResponseWorkflowsItemAuthorEmailMax = 255;
207
- export const createProxyApplicantResponseWorkflowsItemAuthorCodeMax = 255;
206
+ export const createProxyApplicantResponseWorkflowsItemAuthorEmailMax = 254;
207
+ export const createProxyApplicantResponseWorkflowsItemAuthorCodeMax = 100;
208
208
  export const createProxyApplicantResponseWorkflowsItemAuthorFirstNameMax = 255;
209
209
  export const createProxyApplicantResponseWorkflowsItemAuthorLastNameMax = 255;
210
210
  export const createProxyApplicantResponseWorkflowsItemAuthorFullNameMax = 255;
211
- export const createProxyApplicantResponseWorkflowsItemAuthorEmployeeIdMax = 255;
212
- export const createProxyApplicantResponseWorkflowsItemVersionAuthorEmailMax = 255;
213
- export const createProxyApplicantResponseWorkflowsItemVersionAuthorCodeMax = 255;
211
+ export const createProxyApplicantResponseWorkflowsItemAuthorEmployeeIdMax = 30;
212
+ export const createProxyApplicantResponseWorkflowsItemVersionAuthorEmailMax = 254;
213
+ export const createProxyApplicantResponseWorkflowsItemVersionAuthorCodeMax = 100;
214
214
  export const createProxyApplicantResponseWorkflowsItemVersionAuthorFirstNameMax = 255;
215
215
  export const createProxyApplicantResponseWorkflowsItemVersionAuthorLastNameMax = 255;
216
216
  export const createProxyApplicantResponseWorkflowsItemVersionAuthorFullNameMax = 255;
217
- export const createProxyApplicantResponseWorkflowsItemVersionAuthorEmployeeIdMax = 255;
218
- export const createProxyApplicantResponseWorkflowsItemFolderNameMax = 255;
219
- export const createProxyApplicantResponseWorkflowsItemFolderCodeMax = 255;
217
+ export const createProxyApplicantResponseWorkflowsItemVersionAuthorEmployeeIdMax = 30;
218
+ export const createProxyApplicantResponseWorkflowsItemFolderNameMax = 300;
219
+ export const createProxyApplicantResponseWorkflowsItemFolderCodeMax = 100;
220
220
  export const createProxyApplicantResponseWorkflowsItemFolderWorkflowsCountMin = 0;
221
221
  export const createProxyApplicantResponseWorkflowsItemFolderRoutesCountMin = 0;
222
222
  export const createProxyApplicantResponseWorkflowsItemFolderPipelinesCountMin = 0;
@@ -1 +1 @@
1
- {"version":3,"file":"proxy-applicant.zod.js","sourceRoot":"","sources":["../../../../src/kickflow-api/generated/proxy-applicant/proxy-applicant.zod.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"proxy-applicant.zod.js","sourceRoot":"","sources":["../../../../src/kickflow-api/generated/proxy-applicant/proxy-applicant.zod.ts"],"names":[],"mappings":"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"}
@@ -19,36 +19,36 @@ export declare const listProxyApproversQueryParams: zod.ZodObject<{
19
19
  page: zod.ZodDefault<zod.ZodNumber>;
20
20
  perPage: zod.ZodDefault<zod.ZodNumber>;
21
21
  }, zod.core.$strip>;
22
- export declare const listProxyApproversResponseUserEmailMax = 255;
23
- export declare const listProxyApproversResponseUserCodeMax = 255;
22
+ export declare const listProxyApproversResponseUserEmailMax = 254;
23
+ export declare const listProxyApproversResponseUserCodeMax = 100;
24
24
  export declare const listProxyApproversResponseUserFirstNameMax = 255;
25
25
  export declare const listProxyApproversResponseUserLastNameMax = 255;
26
26
  export declare const listProxyApproversResponseUserFullNameMax = 255;
27
- export declare const listProxyApproversResponseUserEmployeeIdMax = 255;
28
- export declare const listProxyApproversResponseProxyUserEmailMax = 255;
29
- export declare const listProxyApproversResponseProxyUserCodeMax = 255;
27
+ export declare const listProxyApproversResponseUserEmployeeIdMax = 30;
28
+ export declare const listProxyApproversResponseProxyUserEmailMax = 254;
29
+ export declare const listProxyApproversResponseProxyUserCodeMax = 100;
30
30
  export declare const listProxyApproversResponseProxyUserFirstNameMax = 255;
31
31
  export declare const listProxyApproversResponseProxyUserLastNameMax = 255;
32
32
  export declare const listProxyApproversResponseProxyUserFullNameMax = 255;
33
- export declare const listProxyApproversResponseProxyUserEmployeeIdMax = 255;
33
+ export declare const listProxyApproversResponseProxyUserEmployeeIdMax = 30;
34
34
  export declare const listProxyApproversResponseWorkflowsItemCodeRegExp: RegExp;
35
35
  export declare const listProxyApproversResponseWorkflowsItemPublicTicketDefault = false;
36
36
  export declare const listProxyApproversResponseWorkflowsItemVisibleToTeamMembersDefault = false;
37
37
  export declare const listProxyApproversResponseWorkflowsItemAllowEditingOfViewersDefault = true;
38
- export declare const listProxyApproversResponseWorkflowsItemAuthorEmailMax = 255;
39
- export declare const listProxyApproversResponseWorkflowsItemAuthorCodeMax = 255;
38
+ export declare const listProxyApproversResponseWorkflowsItemAuthorEmailMax = 254;
39
+ export declare const listProxyApproversResponseWorkflowsItemAuthorCodeMax = 100;
40
40
  export declare const listProxyApproversResponseWorkflowsItemAuthorFirstNameMax = 255;
41
41
  export declare const listProxyApproversResponseWorkflowsItemAuthorLastNameMax = 255;
42
42
  export declare const listProxyApproversResponseWorkflowsItemAuthorFullNameMax = 255;
43
- export declare const listProxyApproversResponseWorkflowsItemAuthorEmployeeIdMax = 255;
44
- export declare const listProxyApproversResponseWorkflowsItemVersionAuthorEmailMax = 255;
45
- export declare const listProxyApproversResponseWorkflowsItemVersionAuthorCodeMax = 255;
43
+ export declare const listProxyApproversResponseWorkflowsItemAuthorEmployeeIdMax = 30;
44
+ export declare const listProxyApproversResponseWorkflowsItemVersionAuthorEmailMax = 254;
45
+ export declare const listProxyApproversResponseWorkflowsItemVersionAuthorCodeMax = 100;
46
46
  export declare const listProxyApproversResponseWorkflowsItemVersionAuthorFirstNameMax = 255;
47
47
  export declare const listProxyApproversResponseWorkflowsItemVersionAuthorLastNameMax = 255;
48
48
  export declare const listProxyApproversResponseWorkflowsItemVersionAuthorFullNameMax = 255;
49
- export declare const listProxyApproversResponseWorkflowsItemVersionAuthorEmployeeIdMax = 255;
50
- export declare const listProxyApproversResponseWorkflowsItemFolderNameMax = 255;
51
- export declare const listProxyApproversResponseWorkflowsItemFolderCodeMax = 255;
49
+ export declare const listProxyApproversResponseWorkflowsItemVersionAuthorEmployeeIdMax = 30;
50
+ export declare const listProxyApproversResponseWorkflowsItemFolderNameMax = 300;
51
+ export declare const listProxyApproversResponseWorkflowsItemFolderCodeMax = 100;
52
52
  export declare const listProxyApproversResponseWorkflowsItemFolderWorkflowsCountMin = 0;
53
53
  export declare const listProxyApproversResponseWorkflowsItemFolderRoutesCountMin = 0;
54
54
  export declare const listProxyApproversResponseWorkflowsItemFolderPipelinesCountMin = 0;
@@ -370,36 +370,36 @@ export declare const createProxyApproverBody: zod.ZodObject<{
370
370
  endsOn: zod.ZodOptional<zod.ZodNullable<zod.ZodString>>;
371
371
  workflowIds: zod.ZodOptional<zod.ZodArray<zod.ZodString>>;
372
372
  }, zod.core.$strip>;
373
- export declare const createProxyApproverResponseUserEmailMax = 255;
374
- export declare const createProxyApproverResponseUserCodeMax = 255;
373
+ export declare const createProxyApproverResponseUserEmailMax = 254;
374
+ export declare const createProxyApproverResponseUserCodeMax = 100;
375
375
  export declare const createProxyApproverResponseUserFirstNameMax = 255;
376
376
  export declare const createProxyApproverResponseUserLastNameMax = 255;
377
377
  export declare const createProxyApproverResponseUserFullNameMax = 255;
378
- export declare const createProxyApproverResponseUserEmployeeIdMax = 255;
379
- export declare const createProxyApproverResponseProxyUserEmailMax = 255;
380
- export declare const createProxyApproverResponseProxyUserCodeMax = 255;
378
+ export declare const createProxyApproverResponseUserEmployeeIdMax = 30;
379
+ export declare const createProxyApproverResponseProxyUserEmailMax = 254;
380
+ export declare const createProxyApproverResponseProxyUserCodeMax = 100;
381
381
  export declare const createProxyApproverResponseProxyUserFirstNameMax = 255;
382
382
  export declare const createProxyApproverResponseProxyUserLastNameMax = 255;
383
383
  export declare const createProxyApproverResponseProxyUserFullNameMax = 255;
384
- export declare const createProxyApproverResponseProxyUserEmployeeIdMax = 255;
384
+ export declare const createProxyApproverResponseProxyUserEmployeeIdMax = 30;
385
385
  export declare const createProxyApproverResponseWorkflowsItemCodeRegExp: RegExp;
386
386
  export declare const createProxyApproverResponseWorkflowsItemPublicTicketDefault = false;
387
387
  export declare const createProxyApproverResponseWorkflowsItemVisibleToTeamMembersDefault = false;
388
388
  export declare const createProxyApproverResponseWorkflowsItemAllowEditingOfViewersDefault = true;
389
- export declare const createProxyApproverResponseWorkflowsItemAuthorEmailMax = 255;
390
- export declare const createProxyApproverResponseWorkflowsItemAuthorCodeMax = 255;
389
+ export declare const createProxyApproverResponseWorkflowsItemAuthorEmailMax = 254;
390
+ export declare const createProxyApproverResponseWorkflowsItemAuthorCodeMax = 100;
391
391
  export declare const createProxyApproverResponseWorkflowsItemAuthorFirstNameMax = 255;
392
392
  export declare const createProxyApproverResponseWorkflowsItemAuthorLastNameMax = 255;
393
393
  export declare const createProxyApproverResponseWorkflowsItemAuthorFullNameMax = 255;
394
- export declare const createProxyApproverResponseWorkflowsItemAuthorEmployeeIdMax = 255;
395
- export declare const createProxyApproverResponseWorkflowsItemVersionAuthorEmailMax = 255;
396
- export declare const createProxyApproverResponseWorkflowsItemVersionAuthorCodeMax = 255;
394
+ export declare const createProxyApproverResponseWorkflowsItemAuthorEmployeeIdMax = 30;
395
+ export declare const createProxyApproverResponseWorkflowsItemVersionAuthorEmailMax = 254;
396
+ export declare const createProxyApproverResponseWorkflowsItemVersionAuthorCodeMax = 100;
397
397
  export declare const createProxyApproverResponseWorkflowsItemVersionAuthorFirstNameMax = 255;
398
398
  export declare const createProxyApproverResponseWorkflowsItemVersionAuthorLastNameMax = 255;
399
399
  export declare const createProxyApproverResponseWorkflowsItemVersionAuthorFullNameMax = 255;
400
- export declare const createProxyApproverResponseWorkflowsItemVersionAuthorEmployeeIdMax = 255;
401
- export declare const createProxyApproverResponseWorkflowsItemFolderNameMax = 255;
402
- export declare const createProxyApproverResponseWorkflowsItemFolderCodeMax = 255;
400
+ export declare const createProxyApproverResponseWorkflowsItemVersionAuthorEmployeeIdMax = 30;
401
+ export declare const createProxyApproverResponseWorkflowsItemFolderNameMax = 300;
402
+ export declare const createProxyApproverResponseWorkflowsItemFolderCodeMax = 100;
403
403
  export declare const createProxyApproverResponseWorkflowsItemFolderWorkflowsCountMin = 0;
404
404
  export declare const createProxyApproverResponseWorkflowsItemFolderRoutesCountMin = 0;
405
405
  export declare const createProxyApproverResponseWorkflowsItemFolderPipelinesCountMin = 0;
@@ -19,36 +19,36 @@ export const listProxyApproversQueryParams = zod.object({
19
19
  "page": zod.number().min(1).default(listProxyApproversQueryPageDefault).describe('ページ'),
20
20
  "perPage": zod.number().min(1).max(listProxyApproversQueryPerPageMax).default(listProxyApproversQueryPerPageDefault).describe('1ページあたりの件数')
21
21
  });
22
- export const listProxyApproversResponseUserEmailMax = 255;
23
- export const listProxyApproversResponseUserCodeMax = 255;
22
+ export const listProxyApproversResponseUserEmailMax = 254;
23
+ export const listProxyApproversResponseUserCodeMax = 100;
24
24
  export const listProxyApproversResponseUserFirstNameMax = 255;
25
25
  export const listProxyApproversResponseUserLastNameMax = 255;
26
26
  export const listProxyApproversResponseUserFullNameMax = 255;
27
- export const listProxyApproversResponseUserEmployeeIdMax = 255;
28
- export const listProxyApproversResponseProxyUserEmailMax = 255;
29
- export const listProxyApproversResponseProxyUserCodeMax = 255;
27
+ export const listProxyApproversResponseUserEmployeeIdMax = 30;
28
+ export const listProxyApproversResponseProxyUserEmailMax = 254;
29
+ export const listProxyApproversResponseProxyUserCodeMax = 100;
30
30
  export const listProxyApproversResponseProxyUserFirstNameMax = 255;
31
31
  export const listProxyApproversResponseProxyUserLastNameMax = 255;
32
32
  export const listProxyApproversResponseProxyUserFullNameMax = 255;
33
- export const listProxyApproversResponseProxyUserEmployeeIdMax = 255;
33
+ export const listProxyApproversResponseProxyUserEmployeeIdMax = 30;
34
34
  export const listProxyApproversResponseWorkflowsItemCodeRegExp = new RegExp('^[a-zA-Z0-9_-]+$');
35
35
  export const listProxyApproversResponseWorkflowsItemPublicTicketDefault = false;
36
36
  export const listProxyApproversResponseWorkflowsItemVisibleToTeamMembersDefault = false;
37
37
  export const listProxyApproversResponseWorkflowsItemAllowEditingOfViewersDefault = true;
38
- export const listProxyApproversResponseWorkflowsItemAuthorEmailMax = 255;
39
- export const listProxyApproversResponseWorkflowsItemAuthorCodeMax = 255;
38
+ export const listProxyApproversResponseWorkflowsItemAuthorEmailMax = 254;
39
+ export const listProxyApproversResponseWorkflowsItemAuthorCodeMax = 100;
40
40
  export const listProxyApproversResponseWorkflowsItemAuthorFirstNameMax = 255;
41
41
  export const listProxyApproversResponseWorkflowsItemAuthorLastNameMax = 255;
42
42
  export const listProxyApproversResponseWorkflowsItemAuthorFullNameMax = 255;
43
- export const listProxyApproversResponseWorkflowsItemAuthorEmployeeIdMax = 255;
44
- export const listProxyApproversResponseWorkflowsItemVersionAuthorEmailMax = 255;
45
- export const listProxyApproversResponseWorkflowsItemVersionAuthorCodeMax = 255;
43
+ export const listProxyApproversResponseWorkflowsItemAuthorEmployeeIdMax = 30;
44
+ export const listProxyApproversResponseWorkflowsItemVersionAuthorEmailMax = 254;
45
+ export const listProxyApproversResponseWorkflowsItemVersionAuthorCodeMax = 100;
46
46
  export const listProxyApproversResponseWorkflowsItemVersionAuthorFirstNameMax = 255;
47
47
  export const listProxyApproversResponseWorkflowsItemVersionAuthorLastNameMax = 255;
48
48
  export const listProxyApproversResponseWorkflowsItemVersionAuthorFullNameMax = 255;
49
- export const listProxyApproversResponseWorkflowsItemVersionAuthorEmployeeIdMax = 255;
50
- export const listProxyApproversResponseWorkflowsItemFolderNameMax = 255;
51
- export const listProxyApproversResponseWorkflowsItemFolderCodeMax = 255;
49
+ export const listProxyApproversResponseWorkflowsItemVersionAuthorEmployeeIdMax = 30;
50
+ export const listProxyApproversResponseWorkflowsItemFolderNameMax = 300;
51
+ export const listProxyApproversResponseWorkflowsItemFolderCodeMax = 100;
52
52
  export const listProxyApproversResponseWorkflowsItemFolderWorkflowsCountMin = 0;
53
53
  export const listProxyApproversResponseWorkflowsItemFolderRoutesCountMin = 0;
54
54
  export const listProxyApproversResponseWorkflowsItemFolderPipelinesCountMin = 0;
@@ -187,36 +187,36 @@ export const createProxyApproverBody = zod.object({
187
187
  "endsOn": zod.string().date().nullish().describe('終了日。nullの場合、無期限として扱います。'),
188
188
  "workflowIds": zod.array(zod.string().uuid()).optional().describe('対象ワークフローのID')
189
189
  });
190
- export const createProxyApproverResponseUserEmailMax = 255;
191
- export const createProxyApproverResponseUserCodeMax = 255;
190
+ export const createProxyApproverResponseUserEmailMax = 254;
191
+ export const createProxyApproverResponseUserCodeMax = 100;
192
192
  export const createProxyApproverResponseUserFirstNameMax = 255;
193
193
  export const createProxyApproverResponseUserLastNameMax = 255;
194
194
  export const createProxyApproverResponseUserFullNameMax = 255;
195
- export const createProxyApproverResponseUserEmployeeIdMax = 255;
196
- export const createProxyApproverResponseProxyUserEmailMax = 255;
197
- export const createProxyApproverResponseProxyUserCodeMax = 255;
195
+ export const createProxyApproverResponseUserEmployeeIdMax = 30;
196
+ export const createProxyApproverResponseProxyUserEmailMax = 254;
197
+ export const createProxyApproverResponseProxyUserCodeMax = 100;
198
198
  export const createProxyApproverResponseProxyUserFirstNameMax = 255;
199
199
  export const createProxyApproverResponseProxyUserLastNameMax = 255;
200
200
  export const createProxyApproverResponseProxyUserFullNameMax = 255;
201
- export const createProxyApproverResponseProxyUserEmployeeIdMax = 255;
201
+ export const createProxyApproverResponseProxyUserEmployeeIdMax = 30;
202
202
  export const createProxyApproverResponseWorkflowsItemCodeRegExp = new RegExp('^[a-zA-Z0-9_-]+$');
203
203
  export const createProxyApproverResponseWorkflowsItemPublicTicketDefault = false;
204
204
  export const createProxyApproverResponseWorkflowsItemVisibleToTeamMembersDefault = false;
205
205
  export const createProxyApproverResponseWorkflowsItemAllowEditingOfViewersDefault = true;
206
- export const createProxyApproverResponseWorkflowsItemAuthorEmailMax = 255;
207
- export const createProxyApproverResponseWorkflowsItemAuthorCodeMax = 255;
206
+ export const createProxyApproverResponseWorkflowsItemAuthorEmailMax = 254;
207
+ export const createProxyApproverResponseWorkflowsItemAuthorCodeMax = 100;
208
208
  export const createProxyApproverResponseWorkflowsItemAuthorFirstNameMax = 255;
209
209
  export const createProxyApproverResponseWorkflowsItemAuthorLastNameMax = 255;
210
210
  export const createProxyApproverResponseWorkflowsItemAuthorFullNameMax = 255;
211
- export const createProxyApproverResponseWorkflowsItemAuthorEmployeeIdMax = 255;
212
- export const createProxyApproverResponseWorkflowsItemVersionAuthorEmailMax = 255;
213
- export const createProxyApproverResponseWorkflowsItemVersionAuthorCodeMax = 255;
211
+ export const createProxyApproverResponseWorkflowsItemAuthorEmployeeIdMax = 30;
212
+ export const createProxyApproverResponseWorkflowsItemVersionAuthorEmailMax = 254;
213
+ export const createProxyApproverResponseWorkflowsItemVersionAuthorCodeMax = 100;
214
214
  export const createProxyApproverResponseWorkflowsItemVersionAuthorFirstNameMax = 255;
215
215
  export const createProxyApproverResponseWorkflowsItemVersionAuthorLastNameMax = 255;
216
216
  export const createProxyApproverResponseWorkflowsItemVersionAuthorFullNameMax = 255;
217
- export const createProxyApproverResponseWorkflowsItemVersionAuthorEmployeeIdMax = 255;
218
- export const createProxyApproverResponseWorkflowsItemFolderNameMax = 255;
219
- export const createProxyApproverResponseWorkflowsItemFolderCodeMax = 255;
217
+ export const createProxyApproverResponseWorkflowsItemVersionAuthorEmployeeIdMax = 30;
218
+ export const createProxyApproverResponseWorkflowsItemFolderNameMax = 300;
219
+ export const createProxyApproverResponseWorkflowsItemFolderCodeMax = 100;
220
220
  export const createProxyApproverResponseWorkflowsItemFolderWorkflowsCountMin = 0;
221
221
  export const createProxyApproverResponseWorkflowsItemFolderRoutesCountMin = 0;
222
222
  export const createProxyApproverResponseWorkflowsItemFolderPipelinesCountMin = 0;